summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-2/+1
| * On macOS, edit comments and documentation; fix compiler warnings.culler2019-04-201-1/+1
| * Mitigate future merge conflict headaches.culler2019-04-171-10/+9
* | Ensure ::tk::mac::GetAppPath is includedKevin Walzer2019-03-091-49/+39
* | Remove tkMacOSXLaunch.c from TIP; adds too many extraneous commands. Re-focus...Kevin Walzer2019-03-081-1/+39
* | Clean up implementationKevin Walzer2019-03-011-1/+3
* | Update mac_services branch, intend to submit a TIPKevin Walzer2019-02-271-0/+4
|\ \ | |/ |/|
| * Modify makefile to add new fileKevin Walzer2018-03-051-0/+4
* | Fix bug [56a1823c73]: Aqua toplevels can fail to appear on screen.culler2019-02-181-0/+10
* | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-101-1/+1
* | Mac code cleanup. Move interfaces for subclasses of AppKit classes toculler2018-11-261-13/+0
* | Workaround for bundled Wish console not accepting keyboard input on MojaveKevin Walzer2018-11-241-0/+8
* | Use a better method for making test images on the mac emulate test images on ...culler2018-11-151-3/+2
* | Came up with a scheme for making test images behave the way that theculler2018-11-061-2/+5
* | Adjust some conditional compilation cutoffs to make the build work on OSX 10....culler2018-10-281-1/+1
* | Added a boolean state variable so a displayProc can check if it is being run ...culler2018-10-241-19/+9
* | Add a runtime check for the OS version, to decide whether to process idle eve...culler2018-10-211-0/+13
|/
* Merge branch bug-3382424 into core-8-6-branch. Prevents misleading error mes...culler2017-12-051-0/+2
|\
| * Remove two debug messages which print to stderr during macOS tests but areculler2017-12-031-0/+2
* | On macOS, set a default application icon only when no icon has been declared in culler2017-12-051-0/+17
* | Remove unnecessary calls to set application icon in bundled apps on macOS, pr...Kevin Walzer2017-12-051-12/+0
|/
* Merge byebye-leopard into core-8-6-branch. Removes conditional code for OS X...culler2017-11-271-16/+2
|\
| * Remove all conditional code which requires a minimum deployment targetculler2017-11-271-16/+2
* | tkWinDialog.c: Change a LoadLibrary() call to GetModuleHandle(), since "shell...jan.nijtmans2017-11-271-4/+4
|/
* Repair a mistake introduced in checkin [fc16f8a9]. In TkpInit the NSApplicationculler2017-11-251-16/+18
* Pass nil for allowedFileTypes rather than an empty array to select all files.culler2017-11-251-3/+0
* Removed a function which is never called in the current version.culler2017-11-251-32/+0
* Fix name for SetApplicationIcon function that had an incorrect name in the fu...Kevin Walzer2017-11-251-1/+1
* Simplify and reorganize the initialization code.culler2017-11-241-70/+73
* Remove calls to TransformProcessType. Avoid activating too early.culler2017-11-241-41/+32
* remove some end-of-line spacingjan.nijtmans2017-10-121-1/+1
* Numerous fixes for Tk on macOS 10.13; eliminate memory leaks, override system...Kevin Walzer2017-10-111-3/+21
* 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/+1
* spacingjan.nijtmans2015-12-171-1/+1
* Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-22/+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