summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6culler2021-12-201-0/+1
|\
| * Remove one more static variable. Now TkWmDeadWindow can clear the drag target...marc_culler2021-12-201-0/+1
* | Merge 8.6jan.nijtmans2021-11-241-0/+19
|\ \ | |/
| * 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
* | Merge 8.6jan.nijtmans2021-11-021-1/+1
|\ \ | |/
* | Merge 8.6marc_culler2021-11-011-0/+20
|\ \ | |/
| * 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
* | Initial commit of macOS implementation for tk_print; does not build yet, must...Kevin Walzer2021-07-031-0/+1
* | Merge 8.6jan.nijtmans2021-05-101-8/+9
|\ \ | |/
| * Restore processing of Apple Events on app launchKevin Walzer2021-05-051-1/+21
* | Merging fix for 7bb246b072, thanks to M. Wayne Davis for the reportKevin Walzer2021-05-081-1/+20
* | Merge 8.6marc_culler2021-01-041-0/+1
|\ \ | |/
| * Fix [19fb7a38fc]: Set the image name when defaulting to the Tk feather icon b...marc_culler2021-01-031-0/+1
* | Remove unused include/variablesjan.nijtmans2020-12-141-6/+0
* | Merge 8.7jan.nijtmans2020-12-111-30/+14
|\ \
| * | (c) -> ©jan.nijtmans2020-12-091-4/+4
| |/
| * 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
* | Remove an incorrect indirection and two unnecessary qualifiers.culler2020-11-011-1/+1
* | Be straightforward - check if the app is signed and use the result to choose ...marc_culler2020-11-011-0/+24
* | 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