summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | Remove some (very old!) Image-related stuff, and unused stub entriesjan.nijtmans2023-11-164-35/+12
| * | | | | | | | | | | | | | | | | | | | | Give Ttk_GetOrientFromObj the signature it always should have had.jan.nijtmans2023-11-161-6/+6
* | | | | | | | | | | | | | | | | | | | | | TIP 693: Restart the changes files. TODO: changes.mdjan.nijtmans2024-04-171-4/+4
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Don't use "boolean" as variable namejan.nijtmans2024-03-271-22/+22
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge 8.6. Make some functions MODULE_SCOPE or staticjan.nijtmans2024-03-175-24/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Fix [4298ba64eb]: MacOSX complains about 0 sized imagesjan.nijtmans2024-03-171-0/+3
* | | | | | | | | | | | | | | | | | | Merge 8.6jan.nijtmans2024-03-161-34/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fix [8912083dc]: Error with property TKNSString.UTF8String. Fix indentingjan.nijtmans2024-03-161-34/+32
* | | | | | | | | | | | | | | | | | Handle Tcl_UtfToUniChar/Tcl_UniCharToUtf correctly as wellcore-bug-53fdb87e49jan.nijtmans2024-03-141-2/+2
* | | | | | | | | | | | | | | | | | Better approach, using "Tk" prefix for UTF-32 versions of APIjan.nijtmans2024-03-141-7/+7
* | | | | | | | | | | | | | | | | | More progress, backporting bugfix from Tk 9.0jan.nijtmans2024-03-131-25/+61
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Use more Tcl_CmdDeleteProc/Tcl_ObjCmdProc in stead of full function signaturesjan.nijtmans2024-03-061-9/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge 8.6jan.nijtmans2024-02-164-5/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix [82d5a93a46]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-163-4/+4
| * | | | | | | | | | | | | | (cherry-pick): remove tkUnixDialog.c, since it's no longer usedjan.nijtmans2023-12-202-8/+0
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | 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
|\ \ \ \ | |/ / /