summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | 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 ↵jan.nijtmans2020-09-149-15/+15
| |/ / | | | | | | | | | 'not found'
| * | Simplify throughout: ButtonPress -> Button, KeyPress -> Key (or remove it ↵jan.nijtmans2020-09-0819-126/+126
| | | | | | | | | | | | | | | because it is the default anyway) Use 'in' operator in stead of 'lsearch -exact' when possible
| * | 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
| |\ \ | | | | | | | | Also remove some eol-spacing.
| | * | 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 ↵fvogel2020-08-191-7/+7
| |\ \ | | | | | | | | | | | | focus ring of selected items of ttk::treeview disappears in the process. Also, clarify the layout (pack-like) algorithm, and simplify the code by not specifying option values that are anyway the default. Finally, remove documentation of the non-implemented TTK_STICK_ALL flag.
| | * | In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when ↵fvogel2020-07-181-7/+7
| | | | | | | | | | | | | | | | -side (resp. TTK_PACK_*) is not given. Remove such superfluous specifications.
| * | | Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes ↵jan.nijtmans2020-08-042-47/+47
| | | | | | | | | | | | | | | | not affecting the API
* | | | Merge 8.6: fix testing and build issues on the various supported versions of ↵culler2020-07-272-6/+4
|\ \ \ \ | |/ / / | | | | | | | | macOS.
| * | | Merge mac_testing: fix testing and build issues on the various supported ↵culler2020-07-271-4/+2
| |\ \ \ | | | | | | | | | | | | | | | versions of macOS.
| | * | | 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
| |/ / /
* | | | merge 8.6dgp2020-07-245-74/+68
|\ \ \ \ | |/ / /
| * | | 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. ↵jan.nijtmans2020-07-104-54/+45
| |/ / | | | | | | | | | Some KeyPress -> Key changes (which are synonymes). Some implicit <Button-1> specifications in stead of simply <1> (making clear this is not a binding to the "1" key).
* | | Bump to 8.6.11 for releasedgp2020-07-061-1/+1
|/ /
* | Fix [cd051b586a]: MouseWheel documentation in bind.nfvogel2020-07-051-3/+0
|\ \
| * | Remove obsolete mention of MouseWheel events being directed to the windos ↵fvogel2020-06-221-3/+0
| | | | | | | | | | | | having the keyboard focus.
* | | 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
| | | | | | | | | not set, cget returns an empty string.
* | | 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 ↵fvogel2020-06-161-6/+20
|/ / | | | | | | values. The two newly added test cases now pass. Patch from Brad Lanam edited for optimization.
* | Aqua: add semantic color systemLinkColor - patch from Christopher Chavez.culler2020-05-121-0/+4
| |
* | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for ↵culler2020-05-121-2/+0
|\ \ | | | | | | | | | generated events. Key event handling was completely reworked.
| * | 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
| | | | | | | | | | | | Patch from Emiliano Gavilan.
* | | Fix [6e25fc7cc1]: widget demo: dark-mode friendly 'NEW' image. Patch from ↵fvogel2020-04-151-6/+14
|/ / | | | | | | Christopher Chavez.
* | Apply a patch from Christopher Chavez which correctly deals with the fact ↵culler2020-04-157-32/+80
| | | | | | | | that Apple uses the middle mouse button for Button 3.
* | Only use "string range" when $index > 0, so there's really something to be done.jan.nijtmans2020-03-301-2/+6
| |
* | Redirect scroll wheel related bindings from ttk::scrollbar to scrollbar as ↵oehhar2019-12-191-17/+16
| | | | | | | | proposed by Csaba 2019-12-18 09:42:32 in Ticket [2b8fa6fd]
* | Add scrollwheel bindings to ttk::scrollbar. Ticket [2b8fa6fd]oehhar2019-12-171-0/+22
| |
* | Reverting last commit, should go into a branch, sorry.oehhar2019-12-171-22/+0
| |
* | Add scrollwheel bindings to ttk::scrollbar. Ticket [2b8fa6fd]oehhar2019-12-171-0/+22
| |
* | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor optionfvogel2019-12-145-7/+46
|\ \
| * | Factorize common code into ttk::saveCursorfvogel2019-11-025-35/+24
| | |
| * | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option. Case of the ↵fvogel2019-11-023-4/+39
| | | | | | | | | | | | ttk::combobox, ttk::spinbox and ttk::panedwindow.
| * | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option. Case of the ↵fvogel2019-11-022-3/+18
| | | | | | | | | | | | ttk::treeview.
* | | Remove duplicate #Treeview section in xpTheme.tcl, it's already present (and ↵fvogel2019-12-081-7/+0
|\ \ \ | | | | | | | | | | | | overwritten) at the end of the file.
| * | | Remove duplicate #Treeview section in xpTheme.tcl, it's already present (and ↵fvogel2019-12-081-7/+0
| | | | | | | | | | | | | | | | overwritten) at the end of the file.
* | | | Various cleanups in Unicode handling. Note that without Xft on X11 we don't ↵jan.nijtmans2019-11-261-13/+15
|\ \ \ \ | | | | | | | | | | | | | | | have Emoji.
| * | | | Update unicode demojan.nijtmans2019-11-211-8/+8
| | | | |
* | | | | merge releasedgp2019-11-221-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge 8.6 except for the broken demo.dgp2019-11-201-0/+4
| |\ \ \ \
| * \ \ \ \ merge 8.6dgp2019-11-153-7/+23
| |\ \ \ \ \