summaryrefslogtreecommitdiffstats
path: root/tests/text.test
Commit message (Expand)AuthorAgeFilesLines
* Fix [de01e24aa1]: Text replace command involving selection crashesfvogel2018-06-161-0/+9
|\
| * Add (currently crashing) test text-8.28 to demonstrate [de01e24aa1]: Text rep...fvogel2018-06-131-0/+9
* | Fix [b68710aed6]: Minor fixes to library/text.tcl bindings, and generation of...fvogel2018-01-281-2/+106
|\ \ | |/
| * Add more <<Selection>> event generation tests.fvogel2018-01-181-6/+63
| * Avoid confusion: the <<Selection>> event is documented to fire when the selec...fvogel2018-01-161-6/+6
| * Add three (currently failing) tests text-27.15[abc] that will pass when <<Sel...fvogel2018-01-151-2/+49
* | Fix [ce62c81bae] text-37.1 failsfvogel2017-10-281-0/+1
|\ \ | |/
| * Fix [ce62c81bae] text-37.1 failsfvogel2017-10-281-0/+1
* | Clean up bg exception handlers.dgp2017-10-121-0/+12
|\ \ | |/
| * Clean up bg exception handlers.dgp2017-10-121-0/+12
* | Fix [dd9667635d]: text anchor not setfvogel2017-10-071-3/+28
|\ \ | |/
| * Use interp bgerror instead of old proc bgerror.fvogel2017-09-301-8/+12
| * Clean the bgerror proc that is defined in some tests, which allows to put the...fvogel2017-09-231-18/+24
| * Fix [dd9667635d]: text anchor not setfvogel2017-09-221-3/+18
* | Fix [62c5b7a1d7]: [text] segfaults on replace. Patch from Christian Werner.fvogel2017-06-301-0/+10
|\ \ | |/
| * Added test text-8.27 for non-regression against the crash [62c5b7a1d7]fvogel2017-06-261-0/+10
* | Fix [f214a2e800]: text-27.11 fails on OS Xfvogel2017-06-111-0/+1
* | Remove old pack syntax from the scripts of the Tk test suitefvogel2017-02-011-15/+15
|\ \ | |/
| * Remove old pack syntax from the scripts of the Tk test suitefvogel2017-02-011-15/+15
* | Fix [c12af74765]: OS X - text-21.1 failsfvogel2017-01-071-2/+2
|\ \ | |/
| * Better fix for [c12af74765]: OS X - text-21.1 failsfvogel2017-01-061-17/+2
| * Fix [c12af74765]: OS X - text-21.1 failsfvogel2017-01-051-1/+16
* | Fix [dac92f194c]: OS X - text-2.8 and text-2.9 are both run and failfvogel2017-01-051-2/+2
|\ \ | |/
| * Fix [dac92f194c]: OS X - text-2.8 and text-2.9 are both run and failfvogel2017-01-051-2/+2
* | Fixed [1082213fff] - word wrapping should trim excess spacesfvogel2016-10-091-1/+1
|\ \ | |/
| * Restored successful test text-19.16fvogel2016-09-291-1/+1
* | Made text widget's default undo false again.pspjuth2016-08-301-7/+49
|\ \ | |/
| * Made text widget's default undo false again.pspjuth2016-08-301-1/+43
* | Rebased to trunk since TIP #449 was accepted for merging to trunk only, not t...fvogel2016-08-291-27/+27
|\ \
| * \ Fixed [6976e4b3b2] - -undo options not correct for peersfvogel2016-06-111-0/+15
| |\ \ | | |/
| * | Merged TIP #446 accepted by TCT vote. This fixes [1273358] - Ask a text widge...fvogel2016-05-301-1/+70
| |\ \
| * | | PeekMessageA -> PeekMessagejan.nijtmans2016-05-121-1/+1
| * | | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is u...fvogel2016-05-011-2/+25
| |\ \ \
| * \ \ \ Fixed [fd3a4dc111] - <<Modified>> event is not always sent to peersfvogel2016-04-291-0/+15
| |\ \ \ \
| * \ \ \ \ Fixed tests numberingfvogel2016-04-071-5/+5
| |\ \ \ \ \
| * \ \ \ \ \ Fixed [18c08df753] - Change of behaviour for text widget last newlinefvogel2016-03-271-2/+1
| |\ \ \ \ \ \
| * | | | | | | Excess spacing in test-suitejan.nijtmans2016-03-141-26/+26
* | | | | | | | The undo marks identifier is now a member of textPtr->sharedTextPtr. This mak...fvogel2016-07-061-1/+13
* | | | | | | | Fixed copy/paste error in test text-27.28 - one wants to test undo and redo, ...fvogel2016-07-051-1/+1
* | | | | | | | Added more tests, and fixed test result of text-27.26 since now indices are r...fvogel2016-07-051-6/+36
* | | | | | | | Merged core-8-6-branchfvogel2016-06-111-0/+15
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Added test case text-27.16a to guard against regressions regarding [6976e4b3b2]fvogel2016-06-081-0/+15
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Added test case text-27.26 for [.text edit undo/redo] return valuesfvogel2016-06-081-0/+30
|/ / / / / /
* | | | | | Added test for the <<UndoStack>> eventfvogel2016-05-121-0/+43
* | | | | | Tests for [.t edit canundo/canredo]fvogel2016-05-121-1/+27
| |_|_|_|/ |/| | | |
* | | | | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is u...fvogel2016-05-011-2/+25
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Added test text-11a.51 to check the fix of [b362182e45]fvogel2016-04-221-0/+19
| * | | | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is u...fvogel2016-04-211-1/+5
| | |_|/ | |/| |
* | | | Fixed [fd3a4dc111] - <<Modified>> event is not always sent to peersfvogel2016-04-291-0/+15
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed [fd3a4dc111] - <<Modified>> event is not always sent to peersfvogel2016-04-051-0/+15
| | |/ | |/|