summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-071-1/+1
* int -> Tcl_Size in menu handlingjan.nijtmans2023-12-221-9/+9
* remove tkUnixDialog.c, since it's no longer usedjan.nijtmans2023-12-201-4/+0
* ttk improvements (e.g. regarding TCL_UNUSED)jan.nijtmans2023-12-181-6/+6
* Even more TCL_UNUSED usagejan.nijtmans2023-12-1810-71/+37
* (internal) int -> Tcl_Sizejan.nijtmans2023-12-171-71/+71
* Make scrollCounter "unsigned long"jan.nijtmans2023-12-113-10/+8
* Merge implementation of TIP #684.marc_culler2023-12-111-41/+27
|\
| * Use the serial field of TouchpadScroll events as a counter.marc_culler2023-11-271-1/+2
| * Introduce a separate TouchpadScroll event. Avoids Extended-MouseWheel events...marc_culler2023-11-271-2/+2
| * Switch from Control-MouseWheel to Extended-MouseWheel.marc_culler2023-11-241-1/+1
| * 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 8.6jan.nijtmans2023-12-031-5/+3
|\ \
| * \ Fix [fe942372aa]: Aqua: XPutImage() swaps red and blue channels. Patch from C...fvogel2023-12-031-5/+3
| |\ \
| | * | Fix [fe942372aa]: Aqua: XPutImage() swaps red and blue channels. Patch from C...fvogel2023-11-251-5/+3
* | | | Merge 8.6jan.nijtmans2023-12-032-12/+14
|\ \ \ \ | |/ / /
| * | | Clean up handling of Apple FourCC Creator Codes - many thanks to Christopher ...marc_culler2023-12-032-173/+25
| * | | Fix [40af63fa24]: Aqua: passing None to XMapWindow() should be fataljan.nijtmans2023-12-032-12/+14
| |/ /
* | | Clean up handling of Apple FourCC Creator Codes - many thanks to Christopher ...marc_culler2023-12-032-173/+25
* | | Missing needed TCL_COMBINE flag (only really needed when running with Tcl 9.0)jan.nijtmans2023-11-301-1/+1
* | | Remove outdated documentationjan.nijtmans2023-11-271-2/+0
* | | Remove deprecated tests/documentationjan.nijtmans2023-11-251-10/+0
* | | Merge 8.6jan.nijtmans2023-11-251-0/+3
|\ \ \ | |/ /
| * | Fix [9c098a90e6]: macOS Aqua : crash in setMarkedText. Patch from Christopher...fvogel2023-11-251-0/+3
* | | Merge 8.6jan.nijtmans2023-11-232-16/+2
|\ \ \ | |/ /
| * | Fix [22a4ad2a6e]: Aqua: let Core Graphics manage pixmap data memory. Patch fr...fvogel2023-11-212-16/+2
* | | TkpMakeWindow -> Tk_MakeWindow (2x)jan.nijtmans2023-11-171-1/+1
* | | Merge 8.6jan.nijtmans2023-11-152-6/+6
|\ \ \ | |/ / | | / | |/ |/|
* | 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