summaryrefslogtreecommitdiffstats
path: root/library/text.tcl
Commit message (Expand)AuthorAgeFilesLines
* Possible fix for [55e742aea6]: In text, Ctrl+Left and Ctrl+Right behave diffe...jan.nijtmans2024-01-261-14/+19
* Let's simply use "1" for -underline/-overstrike in stead of "on"jan.nijtmans2024-01-261-1/+1
* For X11 only: Minimize the number of artifacts caused by intermixed <MouseWhe...csaba2023-12-011-9/+9
* Introduce a separate TouchpadScroll event. Avoids Extended-MouseWheel events...marc_culler2023-11-271-1/+1
* Switch from Control-MouseWheel to Extended-MouseWheel.marc_culler2023-11-241-1/+1
* Restore the ScaleNum invocations in the Text MouseWheel binding.marc_culler2023-11-241-4/+4
* Add bindings for Scrollbar and Listbox. Fix bindings for Text.marc_culler2023-11-211-2/+2
* Add smooth scrolling for Text widgets on macOS.marc_culler2023-11-201-0/+9
* Restore low-res scrollwheel behavior; insert a placeholder for sending touchp...marc_culler2023-11-191-20/+5
* Add helper functions to avoid multiple occurrences of hard-wired constants.marc_culler2023-11-191-5/+4
* Fix errors in text.tcl. Thanks Csaba!marc_culler2023-11-131-6/+6
* Give the new flag a name in text.tcl.marc_culler2023-11-121-5/+5
* Implement smooth scrolling for macOS in a way which can be adapted to other p...marc_culler2023-11-111-4/+20
* Revert text.tcl, compensate by using the MSteryFactor.culler2023-11-091-9/+2
* Remove the delta accumulator; allow a Text to scroll at pixel resolution; use...culler2023-11-091-2/+9
* Made the mouse wheel bindings for the text widget (which scroll by pixels) an...csaba2023-07-121-4/+4
* 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