Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Slight definition change in ::tk::endOfGlyphCluster. It now returns the ↵ | jan.nijtmans | 2020-05-28 | 5 | -17/+18 |
| | | | | index _after_ the boundary not the one before. Also, the spinbox is now fully working. | ||||
* | Fix "Delete" and "Backspace" for text widgets | jan.nijtmans | 2020-05-27 | 1 | -2/+2 |
| | |||||
* | Rename utility functions. Make Delete and Backspace work too | jan.nijtmans | 2020-05-27 | 4 | -22/+31 |
|\ | |||||
* | | A different approach to glyph indexing | jan.nijtmans | 2020-05-26 | 4 | -10/+76 |
|/ | |||||
* | Aqua: add semantic color systemLinkColor - patch from Christopher Chavez. | culler | 2020-05-12 | 1 | -0/+4 |
|\ | |||||
| * | Aqua: add semantic color systemLinkColor - patch from Christopher Chavez. | culler | 2020-05-12 | 1 | -0/+4 |
| | | |||||
* | | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for ↵ | culler | 2020-05-12 | 1 | -8/+6 |
|\ \ | |/ | | | | | generated events. Key event handling was completely reworked. | ||||
| * | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for ↵ | culler | 2020-05-12 | 1 | -2/+0 |
| |\ | | | | | | | | | | generated events. Key event handling was completely reworked. | ||||
| | * | Remove no-op bindings for function keys and set trans_chars appropriately. | culler | 2020-04-25 | 1 | -2/+0 |
| | | | |||||
* | | | Fix [88c9e0928b]: Treeview: wrong keyboard navigation with -selectmode none. ↵ | fvogel | 2020-05-09 | 1 | -3/+3 |
|\ \ \ | |/ / | | | | | | | Patch from Emiliano Gavilan. | ||||
| * | | Fix [88c9e0928b]: Treeview: wrong keyboard navigation with -selectmode none. ↵ | fvogel | 2020-05-03 | 1 | -3/+3 |
| | | | | | | | | | | | | Patch from Emiliano Gavilan. | ||||
* | | | Fix [6e25fc7cc1]: widget demo: dark-mode friendly 'NEW' image. Patch from ↵ | fvogel | 2020-04-25 | 1 | -6/+14 |
|\ \ \ | |/ / | | | | | | | Christopher Chavez. | ||||
| * | | Fix [6e25fc7cc1]: widget demo: dark-mode friendly 'NEW' image. Patch from ↵ | fvogel | 2020-04-15 | 1 | -6/+14 |
| |/ | | | | | | | Christopher Chavez. | ||||
* | | Apply a patch from Christopher Chavez which correctly deals with the fact ↵ | culler | 2020-04-15 | 7 | -32/+80 |
|\ \ | |/ | | | | | that Apple uses the middle mouse button for Button 3. | ||||
| * | Apply a patch from Christopher Chavez which correctly deals with the fact ↵ | culler | 2020-04-15 | 7 | -32/+80 |
| | | | | | | | | that Apple uses the middle mouse button for Button 3. | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-03-30 | 2 | -3/+11 |
|\ \ | |/ | |||||
| * | Only use "string range" when $index > 0, so there's really something to be done. | jan.nijtmans | 2020-03-30 | 1 | -2/+6 |
| | | |||||
* | | Merge Tip #563: MouseWheel for horizontal scrollbar | oehhar | 2020-02-24 | 2 | -27/+11 |
|\ \ | |||||
| * \ | Merge trunk | jan.nijtmans | 2020-02-09 | 1 | -1/+1 |
| |\ \ | |||||
| * | | | When Shift-bindings are equal to the non-shift ones, they can be eliminated: ↵ | jan.nijtmans | 2020-02-09 | 2 | -21/+5 |
| | | | | | | | | | | | | | | | | The non-shift one will do this work already. | ||||
| * | | | Implementation for TIP 563: "scrollwheel on horizontal scrollbar scrolls ↵ | oehhar | 2020-02-02 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | without shift too" | ||||
* | | | | Merge trunk | jan.nijtmans | 2020-02-14 | 1 | -1/+1 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Bump to 8.7a4 to distinguish trunk from 8.7a3 release. | dgp | 2020-02-07 | 1 | -1/+1 |
| |/ / | |||||
* | | | Fix [dccd82bdc7]: ttk fonts are absolute on x11, which is very undesirable ↵ | fvogel | 2020-01-26 | 1 | -8/+4 |
|/ / | | | | | | | for hidpi displays | ||||
* | | Bindings consistancy: Use "Key" in stead of "KeyPress" and "Button" in stead ↵ | jan.nijtmans | 2020-01-20 | 17 | -60/+60 |
| | | | | | | | | of "ButtonPress" in all demo's. | ||||
* | | Consistancy in Key/Button bindings: Use "<Button-1>" in stead of "<1>", ↵ | jan.nijtmans | 2020-01-14 | 29 | -302/+300 |
| | | | | | | | | "Key" in stead of "KeyPress" and "Button" in stead of "ButtonPress". Also eliminate unnessary "Any" and "Key" modifiers. | ||||
* | | Add scrollwheel bindings to ttk::scrollbar by redirection of the bindings to ↵ | oehhar | 2020-01-11 | 1 | -0/+21 |
|\ \ | |/ | | | | | tk::scrollbar. Ticket [2b8fa6fd] | ||||
| * | 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 |
|\ \ | |/ | |||||
| * | 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. | ||||
| | * | | 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. | ||||
* | | | | Update to a (slightly) later version of X11R6 headers. | jan.nijtmans | 2019-11-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge 8.6 | jan.nijtmans | 2019-11-26 | 1 | -13/+15 |
|\ \ \ \ | |/ / / | |||||
| * | | | Various cleanups in Unicode handling. Note that without Xft on X11 we don't ↵ | jan.nijtmans | 2019-11-26 | 1 | -13/+15 |
| |\ \ \ | | | | | | | | | | | | | | | | have Emoji. | ||||
| | * | | | Update unicode demo | jan.nijtmans | 2019-11-21 | 1 | -8/+8 |
| | | | | | |||||
| * | | | | merge release | dgp | 2019-11-22 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Merge 8.6 except for the broken demo. | dgp | 2019-11-20 | 1 | -0/+4 |
| | |\ \ \ | |||||
| | * \ \ \ | merge 8.6 | dgp | 2019-11-15 | 3 | -7/+23 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge 8.6 | culler | 2019-11-04 | 1 | -2/+2 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | merge 8.6 | dgp | 2019-11-02 | 1 | -3/+12 |
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | | | |||||
| | * | | | | | | merge 8.6 | dgp | 2019-10-28 | 1 | -1/+2 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge 8.6 | culler | 2019-10-25 | 4 | -24/+61 |
| | |\ \ \ \ \ \ \ |