summaryrefslogtreecommitdiffstats
path: root/library/text.tcl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix [d91e05bf20]: text widget will not process a <<copy>> when disabledfvogel2020-09-201-6/+1
* Apply a patch from Christopher Chavez which correctly deals with the fact tha...culler2020-04-151-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
|\
| * 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
* | 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
* | 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
|/
* 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-09-221-0/+3
* change non-working URL in comment to comparable working onejan.nijtmans2017-08-231-1/+1
* Fixed bug [1669632fff] - text widget: autoseparator placement, <Control-1> cl...fvogel2015-10-091-0/+40
|\
| * Fixed bug [1669632fff] cases (ii) and (iii) - Tolerate a shaky hand using the...fvogel2015-10-041-0/+4
| * Fixed bug [1669632fff] case (vi) - <<Cut>> is atomicfvogel2015-10-041-0/+9
| * Fixed bug [1669632fff] case (v) - <<Clear>> is atomicfvogel2015-10-041-0/+8
| * Added forgotten comment for case (iv)fvogel2015-10-041-0/+2
| * Added forgotten comment for case (i)fvogel2015-10-041-0/+2
| * Fixed bug [1669632fff] case (vii) - <<Undo>> shall not remove separatorsfvogel2015-10-041-0/+9
| * Fixed bug [1669632fff] case (iv) - autoseparator was missing on <Control-back...fvogel2015-10-031-0/+3
| * Fixed bug [1669632fff] case (i) - autoseparator was missing on <Control-1>fvogel2015-10-031-0/+3
* | Remove various unnecessary "global tcl_platform" occurrences, which are no lo...jan.nijtmans2015-08-051-2/+0
* | [Bug 3600251]: Inappropriate replacement of Mac binding.jan.nijtmans2013-01-101-1/+1
* | 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-40/+8
* | [Bug 3555644]: Better use of virtual events.jan.nijtmans2012-08-091-23/+1
* | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-101-2/+2
|\ \ | |/
| * [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-101-2/+2
| |\
| | * [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-101-3/+3
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgrdas2006-09-101-5/+2
| | * * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch 12377...dgp2006-01-251-20/+17