summaryrefslogtreecommitdiffstats
path: root/library/text.tcl
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | 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
* | | Merge trunk. jan.nijtmans2019-08-221-13/+31
|\ \ \ | |/ /
| * | Fix [c8ccd1899c]: Pressing the up arrow key on the first line of a [text] doe...fvogel2019-08-211-9/+8
| |\ \ | | |/
| | * Fix [c8ccd1899c]: Pressing the up arrow key on the first line of a [text] doe...fvogel2019-08-211-9/+8
| | |\
| | | * Reset ::tk::Priv(textPosOrig) when hitting the start or end of displayed text...fvogel2019-05-111-0/+4
| | | * Remove the guard code in proc ::tk::TextUpDownLine in order to get the behavi...fvogel2019-04-141-9/+4
| | | * Ticket [c8ccd1899c]. Make the guard code in proc ::tk::TextUpDownLine work as...fvogel2019-04-141-1/+1
| * | | Merge 8.6. Also add &lt;6&gt; and &lt;7&gt; bindings for X11, where appropriatejan.nijtmans2019-08-181-1/+11
| |\ \ \ | | |/ /
| | * | Refactor all MouseWheel bindings, doing it the same way everywhere. So <Mouse...jan.nijtmans2019-08-161-1/+1
| | * | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacingjan.nijtmans2019-06-251-1/+1
* | | | 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
|/ / /
* | | Merge 8.6. Purge end-of-line spacesjan.nijtmans2019-06-171-1/+1
|\ \ \ | |/ /
* | | merge core-8-6-branch: mac services improvementsdkf2019-06-151-7/+10
|\ \ \ | |/ /
| * | Remove unnecessary call to Button1-Release in text widgetKevin Walzer2019-05-011-3/+0
| * | Automatically bind text, entry, ttk::entry widgets to Services API at widget ...Kevin Walzer2019-04-301-8/+12
| * | Tweak text widget bindings to fire Services menu more consistently; formattin...Kevin Walzer2019-04-241-6/+7
| * | Cleanup of library code, removal of unneeded functionKevin Walzer2019-02-271-10/+0
| * | Update mac_services branch, intend to submit a TIPKevin Walzer2019-02-271-0/+18
| |\ \ | | |/ | |/|
| | * Implementation and documentation complete, now ready to be submitted as TIPKevin Walzer2018-03-081-2/+2
| | * Flesh out implementationKevin Walzer2018-03-071-1/+1
| | * Implement script level bindingsKevin Walzer2018-03-071-0/+6
| |/
* | Fix [b68710aed6]: Minor fixes to library/text.tcl bindings, and generation of...fvogel2018-01-281-2/+2
|\ \ | |/
| * Remove unnecessary (in the legacy text widget) check for normal state when <M...fvogel2018-01-151-1/+1
| * Take some proposals from kjnash in [b68710aed6], namely 1. Add test of -state...fvogel2018-01-141-3/+3
* | Fix [dd9667635d]: text anchor not setfvogel2017-10-071-0/+3
|\ \ | |/
| * Fix [dd9667635d]: text anchor not setfvogel2017-09-221-0/+3
* | merge core-8-6-branchjan.nijtmans2017-08-231-1/+1
|\ \ | |/
| * change non-working URL in comment to comparable working onejan.nijtmans2017-08-231-1/+1