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