summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInit.c
Commit message (Expand)AuthorAgeFilesLines
* Remove one more static variable. Now TkWmDeadWindow can clear the drag target...marc_culler2021-12-201-0/+1
* Simplify the tracking. Generate Motion events when the pointer is outside th...marc_culler2021-11-211-0/+15
* Make Enter and Leave events work on macOS.marc_culler2021-11-191-0/+4
* Add DEF_LABEL_FG for all platforms, not only MacOS. Backport some type-casts ...jan.nijtmans2021-11-161-1/+1
* If the system claims to be macOS 10.16 then guess the real OS version from th...marc_culler2021-10-311-0/+20
* eol-spacingjan.nijtmans2021-05-111-7/+7
* Restore processing of Apple Events on app launchKevin Walzer2021-05-051-1/+21
* Fix [19fb7a38fc]: Set the image name when defaulting to the Tk feather icon b...marc_culler2021-01-031-0/+1
* Remove two duplicate lines of code.marc_culler2020-11-201-7/+0
* Try initializing menus a bit later and dealing with menu item background color.culler2020-11-171-11/+19
* One TCL_UNUSED and some eol-spacingjan.nijtmans2020-10-201-3/+2
* Cherrypick changes to comments.marc_culler2020-10-201-8/+7
* Avoid platform-specific conditional compilation where possible.marc_culler2020-10-201-8/+11
* Proposed fix for [c2483bfe4b]: tk fontchooser on macOS can automatically open...jan.nijtmans2020-10-201-18/+27
* Add cast to fix annoying compiler warning.marc_culler2020-10-171-1/+1
* Small adjustment to d69b5cec: make sure Tcl_Finalize *always* gets called.marc_culler2020-10-171-3/+20
* 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-151-0/+64
* 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
* Deal with timing issues for AppleEvents which arrive during the launch process.marc_culler2020-09-171-5/+5
* More aqua initialization issuesmarc_culler2020-09-151-15/+20
* Fix [ab1feaea9c]: Aqua initialization issues exposed by Scid vs Mac.marc_culler2020-09-091-34/+57
* Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter...jan.nijtmans2020-09-021-1/+1
* Add XOffsetRegion and XkbKeycodeToKeysym to (internal X11) stub table. More u...jan.nijtmans2020-08-131-35/+44
|\
| * Fix build errors on i386 for Cocoa; thanks to Marc Culler for patchKevin Walzer2016-01-311-2/+0
| * Additional fixes for memory leaks, window flickering on OS X 10.11; thanks to...Kevin Walzer2016-01-091-3/+6
| * Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-21/+46
| * Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patchKevin Walzer2015-12-071-5/+1
| * Remove garbage collections calls as GC is no longer supported on OS X; thanks...Kevin Walzer2015-03-211-2/+0
| * Scrolling now working at an acceptable level with HITheme API; Unix scroll bi...Kevin Walzer2015-01-301-6/+1
| * Remove residual private API calls from Tk/Mac after Mac App Store review flag...Kevin Walzer2014-11-181-5/+3
| * Fix for Mac crash on Yosemite because of changes in version checkingKevin Walzer2014-10-211-1/+6
* | Fix the build for Snow Leopard. Fix the fontchooser demo.culler2020-07-241-0/+1
* | Remove left-over debugging printfjan.nijtmans2020-06-261-1/+0
* | Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th...culler2020-06-251-3/+7
* | Accept RFE [d87dc2e43a] from Chrisopher Chavez: Remove unused Carbon-era macO...culler2020-05-171-40/+0
* | Fix [411359dc3b]: Clean up Aqua window destruction in TkWmDeadWindow to preve...culler2020-05-111-1/+1
* | A better fix for [bf93d098d7]: Aqua menus can be unresponsive at startupmarc_culler2020-01-171-12/+4
* | Rework and simplify services so the TkService object won't interfere with IME...culler2019-10-231-5/+1
* | Fix bug[bf93d098d7]: Menubar is sometimes unresponsive on app startupculler2019-10-111-3/+8
* | tk::mac::RegisterServiceWidget was returning an error when Wish was launched ...Kevin Walzer2019-10-071-2/+3