summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* The selected text background issues appeared in 8.6 too. Cherrypick the fix.marc_culler2020-11-151-40/+23
* Fix [4ebcc04dc4]: tk fontchooser partial configure on X11 overwrites options ...fvogel2020-11-072-4/+7
|\
| * Fix [4ebcc04dc4]: tk fontchooser partial configure on X11 overwrites options ...fvogel2020-11-012-4/+7
* | Fix [5224aa89ac]: Bug in the ttk::bindMouseWheel procjan.nijtmans2020-11-041-3/+3
* | 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
* | See previous commit, but don't do this for user-provided script filesjan.nijtmans2020-10-231-1/+1
* | Always "source -encoding utf-8" Tk's own script files. Since Tk 8.7 runs in e...jan.nijtmans2020-10-233-22/+22
* | 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
* | Protect ttk::spinbox::Spin against empty lsearch result. Discovered when runn...jan.nijtmans2020-10-131-21/+22
* | Fix [d91e05bf20]: text widget will not process a <<copy>> when disabled (macO...fvogel2020-09-211-6/+1
|\ \
| * | Fix [d91e05bf20]: text widget will not process a <<copy>> when disabledfvogel2020-09-201-6/+1
* | | 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-154-4/+4
|\ \
| * | Merge 8.6. Modify local xvfb-run script such that it works on macOS, and use itjan.nijtmans2020-09-101-2/+0
* | | Prevent the usage of the term safe/unsafe childjan.nijtmans2020-09-141-1/+1
* | | Use consistant $idx < 0 in stead of $idx != -1 for checking index meaning 'no...jan.nijtmans2020-09-149-15/+15
|/ /
* | Simplify throughout: ButtonPress -> Button, KeyPress -> Key (or remove it bec...jan.nijtmans2020-09-0819-126/+126
* | Test branch for AppleScript bugs with patch from Lars HelstromKevin Walzer2020-08-241-0/+2
* | Fix [291699a5]: ttk::scrollbar : graphical grip does not have mouse bindings. jan.nijtmans2020-08-2110-27/+29
|\ \
| * | Fix mouse bindings for scrollbars with graphical grip elements.bll2020-08-201-1/+3
|/ /
* | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-191-7/+7
|\ \
| * | In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -...fvogel2020-07-181-7/+7
* | | Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes n...jan.nijtmans2020-08-042-47/+47
* | | Merge mac_testing: fix testing and build issues on the various supported vers...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
* | | | Fix namespace error in console.tcl - Thanks to Adam Kapos for the patch.culler2020-07-251-2/+2
|/ / /
* | | Spurious additional ::jan.nijtmans2020-07-121-1/+1
* | | Fix [2442314]: Fontchooser - use message catalog for font style.jan.nijtmans2020-07-121-19/+22
* | | Minor bindings cleanup. Some removal of "expr" when we can do without it. Som...jan.nijtmans2020-07-104-54/+45
|/ /
* | Fix [cd051b586a]: MouseWheel documentation in bind.nfvogel2020-07-051-3/+0
|\ \
| * | Remove obsolete mention of MouseWheel events being directed to the windos hav...fvogel2020-06-221-3/+0
* | | Fix bug in previous commitjan.nijtmans2020-07-031-1/+1
* | | Minor optimizations in ::tk::EntryBackspace and ::tk::EntryTransposejan.nijtmans2020-07-031-5/+5
* | | Fix -postoffset to work with the default combobox style. If -style isbll2020-06-301-0/+3
* | | Stick to what is done in Tk, i.e. myvar($w, ...) instead of myvar($w. ...)fvogel2020-06-191-13/+13
* | | Fix state variables to be per widget for tracking -values.bll2020-06-171-13/+13
* | | Fix [50ed1eddb0]: ttk::spinbox with -values does not loop through all values....fvogel2020-06-161-6/+20
|/ /
* | Aqua: add semantic color systemLinkColor - patch from Christopher Chavez.culler2020-05-121-0/+4
* | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for genera...culler2020-05-121-2/+0
|\ \
| * | Remove no-op bindings for function keys and set trans_chars appropriately.culler2020-04-251-2/+0
* | | Fix [88c9e0928b]: Treeview: wrong keyboard navigation with -selectmode none. ...fvogel2020-05-031-3/+3
* | | 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-157-32/+80