summaryrefslogtreecommitdiffstats
path: root/library/demos
Commit message (Expand)AuthorAgeFilesLines
* Ticket [331030eca8] Fixing demo file "earth.gif" with incorrect gif data whic...oehhar2022-01-131-0/+0
* Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE for github. jan.nijtmans2021-06-211-1/+1
* Fix [bdcab85b9c]: Aqua crash when non-BMP characters are used in a menu labelmarc_culler2021-01-271-0/+2
* Always use -eofchar "\032 {}", not -eofchar \032. See: [https://core.tcl-lang...jan.nijtmans2021-01-151-1/+1
* Implement option 3 - ignore menu colors on macOS.culler2020-11-191-2/+9
* Make the menu demo look like the old one, by using -foreground instead of -ba...culler2020-11-171-3/+11
* Merge 8.5jan.nijtmans2020-11-031-1/+1
|\
| * Redundant "-accelerator" option in menu demojan.nijtmans2020-11-031-2/+2
* | Don't use \\U escape sequence any more in demo: No longer needed starting wit...jan.nijtmans2020-10-261-2/+1
* | 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
* | Adapt some demo's to TIP #474 (runtime switchable, depending on Tk version)jan.nijtmans2020-10-215-19/+27
* | Make demo's like floor/items/ctext behave the same on MacOS as other platform...jan.nijtmans2020-09-2115-52/+90
* | Require Tcltest 2.2 as a miminum.jan.nijtmans2020-09-152-2/+2
|\ \
| * | Merge 8.6. Modify local xvfb-run script such that it works on macOS, and use itjan.nijtmans2020-09-101-2/+0
* | | Use consistant $idx < 0 in stead of $idx != -1 for checking index meaning 'no...jan.nijtmans2020-09-144-8/+8
|/ /
* | Simplify throughout: ButtonPress -> Button, KeyPress -> Key (or remove it bec...jan.nijtmans2020-09-081-1/+1
* | Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes n...jan.nijtmans2020-08-041-7/+7
* | Fix the fontchooser demo correctly.culler2020-07-251-4/+2
* | Fix the build for Snow Leopard. Fix the fontchooser demo.culler2020-07-241-1/+1
* | Minor bindings cleanup. Some removal of "expr" when we can do without it. Som...jan.nijtmans2020-07-101-7/+7
* | Aqua: add semantic color systemLinkColor - patch from Christopher Chavez.culler2020-05-121-0/+4
* | Fix [6e25fc7cc1]: widget demo: dark-mode friendly 'NEW' image. Patch from Chr...fvogel2020-04-151-6/+14
* | Apply a patch from Christopher Chavez which correctly deals with the fact tha...culler2020-04-153-5/+7
* | Various cleanups in Unicode handling. Note that without Xft on X11 we don't h...jan.nijtmans2019-11-261-13/+15
|\ \
| * | Update unicode demojan.nijtmans2019-11-211-8/+8
|/ /
* | Specific test for xft in widget demojan.nijtmans2019-11-191-1/+1
* | Use correct Emoji representation when running with Tcl 8.7. Works on X11 then!jan.nijtmans2019-11-191-1/+4
* | Merge 8.6, but only exclude Emoji's in the demo for X11.jan.nijtmans2019-11-181-2/+4
|\ \
| * | Restrict Emoji in demo for win32 platform only, since on other platforms it's...jan.nijtmans2019-11-181-2/+4
|/ /
* | Let's add some Emoji to the widget demo, but encoded in UTF-16 so Tcl 8.6.10 ...jan.nijtmans2019-11-151-0/+2
* | Restore looks of canvas items demo as it was in previous Tk versions, but now...jan.nijtmans2019-10-051-3/+3
* | Restore (kind of) default values for -fill and -outline in polygon items. Cha...jan.nijtmans2019-10-041-1/+1
* | Remove DEF_CANVLINE_FILL/DEF_CANVTEXT_FILL, since the default fill value (acc...jan.nijtmans2019-10-041-1/+5
* | Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some...Kevin Walzer2019-09-246-160/+167
* | Refactor all MouseWheel bindings, doing it the same way everywhere. So &lt;Mo...jan.nijtmans2019-08-181-4/+39
|\ \
| * | Refactor all MouseWheel bindings, doing it the same way everywhere. So <Mouse...jan.nijtmans2019-08-161-4/+39
* | | Apply patch from Christopher Chavez to make the horizontal paned window democuller2019-08-161-2/+2
|/ /
* | Merge 8.5jan.nijtmans2019-07-311-1/+1
|\ \ | |/
* | Make the twind demo buttons look OK when the background changes in Aqua.culler2019-07-131-4/+15
* | fix [4566e2b83d]: Aqua toplevels and Tk frames use the wrong background colorculler2019-07-121-14/+27
* | Fix [e6d58de4b6]: ctext.tcl: remove duplicate wordfvogel2019-07-071-1/+1
* | Use single-argument "expr" as much as possible. Not complete yet, but most tr...jan.nijtmans2019-06-052-9/+9
* | Make Treeview headings look correct in both light and dark modes. Make ordinaryculler2019-04-081-1/+1
* | 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
* | Fix bug [e733d3770f]: geometry issues with buttons on macOSculler2019-01-161-1/+1
* | Update the demos to give a more complete explanation of local and global grabs.culler2019-01-082-2/+15
* | 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