summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInit.c
Commit message (Expand)AuthorAgeFilesLines
* A better fix for [bf93d098d7]: Aqua menus can be unresponsive at startupmarc_culler2020-01-181-12/+4
|\
| * A better fix for [bf93d098d7]: Aqua menus can be unresponsive at startupmarc_culler2020-01-171-12/+4
* | Aqua: fix IME behavior; make accent menus work; rework Services; deal with no...culler2019-10-251-5/+1
|\ \ | |/
| * Rework and simplify services so the TkService object won't interfere with IME...culler2019-10-231-5/+1
* | Partial fix for [bf93d098d7]: On macOS Catalina menus can be unresponsive at ...culler2019-10-201-3/+8
|\ \ | |/
| * Fix bug[bf93d098d7]: Menubar is sometimes unresponsive on app startupculler2019-10-111-3/+8
* | Fix merge conflict in previous commit (::tk::mac::registerServiceWidget calle...jan.nijtmans2019-10-091-2/+0
* | Merge 8.6jan.nijtmans2019-10-091-0/+3
|\ \ | |/
| * tk::mac::RegisterServiceWidget was returning an error when Wish was launched ...Kevin Walzer2019-10-071-2/+3
* | tk::mac::RegisterServiceWidget was returning an error when Wish was launched ...Kevin Walzer2019-10-071-2/+2
* | Fix crash caused by initializing Mac services multiple timesculler2019-10-061-10/+11
|\ \ | |/
| * 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
* | Merge in ae_cleanup branch; thanks to Marc Culler for patches to clean up App...Kevin Walzer2019-09-021-5/+30
|\ \ | |/
| * 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
* | CONST to const; make code compiledkf2019-06-221-33/+38
* | Merge 8.6. Purge end-of-line spacesjan.nijtmans2019-06-171-15/+15
|/
* 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