summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Fix the low resolution events.marc_culler2023-11-221-7/+12
* Add bindings for Scrollbar and Listbox. Fix bindings for Text.marc_culler2023-11-211-1/+2
* Add smooth scrolling for Text widgets on macOS.marc_culler2023-11-201-8/+16
* Restore low-res scrollwheel behavior; insert a placeholder for sending touchp...marc_culler2023-11-191-29/+19
* Clean up.marcc2023-11-111-1/+1
* Implement smooth scrolling for macOS in a way which can be adapted to other p...marc_culler2023-11-111-17/+10
* Avoid casting a negative float as an unsigned int.marc_culler2023-11-111-2/+2
* Revert text.tcl, compensate by using the MSteryFactor.culler2023-11-091-2/+18
* Remove the delta accumulator; allow a Text to scroll at pixel resolution; use...culler2023-11-091-46/+14
* Some small adjustments.culler2023-11-071-7/+3
* Implement touchpad events. See [de3bbbcb68]: macOS NSScrollWheel events not ...culler2023-11-071-2/+10
* Merge core-8-6-branchculler2023-11-072-5/+89
|\
| * Add non-regression test for the 'activate' caseculler2023-11-051-0/+81
| * Final fix for Aqua menu crashes.culler2023-11-051-5/+8
| * Implement applicationSupportsSecureRestorableState for Sonoma security warnin...Kevin Walzer2023-10-181-0/+10
* | Fix for [5423699f10]Kevin Walzer2023-10-191-5/+3
* | Implement applicationSupportsSecureRestorableState for Sonoma security warnin...Kevin Walzer2023-10-181-0/+10
* | Merge mac_cg_printing branch to correct broken printing on Sonoma; thanks to ...Kevin Walzer2023-10-183-9/+141
|\ \
| * | Correct comment on coordinate positionKevin Walzer2023-09-281-2/+2
| * | Remove unnecessary call to TkContentViewKevin Walzer2023-09-281-2/+0
| * | Replace CGImageRef data with PDF dataKevin Walzer2023-09-283-36/+63
| * | Fix indentationKevin Walzer2023-09-271-62/+62
| * | Add commentKevin Walzer2023-09-271-0/+2
| * | Minor cleanupKevin Walzer2023-09-272-4/+2
| * | Update canvas printing implmentation on macOS to address Apple's removal of P...Kevin Walzer2023-09-273-8/+115
* | | Fix [22eefb9368]: unixWm-45.2 and unixWm-45.4 fail on Linux.fvogel2023-10-161-5/+4
|\ \ \ | | |/ | |/|
| * | Propagate changes from the previous commit to plaftorms other than Linux. Thi...fvogel2023-10-151-5/+4
* | | Fix [6bbe12f29d]: MacSystrayDestroy() should be a Tcl_CmdDeleteProcjan.nijtmans2023-10-151-3/+2
* | | Fix [b189559e4]: Crash with menus and -postcommand optionjan.nijtmans2023-10-122-6/+6
* | | Merge 8.6. Some C++-fixesjan.nijtmans2023-10-113-8/+8
|\ \ \ | |/ / | | / | |/ |/|
* | Fix [d2396a9f1b]: [send] with options returns weird strings on X11jan.nijtmans2023-09-041-10/+18
|\ \ | |/
* | Fix [a47f080962]: macOS Aqua warning: unused function 'RetainRegion'fvogel2023-09-011-25/+0
|\ \ | |/
| * Fix [a47f080962]: macOS Aqua warning: unused function 'RetainRegion'fvogel2023-09-011-25/+0
| * Fix for ef5d3e29a4Kevin Walzer2023-08-302-23/+22
* | Fix for ef5d3e29a4Kevin Walzer2023-08-302-23/+22
* | Fix [0f29a2222d]: Aqua: HIShape wrapper function cleanup. Patch from Christop...fvogel2023-08-033-72/+6
|\ \ | |/
| * Fix [0f29a2222d]: Aqua: HIShape wrapper function cleanup. Patch from Christop...fvogel2023-08-013-72/+6
* | Fix [ed9b28d478]: Aqua: fix improper Tcl value reference counts in GetWidgetD...fvogel2023-07-261-0/+2
|\ \ | |/
| * Fix [ed9b28d478]: Aqua: fix improper Tcl value reference counts in GetWidgetD...fvogel2023-07-261-0/+4
* | Fix [f24725b545]: Aqua: do not treat FourCC as pointer in TkpCreateNativeBitm...fvogel2023-07-231-4/+1
|\ \ | |/
| * Fix [f24725b545]: Aqua: do not treat FourCC as pointer in TkpCreateNativeBitm...fvogel2023-07-231-4/+1
* | Fix [edb769628e]: Aqua: leak in XGetImage(). Patch from Christopher Chavez.fvogel2023-07-191-1/+1
|\ \ | |/
| * Fix [edb769628e]: Aqua: leak in XGetImage(). Patch from Christopher Chavez.fvogel2023-07-191-1/+1
* | Fix [2cb602807b]: leak in tkMacOSXRegion.c. Patch from Christopher Chavez.fvogel2023-07-181-2/+2
|\ \ | |/
| * Fix [2cb602807b]: leak in tkMacOSXRegion.c. Patch from Christopher Chavez.fvogel2023-07-181-2/+2
* | Fix [f9eddb541a]: Improve TkSetRegion(); implement XSetClipRectangles() on Wi...fvogel2023-07-172-24/+24
|\ \ | |/
| * Fix [f9eddb541a]: Improve TkSetRegion(); implement XSetClipRectangles() on Wi...fvogel2023-07-172-24/+24
| |\
| | * Merge 8.6jan.nijtmans2023-07-171-5/+5
| | |\
| | * | Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 5 from Christophe...fvogel2023-07-161-24/+0
| | * | Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 1 from Christophe...fvogel2023-07-161-0/+24