summaryrefslogtreecommitdiffstats
path: root/library/text.tcl
Commit message (Expand)AuthorAgeFilesLines
* Fix [a9cf210a42]: Text select doesn't cover first character.fvogel2023-04-301-1/+5
|\
| * Add comment and non-regression test text-38.1 (correctly failing before and p...fvogel2023-04-221-2/+5
| * Fix [a9cf210a42]: Text select doesn't cover first characterfvogel2023-04-211-1/+2
* | 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-6/+7
| | * Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE for github. jan.nijtmans2021-06-211-1/+1
* | | Mod4 -> Fnjan.nijtmans2022-04-191-2/+2
* | | Fix [8dd3d58c62]: macOS Aqua: Fn + e to access Emojijan.nijtmans2022-04-191-1/+2
* | | Merge enhanced-indexjan.nijtmans2021-10-271-6/+20
|\ \ \ | |/ /
| * | Make IME bindings not leak into global variablesdkf2021-09-241-6/+20
* | | Merge enhanced-index branch. Add two new functions ::tk::wordBreakBefore/::tk...jan.nijtmans2021-05-101-2/+2
|\ \ \ | |/ /
* | | Fix startOfClusterObjCmd/endOfClusterObjCmd so they can handle index "end" to...jan.nijtmans2021-03-211-14/+16
* | | Finish incomplete function renaming. Remove unused functionjan.nijtmans2021-03-201-6/+6
* | | Merge 8.7jan.nijtmans2021-02-021-4/+4
|\ \ \ | |/ /
| * | Proposed fix for [26889b3e7b]: Make the uniform mouse wheel event handling mo...jan.nijtmans2020-12-291-4/+4
* | | Merge 8.7jan.nijtmans2020-12-221-1/+1
|\ \ \ | |/ /
| * | (c) -> ©jan.nijtmans2020-12-091-1/+1
* | | Merge mainculler2020-11-101-107/+22
|\ \ \ | |/ /
| * | Handle "Commmand-" bindings platform-dependant toojan.nijtmans2020-11-031-3/+1
| * | Fix bug in TIP #474 implementation: Wrong bindings for Mousewheel in text wid...jan.nijtmans2020-10-231-4/+4
| | |
| | \
| *-. \ Make use of TIP #587 in Tk: Now we can assume that all Tcl files are utf-8jan.nijtmans2020-10-221-3/+3
| |\ \ \ | | | |/
| | * | Merge trunkjan.nijtmans2020-10-051-3/+3
| * | | Merge trunk. jan.nijtmans2020-09-291-11/+0
| |\ \ \ | | |/ /
| * | | New utility function ::tk::MouseWheeljan.nijtmans2020-09-251-12/+4
| * | | Merge trunkjan.nijtmans2020-09-251-6/+1
| |\ \ \ | | |/ /
| | * | Fix [d91e05bf20]: text widget will not process a <<copy>> when disabled (macO...fvogel2020-09-211-6/+1
| | |\ \ | | | |/
| | | * Fix [d91e05bf20]: text widget will not process a <<copy>> when disabledfvogel2020-09-201-6/+1
| * | | Now (really) swap Buttons 2|3 on MacOS. Adapt all bindings not depending on a...jan.nijtmans2020-09-201-20/+7
| * | | Merge 8.7. Make test-cases on MacOS and X11 pass (win32 not tested yet)jan.nijtmans2020-09-151-29/+59
| |\ \ \ | | |/ /
| * | | Merge trunk. jan.nijtmans2019-08-221-13/+31
| |\ \ \
| * | | | Add support for "(x|y)view scroll number mouseunits" for text widget, and use...jan.nijtmans2019-07-291-4/+4
| * | | | Further experiment: Bring scalefactor back to 120 (as it was for win32)jan.nijtmans2019-07-261-4/+4
| * | | | Experiment: Handle scaling fractors for the ScrollWheel sensibly. Trying "40"...jan.nijtmans2019-07-251-65/+10
* | | | | Slight definition change in ::tk::endOfGlyphCluster. It now returns the index...jan.nijtmans2020-05-281-3/+3
* | | | | Fix "Delete" and "Backspace" for text widgetsjan.nijtmans2020-05-271-2/+2
* | | | | Rename utility functions. Make Delete and Backspace work toojan.nijtmans2020-05-271-6/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
* | | | | A different approach to glyph indexingjan.nijtmans2020-05-261-3/+3
|/ / / /
* | | | 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
* | | | Merge 8.6jan.nijtmans2020-03-301-1/+5
|\ \ \ \ | |/ / /
* | | | Consistancy in Key/Button bindings: Use "<Button-1>" in stead of "<1>", "Key"...jan.nijtmans2020-01-141-21/+21
* | | | Aqua: fix IME behavior; make accent menus work; rework Services; deal with no...culler2019-10-251-7/+20
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Add some protections against Tcl errors during IME text entry.culler2019-10-251-2/+6
| * | Make Apple's press-and-hold accent menu work with Tk entry and text widgets.culler2019-10-241-0/+3
| * | Remove the calls to update idletasks which were not needed.culler2019-10-241-2/+0
| * | Rework and simplify services so the TkService object won't interfere with IME...culler2019-10-231-6/+0
| * | Add update idletasks for the text. Replace non-BMP characters by 0xfffd when...culler2019-10-231-3/+4
| * | More progress on implementing IMEculler2019-10-221-0/+13
* | | Fix [c8ccd1899c]: Pressing the up arrow key on the first line of a [text] doe...fvogel2019-08-211-9/+8
|\ \ \ | |/ /