summaryrefslogtreecommitdiffstats
path: root/library/ttk
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix [cd051b586a]: MouseWheel documentation in bind.nfvogel2020-07-051-3/+0
|\ \ | |/
| * 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
* | | Simplify various Tk bindings, where 'expr' is not necessary because the calle...jan.nijtmans2020-07-051-1/+1
* | | merge core-8-6-branch ; fix [2d24591c3b] -postoffset with default style.fvogel2020-07-021-0/+3
|\ \ \ | |/ /
| * | Fix -postoffset to work with the default combobox style. If -style isbll2020-06-301-0/+3
* | | Fix [50ed1eddb0]: ttk::spinbox with -values does not loop through all values....fvogel2020-06-271-6/+20
|\ \ \ | |/ /
| * | 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
| |/
* | Fix [88c9e0928b]: Treeview: wrong keyboard navigation with -selectmode none. ...fvogel2020-05-091-3/+3
|\ \ | |/
| * Fix [88c9e0928b]: Treeview: wrong keyboard navigation with -selectmode none. ...fvogel2020-05-031-3/+3
* | Apply a patch from Christopher Chavez which correctly deals with the fact tha...culler2020-04-151-6/+13
|\ \ | |/
| * Apply a patch from Christopher Chavez which correctly deals with the fact tha...culler2020-04-151-6/+13
* | Merge Tip #563: MouseWheel for horizontal scrollbaroehhar2020-02-241-4/+3
|\ \
| * | When Shift-bindings are equal to the non-shift ones, they can be eliminated: ...jan.nijtmans2020-02-091-4/+3
* | | Fix [dccd82bdc7]: ttk fonts are absolute on x11, which is very undesirable fo...fvogel2020-01-261-8/+4
|/ /
* | Consistancy in Key/Button bindings: Use "<Button-1>" in stead of "<1>", "Key"...jan.nijtmans2020-01-1413-107/+105
* | Add scrollwheel bindings to ttk::scrollbar by redirection of the bindings to ...oehhar2020-01-111-0/+21
|\ \ | |/
| * Redirect scroll wheel related bindings from ttk::scrollbar to scrollbar as pr...oehhar2019-12-191-17/+16
| * 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
|\ \ | |/
| * 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
| | * Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option. Case of the ...fvogel2019-11-022-3/+18
* | | Remove duplicate #Treeview section in xpTheme.tcl, it's already present (and ...fvogel2019-12-081-7/+0
|\ \ \ | |/ /
| * | Remove duplicate #Treeview section in xpTheme.tcl, it's already present (and ...fvogel2019-12-081-7/+0
| |\ \
| | * | Remove duplicate #Treeview section in xpTheme.tcl, it's already present (and ...fvogel2019-12-081-7/+0
* | | | Update to a (slightly) later version of X11R6 headers.jan.nijtmans2019-11-271-1/+1
* | | | Fix a paste error in ttk/entry.tcl that broke the accent menu for ttk::entry ...culler2019-11-041-2/+2
|\ \ \ \ | |/ / /
| * | | Fix a paste error in ttk/entry.tcl that broke the accent menu for ttk::entry ...culler2019-11-041-2/+2
| | |/ | |/|
* | | merge core-8-6-branch, in particular, push a different fix for the 'Column .....fvogel2019-11-011-3/+12
|\ \ \ | |/ /
| * | The previous commit [65bb96b4] was wrong: it did not take into account the sp...fvogel2019-11-011-3/+12
* | | Add test for <stdbool.h> in configure script. Not used by Tk yet.jan.nijtmans2019-10-311-1/+1
* | | merge core-8-6-branchfvogel2019-10-281-2/+3
|\ \ \ | |/ /
| * | Fix 'Column ... out of range' error reported in [caacf1f082]fvogel2019-10-271-1/+2
* | | merge core-8-6-branchfvogel2019-10-271-1/+1
|\ \ \
| * | | Backout [82b1d286] and [0e9cbdba] that fixed [cc6c711c1e] and [ce470f20fd] si...fvogel2019-10-271-1/+1
| |/ /
* | | Aqua: fix IME behavior; make accent menus work; rework Services; deal with no...culler2019-10-251-7/+19
|\ \ \ | |/ /
| * | Aqua: fix IME behavior; make accent menus work; rework Services; deal with no...culler2019-10-251-7/+19
| |\ \
| | * | Add some protections against Tcl errors during IME text entry.culler2019-10-251-1/+5
| | * | Make Apple's press-and-hold accent menu work with Tk entry and text widgets.culler2019-10-241-0/+3
| | * | Rework and simplify services so the TkService object won't interfere with IME...culler2019-10-231-7/+0
| | * | Add IME bindings for ttk::entry.culler2019-10-231-0/+12
* | | | Fix [6b763e9480]: wrong selected text background in ttk::entry.culler2019-10-251-10/+17
|\ \ \ \ | |/ / /