summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Make Tk 8.6 compile (again) with Tcl 8.7 headers and --disable-sharedjan.nijtmans2021-01-251-1/+4
* Fix [1712098]: Tk still needs Tcl source distrojan.nijtmans2021-01-221-1/+23
|\
* | Fix [19fb7a38fc]: Set the image name when defaulting to the Tk feather icon b...marc_culler2021-01-031-0/+1
* | Fix [6157a8c4ca]: -filetypes does not work on macOS file dialogsmarc_culler2020-12-241-2/+2
* | Follow-up to [27fc4d0ae8]: one more typojan.nijtmans2020-12-222-2/+2
* | Tidy up with a patch from Christopher Chavez. Removes redundant include direc...marc_culler2020-12-166-13/+12
* | Fine tune the Big Sur behavior.marc_culler2020-12-151-6/+22
* | Fix [80e4c6f695]: progress bars are weird on macOS 11.0.marc_culler2020-12-141-13/+14
* | Fix build in macOS 10.11 El Capitan: @available is not available in 10.11marc_culler2020-12-131-1/+1
* | Merge 8.6jan.nijtmans2020-12-131-3/+3
|\ \
* | | Fix the build on macOS 10.6.marc_culler2020-12-116-11/+10
|/ /
* | Fix segfault introduced by the fix for [4a40c6cace].culler2020-12-041-3/+5
* | Fix [3ef77f434e]: Combobox focus ring is missing in Dark Mode.culler2020-12-041-12/+22
* | Fix [4a40c6cace]: On Aqua managed widgets are drawn with their former offset....marc_culler2020-11-241-3/+13
* | 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