summaryrefslogtreecommitdiffstats
path: root/library/ttk
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2021-01-131-5/+0
|\
| * Merge-mark core-8-6-11-rc (single-char fix, already done here). Remove wrong ...jan.nijtmans2021-01-131-5/+0
| |\
| | * Fix [7beaed7db6]: Typo in ttk binding script in Tk 8.6.11core-8-6-11-1jan.nijtmans2021-01-131-1/+1
| * | Fix [7beaed7db6]: Typo in ttk binding script in Tk 8.6.11. Also remove some u...jan.nijtmans2021-01-111-8/+8
| |/
* | Keep Option-MouseWheel scrolling 10 x MouseWheel scrolling.jan.nijtmans2020-12-301-1/+1
* | Proposed fix for [26889b3e7b]: Make the uniform mouse wheel event handling mo...jan.nijtmans2020-12-291-5/+5
* | Merge 8.6marc_culler2020-12-151-1/+1
|\ \ | |/
| * Fine tune the Big Sur behavior.marc_culler2020-12-151-1/+1
* | TIP #591: Rotate ttk::notebook window with mousewheel on tabjan.nijtmans2020-12-111-4/+10
|\ \
| * \ Fix [f9bd73629e]: Bug in the ttk::notebook::CycleTab proc in the tip-591 branchjan.nijtmans2020-11-182-5/+7
| |\ \
| * | | TIP #591 (experimental) implementationjan.nijtmans2020-11-161-2/+6
* | | | More (c) -> ©jan.nijtmans2020-12-091-1/+1
| |/ / |/| |
* | | For ttk::spinbox, reverse mouse handling, but keep other handlers the samejan.nijtmans2020-11-161-2/+2
|/ /
* | Follow-up to [c0485ba8d]: Give ttk::spinbox::Spin an (optional) "factor" argu...jan.nijtmans2020-11-161-9/+14
| |
| \
*-. \ Implement TIP #588: Unicode for (X11) keysymsjan.nijtmans2020-11-161-5/+1
|\ \ \ | | |/
| * | Merge trunkjan.nijtmans2020-11-054-15/+6
| |\ \
* | \ \ Merge 8.6marc_culler2020-11-151-40/+23
|\ \ \ \ | | |_|/ | |/| |
| * | | The selected text background issues appeared in 8.6 too. Cherrypick the fix.marc_culler2020-11-151-40/+23
* | | | Fix [f11dbf8d1e]: Bug in the ttk::combobox::Scroll proc in Tk 8.7a4jan.nijtmans2020-11-131-6/+9
|\ \ \ \
| * | | | Csaba Nemethi's reviewjan.nijtmans2020-11-121-5/+5
| * | | | Merge 8.7. Handle $max == 0 in ttk::combobox mousewheel bindingjan.nijtmans2020-11-122-3/+3
| |\ \ \ \
| * | | | | Proposed fix for [f11dbf8d1e]: Bug in the ttk::combobox::Scroll proc in Tk 8.7a4jan.nijtmans2020-11-121-7/+6
* | | | | | Fix [c0485ba8d]: Bug in the ttk::spinbox::MouseWheel proc in Tk 8.7a4jan.nijtmans2020-11-131-7/+4
| |/ / / / |/| | | |
* | | | | Fix commentjan.nijtmans2020-11-121-2/+2
|/ / / /
* | | | Make mousewheel bindings scroll 4 items by defaultjan.nijtmans2020-11-121-4/+4
| |_|/ |/| |
* | | Merge 8.6jan.nijtmans2020-11-041-2/+2
|\ \ \ | |/ /
| * | Fix [5224aa89ac]: Bug in the ttk::bindMouseWheel procjan.nijtmans2020-11-041-3/+3
* | | Handle "Commmand-" bindings platform-dependant toojan.nijtmans2020-11-031-1/+1
* | | (experiment) possible solution for [ef0e2629ea]jan.nijtmans2020-11-021-7/+2
| |/ |/|
* | Merge 8.6jan.nijtmans2020-10-231-17/+17
|\ \ | |/
| * Always "source -encoding utf-8" Tk's own script files. Since Tk 8.7 runs in e...jan.nijtmans2020-10-231-17/+17
| |
| \
*-. \ Make use of TIP #587 in Tk: Now we can assume that all Tcl files are utf-8jan.nijtmans2020-10-221-3/+3
|\ \ \ | | |/
| * | Merge trunkjan.nijtmans2020-10-051-3/+3
| | |
| \ \
*-. \ \ Implement TIP #474: Treat the mouse wheel events in a uniform wayjan.nijtmans2020-10-215-102/+26
|\ \ \ \ | | | |/ | | |/|
| * | | Merge trunkjan.nijtmans2020-10-071-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | Merge trunk. Fix factor bug in TtkScrollable <Shift-Option-MouseWheel> bindingjan.nijtmans2020-09-261-3/+3
| |\ \ \ | | |/ /
| * | | New utility function ::tk::MouseWheeljan.nijtmans2020-09-253-11/+15
| * | | Now (really) swap Buttons 2|3 on MacOS. Adapt all bindings not depending on a...jan.nijtmans2020-09-202-23/+7
| * | | Merge 8.7.jan.nijtmans2020-09-201-3/+0
| |\ \ \ | | |/ /
| * | | Merge 8.7. Make test-cases on MacOS and X11 pass (win32 not tested yet)jan.nijtmans2020-09-1517-172/+275
| |\ \ \ | | |/ /
| * | | Use some more "(x|y)view scroll units" automatic rounding in bindings.jan.nijtmans2019-08-221-4/+4
| * | | Allow using floating-point number in "scroll (x|y)view (units|pages)". They a...jan.nijtmans2019-08-221-6/+6
| * | | Merge trunk. jan.nijtmans2019-08-223-24/+25
| |\ \ \
| * | | | Further experiment: Bring scalefactor back to 120 (as it was for win32)jan.nijtmans2019-07-261-25/+10
| * | | | Experiment: Handle scaling fractors for the ScrollWheel sensibly. Trying "40"...jan.nijtmans2019-07-251-27/+1
* | | | | Merge 8.6jan.nijtmans2020-10-131-21/+22
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Protect ttk::spinbox::Spin against empty lsearch result. Discovered when runn...jan.nijtmans2020-10-131-21/+22
* | | | Merge 8.6jan.nijtmans2020-09-141-1/+1
|\ \ \ \ | |/ / /
| * | | Use consistant $idx < 0 in stead of $idx != -1 for checking index meaning 'no...jan.nijtmans2020-09-141-1/+1
* | | | Merge 8.6jan.nijtmans2020-09-081-2/+2
|\ \ \ \ | |/ / /