Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Menu-related code cleanup. (mainly indenting spaces -> tabs) | jan.nijtmans | 2021-06-21 | 1 | -1/+1 |
| | |||||
* | Remove comment which is not true any more. Some more formatting | jan.nijtmans | 2021-05-31 | 1 | -2/+0 |
| | |||||
* | Minor code cleanup: Handle $entry -1 the same as $entry "", since Tk is not ↵ | jan.nijtmans | 2021-05-21 | 1 | -7/+5 |
| | | | | always consistant in which one is used | ||||
* | Fix [e3ad5e0fca]: macOS XQuartz : issue with menu | jan.nijtmans | 2021-05-20 | 1 | -1/+1 |
| | |||||
* | Additional fixes to Aqua default colors and handling of fieldbackground for ↵ | culler | 2021-04-19 | 1 | -4/+2 |
| | | | | entry and spinbox widgets. Thanks to Christopher Chavez for patches. | ||||
* | Fix the background for ttk::spinbox too. | culler | 2021-04-07 | 1 | -0/+4 |
| | |||||
* | Fix [58222c42b3]: ttk::entry has wrong default background/fieldbackground | culler | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | Fix [d3cd4c6949]: Make the ttk::notebook::CycleTab proc more robust | jan.nijtmans | 2021-02-10 | 1 | -5/+7 |
| | |||||
* | Merge-mark core-8-6-11-rc (single-char fix, already done here). Remove wrong ↵ | jan.nijtmans | 2021-01-13 | 1 | -5/+0 |
|\ | | | | | | | comment. | ||||
| * | Fix [7beaed7db6]: Typo in ttk binding script in Tk 8.6.11core-8-6-11-1 | jan.nijtmans | 2021-01-13 | 1 | -1/+1 |
| | | |||||
* | | Fix [7beaed7db6]: Typo in ttk binding script in Tk 8.6.11. Also remove some ↵ | jan.nijtmans | 2021-01-11 | 1 | -8/+8 |
|/ | | | | unnecessary braces. | ||||
* | Fine tune the Big Sur behavior. | marc_culler | 2020-12-15 | 1 | -1/+1 |
| | |||||
* | The selected text background issues appeared in 8.6 too. Cherrypick the fix. | marc_culler | 2020-11-15 | 1 | -40/+23 |
| | |||||
* | Fix [5224aa89ac]: Bug in the ttk::bindMouseWheel proc | jan.nijtmans | 2020-11-04 | 1 | -3/+3 |
| | |||||
* | Always "source -encoding utf-8" Tk's own script files. Since Tk 8.7 runs in ↵ | jan.nijtmans | 2020-10-23 | 1 | -17/+17 |
| | | | | either Tcl 8.6 or 8.7, we then can trust the real encoding used, even though (in Tk 8.6) all those files are still ASCII | ||||
* | Protect ttk::spinbox::Spin against empty lsearch result. Discovered when ↵ | jan.nijtmans | 2020-10-13 | 1 | -21/+22 |
| | | | | running against Tcl's "empty-not-found" branch. Some formatting | ||||
* | Use consistant $idx < 0 in stead of $idx != -1 for checking index meaning ↵ | jan.nijtmans | 2020-09-14 | 1 | -1/+1 |
| | | | | 'not found' | ||||
* | 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 | ||||
* | 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 |
|/ | |||||
* | 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 |
|\ | |||||
| * | Remove obsolete mention of MouseWheel events being directed to the windos ↵ | fvogel | 2020-06-22 | 1 | -3/+0 |
| | | | | | | | | having the keyboard focus. | ||||
* | | 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. | ||||
* | | 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-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. | ||||
* | 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 |
|\ | |||||
| * | 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. | ||||
* | | | Fix a paste error in ttk/entry.tcl that broke the accent menu for ttk::entry ↵ | culler | 2019-11-04 | 1 | -2/+2 |
| |/ |/| | | | | | widgets. | ||||
* | | 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. | ||||
* | | Fix 'Column ... out of range' error reported in [caacf1f082] | fvogel | 2019-10-27 | 1 | -1/+2 |
| | | |||||
* | | Aqua: fix IME behavior; make accent menus work; rework Services; deal with ↵ | culler | 2019-10-25 | 1 | -7/+19 |
|\ \ | | | | | | | | | | non-BMP pastes. | ||||
| * | | Add some protections against Tcl errors during IME text entry. | culler | 2019-10-25 | 1 | -1/+5 |
| | | | |||||
| * | | Make Apple's press-and-hold accent menu work with Tk entry and text widgets. | culler | 2019-10-24 | 1 | -0/+3 |
| | | | |||||
| * | | Rework and simplify services so the TkService object won't interfere with ↵ | culler | 2019-10-23 | 1 | -7/+0 |
| | | | | | | | | | | | | IME. It didn't need to be a subclass of NSView, or be in the Responder chain. | ||||
| * | | Add IME bindings for ttk::entry. | culler | 2019-10-23 | 1 | -0/+12 |
| | | | |||||
* | | | Fix [6b763e9480]: wrong selected text background in ttk::entry. | culler | 2019-10-24 | 1 | -10/+17 |
|/ / | |||||
* | | Fix [2834776fff]: ttk::spinbox spins up/down when disabled | fvogel | 2019-09-08 | 1 | -0/+2 |
| | | |||||
* | | Refactor all MouseWheel bindings, doing it the same way everywhere. So ↵ | jan.nijtmans | 2019-08-18 | 1 | -32/+27 |
|\ \ | | | | | | | | | | <MouseWheel> bindings are there on all platforms. Also add bindings for vertical scrolling for iconlist, as suggested by Max Augsburg. |