summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2020-10-211-0/+102
|\
| * 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
* | Initial macOS implementationKevin Walzer2020-10-021-0/+1
|/
* 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
* | Some initialization steps can remain outside the if (!initialized) block.culler2019-10-061-17/+19
* | Prevent multiple initializations of Mac Services, which would cause IDLE to c...culler2019-10-051-19/+18
* | Clean up Apple Event processing after recent changes in window mapping on MojaveKevin Walzer2019-09-011-5/+30
* | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacingjan.nijtmans2019-06-251-17/+17
* | Finally got timing of initializing NSServices object correct; code cleanup; m...Kevin Walzer2019-05-181-10/+39
|\ \
| * | fix bug [d1989fb7cf]: Root window appears before Tk_Mainloop is called.culler2019-05-151-10/+11
* | | Code and data type cleanup, thanks to Marc Culler for patchKevin Walzer2019-05-171-3/+4
* | | Merge in core-8-6-branchKevin Walzer2019-05-121-13/+11
|\ \ \ | |/ /