summaryrefslogtreecommitdiffstats
path: root/tests/text.test
Commit message (Expand)AuthorAgeFilesLines
* (c) -> ©jan.nijtmans2020-12-091-1/+1
* Merge trunkjan.nijtmans2020-10-061-4/+4
|\
| * Merge 8.6. Fix some more -Wshadow warningsjan.nijtmans2020-10-061-4/+4
| |\
| | * More elimination of the "register" keyword, and more explicit typecastsjan.nijtmans2020-10-061-4/+4
| | * Merge 8.5. Update to Xcode12 and gcc-10. ttk test failures now lead to Travis...jan.nijtmans2020-09-281-27/+27
| | |\
| | | * (cherry-pick): Require Tcltest 2.2 as a miminum. Run X11 testcases on Travis ...jan.nijtmans2020-09-161-15/+15
* | | | Merge trunkjan.nijtmans2020-10-051-15/+15
|/ / /
* | | Use \x escape sequences in stead of \u when appropriatejan.nijtmans2020-09-291-1/+1
* | | Don't depend on lsearch returning -1 any morejan.nijtmans2020-09-181-3/+3
* | | Merge trunkjan.nijtmans2020-08-241-106/+9
|\ \ \
| * | | Testcase cleanup (mainly unnessary curly braces)jan.nijtmans2020-08-241-11/+8
| * | | Remove duplicate testsfvogel2020-08-241-94/+0
| * | | One more use of TkNewIndexObj() macro. More code cleanupjan.nijtmans2020-08-201-1/+1
* | | | Merge trunkjan.nijtmans2020-08-141-2/+2
|\ \ \ \ | |/ / /
| * | | tkConfig.c: protect usage of internalPtr when offset is TCL_INDEX_NONE. Backp...jan.nijtmans2020-08-141-2/+2
* | | | Merge trunkjan.nijtmans2020-08-141-46/+46
|\ \ \ \ | |/ / /
| * | | More consistancy in Tcl_WrongNumArgs() messages and documentationjan.nijtmans2020-08-141-46/+46
| |\ \ \ | | |/ /
* | | | Merge 8.7jan.nijtmans2020-08-131-4/+4
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-08-131-3/+3
| |\ \ \ | | |/ /
| * | | For macOS tests, account for the fact that Big Sur has a larger menubar.culler2020-07-201-1/+1
| |\ \ \ | | |/ /
| | * | For macOS tests, account for the fact that Big Sur has a larger menubar.culler2020-07-201-1/+1
* | | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-1/+1
|/ / /
* | | Remove many unnessesaary curly-braces in testcasesjan.nijtmans2020-06-091-78/+78
* | | Fix [411359dc3b]: crashes and zombies on Macintosh computers with a TouchBar.culler2020-05-121-1/+2
|\ \ \ | |/ /
| * | Fix [411359dc3b]: Clean up Aqua window destruction in TkWmDeadWindow to preve...culler2020-05-111-1/+2
* | | In test-cases same optimization as everywhere else: KeyPress -> Key and Butto...jan.nijtmans2020-01-271-9/+9
* | | Merge 8.6jan.nijtmans2019-06-051-6/+6
|\ \ \ | |/ /
| * | Use single-argument "expr" as much as possible. Not complete yet, but most tr...jan.nijtmans2019-06-051-6/+6
* | | Fix bug [2249e64bdc]: adjust unixWm tests which expect impossible results on ...culler2019-02-131-4/+11
|\ \ \ | |/ /
| * | Two text tests also try to position a window with y = 0. Tweak these for Aqua.culler2019-02-131-4/+11
* | | Merge 8.6jan.nijtmans2019-01-101-1/+1
|\ \ \ | |/ /
* | | Resolve bug [18a4ba19bd]. Make winfo containing behave consistently acrossculler2019-01-041-0/+94
|\ \ \ | |/ /
| * | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how thejan.nijtmans2019-01-031-106/+115
| * | Add comments in text-11a.22 making it more easy to follow progress in the exp...fvogel2018-11-171-5/+5
* | | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how thejan.nijtmans2019-01-031-106/+115
* | | Cherry-pick Fix [0a9c91951b]: text-11a.22 segfault in trunkjan.nijtmans2018-11-301-5/+5
* | | Fix tests that were sporadically hanging or failing on macOS.culler2018-11-141-0/+5
|\ \ \ | |/ /
| * | Calling update after pack in text.test fixes hangs on OSX 10.9.culler2018-11-131-0/+3
| * | Calling update after pack .t to make sure the Text is mapped fixes theculler2018-11-131-0/+2
| * | Instead of calling update in the tests, fix the handling of unmapped Textculler2018-11-131-3/+0
| * | fix hangs in text.test caused by calling pendingsync before the text widget w...culler2018-11-131-0/+3
* | | Remove 'knownBug' constraint on tests that do pass without it (text-22.199 an...fvogel2018-10-191-15/+6
|\ \ \ | |/ /
| * | Remove 'knownBug' constraint on tests that do pass without it (text-22.199 an...fvogel2018-10-191-15/+6
* | | Fix [4b555aca34]: text search -all hangs and eats all memoryfvogel2018-10-171-1/+213
|\ \ \ | |/ /
| * | Fix tests expected results for backwards search. All tests do pass at this po...fvogel2018-10-161-6/+6
| * | Add text-22.250 exercising backwards search with -all and matching at start o...fvogel2018-10-161-0/+9
| * | Third fix proposal for [4b555aca34]: text search -all hangs and eats all memo...fvogel2018-10-151-1/+1
| * | Revert the second fix proposal, and add more tests (covering backwards search...fvogel2018-10-151-36/+162
| * | Backout the previously proposed fix [80286abf05], and add more tests.fvogel2018-10-151-6/+57
| * | Add non regression test cases for [4b555aca34]: text search -all hangs and ea...fvogel2018-10-111-0/+26