summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Slight definition change in ::tk::endOfGlyphCluster. It now returns the ↵jan.nijtmans2020-05-285-17/+18
| | | | index _after_ the boundary not the one before. Also, the spinbox is now fully working.
* Fix "Delete" and "Backspace" for text widgetsjan.nijtmans2020-05-271-2/+2
|
* Rename utility functions. Make Delete and Backspace work toojan.nijtmans2020-05-274-22/+31
|\
* | A different approach to glyph indexingjan.nijtmans2020-05-264-10/+76
|/
* Aqua: add semantic color systemLinkColor - patch from Christopher Chavez.culler2020-05-121-0/+4
|\
| * Aqua: add semantic color systemLinkColor - patch from Christopher Chavez.culler2020-05-121-0/+4
| |
* | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for ↵culler2020-05-121-8/+6
|\ \ | |/ | | | | generated events. Key event handling was completely reworked.
| * Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for ↵culler2020-05-121-2/+0
| |\ | | | | | | | | | generated events. Key event handling was completely reworked.
| | * Remove no-op bindings for function keys and set trans_chars appropriately.culler2020-04-251-2/+0
| | |
* | | Fix [88c9e0928b]: Treeview: wrong keyboard navigation with -selectmode none. ↵fvogel2020-05-091-3/+3
|\ \ \ | |/ / | | | | | | Patch from Emiliano Gavilan.
| * | Fix [88c9e0928b]: Treeview: wrong keyboard navigation with -selectmode none. ↵fvogel2020-05-031-3/+3
| | | | | | | | | | | | Patch from Emiliano Gavilan.
* | | Fix [6e25fc7cc1]: widget demo: dark-mode friendly 'NEW' image. Patch from ↵fvogel2020-04-251-6/+14
|\ \ \ | |/ / | | | | | | Christopher Chavez.
| * | Fix [6e25fc7cc1]: widget demo: dark-mode friendly 'NEW' image. Patch from ↵fvogel2020-04-151-6/+14
| |/ | | | | | | Christopher Chavez.
* | Apply a patch from Christopher Chavez which correctly deals with the fact ↵culler2020-04-157-32/+80
|\ \ | |/ | | | | that Apple uses the middle mouse button for Button 3.
| * Apply a patch from Christopher Chavez which correctly deals with the fact ↵culler2020-04-157-32/+80
| | | | | | | | that Apple uses the middle mouse button for Button 3.
* | Merge 8.6jan.nijtmans2020-03-302-3/+11
|\ \ | |/
| * Only use "string range" when $index > 0, so there's really something to be done.jan.nijtmans2020-03-301-2/+6
| |
* | Merge Tip #563: MouseWheel for horizontal scrollbaroehhar2020-02-242-27/+11
|\ \
| * \ Merge trunkjan.nijtmans2020-02-091-1/+1
| |\ \
| * | | When Shift-bindings are equal to the non-shift ones, they can be eliminated: ↵jan.nijtmans2020-02-092-21/+5
| | | | | | | | | | | | | | | | The non-shift one will do this work already.
| * | | Implementation for TIP 563: "scrollwheel on horizontal scrollbar scrolls ↵oehhar2020-02-021-8/+8
| | | | | | | | | | | | | | | | without shift too"
* | | | Merge trunkjan.nijtmans2020-02-141-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Bump to 8.7a4 to distinguish trunk from 8.7a3 release.dgp2020-02-071-1/+1
| |/ /
* | | Fix [dccd82bdc7]: ttk fonts are absolute on x11, which is very undesirable ↵fvogel2020-01-261-8/+4
|/ / | | | | | | for hidpi displays
* | Bindings consistancy: Use "Key" in stead of "KeyPress" and "Button" in stead ↵jan.nijtmans2020-01-2017-60/+60
| | | | | | | | of "ButtonPress" in all demo's.
* | Consistancy in Key/Button bindings: Use "<Button-1>" in stead of "<1>", ↵jan.nijtmans2020-01-1429-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 ↵oehhar2020-01-111-0/+21
|\ \ | |/ | | | | tk::scrollbar. Ticket [2b8fa6fd]
| * Redirect scroll wheel related bindings from ttk::scrollbar to scrollbar as ↵oehhar2019-12-191-17/+16
| | | | | | | | proposed by Csaba 2019-12-18 09:42:32 in Ticket [2b8fa6fd]
| * 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
|\ \ | |/
| * 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
| | | | | | | | | | | | ttk::combobox, ttk::spinbox and ttk::panedwindow.
| | * Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option. Case of the ↵fvogel2019-11-022-3/+18
| | | | | | | | | | | | ttk::treeview.
* | | Remove duplicate #Treeview section in xpTheme.tcl, it's already present (and ↵fvogel2019-12-081-7/+0
|\ \ \ | |/ / | | | | | | overwritten) at the end of the file.
| * | Remove duplicate #Treeview section in xpTheme.tcl, it's already present (and ↵fvogel2019-12-081-7/+0
| |\ \ | | | | | | | | | | | | overwritten) at the end of the file.
| | * | Remove duplicate #Treeview section in xpTheme.tcl, it's already present (and ↵fvogel2019-12-081-7/+0
| | | | | | | | | | | | | | | | overwritten) at the end of the file.
* | | | Update to a (slightly) later version of X11R6 headers.jan.nijtmans2019-11-271-1/+1
| | | |
* | | | Merge 8.6jan.nijtmans2019-11-261-13/+15
|\ \ \ \ | |/ / /
| * | | Various cleanups in Unicode handling. Note that without Xft on X11 we don't ↵jan.nijtmans2019-11-261-13/+15
| |\ \ \ | | | | | | | | | | | | | | | have Emoji.
| | * | | Update unicode demojan.nijtmans2019-11-211-8/+8
| | | | |
| * | | | merge releasedgp2019-11-221-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge 8.6 except for the broken demo.dgp2019-11-201-0/+4
| | |\ \ \
| | * \ \ \ merge 8.6dgp2019-11-153-7/+23
| | |\ \ \ \
| | * \ \ \ \ Merge 8.6culler2019-11-041-2/+2
| | |\ \ \ \ \
| | * \ \ \ \ \ merge 8.6dgp2019-11-021-3/+12
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | merge 8.6dgp2019-10-281-1/+2
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.6culler2019-10-254-24/+61
| | |\ \ \ \ \ \ \