| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc... | fvogel | 2020-08-19 | 1 | -7/+7 |
|\ |
|
| * | In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -... | fvogel | 2020-07-18 | 1 | -7/+7 |
|
|
* | | Fix [cd051b586a]: MouseWheel documentation in bind.n | fvogel | 2020-07-05 | 1 | -3/+0 |
|\ \
| |/ |
|
| * | Fix [cd051b586a]: MouseWheel documentation in bind.n | fvogel | 2020-07-05 | 1 | -3/+0 |
| |\ |
|
| | * | Remove obsolete mention of MouseWheel events being directed to the windos hav... | fvogel | 2020-06-22 | 1 | -3/+0 |
|
|
* | | | Simplify various Tk bindings, where 'expr' is not necessary because the calle... | jan.nijtmans | 2020-07-05 | 1 | -1/+1 |
|
|
* | | | merge core-8-6-branch ; fix [2d24591c3b] -postoffset with default style. | fvogel | 2020-07-02 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Fix -postoffset to work with the default combobox style. If -style is | bll | 2020-06-30 | 1 | -0/+3 |
|
|
* | | | Fix [50ed1eddb0]: ttk::spinbox with -values does not loop through all values.... | fvogel | 2020-06-27 | 1 | -6/+20 |
|\ \ \
| |/ / |
|
| * | | Stick to what is done in Tk, i.e. myvar($w, ...) instead of myvar($w. ...) | fvogel | 2020-06-19 | 1 | -13/+13 |
|
|
| * | | Fix state variables to be per widget for tracking -values. | bll | 2020-06-17 | 1 | -13/+13 |
|
|
| * | | Fix [50ed1eddb0]: ttk::spinbox with -values does not loop through all values.... | fvogel | 2020-06-16 | 1 | -6/+20 |
| |/ |
|
* | | Fix [88c9e0928b]: Treeview: wrong keyboard navigation with -selectmode none. ... | fvogel | 2020-05-09 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Fix [88c9e0928b]: Treeview: wrong keyboard navigation with -selectmode none. ... | fvogel | 2020-05-03 | 1 | -3/+3 |
|
|
* | | Apply a patch from Christopher Chavez which correctly deals with the fact tha... | culler | 2020-04-15 | 1 | -6/+13 |
|\ \
| |/ |
|
| * | Apply a patch from Christopher Chavez which correctly deals with the fact tha... | culler | 2020-04-15 | 1 | -6/+13 |
|
|
* | | Merge Tip #563: MouseWheel for horizontal scrollbar | oehhar | 2020-02-24 | 1 | -4/+3 |
|\ \ |
|
| * | | When Shift-bindings are equal to the non-shift ones, they can be eliminated: ... | jan.nijtmans | 2020-02-09 | 1 | -4/+3 |
|
|
* | | | Fix [dccd82bdc7]: ttk fonts are absolute on x11, which is very undesirable fo... | fvogel | 2020-01-26 | 1 | -8/+4 |
|/ / |
|
* | | Consistancy in Key/Button bindings: Use "<Button-1>" in stead of "<1>", "Key"... | jan.nijtmans | 2020-01-14 | 13 | -107/+105 |
|
|
* | | Add scrollwheel bindings to ttk::scrollbar by redirection of the bindings to ... | oehhar | 2020-01-11 | 1 | -0/+21 |
|\ \
| |/ |
|
| * | Redirect scroll wheel related bindings from ttk::scrollbar to scrollbar as pr... | oehhar | 2019-12-19 | 1 | -17/+16 |
|
|
| * | Add scrollwheel bindings to ttk::scrollbar. Ticket [2b8fa6fd] | oehhar | 2019-12-17 | 1 | -0/+22 |
|
|
| * | Reverting last commit, should go into a branch, sorry. | oehhar | 2019-12-17 | 1 | -22/+0 |
|
|
| * | Add scrollwheel bindings to ttk::scrollbar. Ticket [2b8fa6fd] | oehhar | 2019-12-17 | 1 | -0/+22 |
|
|
* | | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option | fvogel | 2019-12-14 | 5 | -7/+46 |
|\ \
| |/ |
|
| * | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option | fvogel | 2019-12-14 | 5 | -7/+46 |
| |\ |
|
| | * | Factorize common code into ttk::saveCursor | fvogel | 2019-11-02 | 5 | -35/+24 |
|
|
| | * | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option. Case of the ... | fvogel | 2019-11-02 | 3 | -4/+39 |
|
|
| | * | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option. Case of the ... | fvogel | 2019-11-02 | 2 | -3/+18 |
|
|
* | | | Remove duplicate #Treeview section in xpTheme.tcl, it's already present (and ... | fvogel | 2019-12-08 | 1 | -7/+0 |
|\ \ \
| |/ / |
|
| * | | Remove duplicate #Treeview section in xpTheme.tcl, it's already present (and ... | fvogel | 2019-12-08 | 1 | -7/+0 |
| |\ \ |
|
| | * | | Remove duplicate #Treeview section in xpTheme.tcl, it's already present (and ... | fvogel | 2019-12-08 | 1 | -7/+0 |
|
|
* | | | | Update to a (slightly) later version of X11R6 headers. | jan.nijtmans | 2019-11-27 | 1 | -1/+1 |
|
|
* | | | | Fix a paste error in ttk/entry.tcl that broke the accent menu for ttk::entry ... | culler | 2019-11-04 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix a paste error in ttk/entry.tcl that broke the accent menu for ttk::entry ... | culler | 2019-11-04 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | merge core-8-6-branch, in particular, push a different fix for the 'Column ..... | fvogel | 2019-11-01 | 1 | -3/+12 |
|\ \ \
| |/ / |
|
| * | | The previous commit [65bb96b4] was wrong: it did not take into account the sp... | fvogel | 2019-11-01 | 1 | -3/+12 |
|
|
* | | | Add test for <stdbool.h> in configure script. Not used by Tk yet. | jan.nijtmans | 2019-10-31 | 1 | -1/+1 |
|
|
* | | | merge core-8-6-branch | fvogel | 2019-10-28 | 1 | -2/+3 |
|\ \ \
| |/ / |
|
| * | | Fix 'Column ... out of range' error reported in [caacf1f082] | fvogel | 2019-10-27 | 1 | -1/+2 |
|
|
* | | | merge core-8-6-branch | fvogel | 2019-10-27 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Backout [82b1d286] and [0e9cbdba] that fixed [cc6c711c1e] and [ce470f20fd] si... | fvogel | 2019-10-27 | 1 | -1/+1 |
| |/ / |
|
* | | | Aqua: fix IME behavior; make accent menus work; rework Services; deal with no... | culler | 2019-10-25 | 1 | -7/+19 |
|\ \ \
| |/ / |
|
| * | | Aqua: fix IME behavior; make accent menus work; rework Services; deal with no... | culler | 2019-10-25 | 1 | -7/+19 |
| |\ \ |
|
| | * | | Add some protections against Tcl errors during IME text entry. | culler | 2019-10-25 | 1 | -1/+5 |
|
|
| | * | | Make Apple's press-and-hold accent menu work with Tk entry and text widgets. | culler | 2019-10-24 | 1 | -0/+3 |
|
|
| | * | | Rework and simplify services so the TkService object won't interfere with IME... | culler | 2019-10-23 | 1 | -7/+0 |
|
|
| | * | | Add IME bindings for ttk::entry. | culler | 2019-10-23 | 1 | -0/+12 |
|
|
* | | | | Fix [6b763e9480]: wrong selected text background in ttk::entry. | culler | 2019-10-25 | 1 | -10/+17 |
|\ \ \ \
| |/ / / |
|