summaryrefslogtreecommitdiffstats
path: root/library/entry.tcl
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2024-01-301-1/+1
|\
* \ Merge 8.7jan.nijtmans2024-01-281-3/+6
|\ \ | |/
| * Merge 8.6jan.nijtmans2024-01-281-3/+6
| |\
| | * Fix [9fa3e08243]: Ctrl-Arrow binding for spinbox: unknown option '-show'.fvogel2024-01-281-3/+6
* | | Same change for Entry en (ttk::)spinboxjan.nijtmans2024-01-271-28/+32
|/ /
* | Fix [2a32225cd1]: Entry widget allows navigating by word in masked password f...fvogel2023-08-021-0/+9
|\ \ | |/
| * Fix [2a32225cd1]: Entry widget allows navigating by word in masked password f...fvogel2023-08-011-0/+9
* | Merge 8.7jan.nijtmans2022-04-191-1/+1
|\ \
| * \ Merge 8.6jan.nijtmans2022-04-191-0/+1
| |\ \ | | |/
| | * Fix [8dd3d58c62]: macOS Aqua: Fn + e to access Emojijan.nijtmans2022-04-191-0/+1
* | | Mod4 -> Fnjan.nijtmans2022-04-191-2/+2
* | | Fix [8dd3d58c62]: macOS Aqua: Fn + e to access Emojijan.nijtmans2022-04-191-1/+2
* | | Merge 8.7jan.nijtmans2022-04-111-1/+1
|\ \ \ | |/ /
| * | Make use of TIP #577 in entry/ttk::entryjan.nijtmans2022-04-111-6/+6
* | | Merge enhanced-indexjan.nijtmans2021-10-271-5/+18
|\ \ \ | |/ /
| * | Make IME bindings not leak into global variablesdkf2021-09-241-5/+18
* | | Merge enhanced-index branch. Add two new functions ::tk::wordBreakBefore/::tk...jan.nijtmans2021-05-101-6/+6
|\ \ \ | |/ /
* | | Fix startOfClusterObjCmd/endOfClusterObjCmd so they can handle index "end" to...jan.nijtmans2021-03-211-9/+10
* | | Finish incomplete function renaming. Remove unused functionjan.nijtmans2021-03-201-8/+0
* | | Better names, better implementation: GlyphCluster -> Cluster; use namespacesculler2020-11-101-6/+6
* | | Merge mainculler2020-11-101-43/+20
|\ \ \ | |/ /
| * | Handle "Commmand-" bindings platform-dependant toojan.nijtmans2020-11-031-3/+1
| | |
| | \
| *-. \ Make use of TIP #587 in Tk: Now we can assume that all Tcl files are utf-8jan.nijtmans2020-10-221-2/+2
| |\ \ \ | | | |/
| | * | Merge trunkjan.nijtmans2020-10-051-2/+2
| | |/
| * | Now (really) swap Buttons 2|3 on MacOS. Adapt all bindings not depending on a...jan.nijtmans2020-09-201-19/+6
| |/
| * Minor bindings cleanup. Some removal of "expr" when we can do without it. Som...jan.nijtmans2020-07-101-36/+27
| * Fix bug in previous commitjan.nijtmans2020-07-031-1/+1
| * Minor optimizations in ::tk::EntryBackspace and ::tk::EntryTransposejan.nijtmans2020-07-031-5/+5
* | Slight definition change in ::tk::endOfGlyphCluster. It now returns the index...jan.nijtmans2020-05-281-4/+4
* | Rename utility functions. Make Delete and Backspace work toojan.nijtmans2020-05-271-5/+14
|\ \
* | | A different approach to glyph indexingjan.nijtmans2020-05-261-5/+21
|/ /
* | Apply a patch from Christopher Chavez which correctly deals with the fact tha...culler2020-04-151-7/+20
|\ \ | |/
| * Apply a patch from Christopher Chavez which correctly deals with the fact tha...culler2020-04-151-7/+20
* | Consistancy in Key/Button bindings: Use "<Button-1>" in stead of "<1>", "Key"...jan.nijtmans2020-01-141-14/+14
|/
* Add some protections against Tcl errors during IME text entry.culler2019-10-251-1/+5
* Make Apple's press-and-hold accent menu work with Tk entry and text widgets.culler2019-10-241-1/+4
* Rework and simplify services so the TkService object won't interfere with IME...culler2019-10-231-5/+0
* More progress on implementing IMEculler2019-10-221-0/+12
* Automatically bind text, entry, ttk::entry widgets to Services API at widget ...Kevin Walzer2019-04-301-19/+4
* Update mac_services branch, intend to submit a TIPKevin Walzer2019-02-271-0/+29
|\
| * Flesh out implementationKevin Walzer2018-03-071-1/+11
| * Implement script level bindingsKevin Walzer2018-03-071-0/+20
|/
* Fixed entry (and final) part of bug [542199fff] - Double click on a lone char...fvogel2015-11-081-2/+8
|\
| * Fixed entry part of bug [542199fff] - Double click on a lone character in an ...fvogel2015-11-031-2/+8
* | Remove various unnecessary "global tcl_platform" occurrences, which are no lo...jan.nijtmans2015-08-051-1/+0
* | Remove unnecessary end-of-line spacingjan.nijtmans2015-02-021-2/+2
* | define two more virtual bindings, and correct various Macjan.nijtmans2012-08-101-2/+2
* | 8 new virtual events (doc not updated yet)jan.nijtmans2012-08-091-12/+2
* | [Bug 3555644]: Better use of virtual events.jan.nijtmans2012-08-091-10/+0
* | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-101-2/+2
|\ \ | |/