| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug[bf93d098d7]: Menubar is sometimes unresponsive on app startup | culler | 2019-10-11 | 1 | -3/+8 |
|
|
* | tk::mac::RegisterServiceWidget was returning an error when Wish was launched ... | Kevin Walzer | 2019-10-07 | 1 | -2/+3 |
|
|
* | Some initialization steps can remain outside the if (!initialized) block. | culler | 2019-10-06 | 1 | -17/+19 |
|
|
* | Prevent multiple initializations of Mac Services, which would cause IDLE to c... | culler | 2019-10-05 | 1 | -19/+18 |
|
|
* | Clean up Apple Event processing after recent changes in window mapping on Mojave | Kevin Walzer | 2019-09-01 | 1 | -5/+30 |
|
|
* | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing | jan.nijtmans | 2019-06-25 | 1 | -17/+17 |
|
|
* | Finally got timing of initializing NSServices object correct; code cleanup; m... | Kevin Walzer | 2019-05-18 | 1 | -10/+39 |
|\ |
|
| * | fix bug [d1989fb7cf]: Root window appears before Tk_Mainloop is called. | culler | 2019-05-15 | 1 | -10/+11 |
|
|
* | | Code and data type cleanup, thanks to Marc Culler for patch | Kevin Walzer | 2019-05-17 | 1 | -3/+4 |
|
|
* | | Merge in core-8-6-branch | Kevin Walzer | 2019-05-12 | 1 | -13/+11 |
|\ \
| |/ |
|
| * | Whitespace cleanup, syncronize a little with "trunk" version. | jan.nijtmans | 2019-05-09 | 1 | -2/+1 |
|
|
| * | On macOS, edit comments and documentation; fix compiler warnings. | culler | 2019-04-20 | 1 | -1/+1 |
|
|
| * | Mitigate future merge conflict headaches. | culler | 2019-04-17 | 1 | -10/+9 |
|
|
* | | Ensure ::tk::mac::GetAppPath is included | Kevin Walzer | 2019-03-09 | 1 | -49/+39 |
|
|
* | | Remove tkMacOSXLaunch.c from TIP; adds too many extraneous commands. Re-focus... | Kevin Walzer | 2019-03-08 | 1 | -1/+39 |
|
|
* | | Clean up implementation | Kevin Walzer | 2019-03-01 | 1 | -1/+3 |
|
|
* | | Update mac_services branch, intend to submit a TIP | Kevin Walzer | 2019-02-27 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | Modify makefile to add new file | Kevin Walzer | 2018-03-05 | 1 | -0/+4 |
|
|
* | | Fix bug [56a1823c73]: Aqua toplevels can fail to appear on screen. | culler | 2019-02-18 | 1 | -0/+10 |
|
|
* | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-10 | 1 | -1/+1 |
|
|
* | | Mac code cleanup. Move interfaces for subclasses of AppKit classes to | culler | 2018-11-26 | 1 | -13/+0 |
|
|
* | | Workaround for bundled Wish console not accepting keyboard input on Mojave | Kevin Walzer | 2018-11-24 | 1 | -0/+8 |
|
|
* | | Use a better method for making test images on the mac emulate test images on ... | culler | 2018-11-15 | 1 | -3/+2 |
|
|
* | | Came up with a scheme for making test images behave the way that the | culler | 2018-11-06 | 1 | -2/+5 |
|
|
* | | Adjust some conditional compilation cutoffs to make the build work on OSX 10.... | culler | 2018-10-28 | 1 | -1/+1 |
|
|
* | | Added a boolean state variable so a displayProc can check if it is being run ... | culler | 2018-10-24 | 1 | -19/+9 |
|
|
* | | Add a runtime check for the OS version, to decide whether to process idle eve... | culler | 2018-10-21 | 1 | -0/+13 |
|/ |
|
* | Merge branch bug-3382424 into core-8-6-branch. Prevents misleading error mes... | culler | 2017-12-05 | 1 | -0/+2 |
|\ |
|
| * | Remove two debug messages which print to stderr during macOS tests but are | culler | 2017-12-03 | 1 | -0/+2 |
|
|
* | | On macOS, set a default application icon only when no icon has been declared in
| culler | 2017-12-05 | 1 | -0/+17 |
|
|
* | | Remove unnecessary calls to set application icon in bundled apps on macOS, pr... | Kevin Walzer | 2017-12-05 | 1 | -12/+0 |
|/ |
|
* | Merge byebye-leopard into core-8-6-branch. Removes conditional code for OS X... | culler | 2017-11-27 | 1 | -16/+2 |
|\ |
|
| * | Remove all conditional code which requires a minimum deployment target | culler | 2017-11-27 | 1 | -16/+2 |
|
|
* | | tkWinDialog.c: Change a LoadLibrary() call to GetModuleHandle(), since "shell... | jan.nijtmans | 2017-11-27 | 1 | -4/+4 |
|/ |
|
* | Repair a mistake introduced in checkin [fc16f8a9]. In TkpInit the NSApplication | culler | 2017-11-25 | 1 | -16/+18 |
|
|
* | Pass nil for allowedFileTypes rather than an empty array to select all files. | culler | 2017-11-25 | 1 | -3/+0 |
|
|
* | Removed a function which is never called in the current version. | culler | 2017-11-25 | 1 | -32/+0 |
|
|
* | Fix name for SetApplicationIcon function that had an incorrect name in the fu... | Kevin Walzer | 2017-11-25 | 1 | -1/+1 |
|
|
* | Simplify and reorganize the initialization code. | culler | 2017-11-24 | 1 | -70/+73 |
|
|
* | Remove calls to TransformProcessType. Avoid activating too early. | culler | 2017-11-24 | 1 | -41/+32 |
|
|
* | remove some end-of-line spacing | jan.nijtmans | 2017-10-12 | 1 | -1/+1 |
|
|
* | Numerous fixes for Tk on macOS 10.13; eliminate memory leaks, override system... | Kevin Walzer | 2017-10-11 | 1 | -3/+21 |
|
|
* | Fix build errors on i386 for Cocoa; thanks to Marc Culler for patch | Kevin Walzer | 2016-01-31 | 1 | -2/+0 |
|
|
* | Additional fixes for memory leaks, window flickering on OS X 10.11; thanks to... | Kevin Walzer | 2016-01-09 | 1 | -3/+1 |
|
|
* | spacing | jan.nijtmans | 2015-12-17 | 1 | -1/+1 |
|
|
* | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m... | Kevin Walzer | 2015-12-15 | 1 | -22/+46 |
|
|
* | Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patch | Kevin Walzer | 2015-12-07 | 1 | -5/+1 |
|
|
* | Remove garbage collections calls as GC is no longer supported on OS X; thanks... | Kevin Walzer | 2015-03-21 | 1 | -2/+0 |
|
|
* | Remove unnecessary end-of-line spacing | jan.nijtmans | 2015-02-02 | 1 | -2/+2 |
|
|
* | Scrolling is now working at an acceptable level; using Unix bindings to drive... | Kevin Walzer | 2015-01-30 | 1 | -7/+2 |
|
|