summaryrefslogtreecommitdiffstats
path: root/library/demos
Commit message (Collapse)AuthorAgeFilesLines
* Fix [e6d58de4b6]: ctext.tcl: remove duplicate wordfvogel2019-07-071-1/+1
|\
| * Fix [e6d58de4b6]: ctext.tcl: remove duplicate wordfvogel2019-07-071-1/+1
| |
* | Add Emoji to widget demojan.nijtmans2019-06-271-2/+4
| |
* | Merge 8.6jan.nijtmans2019-06-052-9/+9
|\ \ | |/
| * Use single-argument "expr" as much as possible. Not complete yet, but most ↵jan.nijtmans2019-06-052-9/+9
| | | | | | | | trivial places are done.
* | Support for Apple's Dark Mode and many improvements to the Aqua theme.culler2019-04-113-4/+4
|\ \ | |/
| * Make Treeview headings look correct in both light and dark modes. Make ordinaryculler2019-04-081-1/+1
| | | | | | ttk widgets respond to dark mode by using semantic color defaults.
| * Added a drawing procedure for dark mode comboboxes.culler2019-03-261-1/+1
| |
| * Improve the behavior and appearance of BevelButtons.culler2019-03-171-2/+2
| |
* | Clean up Aqua button geometry code so unixButton tests pass, and make a fewculler2019-01-181-1/+1
|\ \ | |/ | | small adjustments to the appearance.
| * Fix bug [e733d3770f]: geometry issues with buttons on macOSculler2019-01-161-1/+1
| |
* | Implement local grabs on macOS.culler2019-01-092-2/+15
|\ \ | |/
| * Update the demos to give a more complete explanation of local and global grabs.culler2019-01-082-2/+15
| |
* | Rework support for FullScreen windows. Provide support for Split View andculler2018-12-021-3/+3
|\ \ | |/ | | Tabbed windows.
| * On the mac, use the default menu bar for the widget demo.culler2018-12-011-8/+3
| |
| * Make tabbed windows work correctly on macOS.culler2018-11-301-0/+5
| |
* | Fix spelling error in a variable name (GitHub PR #5, chrstphrchvz)fvogel2018-11-251-6/+6
|\ \ | |/
| * Fix spelling error in a variable name (GitHub PR #5, chrstphrchvz)fvogel2018-11-251-6/+6
| |
* | merge trunk (because tip-496 does not target 8.6 but 8.7, whereas branch ↵fvogel2018-04-152-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 ↵gerald2018-01-171-1/+8
| | | | | | | | | | | | entry.
| * | The directory browser tree widget demo prefers normalized paths. Fixes ↵stu2018-01-101-0/+1
| |/ | | | | | | [2780147f].
* | Remove useless tests entry-10.2 and -10.3 (for ttk::entry) since these did ↵fvogel2018-02-111-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 ↵fvogel2018-02-112-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.nijtmans2017-11-271-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.culler2017-11-152-2/+4
|
* Make a small change in the logic of DisplayText (for Mac only) whichculler2017-10-251-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 hasculler2017-10-241-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.nijtmans2017-01-231-4/+4
|\
| * Remove superfloeus double-quite in widget's "about" dialog.jan.nijtmans2017-01-231-4/+4
| |
* | Typo in Dutch translation. Use copyright sign directly in *.msg files (and ↵jan.nijtmans2017-01-203-7/+7
|\ \ | |/ | | | | widget demo).
| * Typo in Dutch translation. Use copyright sign directly in *.msg files (and ↵jan.nijtmans2017-01-203-7/+7
| | | | | | | | widget demo).
* | Fix [http://core.tcl.tk/tcl/info/3bd69eba99a395ee|3bd69eba99a395ee]: 'make ↵jan.nijtmans2016-06-014-4/+0
|\ \ | |/ | | | | dist' fails when tclsh9.0 is on $PATH
| * Fix [http://core.tcl.tk/tcl/info/3bd69eba99a395ee|3bd69eba99a395ee]: 'make ↵jan.nijtmans2016-06-014-4/+0
| | | | | | | | dist' fails when tclsh9.0 is on $PATH
* | Polished listbox justification demofvogel2016-01-111-5/+7
| |
* | merged trunkfvogel2016-01-1123-40/+42
|\ \
| * | minor spacing, no functional change.jan.nijtmans2015-08-182-3/+3
| | |
| * | Remove various unnecessary "global tcl_platform" occurrences, which are no ↵jan.nijtmans2015-08-057-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.nijtmans2015-08-0314-28/+30
| |\ \ | | |/ | | | Use ttk::scrollbar in stead of scrollbar in various demo's. (ported from androwish branch)
* | | [3f456a5bb9]: Patches for listbox right justifyjan.nijtmans2014-02-111-0/+9
|/ /
* | 8 new virtual events (doc not updated yet)jan.nijtmans2012-08-091-1/+1
| |
* | [Bug 3555644]: Better use of virtual events.jan.nijtmans2012-08-091-2/+2
| |
* | formatting, unnecessary if'sjan.nijtmans2012-08-091-39/+28
|\ \ | |/
| * partly backport from 8.6jan.nijtmans2012-08-092-41/+44
| |
* | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-102-4/+4
|\ \ | |/
| * [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-102-4/+4
| |\
| * \ [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-226-6/+6
| |\ \ | | |/
| | * [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-226-6/+6
| | |
* | | Purge RCS Keywordsdgp2011-06-0867-134/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-0866-132/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-0852-104/+0
| | |