Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [e6d58de4b6]: ctext.tcl: remove duplicate word | fvogel | 2019-07-07 | 1 | -1/+1 |
|\ | |||||
| * | Fix [e6d58de4b6]: ctext.tcl: remove duplicate word | fvogel | 2019-07-07 | 1 | -1/+1 |
| | | |||||
* | | Add Emoji to widget demo | jan.nijtmans | 2019-06-27 | 1 | -2/+4 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2019-06-05 | 2 | -9/+9 |
|\ \ | |/ | |||||
| * | Use single-argument "expr" as much as possible. Not complete yet, but most ↵ | jan.nijtmans | 2019-06-05 | 2 | -9/+9 |
| | | | | | | | | trivial places are done. | ||||
* | | Support for Apple's Dark Mode and many improvements to the Aqua theme. | culler | 2019-04-11 | 3 | -4/+4 |
|\ \ | |/ | |||||
| * | Make Treeview headings look correct in both light and dark modes. Make ordinary | culler | 2019-04-08 | 1 | -1/+1 |
| | | | | | | ttk widgets respond to dark mode by using semantic color defaults. | ||||
| * | 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 |
| | | |||||
* | | Clean up Aqua button geometry code so unixButton tests pass, and make a few | culler | 2019-01-18 | 1 | -1/+1 |
|\ \ | |/ | | | small adjustments to the appearance. | ||||
| * | Fix bug [e733d3770f]: geometry issues with buttons on macOS | culler | 2019-01-16 | 1 | -1/+1 |
| | | |||||
* | | Implement local grabs on macOS. | culler | 2019-01-09 | 2 | -2/+15 |
|\ \ | |/ | |||||
| * | Update the demos to give a more complete explanation of local and global grabs. | culler | 2019-01-08 | 2 | -2/+15 |
| | | |||||
* | | Rework support for FullScreen windows. Provide support for Split View and | culler | 2018-12-02 | 1 | -3/+3 |
|\ \ | |/ | | | Tabbed windows. | ||||
| * | 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 |
|\ \ | |/ | |||||
| * | Fix spelling error in a variable name (GitHub PR #5, chrstphrchvz) | fvogel | 2018-11-25 | 1 | -6/+6 |
| | | |||||
* | | merge trunk (because tip-496 does not target 8.6 but 8.7, whereas branch ↵ | fvogel | 2018-04-15 | 2 | -1/+9 |
|\ \ | | | | | | | | | | tip-496 was created off core-8-6-branch) | ||||
| * | | Added an example to menu.tcl that uses both -compound and -image in the same ↵ | gerald | 2018-01-17 | 1 | -1/+8 |
| | | | | | | | | | | | | entry. | ||||
| * | | The directory browser tree widget demo prefers normalized paths. Fixes ↵ | stu | 2018-01-10 | 1 | -0/+1 |
| |/ | | | | | | | [2780147f]. | ||||
* | | Remove useless tests entry-10.2 and -10.3 (for ttk::entry) since these did ↵ | fvogel | 2018-02-11 | 1 | -1/+2 |
| | | | | | | | | not check anything except visually, which is not checked by tcltest. Instead, add -placeholder option and -placeholderforeground style configuration in the demos. | ||||
* | | Removed useless test entry-25.1 since this test does not check anything ↵ | fvogel | 2018-02-11 | 2 | -1/+2 |
|/ | | | | except visually, which is not checked by tcltest. Instead, add -placeholder options in the demos. | ||||
* | tkWinDialog.c: Change a LoadLibrary() call to GetModuleHandle(), since ↵ | jan.nijtmans | 2017-11-27 | 1 | -1/+1 |
| | | | | | "shell32.dll" is already linked to Tk. Also various whitespace changes (mainly at line-ends) and comment fixes. Nothing functional. | ||||
* | 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 |
| | | | | | causes all visible embedded windows to be redisplayed when they move. This obviates the need for TkScrollWindow to generate expose events. | ||||
* | Change TkScrollWindow to only generate expose events if the Text widget has | culler | 2017-10-24 | 1 | -7/+10 |
| | | | | embedded windows. Revert the tests, since this makes them pass as is. Revert to Tk_QueueWindowEvent in GenerateUpdates. Improve the twind.tcl demo. | ||||
* | 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 ↵ | jan.nijtmans | 2017-01-20 | 3 | -7/+7 |
|\ \ | |/ | | | | | widget demo). | ||||
| * | Typo in Dutch translation. Use copyright sign directly in *.msg files (and ↵ | jan.nijtmans | 2017-01-20 | 3 | -7/+7 |
| | | | | | | | | widget demo). | ||||
* | | Fix [http://core.tcl.tk/tcl/info/3bd69eba99a395ee|3bd69eba99a395ee]: 'make ↵ | jan.nijtmans | 2016-06-01 | 4 | -4/+0 |
|\ \ | |/ | | | | | dist' fails when tclsh9.0 is on $PATH | ||||
| * | Fix [http://core.tcl.tk/tcl/info/3bd69eba99a395ee|3bd69eba99a395ee]: 'make ↵ | jan.nijtmans | 2016-06-01 | 4 | -4/+0 |
| | | | | | | | | dist' fails when tclsh9.0 is on $PATH | ||||
* | | 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 ↵ | jan.nijtmans | 2015-08-05 | 7 | -9/+9 |
| | | | | | | | | | | | | | | | longer used. Add "Fit To Screen Width" menu entry to Windows (and android) console menu. Ported from androwish. | ||||
| * | | Fix [6fe75131c546226b]: doc: tk_messageBox (mac). | jan.nijtmans | 2015-08-03 | 14 | -28/+30 |
| |\ \ | | |/ | | | | Use ttk::scrollbar in stead of scrollbar in various demo's. (ported from androwish branch) | ||||
* | | | [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 |
| |\ \ | | |/ | |||||
| | * | [Bug 1945073]: Demo square.tcl cannot run; need package tktest | jan.nijtmans | 2011-11-22 | 6 | -6/+6 |
| | | | |||||
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 67 | -134/+0 |
|\ \ \ | |/ / | |||||
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 66 | -132/+0 |
| |\ \ | | |/ | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 52 | -104/+0 |
| | | |