summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Allow opting out of using the custom Tcl_ExitProc by defining USE_SYSTEM_EXITculler2020-10-161-2/+7
* Do not call Tcl_SetExitProc when the Tk process is part of an exec pipeline.marc_culler2020-10-161-3/+12
* Use Tcl_Exit when handling SIGHUP and SIGTERM too.marc_culler2020-10-151-10/+13
* Even simpler - remove out of place calls to Tcl_Finalizemarc_culler2020-10-151-10/+4
* Simpler, better fix of [c2483bfe4b]: unwanted fontchooser can appear. Uses T...marc_culler2020-10-153-0/+70
* Fix [27fb5991be]: toplevel is not restored correctly after exiting fullscreen.marc_culler2020-10-111-11/+7
* typojan.nijtmans2020-10-081-1/+1
* Fix [1fa8c3ed8d]: Aqua crash when a window is resized in a display procedure.culler2020-10-072-3/+10
* Fix [175a6e4bb6]: Aqua tiled fullscreen windows cannot be resized.marc_culler2020-10-062-11/+15
|\
| * Fix [175a6e4bb6]: Aqua tiled fullscreen windows cannot be resized.marc_culler2020-10-062-10/+13
|/
* Fix more warnings, related to -Wshadow, now in MacOSX codejan.nijtmans2020-10-028-375/+391
* Cherrypick the fixes for macOS MapNotify and UnmapNotify from mac_stylesmarc_culler2020-09-274-60/+125
* Last TIP #581 changes. 100% done nowjan.nijtmans2020-09-272-8/+8
* Fix [aa4be2c1b8]: Aqua test suite hangs.marc_culler2020-09-221-2/+6
* Remove an unused variable and an unnecessary include directive.marc_culler2020-09-211-3/+0
* Don't open a console when running Wish from the command line; further simplif...marc_culler2020-09-201-14/+3
* Tiny code improvementmarc_culler2020-09-191-2/+1
* Fix the regression with ScidvsMac; reorganize the code in the rest of TkpInit...marc_culler2020-09-191-51/+62
* Remove debugging statementKevin Walzer2020-09-191-1/+0
* Restore consoleKevin Walzer2020-09-191-3/+4
* Fix [4f4f03f5eb]: B1-Motion events are ignored in the window title bar.marc_culler2020-09-181-1/+1
|\
| * Fix the button state for drags.marc_culler2020-09-181-3/+0
| * Fix [4f4f03f5eb]: in Aqua allow mouse drags across the titlebar while ignorin...marc_culler2020-09-181-1/+4
* | Remove unused variablejan.nijtmans2020-09-181-1/+0
|/
* Deal with timing issues for AppleEvents which arrive during the launch process.marc_culler2020-09-172-12/+43
* Deal with the deprecation of the context property of mouse NSEvents.marc_culler2020-09-162-14/+20
* More aqua initialization issuesmarc_culler2020-09-153-15/+22
* Fix [71e18c5c0a]: Aqua invalid selector crash when switching between normal a...marc_culler2020-09-142-16/+20
* Prevent the usage of the term safe/unsafe childjan.nijtmans2020-09-141-1/+1
* Adjust comment styling.marc_culler2020-09-121-4/+10
* Apply patch from Christopher Chavez to address UBSan warnings about alignment...marc_culler2020-09-121-2/+8
* Add a disclosure triangle that works in Big Surmarc_culler2020-09-121-3/+59
* Also fix [3762a0a944] using the suggestion in the ticket from Christopher Cha...marc_culler2020-09-091-1/+1
* Fix [ab1feaea9c]: Aqua initialization issues exposed by Scid vs Mac.marc_culler2020-09-093-46/+78
* TIP #581: More progressjan.nijtmans2020-09-093-20/+20
* Fix [2a6d63b9dc]: crash in macOS 10.6 when de-activating wish with Option-tabculler2020-09-081-2/+5
* Fix TkMacOSXGetXWindow so it returns a Window, not a Tk_Window cast as a Window.marc_culler2020-09-081-2/+4
* 3 new MacOS-specific stub functions: Tk_MacOSXGetTkWindow()/Tk_MacOSXGetCGCon...jan.nijtmans2020-09-082-10/+13
|\
| * Tk_MacOSXGetCGContextForDrawable() doesn't replace TkMacOSXGetDrawablePort(),...jan.nijtmans2020-09-065-28/+18
| |\
| * | Re-introduce TkMacOSXGetTkWindow() as macrojan.nijtmans2020-09-065-36/+37
| * | Merge 8.6jan.nijtmans2020-09-0217-92/+86
| |\ \
| * \ \ Merge 8.6jan.nijtmans2020-09-0214-134/+120
| |\ \ \
| * | | | Remove a couple of superfluous casts.marc_culler2020-09-011-2/+2
| * | | | Rename 3 badly named functions that were exported as stubs; export under both...marc_culler2020-09-0115-126/+162
| |\ \ \ \
| | * | | | Suggestions for name cleanup with compatibiltiy for 8.6.11culler2020-09-0116-111/+126
| * | | | | TkRegion cannot be used in tkMacOSX.hjan.nijtmans2020-09-011-1/+1
| * | | | | Merge 8.6. Change signature of Tk_MacOSXGetTkWindow/Tk_MacOSXGetCGContextForD...jan.nijtmans2020-09-0110-166/+78
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | More tweaks, (mainly TkMacOSXGetCGContextForDrawable <-> TkMacOSXCGContext)jan.nijtmans2020-08-313-8/+8
| * | | | | More tweaksjan.nijtmans2020-08-305-53/+50
| |\ \ \ \ \
| | * | | | | Export TkMacOSXGetCGContextForDrawable() too, that's the only function from t...jan.nijtmans2020-08-283-5/+4