summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Test using an underline to indicate background color.culler2020-11-182-35/+44
|
* Make the menu demo look like the old one, by using -foreground instead of ↵culler2020-11-171-3/+11
| | | | -background in aqua.
* 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 ↵culler2020-11-171-6/+8
| | | | all automatic MacPixels to 0.
* Merge 8.5. Some more explicit type-casts.jan.nijtmans2020-11-162-5/+22
|\
| * Second argument of Tcl_StaticPackage() should always be Titlecase. Synced ↵jan.nijtmans2020-11-162-4/+6
| | | | | | | | from this commit in Tcl: [d8e520bee8e1a287]
| * Since all demo's are in utf-8 (actually: ASCII), just use this encoding directlyjan.nijtmans2020-11-165-70/+70
| |
* | Use systemUnemphasizedSelectedTextBackgroundColor as the INACTIVE_SELECT_BG ↵marc_culler2020-11-151-11/+1
| | | | | | | | default.
* | The selected text background issues appeared in 8.6 too. Cherrypick the fix.marc_culler2020-11-152-40/+24
| |
* | Correct an indeterminacy in the implementation of systemSelectedTabTextColormarc_culler2020-11-141-0/+2
| |
* | Fix "make install" on cygwin, broken due to implib name change (see: ↵jan.nijtmans2020-11-121-1/+1
| | | | | | | | [https://core.tcl-lang.org/tcl/info/fe52ae7a4d41e60b])
* | Simplify tkMacOSXColor.c and fix [f9fa926666] for macOS: crash when creating ↵culler2020-11-106-188/+21
|\ \ | | | | | | | | | a label whose text is a single emoji.
| * | Finish removing GCCache and remove some more platform specific code in xgc.cmarc_culler2020-11-092-22/+2
| | |
| * | Remove some more unneeded code.marc_culler2020-11-093-45/+11
| | |
| * | Correct one name replacement that accidentally was omitted.marc_culler2020-11-091-1/+1
| | |
| * | Fix [f9fa926666] on macOS only: crash when creating a label whose text is a ↵culler2020-11-093-122/+9
| | | | | | | | | | | | single emoji.
* | | Fix [4ebcc04dc4]: tk fontchooser partial configure on X11 overwrites options ↵fvogel2020-11-073-5/+14
|\ \ \ | |/ / |/| | | | | not specified.
| * | Add non regression test for bug [4ebcc04dc4]fvogel2020-11-071-1/+7
| | |
| * | Fix [4ebcc04dc4]: tk fontchooser partial configure on X11 overwrites options ↵fvogel2020-11-012-4/+7
| | | | | | | | | | | | not specified.
* | | Revert to using Apple's standardAboutDialog now that Tk has recovered from ↵marc_culler2020-11-066-66/+48
|\ \ \ | | | | | | | | | | | | Mojave. See [c9ebacceb4].
| * | | Update the man page for tk::mac::standardAboutPanelmarc_culler2020-11-061-5/+11
| | | |
| * | | re-generate configure script with (locally modified) autoconf-2.59jan.nijtmans2020-11-061-4382/+6667
| | | |
| * | | Test using the real standardAboutPanel as the manual indicates is doneculler2020-11-055-6726/+4417
|/ / /
* | | Merge 8.5jan.nijtmans2020-11-051-2/+10
|\ \ \ | | |/ | |/|
| * | Cache homebrew on Travis MacOS buildsjan.nijtmans2020-11-051-2/+10
| | |
* | | Fix [5224aa89ac]: Bug in the ttk::bindMouseWheel procjan.nijtmans2020-11-041-3/+3
| | |
* | | Merge 8.5jan.nijtmans2020-11-032-7/+7
|\ \ \ | |/ / | | / | |/ |/|
| * Don't bother MacOS builds on XQuarz, since that's basically the same as on ↵jan.nijtmans2020-11-031-6/+6
| | | | | | | | Ubuntu
| * Redundant "-accelerator" option in menu demojan.nijtmans2020-11-031-2/+2
| |
* | Fix cygwin buildjan.nijtmans2020-10-291-0/+2
| |
* | Always compile with -D__USE_MINGW_ANSI_STDIO=0.jan.nijtmans2020-10-295-12/+20
|\ \ | |/ | | | | Fix implib library names Fix win64 build using high-entropy-va opotion
| * Always compile with -D__USE_MINGW_ANSI_STDIO=0.jan.nijtmans2020-10-295-6/+14
| |\ | | | | | | | | | Fix implib library names Fix win64 build using high-entropy-va opotion
| | * Fix [https://github.com/msys2/MINGW-packages/issues/6931|python: investigate ↵jan.nijtmans2020-10-281-1/+1
| |/ |/| | | | | build crash when building with high-entropy-va]
* | Merge 8.5 (just a few typo's)jan.nijtmans2020-10-285-7/+7
|\ \ | |/
| * Fix some C++ comments in ttkWinXPTheme.c (needed for MSVC++ 6.0)jan.nijtmans2020-10-2812-46/+50
| | | | | | | | Fix some typing errors in code comments. Some eol-spacing elimination
* | MSVC++ 6.0 does't handle C++ commentsjan.nijtmans2020-10-283-7/+7
| |
* | No need to specify "install" and "script" in sub-builds, when they are equal ↵jan.nijtmans2020-10-271-22/+0
| | | | | | | | to the global specification
* | Fix [5cc72e002c]: file dialogs return an empty string on older macOS systems.marc_culler2020-10-271-10/+42
|\ \
| * | 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
| | |
* | | Don't use \\U escape sequence any more in demo: No longer needed starting ↵jan.nijtmans2020-10-261-2/+1
|/ / | | | | | | with Tcl 8.7a4
* | Document the TK_CONSOLE environment variable for macOSmarc_culler2020-10-251-3/+6
| |
* | Back out change to tkMacOSXDialog.c from commit b53baf71. The preferred API ↵marc_culler2020-10-251-13/+11
| | | | | | | | works in Catalina and Big Sur but fails in earlier OS versions.
* | See previous commit, but don't do this for user-provided script filesjan.nijtmans2020-10-231-1/+1
| |
* | Always "source -encoding utf-8" Tk's own script files. Since Tk 8.7 runs in ↵jan.nijtmans2020-10-233-22/+22
| | | | | | | | either Tcl 8.6 or 8.7, we then can trust the real encoding used, even though (in Tk 8.6) all those files are still ASCII
* | 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
| |
* | Always use "source -encoding utf-8" in the demos just to be sure.jan.nijtmans2020-10-222-65/+65
| |
* | Assume utf-8 encoding for demo's (although they actually are still ASCII)jan.nijtmans2020-10-222-5/+7
| |