| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [bdcab85b9c]: Aqua crash when non-BMP characters are used in a menu label | marc_culler | 2021-01-27 | 1 | -0/+2 |
|
|
* | Always use -eofchar "\032 {}", not -eofchar \032. See: [https://core.tcl-lang... | jan.nijtmans | 2021-01-15 | 1 | -1/+1 |
|
|
* | Implement option 3 - ignore menu colors on macOS. | culler | 2020-11-19 | 1 | -2/+9 |
|
|
* | Make the menu demo look like the old one, by using -foreground instead of -ba... | culler | 2020-11-17 | 1 | -3/+11 |
|
|
* | Merge 8.5 | jan.nijtmans | 2020-11-03 | 1 | -1/+1 |
|\ |
|
| * | Redundant "-accelerator" option in menu demo | jan.nijtmans | 2020-11-03 | 1 | -2/+2 |
|
|
* | | Don't use \\U escape sequence any more in demo: No longer needed starting wit... | jan.nijtmans | 2020-10-26 | 1 | -2/+1 |
|
|
* | | Always use "source -encoding utf-8" in the demos just to be sure. | jan.nijtmans | 2020-10-22 | 2 | -65/+65 |
|
|
* | | Assume utf-8 encoding for demo's (although they actually are still ASCII) | jan.nijtmans | 2020-10-22 | 2 | -5/+7 |
|
|
* | | Adapt some demo's to TIP #474 (runtime switchable, depending on Tk version) | jan.nijtmans | 2020-10-21 | 5 | -19/+27 |
|
|
* | | Make demo's like floor/items/ctext behave the same on MacOS as other platform... | jan.nijtmans | 2020-09-21 | 15 | -52/+90 |
|
|
* | | Require Tcltest 2.2 as a miminum. | jan.nijtmans | 2020-09-15 | 2 | -2/+2 |
|\ \ |
|
| * | | Merge 8.6. Modify local xvfb-run script such that it works on macOS, and use it | jan.nijtmans | 2020-09-10 | 1 | -2/+0 |
|
|
* | | | Use consistant $idx < 0 in stead of $idx != -1 for checking index meaning 'no... | jan.nijtmans | 2020-09-14 | 4 | -8/+8 |
|/ / |
|
* | | Simplify throughout: ButtonPress -> Button, KeyPress -> Key (or remove it bec... | jan.nijtmans | 2020-09-08 | 1 | -1/+1 |
|
|
* | | Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes n... | jan.nijtmans | 2020-08-04 | 1 | -7/+7 |
|
|
* | | Fix the fontchooser demo correctly. | culler | 2020-07-25 | 1 | -4/+2 |
|
|
* | | Fix the build for Snow Leopard. Fix the fontchooser demo. | culler | 2020-07-24 | 1 | -1/+1 |
|
|
* | | Minor bindings cleanup. Some removal of "expr" when we can do without it. Som... | jan.nijtmans | 2020-07-10 | 1 | -7/+7 |
|
|
* | | Aqua: add semantic color systemLinkColor - patch from Christopher Chavez. | culler | 2020-05-12 | 1 | -0/+4 |
|
|
* | | Fix [6e25fc7cc1]: widget demo: dark-mode friendly 'NEW' image. Patch from Chr... | fvogel | 2020-04-15 | 1 | -6/+14 |
|
|
* | | Apply a patch from Christopher Chavez which correctly deals with the fact tha... | culler | 2020-04-15 | 3 | -5/+7 |
|
|
* | | Various cleanups in Unicode handling. Note that without Xft on X11 we don't h... | jan.nijtmans | 2019-11-26 | 1 | -13/+15 |
|\ \ |
|
| * | | Update unicode demo | jan.nijtmans | 2019-11-21 | 1 | -8/+8 |
|/ / |
|
* | | Specific test for xft in widget demo | jan.nijtmans | 2019-11-19 | 1 | -1/+1 |
|
|
* | | Use correct Emoji representation when running with Tcl 8.7. Works on X11 then! | jan.nijtmans | 2019-11-19 | 1 | -1/+4 |
|
|
* | | Merge 8.6, but only exclude Emoji's in the demo for X11. | jan.nijtmans | 2019-11-18 | 1 | -2/+4 |
|\ \ |
|
| * | | Restrict Emoji in demo for win32 platform only, since on other platforms it's... | jan.nijtmans | 2019-11-18 | 1 | -2/+4 |
|/ / |
|
* | | Let's add some Emoji to the widget demo, but encoded in UTF-16 so Tcl 8.6.10 ... | jan.nijtmans | 2019-11-15 | 1 | -0/+2 |
|
|
* | | Restore looks of canvas items demo as it was in previous Tk versions, but now... | jan.nijtmans | 2019-10-05 | 1 | -3/+3 |
|
|
* | | Restore (kind of) default values for -fill and -outline in polygon items. Cha... | jan.nijtmans | 2019-10-04 | 1 | -1/+1 |
|
|
* | | Remove DEF_CANVLINE_FILL/DEF_CANVTEXT_FILL, since the default fill value (acc... | jan.nijtmans | 2019-10-04 | 1 | -1/+5 |
|
|
* | | Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some... | Kevin Walzer | 2019-09-24 | 6 | -160/+167 |
|
|
* | | Refactor all MouseWheel bindings, doing it the same way everywhere. So <Mo... | jan.nijtmans | 2019-08-18 | 1 | -4/+39 |
|\ \ |
|
| * | | Refactor all MouseWheel bindings, doing it the same way everywhere. So <Mouse... | jan.nijtmans | 2019-08-16 | 1 | -4/+39 |
|
|
* | | | Apply patch from Christopher Chavez to make the horizontal paned window demo | culler | 2019-08-16 | 1 | -2/+2 |
|/ / |
|
* | | Merge 8.5 | jan.nijtmans | 2019-07-31 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Make the twind demo buttons look OK when the background changes in Aqua. | culler | 2019-07-13 | 1 | -4/+15 |
|
|
* | | fix [4566e2b83d]: Aqua toplevels and Tk frames use the wrong background color | culler | 2019-07-12 | 1 | -14/+27 |
|
|
* | | Fix [e6d58de4b6]: ctext.tcl: remove duplicate word | fvogel | 2019-07-07 | 1 | -1/+1 |
|
|
* | | Use single-argument "expr" as much as possible. Not complete yet, but most tr... | jan.nijtmans | 2019-06-05 | 2 | -9/+9 |
|
|
* | | Make Treeview headings look correct in both light and dark modes. Make ordinary | culler | 2019-04-08 | 1 | -1/+1 |
|
|
* | | Added a drawing procedure for dark mode comboboxes. | culler | 2019-03-26 | 1 | -1/+1 |
|
|
* | | Improve the behavior and appearance of BevelButtons. | culler | 2019-03-17 | 1 | -2/+2 |
|
|
* | | Fix bug [e733d3770f]: geometry issues with buttons on macOS | culler | 2019-01-16 | 1 | -1/+1 |
|
|
* | | Update the demos to give a more complete explanation of local and global grabs. | culler | 2019-01-08 | 2 | -2/+15 |
|
|
* | | On the mac, use the default menu bar for the widget demo. | culler | 2018-12-01 | 1 | -8/+3 |
|
|
* | | Make tabbed windows work correctly on macOS. | culler | 2018-11-30 | 1 | -0/+5 |
|
|
* | | Fix spelling error in a variable name (GitHub PR #5, chrstphrchvz) | fvogel | 2018-11-25 | 1 | -6/+6 |
|
|
* | | tkWinDialog.c: Change a LoadLibrary() call to GetModuleHandle(), since "shell... | jan.nijtmans | 2017-11-27 | 1 | -1/+1 |
|
|