summaryrefslogtreecommitdiffstats
path: root/library/ttk
Commit message (Expand)AuthorAgeFilesLines
* Backport some clean-up from 8.7jan.nijtmans2023-12-121-3/+5
* Fix [2a32225cd1]: Entry widget allows navigating by word in masked password f...fvogel2023-08-011-0/+6
* Fix calculation when menu doesn't fit below a ttk::menubutton.sbron2023-02-281-2/+1
* Fix [5e4e44a93b]: ttk::panedwindow chokes on drag.fvogel2022-10-251-6/+6
* Commit last suggestion from Koen Danckaert (ttk menubutton, cas -direction fl...fvogel2022-07-251-0/+1
* Fix [a3b03f41fe]: Wrong menu position for ttk menubutton with -style.fvogel2022-07-131-10/+2
* KeyPress -> Key in bindings. Minor other cleanupsjan.nijtmans2022-05-171-18/+15
* Fix [8dd3d58c62]: macOS Aqua: Fn + e to access Emojijan.nijtmans2022-04-191-0/+1
* Fix [ce6b428620] (in Tcl repository, see [https://core.tcl-lang.org/tcl/tktvi...fvogel2022-02-181-2/+2
* Menu-related code cleanup. (mainly indenting spaces -> tabs)jan.nijtmans2021-06-211-1/+1
* Remove comment which is not true any more. Some more formattingjan.nijtmans2021-05-311-2/+0
* Minor code cleanup: Handle $entry -1 the same as $entry "", since Tk is not a...jan.nijtmans2021-05-211-7/+5
* Fix [e3ad5e0fca]: macOS XQuartz : issue with menujan.nijtmans2021-05-201-1/+1
* Additional fixes to Aqua default colors and handling of fieldbackground for e...culler2021-04-191-4/+2
* Fix the background for ttk::spinbox too.culler2021-04-071-0/+4
* Fix [58222c42b3]: ttk::entry has wrong default background/fieldbackgroundculler2021-03-051-0/+4
* Fix [d3cd4c6949]: Make the ttk::notebook::CycleTab proc more robustjan.nijtmans2021-02-101-5/+7
* 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
|/
* Fine tune the Big Sur behavior.marc_culler2020-12-151-1/+1
* The selected text background issues appeared in 8.6 too. Cherrypick the fix.marc_culler2020-11-151-40/+23
* Fix [5224aa89ac]: Bug in the ttk::bindMouseWheel procjan.nijtmans2020-11-041-3/+3
* Always "source -encoding utf-8" Tk's own script files. Since Tk 8.7 runs in e...jan.nijtmans2020-10-231-17/+17
* Protect ttk::spinbox::Spin against empty lsearch result. Discovered when runn...jan.nijtmans2020-10-131-21/+22
* Use consistant $idx < 0 in stead of $idx != -1 for checking index meaning 'no...jan.nijtmans2020-09-141-1/+1
* Simplify throughout: ButtonPress -> Button, KeyPress -> Key (or remove it bec...jan.nijtmans2020-09-0812-113/+113
* Fix [291699a5]: ttk::scrollbar : graphical grip does not have mouse bindings. jan.nijtmans2020-08-2110-27/+29
|\
| * Fix mouse bindings for scrollbars with graphical grip elements.bll2020-08-201-1/+3
|/
* In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -...fvogel2020-07-181-7/+7
* Fix [cd051b586a]: MouseWheel documentation in bind.nfvogel2020-07-051-3/+0
|\
| * Remove obsolete mention of MouseWheel events being directed to the windos hav...fvogel2020-06-221-3/+0
* | Fix -postoffset to work with the default combobox style. If -style isbll2020-06-301-0/+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
|/
* Fix [88c9e0928b]: Treeview: wrong keyboard navigation with -selectmode none. ...fvogel2020-05-031-3/+3
* Apply a patch from Christopher Chavez which correctly deals with the fact tha...culler2020-04-151-6/+13
* Redirect scroll wheel related bindings from ttk::scrollbar to scrollbar as pr...oehhar2019-12-191-17/+16
* Add scrollwheel bindings to ttk::scrollbar. Ticket [2b8fa6fd]oehhar2019-12-171-0/+22
* Reverting last commit, should go into a branch, sorry.oehhar2019-12-171-22/+0
* Add scrollwheel bindings to ttk::scrollbar. Ticket [2b8fa6fd]oehhar2019-12-171-0/+22
* Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor optionfvogel2019-12-145-7/+46
|\
| * Factorize common code into ttk::saveCursorfvogel2019-11-025-35/+24
| * Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option. Case of the ...fvogel2019-11-023-4/+39
| * Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option. Case of the ...fvogel2019-11-022-3/+18
* | Remove duplicate #Treeview section in xpTheme.tcl, it's already present (and ...fvogel2019-12-081-7/+0
|\ \
| * | Remove duplicate #Treeview section in xpTheme.tcl, it's already present (and ...fvogel2019-12-081-7/+0
* | | Fix a paste error in ttk/entry.tcl that broke the accent menu for ttk::entry ...culler2019-11-041-2/+2
| |/ |/|
* | The previous commit [65bb96b4] was wrong: it did not take into account the sp...fvogel2019-11-011-3/+12