summaryrefslogtreecommitdiffstats
path: root/library/text.tcl
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner back...jan.nijtmans2016-09-271-4/+4
|\ \ | |/
* | Added comments justifying why we can rely on finding all the needed marks sti...fvogel2016-07-071-0/+13
* | Better comments explaining the algorithm in ::tk::TextUndoRedoProcessMarksfvogel2016-07-051-7/+23
* | Return indices making sense at undo/redo return time. The returned ranges are...fvogel2016-07-041-0/+67
|/
* 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...bug_1669632ffffvogel2015-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
| | * * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check ifdas2005-09-101-4/+4
| | * backport of text widget bug fixvincentdarley2005-05-131-2/+2
| | * * library/text.tcl (::tk::TextUpDownLine): revert 2004-11-23 as itcore_8_4_9hobbs2004-12-061-35/+8
| | * fix to movement up/down in text widget by display linesvincentdarley2004-11-231-8/+35
| | * * library/text.tcl (::tk::TextTranspose): Ensure that Transpose ishobbs2004-08-261-11/+21
| | * * macosx/tkMacOSXMouseEvent.c: fixed modifiers for MouseWheel events.das2004-02-171-1/+10
| | * This gets the scroll wheel working for listboxes and text widgets for Mac OSwolfsuit2004-02-161-3/+10
| * | * library/text.tcl (TextCursorInSelection): [Patch 2585265]: Backportdkf2010-08-121-24/+31
| * | Fix [Bug 1854913] by improving the class bindings.dkf2009-10-251-9/+11
| * | backported fix for bug #1777362 to make events work for windows with hyphens ...patthoyts2008-11-121-36/+52
* | | * library/text.tcl (TextCursorInSelection): [Patch 2585265]: Make itdkf2010-06-151-13/+25
* | | Centralize the definitions of what keys do particular types of left and rightdkf2010-01-061-13/+13
* | | Fix [Bug 1854913] by improving the class bindings.dkf2009-10-251-9/+11
* | | Corrected mouse-wheel bindings for widgets. Now Shift-wheel always scrolls thedkf2008-12-281-1/+18
* | | bug #1777362 - handle windows with funky names by avoiding use of thepatthoyts2008-11-121-36/+52
|/ /
* | * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgrdas2006-09-101-10/+1
* | * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check ifdas2005-09-101-20/+27
* | Very minor whitespace fixesdkf2005-07-261-7/+7
* | Assorted cleaning up relating to [Patch 1237759]dkf2005-07-211-57/+70
* | fix to two text widget bugsvincentdarley2005-05-131-2/+2
* | fix to Home/End and display linesvincentdarley2005-04-181-9/+9
* | remove debug codevincentdarley2004-10-181-2/+1