summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6bug-b1d115fa60fvogel2021-11-16277-2252/+3418
|\
| * Add DEF_LABEL_FG for all platforms, not only MacOS. Backport some type-casts ↵jan.nijtmans2021-11-169-12/+13
| | | | | | | | from 8.7
| * Fix [d6a1bc30cd]: Order of bindings in man bind doesn't reflect the default ↵fvogel2021-11-121-3/+3
| |\ | | | | | | | | | bindtags.
| | * Fix [d6a1bc30cd]: Order of bindings in man bind doesn't reflect the default ↵fvogel2021-11-121-3/+3
| |/ | | | | | | bindtags
| * Fix -fno-lto determination/add --enable-auto-image-base option to windows ↵jan.nijtmans2021-11-112-0/+74
| | | | | | | | build (when available)
| * Fix [ce5d983e46]: On macOS, withdrawing the key window leaves the app with ↵culler2021-11-103-4/+33
| |\ | | | | | | | | | no key window.
| | * The call to orderOut was missing because it was accidentally deleted. Put ↵culler2021-11-102-1/+1
| | | | | | | | | | | | it back where it used to be.
| | * Remove code left by mistake; add a missing call to orderOut; be consistent ↵culler2021-11-103-7/+5
| | | | | | | | | | | | when calling orderOut.
| | * Fix [ce5d983e46]: On macOS, withdrawing the key window leaves the app with ↵culler2021-11-101-2/+33
| |/ | | | | | | no key window.
| * Fix [e699a7b606]: Fix build on macOS<10.12 - patch from Christopher Chavez.culler2021-11-092-3/+5
| |\
| | * Fix [e699a7b606]: Fix build on macOS<10.12 - patch from Christopher Chavez.culler2021-11-092-3/+5
| |/
| * Fix [8aebca6f26]: Aqua Tk does not handle the yellow minimize button correctly.culler2021-11-091-0/+1
| |
| * Sync unix/tcl.m4 with Tcl (no effect on configure script)jan.nijtmans2021-11-071-2/+4
| |
| * Fix [46c2f088a2]: ttk::radiobutton -compound accepts empty string. Only a ↵fvogel2021-11-061-1/+1
| |\ | | | | | | | | | very minor documentation wording changed.
| | * Minor change of the documentation following discussion in [46c2f088a2] ↵bug-46c2f088a2fvogel2021-11-061-1/+1
| | | | | | | | | | | | (ttk::radiobutton -compound accepts empty string)
| * | merge releasedgp2021-11-0510-10/+71
| |\ \
| | * \ Merge 8.6core-8-6-12culler2021-11-021-0/+1
| | |\ \ | | |/ / | |/| |
| * | | Add missing call to [parent endSheet].culler2021-11-021-0/+1
| | | |
| | * | Merge 8.6culler2021-11-0218-770/+822
| | |\ \ | | |/ / | |/| |
| * | | Appearance and usability issues, mainly for Monterey, mainly for dark mode.culler2021-11-016-33/+97
| |\ \ \
| | * | | Catalina too.marc_culler2021-11-011-1/+1
| | | | |
| | * | | Big Sur too.culler2021-11-011-1/+1
| | | | |
| | * | | Check and radio buttons.marc_culler2021-11-013-6/+8
| | | | |
| | * | | Allow labels and buttons to have different default foreground colors if ↵marc_culler2021-11-012-0/+6
| | | | | | | | | | | | | | | | | | | | DEF_LABEL_FG is defined.
| | * | | Notebooksmarc_culler2021-10-311-21/+54
| | | | |
| | * | | Buttonsmarc_culler2021-10-304-7/+30
| | | | |
| * | | | Remove test-cases added [ac48fb2d729f3994|here]: This test-case gives ↵jan.nijtmans2021-11-011-8/+0
| | | | | | | | | | | | | | | | | | | | different results in 8.6, which are fixed in 8.7
| * | | | Update DragonFly/FreeBSD configuration (requested by Pietro Cerutti)jan.nijtmans2021-11-012-63/+31
| | | | |
| * | | | Fix [178418e197]: work around the quirk that code compiled on macOS 10.XX ↵marc_culler2021-11-012-1/+21
| |\ \ \ \ | | | | | | | | | | | | | | | | | | and run on macOS 11 or 12 will report the host OS version as 10.16.
| | * | | | Remove references to 10.16.marc_culler2021-11-012-2/+2
| | | | | |
| | * | | | If the system claims to be macOS 10.16 then guess the real OS version from ↵marc_culler2021-10-311-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | the kernel version as reported by uname.
| | * | | | Try to deal with the non-existent macOS 10.16.marc_culler2021-10-311-1/+1
| | |/ / /
| * | | | Test-case cleanup (all backported form 8.7)jan.nijtmans2021-10-319-673/+681
| |/ / /
| | * | update changesdgp2021-10-311-2/+59
| | | |
| | * | Merge 8.6marc_culler2021-10-302-9/+13
| | |\ \ | | |/ / | |/| |
| * | | Fix [6ea0b3df60]: MacOS - grab from menu command produces dead windowmarc_culler2021-10-301-9/+7
| |\ \ \
| | * | | Start all over, now that I understand the issue.culler2021-10-291-31/+21
| | | | |
| | * | | Fix the fix so grab-6.1 still passes.culler2021-10-291-5/+8
| | | | |
| | * | | Fix [6ea0b3df60]: MacOS - grab from menu command produces dead windowculler2021-10-291-13/+18
| | | | |
| * | | | Apply a patch from Christian Werner which prevents crashes when non-Tk ↵culler2021-10-291-0/+6
| |/ / / | | | | | | | | | | | | windows go fullscreen.
| | * | Merge 8.6culler2021-10-281-40/+26
| | |\ \ | | |/ / | |/| |
| * | | Final fix for the macOS file dialog issues.culler2021-10-281-40/+26
| |\ \ \
| | * | | One more round - thanks to Ned Deily for testing with IDLE.culler2021-10-281-42/+35
| | | | |
| | * | | Catalina is a special case.marc_culler2021-10-271-7/+19
| | | | |
| | * | | The real fix, at least for Big Sur and Monterey.culler2021-10-271-41/+20
| | | | |
| | * | | Some cleanup without resolving other (minor) 12.0 bugsculler2021-10-271-18/+25
| | | | |
| | * | | The standalone file dialog needs the same fix as the sheetculler2021-10-271-12/+7
| |/ / /
| | * | Merge 8.6culler2021-10-271-1/+1
| | |\ \ | | |/ / | |/| |
| * | | Fix inequality error that breaks file dialogs on macOS 10.14.culler2021-10-271-1/+1
| |\ \ \
| | | * | Bump to 8.6.12 for releasejan.nijtmans2021-10-2710-10/+14
| | |/ / | |/| |