| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for bug [d1a5067111], related to the TouchpadScroll event bindings. | csaba | 2024-07-17 | 1 | -5/+5 |
|
|
* | Made sure that the TouchpadScroll event bindings won't polluate the global na... | csaba | 2024-07-15 | 1 | -6/+6 |
|
|
* | (cherry-pick): Made the scrolling by units via <TouchpadScroll> smoother. | jan.nijtmans | 2023-12-12 | 1 | -1/+1 |
|
|
* | White-spacing | jan.nijtmans | 2023-12-11 | 1 | -1/+1 |
|
|
* | Include changes suggested by Csaba Nemethi. | marc_culler | 2023-11-28 | 1 | -2/+7 |
|
|
* | Add bindings for listbox and treeview. Some code clean up. | marc_culler | 2023-11-28 | 1 | -6/+4 |
|
|
* | Introduce a separate TouchpadScroll event. Avoids Extended-MouseWheel events... | marc_culler | 2023-11-27 | 1 | -1/+1 |
|
|
* | Switch from Control-MouseWheel to Extended-MouseWheel. | marc_culler | 2023-11-24 | 1 | -1/+1 |
|
|
* | Remove the ScaleNum invocations from the listbox MouseWheel bindings. | marc_culler | 2023-11-24 | 1 | -4/+4 |
|
|
* | Fix the low resolution events. | marc_culler | 2023-11-22 | 1 | -4/+4 |
|
|
* | Add bindings for Scrollbar and Listbox. Fix bindings for Text. | marc_culler | 2023-11-21 | 1 | -20/+12 |
|
|
* | Fix the MouseWheel bindings for the Listbox. | marc_culler | 2023-11-19 | 1 | -5/+21 |
|
|
* | Merge 8.7 | jan.nijtmans | 2021-06-02 | 1 | -1/+1 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2021-05-22 | 1 | -1/+1 |
| |\ |
|
| | * | Minor code cleanup: Handle $entry -1 the same as $entry "", since Tk is not a... | jan.nijtmans | 2021-05-21 | 1 | -1/+1 |
|
|
* | | | Merge 8.7. Eliminate more use of "none" in menu library code (since it isn't ... | jan.nijtmans | 2021-05-20 | 1 | -1/+1 |
|/ / |
|
* | | Proposed fix for [26889b3e7b]: Make the uniform mouse wheel event handling mo... | jan.nijtmans | 2020-12-29 | 1 | -4/+4 |
|
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -1/+1 |
|
|
| | | |
| \ | |
*-. \ | Make use of TIP #587 in Tk: Now we can assume that all Tcl files are utf-8 | jan.nijtmans | 2020-10-22 | 1 | -3/+3 |
|\ \ \
| | |/ |
|
| * | | Merge trunk | jan.nijtmans | 2020-10-05 | 1 | -3/+3 |
|
|
* | | | New utility function ::tk::MouseWheel | jan.nijtmans | 2020-09-25 | 1 | -4/+4 |
|
|
* | | | Merge 8.7. Make test-cases on MacOS and X11 pass (win32 not tested yet) | jan.nijtmans | 2020-09-15 | 1 | -8/+8 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2020-09-08 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Simplify throughout: ButtonPress -> Button, KeyPress -> Key (or remove it bec... | jan.nijtmans | 2020-09-08 | 1 | -3/+3 |
|
|
| * | | Consistancy in Key/Button bindings: Use "<Button-1>" in stead of "<1>", "Key"... | jan.nijtmans | 2020-01-14 | 1 | -11/+11 |
|
|
| * | | Merge 8.6 (actually, just missing braces in listbox bindings, as correctly sp... | jan.nijtmans | 2019-11-06 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Fix [12c8dfaa98] and [7e174a300e]: listbox.tcl/scrlbar.tcl: missing improved ... | jan.nijtmans | 2019-11-06 | 1 | -2/+10 |
|
|
| * | | On Windows, make sure that mousewheel rounding is the same in positive as in ... | jan.nijtmans | 2019-08-29 | 1 | -2/+16 |
|
|
* | | | Use some more "(x|y)view scroll units" automatic rounding in bindings. | jan.nijtmans | 2019-08-22 | 1 | -4/+4 |
|
|
* | | | Allow using floating-point number in "scroll (x|y)view (units|pages)". They a... | jan.nijtmans | 2019-08-22 | 1 | -4/+4 |
|
|
* | | | Merge trunk. | jan.nijtmans | 2019-08-22 | 1 | -5/+4 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6. Also add <6> and <7> bindings for X11, where appropriate | jan.nijtmans | 2019-08-18 | 1 | -5/+15 |
| |\ \
| | |/ |
|
| | * | Refactor all MouseWheel bindings, doing it the same way everywhere. So <Mouse... | jan.nijtmans | 2019-08-16 | 1 | -5/+5 |
| |/ |
|
* | | Fix MouseWheel bindings for listbox and scrollbar: This fixes test-failures o... | jan.nijtmans | 2019-07-26 | 1 | -4/+4 |
|
|
* | | Further experiment: Bring scalefactor back to 120 (as it was for win32) | jan.nijtmans | 2019-07-26 | 1 | -4/+4 |
|
|
* | | Experiment: Handle scaling fractors for the ScrollWheel sensibly. Trying "40"... | jan.nijtmans | 2019-07-25 | 1 | -50/+11 |
|/ |
|
* | Solution from dnikolajevich made thread safe. Thanks to Christian Werner for ... | fvogel | 2018-03-31 | 1 | -6/+0 |
|
|
* | Better solution to [75d38f8608], that fixes the problem for all widgets, not ... | fvogel | 2018-03-25 | 1 | -10/+2 |
|
|
* | Add missing documentation about items of the tk::Priv array | fvogel | 2018-03-20 | 1 | -1/+7 |
|
|
* | Fix [75d38f8608]: touchpad two finger scroll does not work correctly with lis... | fvogel | 2018-03-20 | 1 | -2/+10 |
|
|
* | change non-working URL in comment to comparable working one | jan.nijtmans | 2017-08-23 | 1 | -1/+1 |
|
|
* | Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabled | fvogel | 2016-01-06 | 1 | -11/+25 |
|\ |
|
| * | Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabled | fvogel | 2015-12-30 | 1 | -11/+25 |
|
|
* | | [Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu. | jan.nijtmans | 2013-03-27 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Add <<Invoke>> bindings to button, listbox and menu, for consistancy with ttk. | jan.nijtmans | 2013-03-20 | 1 | -0/+3 |
|
|
* | | merge trunk | jan.nijtmans | 2012-08-10 | 1 | -2/+2 |
|\ \ |
|
| * | | Shift-Control -> Control-Shift, for consisancy everywhere | jan.nijtmans | 2012-08-10 | 1 | -2/+2 |
|
|
* | | | define two more virtual bindings, and correct various Mac | jan.nijtmans | 2012-08-10 | 1 | -2/+2 |
|
|
* | | | 8 new virtual events (doc not updated yet) | jan.nijtmans | 2012-08-09 | 1 | -4/+4 |
|
|
* | | | [Bug 3555644]: Better use of virtual events. | jan.nijtmans | 2012-08-09 | 1 | -6/+6 |
|/ / |
|