Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug [2886436fff] - [.txt delete] deletes before start index - This is ↵bug_2886436fff_option1 | fvogel | 2015-07-14 | 1 | -1/+2 |
| | | | | option 1: change the behavior of the text widget to completely avoid any deletion before index1 | ||||
* | Fixed Bad counting of the total number of vertical pixels in the text ↵ | fvogel | 2014-12-28 | 1 | -0/+18 |
| | | | | widget, resulting in small change of the Y scrollbar size. Happened because CalculateDisplayLineHeight expects an index at start of a display line, which was not always the case. | ||||
* | Added tests for bug [c24b97d905] - text count -displaylines is wrong with ↵bug_c24b97d905 | fvogel | 2014-11-21 | 1 | -0/+34 |
| | | | | elided newlines | ||||
* | Fixed text-9.2.44 - This test was wrong (my bad when fixing bug ↵ | fvogel | 2014-11-21 | 1 | -1/+1 |
| | | | | [3021557fff]) but that was hidden | ||||
* | [Bug-1630262]: segfault when deleting lines with peer text widgets | fvogel | 2012-01-31 | 1 | -1/+95 |
| | |||||
* | [Bug-3021557]: Moving the cursor in elided text freezes Tk | jan.nijtmans | 2012-01-19 | 1 | -0/+15 |
|\ | |||||
| * | bug-3021557 Moving the cursor in elided text freezes Tkbug_3021557 | jan.nijtmans | 2012-01-17 | 1 | -0/+15 |
|/ | |||||
* | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|\ | |||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | | |||||
| * | Apply (upgraded) version of [Patch 1469210]. | dkf | 2009-10-22 | 1 | -1/+14 |
| | | |||||
| * | * generic/tkText.c (DeleteChars, TextEditCmd, updateDirtyFlag): | hobbs | 2007-12-13 | 1 | -1/+36 |
| | | | | | | | | | | | | | | * tests/text.test (text-25.10.1,25.11.[12]): Don't require [update idle] to trigger Modified event [Bug 1809538] Modified virtual event should only fire on state change [Bug 1799782] Make sure we delete chars before triggering <<Modified>> [Bug 1737288] | ||||
| * | * generic/tkText.c (DumpLine): stop dumping if we detect that the | hobbs | 2006-04-05 | 1 | -1/+13 |
| | | | | | | | | | | | | text widget state has changed while dumping. [Bug 1414171] (InsertChars, DeleteChars): fix undo with space-based path. * tests/text.test (text-25.14): [Bug 1452419] | ||||
* | | * generic/tkText.c (DumpLine): [Bug 2968379]: When peers are about, | dkf | 2010-03-11 | 1 | -1/+10 |
| | | | | | | | | | | | | there can be unnamed marks present during a dump. Ignore them as they will just be for the peers' insert and current marks, which aren't very important. | ||||
* | | Apply (slight cleaner, tested) version of [Patch 1469210]. | dkf | 2009-10-22 | 1 | -1/+13 |
| | | |||||
* | | backported fix for bug #1777362 to make events work for windows with hyphens ↵ | patthoyts | 2008-11-12 | 1 | -1/+43 |
| | | | | | | | | in the path | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | * generic/tkText.c (DeleteIndexRange, TextEditCmd, UpdateDirtyFlag): | hobbs | 2007-12-13 | 1 | -1/+36 |
| | | | | | | | | | | | | | | * tests/text.test (text-25.10.1,25.11.[12]): Don't require [update idle] to trigger Modified event [Bug 1809538] Modified virtual event should only fire on state change [Bug 1799782] Make sure we delete chars before triggering <<Modified>> [Bug 1737288] | ||||
* | | Added code to rebuild the from index after the deletion phase so that the | dkf | 2007-12-11 | 1 | -1/+10 |
| | | | | | | | | linePtr field is valid for the insertion phase. [Bug 1602537] | ||||
* | | generic/tkText.c: Applied suggested patch from #1536735 | patthoyts | 2006-10-17 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | tests/text.test: Update test for above patch. tests/textWind.test: Corrected test to catch all messages tests/safe.test: Silence spurious win32 failure awaiting TIP150 tests/winDialog.test: Updated test for file name length check. test/winWm.test: Corrected test expectation for menu wrapping. | ||||
* | | Added test suggested by Sam <baudinm@yahoo.com> on c.l.t | dkf | 2006-08-18 | 1 | -186/+9 |
| | | |||||
* | | fix tests for TkAqua | vincentdarley | 2006-04-18 | 1 | -1/+3 |
| | | |||||
* | | further fixes to $text dump -command | vincentdarley | 2006-03-28 | 1 | -1/+27 |
| | | |||||
* | | fix for text dump -command callbacks which modify the text widget | vincentdarley | 2006-03-26 | 1 | -1/+14 |
| | | |||||
* | | eliminate test name duplication | dgp | 2005-12-02 | 1 | -4/+4 |
| | | |||||
* | | tip256 implementation | vincentdarley | 2005-10-10 | 1 | -2/+65 |
| | | |||||
* | | Punctuation fix in error message. | dkf | 2005-08-23 | 1 | -2/+2 |
| | | |||||
* | | fix to elide search and insertofftime 0 text widget bugs | vincentdarley | 2005-04-04 | 1 | -1/+116 |
| | | |||||
* | | Split duplicate test names [Bug 1078648] | dkf | 2004-12-04 | 1 | -9/+9 |
| | | |||||
* | | fix to test's platform sensitivities | vincentdarley | 2004-11-20 | 1 | -2/+3 |
| | | |||||
* | | fix to one multi-line search bug | vincentdarley | 2004-11-15 | 1 | -2/+2 |
| | | |||||
* | | fix to MacOSX compound button layout | vincentdarley | 2004-11-09 | 1 | -1/+9 |
| | | |||||
* | | text widget search fix | vincentdarley | 2004-09-23 | 1 | -1/+29 |
| | | |||||
* | | text widget 'peer' subcommand -- TIP#169 implementation | vincentdarley | 2004-09-10 | 1 | -7/+530 |
| | | |||||
* | | Use standard constraint names | dkf | 2004-06-24 | 1 | -3/+3 |
| | | |||||
* | | multiline text widget regexp search fix | vincentdarley | 2004-06-09 | 1 | -1/+30 |
| | | |||||
* | | Removed support for Mac OS Classic platform [Patch 918139] | das | 2004-03-17 | 1 | -5/+3 |
| | | |||||
* | | fix to text widget yview bug | vincentdarley | 2004-01-07 | 1 | -1/+19 |
| | | |||||
* | | performance of lines containing 10000+ characters | vincentdarley | 2003-12-05 | 1 | -2/+14 |
| | | |||||
* | | fix to text widget tabs and xy-scroll-command | vincentdarley | 2003-12-04 | 1 | -1/+19 |
| | | |||||
* | | elide tag handling, once more | vincentdarley | 2003-11-08 | 1 | -1/+25 |
| | | |||||
* | | better elide tag handling | vincentdarley | 2003-11-07 | 1 | -1/+110 |
| | | |||||
* | | TIP 155 implementation | vincentdarley | 2003-10-31 | 1 | -22/+743 |
| | | |||||
* | | Fixed test suite breakage that I inadvertently introduced [Bug 739965] | dkf | 2003-05-19 | 1 | -2/+2 |
| | | |||||
* | | tip 113 implementation | vincentdarley | 2003-05-19 | 1 | -15/+484 |
| | | |||||
* | | * tests/all.tcl: Made better use of a common | dgp | 2003-04-01 | 1 | -6/+3 |
|/ | | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files. | ||||
* | * tests/text.test: properly return the number of | hobbs | 2002-10-17 | 1 | -14/+7 |
| | | | | * unix/tkUnixFont.c (ControlUtfProc): bytes consumed. [Bug #624732] | ||||
* | * Converted more files to tcltest and factored out common code. | dgp | 2002-07-13 | 1 | -14/+10 |
| | |||||
* | * Converted several files in the Tk test suite for testing by | dgp | 2002-07-12 | 1 | -5/+10 |
| | | | | tcltest 2.1. | ||||
* | * doc/text.n: TIP #93 implementation that | hobbs | 2002-06-22 | 1 | -7/+84 |
| | | | | | | | * generic/tkText.c (TextWidgetCmd): enhances the text get and * generic/tkTextIndex.c (TkTextGetIndex): delete methods to accept * tests/text.test: multiple range pairs. This handles the delete case in an atomic, fixed-index fashion. | ||||
* | * doc/text.n: TIP #104 implementation which generalizes the | hobbs | 2002-06-21 | 1 | -2/+16 |
| | | | | | | | | | | | | | | | * generic/tkText.c: undo/redo stack to not be tied solely to the * generic/tkText.h: text widget. The APIs are still private. * generic/tkUndo.c: This also adds a stack limiting ability and * generic/tkUndo.h: a -maxundo option to the text widget (in * library/text.tcl: addition to the options from TIP #26) should * mac/tkMacDefault.h: users want to limit the undo/redo stack * tests/text.test: (should not be necessary in most cases). * unix/Makefile.in: [Patch #554763] (callewart) * unix/tkUnixDefault.h: * win/Makefile.in: * win/makefile.vc: * win/tkWinDefault.h: |