Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New utility function ::tk::MouseWheel | jan.nijtmans | 2020-09-25 | 3 | -11/+15 |
| | |||||
* | Now (really) swap Buttons 2|3 on MacOS. Adapt all bindings not depending on ↵ | jan.nijtmans | 2020-09-20 | 2 | -23/+7 |
| | | | | aqua any more | ||||
* | Merge 8.7. | jan.nijtmans | 2020-09-20 | 1 | -3/+0 |
|\ | | | | | Button-4|5|6|7 binding no longer necessary | ||||
* \ | Merge 8.7. Make test-cases on MacOS and X11 pass (win32 not tested yet) | jan.nijtmans | 2020-09-15 | 17 | -172/+275 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2020-09-14 | 1 | -1/+1 |
| |\ | |||||
| | * | Use consistant $idx < 0 in stead of $idx != -1 for checking index meaning ↵ | jan.nijtmans | 2020-09-14 | 1 | -1/+1 |
| | | | | | | | | | | | | 'not found' | ||||
| * | | Merge 8.6 | jan.nijtmans | 2020-09-08 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Simplify throughout: ButtonPress -> Button, KeyPress -> Key (or remove it ↵ | jan.nijtmans | 2020-09-08 | 12 | -113/+113 |
| | | | | | | | | | | | | | | | because it is the default anyway) Use 'in' operator in stead of 'lsearch -exact' when possible | ||||
| * | | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> ↵ | jan.nijtmans | 2020-09-03 | 1 | -7/+7 |
| | | | | | | | | | | | | Container related (internal) changes | ||||
| * | | Merge 8.6 | jan.nijtmans | 2020-08-21 | 1 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | Fix [291699a5]: ttk::scrollbar : graphical grip does not have mouse bindings. | jan.nijtmans | 2020-08-21 | 10 | -27/+29 |
| | |\ | | | | | | | | | Also remove some eol-spacing. | ||||
| | | * | Fix mouse bindings for scrollbars with graphical grip elements. | bll | 2020-08-20 | 1 | -1/+3 |
| | |/ | |||||
| * | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The ↵ | fvogel | 2020-08-19 | 1 | -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 ↵ | fvogel | 2020-07-18 | 1 | -7/+7 |
| | | | | | | | | | | | | -side (resp. TTK_PACK_*) is not given. Remove such superfluous specifications. | ||||
| * | | 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 ↵ | fvogel | 2020-06-22 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | having the keyboard focus. | ||||
| * | | | Simplify various Tk bindings, where 'expr' is not necessary because the ↵ | jan.nijtmans | 2020-07-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | called function can already handle simple addition and substraction (since it's built into index-handling already) | ||||
| * | | | 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 |
| | | | | | | | | | | | | not set, cget returns an empty string. | ||||
| * | | | Fix [50ed1eddb0]: ttk::spinbox with -values does not loop through all ↵ | fvogel | 2020-06-27 | 1 | -6/+20 |
| |\ \ \ | | |/ / | | | | | | | | | values. Original analysis and patch from Brad Lanam. | ||||
| | * | | 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 ↵ | fvogel | 2020-06-16 | 1 | -6/+20 |
| | |/ | | | | | | | | | | values. The two newly added test cases now pass. Patch from Brad Lanam edited for optimization. | ||||
| * | | Fix [88c9e0928b]: Treeview: wrong keyboard navigation with -selectmode none. ↵ | fvogel | 2020-05-09 | 1 | -3/+3 |
| |\ \ | | |/ | | | | | | | Patch from Emiliano Gavilan. | ||||
| | * | Fix [88c9e0928b]: Treeview: wrong keyboard navigation with -selectmode none. ↵ | fvogel | 2020-05-03 | 1 | -3/+3 |
| | | | | | | | | | | | | Patch from Emiliano Gavilan. | ||||
| * | | Apply a patch from Christopher Chavez which correctly deals with the fact ↵ | culler | 2020-04-15 | 1 | -6/+13 |
| |\ \ | | |/ | | | | | | | that Apple uses the middle mouse button for Button 3. | ||||
| | * | Apply a patch from Christopher Chavez which correctly deals with the fact ↵ | culler | 2020-04-15 | 1 | -6/+13 |
| | | | | | | | | | | | | that Apple uses the middle mouse button for Button 3. | ||||
| * | | 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 |
| | | | | | | | | | | | | | | | | The non-shift one will do this work already. | ||||
| * | | | Fix [dccd82bdc7]: ttk fonts are absolute on x11, which is very undesirable ↵ | fvogel | 2020-01-26 | 1 | -8/+4 |
| |/ / | | | | | | | | | | for hidpi displays | ||||
| * | | Consistancy in Key/Button bindings: Use "<Button-1>" in stead of "<1>", ↵ | jan.nijtmans | 2020-01-14 | 13 | -107/+105 |
| | | | | | | | | | | | | "Key" in stead of "KeyPress" and "Button" in stead of "ButtonPress". Also eliminate unnessary "Any" and "Key" modifiers. | ||||
| * | | Add scrollwheel bindings to ttk::scrollbar by redirection of the bindings to ↵ | oehhar | 2020-01-11 | 1 | -0/+21 |
| |\ \ | | |/ | | | | | | | tk::scrollbar. Ticket [2b8fa6fd] | ||||
| | * | Redirect scroll wheel related bindings from ttk::scrollbar to scrollbar as ↵ | oehhar | 2019-12-19 | 1 | -17/+16 |
| | | | | | | | | | | | | proposed by Csaba 2019-12-18 09:42:32 in Ticket [2b8fa6fd] | ||||
| | * | 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 |
| | | | | | | | | | | | | | | | | ttk::combobox, ttk::spinbox and ttk::panedwindow. | ||||
| | | * | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option. Case of the ↵ | fvogel | 2019-11-02 | 2 | -3/+18 |
| | | | | | | | | | | | | | | | | ttk::treeview. | ||||
| * | | | Remove duplicate #Treeview section in xpTheme.tcl, it's already present (and ↵ | fvogel | 2019-12-08 | 1 | -7/+0 |
| |\ \ \ | | |/ / | | | | | | | | | overwritten) at the end of the file. | ||||
| | * | | Remove duplicate #Treeview section in xpTheme.tcl, it's already present (and ↵ | fvogel | 2019-12-08 | 1 | -7/+0 |
| | |\ \ | | | | | | | | | | | | | | | | overwritten) at the end of the file. | ||||
| | | * | | Remove duplicate #Treeview section in xpTheme.tcl, it's already present (and ↵ | fvogel | 2019-12-08 | 1 | -7/+0 |
| | | | | | | | | | | | | | | | | | | | | overwritten) at the end of the file. | ||||
| * | | | | 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 |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | widgets. | ||||
| | * | | | Fix a paste error in ttk/entry.tcl that broke the accent menu for ttk::entry ↵ | culler | 2019-11-04 | 1 | -2/+2 |
| | | |/ | | |/| | | | | | | | | | widgets. | ||||
| * | | | merge core-8-6-branch, in particular, push a different fix for the 'Column ↵ | fvogel | 2019-11-01 | 1 | -3/+12 |
| |\ \ \ | | |/ / | | | | | | | | | ... out of range' error reported in [caacf1f082], this time without any regression... | ||||
| | * | | The previous commit [65bb96b4] was wrong: it did not take into account the ↵ | fvogel | 2019-11-01 | 1 | -3/+12 |
| | | | | | | | | | | | | | | | | specifics of -displaycolumns or the fact column #0 (the tree) is special. This introduced a regression in the headings activation: they did not de-activate properly when the mouse left the headings. Fix this and document in the code why catching is (much) easier than writing an explicit proc. |