summaryrefslogtreecommitdiffstats
path: root/library/demos
Commit message (Expand)AuthorAgeFilesLines
*-. Make use of TIP #587 in Tk: Now we can assume that all Tcl files are utf-8jan.nijtmans2020-10-2210-116/+96
|\ \
| | * 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
| * | Merge trunkjan.nijtmans2020-10-021-4/+4
| |\ \
| * | | little tweakjan.nijtmans2020-09-291-2/+1
| * | | Tk demo, taking advantage of TIP #587jan.nijtmans2020-09-298-52/+33
| |/ /
* | | Merge trunkjan.nijtmans2020-10-061-5/+6
|\ \ \ | |/ /
| * | Use \x escape sequences in stead of \u when appropriatejan.nijtmans2020-09-291-5/+6
* | | Merge trunk. jan.nijtmans2020-09-291-24/+17
|\ \ \ | |/ /
* | | New utility function ::tk::MouseWheeljan.nijtmans2020-09-251-4/+4
* | | Merge trunkjan.nijtmans2020-09-251-6/+6
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-214-14/+38
| |\ \ | | |/
| | * Make demo's like floor/items/ctext behave the same on MacOS as other platform...jan.nijtmans2020-09-2115-52/+90
* | | Now (really) swap Buttons 2|3 on MacOS. Adapt all bindings not depending on a...jan.nijtmans2020-09-204-10/+30
* | | Merge 8.7. Make test-cases on MacOS and X11 pass (win32 not tested yet)jan.nijtmans2020-09-1525-262/+306
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-152-2/+2
| |\ \ | | |/
| | * 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
| * | | Merge 8.6jan.nijtmans2020-09-144-8/+8
| |\ \ \ | | |/ /
| | * | 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
| * | Merge 8.6jan.nijtmans2020-08-041-7/+7
| |\ \ | | |/
| | * Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes n...jan.nijtmans2020-08-041-7/+7
| * | Merge 8.6: fix testing and build issues on the various supported versions of ...culler2020-07-271-4/+2
| |\ \ | | |/
| | * 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
| |\ \ | | |/
| | * 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-251-6/+14
| |\ \ | | |/
| | * 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
| |\ \ | | |/
| | * Apply a patch from Christopher Chavez which correctly deals with the fact tha...culler2020-04-153-5/+7
| * | Bindings consistancy: Use "Key" in stead of "KeyPress" and "Button" in stead ...jan.nijtmans2020-01-2017-60/+60
| * | Merge 8.6jan.nijtmans2019-11-261-13/+15
| |\ \ | | |/
| | * 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
| | |/
| * | Merge 8.6jan.nijtmans2019-11-191-1/+1
| |\ \ | | |/
| | * Specific test for xft in widget demojan.nijtmans2019-11-191-1/+1
| * | Merge 8.6jan.nijtmans2019-11-191-1/+4
| |\ \ | | |/
| | * Use correct Emoji representation when running with Tcl 8.7. Works on X11 then!jan.nijtmans2019-11-191-1/+4
| * | Merge markculler2019-11-191-1/+1
| |\ \ | | |/
| | * Merge 8.6, but only exclude Emoji's in the demo for X11.jan.nijtmans2019-11-181-2/+4
| | |\
| * | \ Merge 8.6jan.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
| * | Merge 8.6jan.nijtmans2019-10-051-3/+3
| |\ \ | | |/
| | * Restore looks of canvas items demo as it was in previous Tk versions, but now...jan.nijtmans2019-10-051-3/+3
| * | Merge 8.6, demo change only.jan.nijtmans2019-10-041-1/+1
| |\ \ | | |/