summaryrefslogtreecommitdiffstats
path: root/library/ttk/spinbox.tcl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix [c0485ba8d]: Bug in the ttk::spinbox::MouseWheel proc in Tk 8.7a4jan.nijtmans2020-11-131-7/+4
* Implement TIP #474: Treat the mouse wheel events in a uniform wayjan.nijtmans2020-10-211-3/+3
|\
| * New utility function ::tk::MouseWheeljan.nijtmans2020-09-251-3/+3
| * Fix [50ed1eddb0]: ttk::spinbox with -values does not loop through all values....fvogel2020-06-271-6/+20
| |\
| * | Consistancy in Key/Button bindings: Use "<Button-1>" in stead of "<1>", "Key"...jan.nijtmans2020-01-141-3/+3
* | | Protect ttk::spinbox::Spin against empty lsearch result. Discovered when runn...jan.nijtmans2020-10-131-21/+22
* | | Simplify throughout: ButtonPress -> Button, KeyPress -> Key (or remove it bec...jan.nijtmans2020-09-081-3/+3
| |/ |/|
* | 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
|/
* Factorize common code into ttk::saveCursorfvogel2019-11-021-7/+1
* Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option. Case of the ...fvogel2019-11-021-1/+9
* Fix [2834776fff]: ttk::spinbox spins up/down when disabledfvogel2019-09-081-0/+2
* Purge RCS Keywords.dgp2011-06-081-2/+0
* Major backport of 8.6 Ttk for 8.5.9. Most changes were only beinghobbs2010-08-261-0/+175