summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWindowEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Aqua: Remove references to TkWmInfo struct from tkMacOSXInit.c and TkMacOSXWi...culler2025-03-271-13/+13
* Aqua: move TkWm functions into tkMacOSXWm.c -- TkWmInfo struct should be priv...culler2025-03-261-224/+0
* Use more Tcl_CreateObjCommand2() internally. Those commands can handle a long...jan.nijtmans2025-03-171-2/+2
* Avoid crashes at exit.culler2025-03-161-7/+13
* Add comments and make About dialogs transfer focus on older macs too.culler2025-03-161-1/+21
* Now make the About window work (again) without breaking the tests.culler2025-03-151-1/+5
* Make all focus tests pass except 1.12.culler2025-03-141-2/+2
* Try to make sure there is always a key window in Aqua.culler2025-03-121-26/+33
* Fix (serious) typo in commit [fe2d4d6c]culler2025-03-111-1/+1
* Remove all but one call to [NSView setNeedsDisplay] as only one is needed.culler2025-03-071-7/+0
* Aqua: call TkWmMapWindow and TkWmMapWindow when iconifying or deiconifying. ...culler2025-03-051-5/+15
* New branch to deal with aqua text scrolling artifacts.culler2025-02-271-1/+5
* (backport): Merge tip-706 following positive vote by the TCTjan.nijtmans2024-12-081-2/+2
* Backport to 8.7jan.nijtmans2024-11-041-178/+146
* Remaining fixes for [f91aa24bbe]jan.nijtmans2024-10-221-1/+1
* Remove obsolete -single_module linker flagjan.nijtmans2024-10-161-9/+4
|\
| * Remove a lot of stuff meant for macOS < 10.9jan.nijtmans2024-10-141-5/+0
|/
* Fix for ef5d3e29a4Kevin Walzer2023-08-301-23/+2
* Fix [ee0847f633]: Aqua: compiler warning in debug builds. And Fix [2ed289cae0...fvogel2023-03-301-15/+15
|\
| * Fix [2ed289cae0]: Aqua: more format specifiers than arguments in tkToolbarButtonfvogel2023-03-281-1/+1
| * Fix [ee0847f633]: Aqua: compiler warning in debug builds.fvogel2023-03-281-15/+15
* | Even more -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-121-3/+3
* | More serious elimination of -Wconversion C warningsjan.nijtmans2023-03-041-3/+3
* | Merge 8.6jan.nijtmans2023-01-061-1/+3
|\ \ | |/
| * Fix [d84d334ae6]: Fix build on older macOS Systemjan.nijtmans2023-01-061-1/+5
* | Merge 8.6jan.nijtmans2022-09-101-2/+2
|\ \ | |/
| * Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-101-2/+2
* | Merge 8.6jan.nijtmans2022-04-151-15/+15
|\ \ | |/
| * Fix [c0bf1bda2a]: Aqua: avoid buffer overflows by not passing XVirtualEvent* ...jan.nijtmans2022-04-151-15/+15
* | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-1/+1
* | Fix botched merge of tkMacOSXHLEvents.c and some unused parameter warnings.marc_culler2021-11-261-0/+2
* | Merge 8.6jan.nijtmans2021-11-241-11/+46
|\ \ | |/
| * line-endingsjan.nijtmans2021-11-241-1/+1
| * Simplify the tracking. Generate Motion events when the pointer is outside th...marc_culler2021-11-211-16/+0
| * Trying to receive motion events when the mouse leaves the window.marc_culler2021-11-201-4/+11
| * Make Enter and Leave events work on macOS.marc_culler2021-11-191-11/+55
* | Merge 8.6jan.nijtmans2021-11-121-1/+2
|\ \ | |/
| * Remove code left by mistake; add a missing call to orderOut; be consistent wh...culler2021-11-101-1/+1
| * Fix [8aebca6f26]: Aqua Tk does not handle the yellow minimize button correctly.culler2021-11-091-0/+1
* | Merge 8.6jan.nijtmans2021-10-311-0/+6
|\ \ | |/
| * Apply a patch from Christian Werner which prevents crashes when non-Tk window...culler2021-10-291-0/+6
* | Merge 8.6culler2021-06-031-1/+3
|\ \ | |/
| * Fix [8ecc3eaf5c]: Activating an app with Mission Control may not raise the ap...culler2021-06-011-1/+3
* | Merge 8.6culler2021-05-101-0/+17
|\ \ | |/
| * If an app has a grab window, ensure that it gets focus if the app is deactiva...culler2021-05-091-0/+17
| * Eliminate TkpPutRGBAImage's first 2 parameters, since they are unusedjan.nijtmans2021-05-031-1/+1
* | Fix [8a5086219e]: ttk::entry issuejan.nijtmans2021-05-031-1/+1
* | Merge 8.6culler2021-05-021-0/+13
|\ \ | |/
| * Fix [eafa029f3a]: blurry text on retina screens when using backing CALayer. ...culler2021-05-011-0/+13
* | Merge CALayer-86culler2021-04-291-0/+1
|\ \ | |/