summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix -fno-lto determination/add --enable-auto-image-base option to windows bui...jan.nijtmans2021-11-112-0/+74
* Fix [ce5d983e46]: On macOS, withdrawing the key window leaves the app with no...culler2021-11-103-4/+33
|\
| * The call to orderOut was missing because it was accidentally deleted. Put it...culler2021-11-102-1/+1
| * Remove code left by mistake; add a missing call to orderOut; be consistent wh...culler2021-11-103-7/+5
| * Fix [ce5d983e46]: On macOS, withdrawing the key window leaves the app with no...culler2021-11-101-2/+33
|/
* 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 ver...fvogel2021-11-061-1/+1
|\
| * Minor change of the documentation following discussion in [46c2f088a2] (ttk::...bug-46c2f088a2fvogel2021-11-061-1/+1
* | 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 DEF_L...marc_culler2021-11-012-0/+6
| * | | Notebooksmarc_culler2021-10-311-21/+54
| * | | Buttonsmarc_culler2021-10-304-7/+30
* | | | Remove test-cases added [ac48fb2d729f3994|here]: This test-case gives differe...jan.nijtmans2021-11-011-8/+0
* | | | 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 and...marc_culler2021-11-012-1/+21
|\ \ \ \
| * | | | 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 th...marc_culler2021-10-311-0/+20
| * | | | 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 window...culler2021-10-291-0/+6
|/ / /
| * | 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
| |/ / |/| |
* | | TIP 608 implementation - Add <<TkWorldChanged>> virtual eventgriffin2021-10-224-7/+166
|\ \ \
| * | | Fix erroneous comment (labelframe widgets do exist)fvogel2021-08-271-4/+4
| * | | Correct documentation for this new virtual event.griffin2021-08-051-6/+6
| * | | Possible fix for tkticket 3049518 - Generate <<TkWorldChanged>> event.griffin2021-08-044-3/+162