summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXTest.c
Commit message (Expand)AuthorAgeFilesLines
* Use more 'bool' type internallyjan.nijtmans2025-12-041-1/+1
|\
| * Use more 'bool' type internallyjan.nijtmans2025-12-041-1/+1
| * (backport): Fix unused variable warning, formatting, sentinel changesjan.nijtmans2025-07-091-1/+1
* | Use (char *)NULL sentinelsjan.nijtmans2025-06-261-1/+1
* | Use Tcl_CreateObjCommand2() in test-casesjan.nijtmans2025-03-161-15/+18
|/
* Fix [1da19a69f8]: Backspace crashes 9.0 interpreter on FreeBSDjan.nijtmans2025-01-251-1/+1
|\
| * Add a non-regression test, which turns out to require considerable extra mach...culler2025-01-221-1/+6
| * Merge trunk. In branch less_tests_constraints, let's work off trunk from now on.fvogel2025-01-031-79/+32
| |\
| | * Remove obsolete -single_module linker flagjan.nijtmans2024-10-161-36/+0
| | |\
| | * \ Merge 9.0. Streamline some indentingjan.nijtmans2024-06-301-22/+22
| | |\ \
| | * \ \ New branch: merges the crossing events fix (sans processevents) with cgimage ...culler2024-06-101-0/+2
| | |\ \ \
| | * | | | Cleanupculler2024-06-041-16/+2
| | * | | | New branch implementing Christopher Chavez's idea for drawing to a CGImage wi...culler2024-06-011-13/+13
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Merge core-8-6-branchculler2024-06-011-17/+95
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | merge monterey_deprecationsmarc_culler2022-09-171-2/+2
| | |\ \ \ \
| | * | | | | Christopher Chavez's CGImage-backed views.marc_culler2022-08-151-0/+1
| * | | | | | merge core-8-6-branchfvogel2024-05-291-3/+4
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Rename the 'injectkeyevent' aqua-specific test command to 'testinjectkeyevent'.fvogel2023-11-261-3/+3
| * | | | | | Rename the 'menubarheight' aqua-specific test command to 'testmenubarheight'.fvogel2023-11-261-4/+4
| * | | | | | Move definition of the 'movemouse' constraint, and rename it to 'testmovemous...fvogel2023-11-261-4/+4
| * | | | | | Factorize definition of the 'pressbutton' constraint, and rename it to 'testp...fvogel2023-11-261-4/+4
* | | | | | | (cherry-pick): Fix [080a28104e]: Fixes crash caused by nil UTType when user p...jan.nijtmans2025-01-251-1/+6
* | | | | | | (cherry-pick): Merge branch less_tests_constraintsjan.nijtmans2025-01-061-15/+15
* | | | | | | Backport to 8.7jan.nijtmans2024-11-041-15/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove obsolete -single_module linker flagjan.nijtmans2024-10-161-58/+22
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Remove a lot of stuff meant for macOS < 10.9jan.nijtmans2024-10-141-36/+0
|/ / / / /
* | | | | Merge 8.6 (left-over spacing)jan.nijtmans2024-05-111-0/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Two more Tk_GetPixelsFromObj usages. Remove double MODULE_SCOPE definitions. ...jan.nijtmans2024-05-111-0/+1
| * | | | Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr...jan.nijtmans2024-05-091-3/+3
| |/ / /
* | | | Merge core-8-6-branchculler2023-11-071-0/+81
|\ \ \ \ | |/ / /
| * | | Add non-regression test for the 'activate' caseculler2023-11-051-0/+81
* | | | Merge core-8-6-branch that just received changes from unstable_tests branch, ...fvogel2022-10-171-2/+2
|\ \ \ \ | |/ / /
| * | | Fix comment in tkMacOSXTest.c because it did not follow the successive change...fvogel2022-10-151-2/+2
* | | | Fix [457071937d]. Add back "debugger" command, so - at least - it's usable on...jan.nijtmans2022-09-271-0/+36
* | | | Merge 8.6. Remove DebuggerObjCmd(), which only works on older Mac'sjan.nijtmans2022-09-261-43/+3
|\ \ \ \ | |/ / /
| * | | Fix indenting of tkMacOSXMenu.c (screwed up in previous commit). More interna...jan.nijtmans2022-09-261-12/+8
| | |/ | |/|
* | | Merge 8.6jan.nijtmans2022-09-081-2/+2
|\ \ \ | |/ /
| * | Fix [e17b6f008]: unixWm-50.4 crashes OSX Aquajan.nijtmans2022-09-081-2/+2
| |/
* | More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-121-5/+5
* | Merge 8.6jan.nijtmans2021-11-241-15/+13
|\ \ | |/
| * Make the pressbutton test command work again.marc_culler2021-11-201-15/+13
* | Merge 8.6jan.nijtmans2021-02-021-1/+1
|\ \ | |/
| * More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-1/+1
* | (c) -> ©jan.nijtmans2020-12-091-3/+3
* | Fixes for Apple Event execution on app startup and window display in IDLE/Tki...Kevin Walzer2020-09-171-12/+18
|\ \ | |/
| * Deal with the deprecation of the context property of mouse NSEvents.marc_culler2020-09-161-12/+18
* | Merge 8.6marc_culler2020-09-141-6/+6
|\ \ | |/
| * Fix [71e18c5c0a]: Aqua invalid selector crash when switching between normal a...marc_culler2020-09-141-6/+6
* | Merge 8.6marc_culler2020-09-071-6/+8
|\ \ | |/
| * Fix [39cbacb9e8] and revisit [d72abe6b54] both dealing with inappropriate mou...marc_culler2020-09-071-6/+8
| |\