summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXTest.c
Commit message (Expand)AuthorAgeFilesLines
* 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 8.6 (left-over spacing)jan.nijtmans2024-05-111-0/+1
| |\ \ | | |/
| * | Merge core-8-6-branchculler2023-11-071-0/+81
| |\ \
| * \ \ Merge core-8-6-branch that just received changes from unstable_tests branch, ...fvogel2022-10-171-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
| |\ \ \ \
| * \ \ \ \ Merge 8.6jan.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
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.6jan.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
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.6marc_culler2020-09-141-6/+6
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 8.6marc_culler2020-09-071-6/+8
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-09-021-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | tkConfig.c: protect usage of internalPtr when offset is TCL_INDEX_NONE. Backp...jan.nijtmans2020-08-141-1/+1
| * | | | | | | | | | | | Merge 8.6jan.nijtmans2020-08-061-6/+4
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-08-041-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6: fix testing and build issues on the various supported versions of ...culler2020-07-271-22/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | | For macOS tests, account for the fact that Big Sur has a larger menubar.culler2020-07-201-1/+36
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6marc_culler2020-07-181-4/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th...culler2020-06-251-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Fix compiler errors and warnings on macOS 10.6 (Snow Leopard)culler2020-05-161-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-05-131-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for genera...culler2020-05-121-0/+110
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | TIP 569 remove lint commentsdgp2020-03-181-1/+0
| * | | | | | | | | | | | | | | | | | | Fix many warnings in MacOSX build (caused by -Wextra -Wc++-compat). All harml...jan.nijtmans2020-03-011-1/+2
* | | | | | | | | | | | | | | | | | | | Merge core-8-6-branchculler2024-06-011-17/+95
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | 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
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Add non-regression test for the 'activate' caseculler2023-11-051-0/+81
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fix comment in tkMacOSXTest.c because it did not follow the successive change...fvogel2022-10-151-2/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fix indenting of tkMacOSXMenu.c (screwed up in previous commit). More interna...jan.nijtmans2022-09-261-12/+8
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | merge monterey_deprecationsmarc_culler2022-09-171-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Fix [e17b6f008]: unixWm-50.4 crashes OSX Aquajan.nijtmans2022-09-081-2/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Christopher Chavez's CGImage-backed views.marc_culler2022-08-151-0/+1
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Make the pressbutton test command work again.marc_culler2021-11-201-15/+13
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-1/+1
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Deal with the deprecation of the context property of mouse NSEvents.marc_culler2020-09-161-12/+18
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Fix [71e18c5c0a]: Aqua invalid selector crash when switching between normal a...marc_culler2020-09-141-6/+6
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Fix [39cbacb9e8] and revisit [d72abe6b54] both dealing with inappropriate mou...marc_culler2020-09-071-6/+8
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Edit a comment.marc_culler2020-09-071-7/+9
| * | | | | | | | | Work around the fact that we do need to process synthesized mouse events for ...marc_culler2020-09-071-1/+1
* | | | | | | | | | Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable()jan.nijtmans2020-09-021-1/+1
|/ / / / / / / / /
* | | | | | | | | Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter...jan.nijtmans2020-09-021-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ou...jan.nijtmans2020-08-061-9/+8
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Make image testing work better in the Sierrasculler2020-07-221-22/+8
| |_|_|_|_|/ |/| | | | |