summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* On macOS, a mouse event shall be generated when warping the pointer. Add the ...fvogel2020-12-061-0/+1
* Fix [9e1312f32c]: Delivery of <Enter> event to master after destruction of sl...fvogel2020-11-221-1/+1
* Remove two duplicate lines of code.marc_culler2020-11-201-7/+0
* Aqua - Fix [635167af14] and [cc7e0dfc8a]: artifacts and exceptions caused by ...marc_culler2020-11-205-64/+81
|\
| * Implement option 3 - ignore menu colors on macOS.culler2020-11-191-17/+16
| * Back out accidental commitculler2020-11-181-40/+35
| * Test using an underline to indicate background color.culler2020-11-181-35/+40
| * Try initializing menus a bit later and dealing with menu item background color.culler2020-11-174-49/+69
| * I think I am supposed to add braces.culler2020-11-171-4/+4
| * Fix [635167af14]: black menu entries -- see if this is fixed by intializing a...culler2020-11-171-6/+8
* | Correction to the state synchronization loop -- many thanks to anonymousmarc_culler2020-11-201-1/+1
* | Edit comments some more. Remove a testing print statement.marc_culler2020-11-191-2/+3
* | Edit commentsmarc_culler2020-11-191-7/+12
* | Better fix, for special menus other than Help: iterate through Tk menu entrie...marc_culler2020-11-191-15/+3
* | Fix [7185d26cf4]: macOS menu items before separators in special menus are dis...culler2020-11-181-5/+5
|/
* Use systemUnemphasizedSelectedTextBackgroundColor as the INACTIVE_SELECT_BG d...marc_culler2020-11-151-11/+1
* The selected text background issues appeared in 8.6 too. Cherrypick the fix.marc_culler2020-11-151-0/+1
* Correct an indeterminacy in the implementation of systemSelectedTabTextColormarc_culler2020-11-141-0/+2
* Finish removing GCCache and remove some more platform specific code in xgc.cmarc_culler2020-11-091-15/+0
* Remove some more unneeded code.marc_culler2020-11-093-45/+11
* Fix [f9fa926666] on macOS only: crash when creating a label whose text is a s...culler2020-11-091-91/+3
* Test using the real standardAboutPanel as the manual indicates is doneculler2020-11-053-59/+28
* Merge 8.5 (just a few typo's)jan.nijtmans2020-10-281-2/+2
|\
| * Fix some C++ comments in ttkWinXPTheme.c (needed for MSVC++ 6.0)jan.nijtmans2020-10-281-4/+4
| * Move up TkUnusedStubEntry a little.jan.nijtmans2020-09-082-12/+55
* | MSVC++ 6.0 does't handle C++ commentsjan.nijtmans2020-10-281-2/+2
* | Adjustment for Sierra.culler2020-10-251-1/+1
* | Fix [5cc72e002c]: file dialogs return an empty string on older macOS systems.marc_culler2020-10-251-10/+42
* | Back out change to tkMacOSXDialog.c from commit b53baf71. The preferred API w...marc_culler2020-10-251-13/+11
* | Aqua: small change to showOpenSavePanel which might prevent some API warnings.culler2020-10-221-11/+13
* | Remove an unneeded echo command in GNUmakefile.marc_culler2020-10-221-1/+0
* | cherrypick the changes to GNUmakefile, accidentally committed to the rc branc...marc_culler2020-10-212-21/+21
* | One TCL_UNUSED and some eol-spacingjan.nijtmans2020-10-203-5/+4
* | Cherrypick changes to comments.marc_culler2020-10-201-8/+7
* | Make Tcl_Finalize run when a launched app is terminated with command-Qmarc_culler2020-10-201-2/+7
* | Avoid platform-specific conditional compilation where possible.marc_culler2020-10-202-8/+19
* | Proposed fix for [c2483bfe4b]: tk fontchooser on macOS can automatically open...jan.nijtmans2020-10-201-18/+27
* | Fix ifeq test which accidentally got reversed in GNUmakefileculler2020-10-202-13/+21
* | typomarc_culler2020-10-191-1/+1
* | Add a make variable to GNUmakefile for building the Tk.framework for use as a...marc_culler2020-10-192-3/+30
* | 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-153-0/+70
* | Fix [27fb5991be]: toplevel is not restored correctly after exiting fullscreen.marc_culler2020-10-111-11/+7
* | typojan.nijtmans2020-10-081-1/+1
* | Fix [1fa8c3ed8d]: Aqua crash when a window is resized in a display procedure.culler2020-10-072-3/+10