| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | Modify the menu demo so that it includes a photoimage in a menu. | culler | 2017-11-15 | 2 | -2/+4 |
|
|
* | | Make a small change in the logic of DisplayText (for Mac only) which | culler | 2017-10-25 | 1 | -3/+2 |
|
|
* | | Change TkScrollWindow to only generate expose events if the Text widget has | culler | 2017-10-24 | 1 | -7/+10 |
|
|
* | | Remove superfluous double-quotes in widget's "about" dialog. | jan.nijtmans | 2017-01-23 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Remove superfloeus double-quite in widget's "about" dialog. | jan.nijtmans | 2017-01-23 | 1 | -4/+4 |
|
|
* | | Typo in Dutch translation. Use copyright sign directly in *.msg files (and wi... | jan.nijtmans | 2017-01-20 | 3 | -7/+7 |
|\ \
| |/ |
|
| * | Typo in Dutch translation. Use copyright sign directly in *.msg files (and wi... | jan.nijtmans | 2017-01-20 | 3 | -7/+7 |
|
|
* | | Fix [http://core.tcl.tk/tcl/info/3bd69eba99a395ee|3bd69eba99a395ee]: 'make di... | jan.nijtmans | 2016-06-01 | 4 | -4/+0 |
|\ \
| |/ |
|
| * | Fix [http://core.tcl.tk/tcl/info/3bd69eba99a395ee|3bd69eba99a395ee]: 'make di... | jan.nijtmans | 2016-06-01 | 4 | -4/+0 |
|
|
* | | Polished listbox justification demo | fvogel | 2016-01-11 | 1 | -5/+7 |
|
|
* | | merged trunk | fvogel | 2016-01-11 | 23 | -40/+42 |
|\ \ |
|
| * | | minor spacing, no functional change. | jan.nijtmans | 2015-08-18 | 2 | -3/+3 |
|
|
| * | | Remove various unnecessary "global tcl_platform" occurrences, which are no lo... | jan.nijtmans | 2015-08-05 | 7 | -9/+9 |
|
|
| * | | Fix [6fe75131c546226b]: doc: tk_messageBox (mac). | jan.nijtmans | 2015-08-03 | 14 | -28/+30 |
| |\ \
| | |/ |
|
* | | | [3f456a5bb9]: Patches for listbox right justify | jan.nijtmans | 2014-02-11 | 1 | -0/+9 |
|/ / |
|
* | | 8 new virtual events (doc not updated yet) | jan.nijtmans | 2012-08-09 | 1 | -1/+1 |
|
|
* | | [Bug 3555644]: Better use of virtual events. | jan.nijtmans | 2012-08-09 | 1 | -2/+2 |
|
|
* | | formatting, unnecessary if's | jan.nijtmans | 2012-08-09 | 1 | -39/+28 |
|\ \
| |/ |
|
| * | partly backport from 8.6 | jan.nijtmans | 2012-08-09 | 2 | -41/+44 |
|
|
* | | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem] | jan.nijtmans | 2012-06-10 | 2 | -4/+4 |
|\ \
| |/ |
|
| * | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem] | jan.nijtmans | 2012-06-10 | 2 | -4/+4 |
| |\ |
|
| * \ | [Bug 1945073]: Demo square.tcl cannot run; need package tktest | jan.nijtmans | 2011-11-22 | 6 | -6/+6 |
| |\ \
| | |/ |
|