summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | Fix [175a6e4bb6]: Aqua tiled fullscreen windows cannot be resized.marc_culler2020-10-062-11/+15
|\ \
| * | Fix [175a6e4bb6]: Aqua tiled fullscreen windows cannot be resized.marc_culler2020-10-062-10/+13
|/ /
* | Fix more warnings, related to -Wshadow, now in MacOSX codejan.nijtmans2020-10-028-375/+391
* | Cherrypick the fixes for macOS MapNotify and UnmapNotify from mac_stylesmarc_culler2020-09-274-60/+125
* | Last TIP #581 changes. 100% done nowjan.nijtmans2020-09-272-8/+8
* | 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