Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [411359dc3b]: Clean up Aqua window destruction in TkWmDeadWindow to ↵ | culler | 2020-05-11 | 1 | -1/+2 |
| | | | | prevent crashes and zombies on systems with a Touchbar. | ||||
* | Use single-argument "expr" as much as possible. Not complete yet, but most ↵ | jan.nijtmans | 2019-06-05 | 1 | -6/+6 |
| | | | | trivial places are done. | ||||
* | Two text tests also try to position a window with y = 0. Tweak these for Aqua. | culler | 2019-02-13 | 1 | -4/+11 |
| | |||||
* | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how the | jan.nijtmans | 2019-01-03 | 1 | -106/+115 |
| | | | <<WidgetViewSync>> event is handled. | ||||
* | Add comments in text-11a.22 making it more easy to follow progress in the ↵ | fvogel | 2018-11-17 | 1 | -5/+5 |
| | | | | expected result buildind | ||||
* | Calling update after pack in text.test fixes hangs on OSX 10.9. | culler | 2018-11-13 | 1 | -0/+3 |
| | |||||
* | Calling update after pack .t to make sure the Text is mapped fixes the | culler | 2018-11-13 | 1 | -0/+2 |
| | | | sporadic failures in text-27.11, textWind-11.1 - textWind-11.3. | ||||
* | Instead of calling update in the tests, fix the handling of unmapped Text | culler | 2018-11-13 | 1 | -3/+0 |
| | | | widgets by AsyncUpdateLineMetrics. | ||||
* | fix hangs in text.test caused by calling pendingsync before the text widget ↵ | culler | 2018-11-13 | 1 | -0/+3 |
| | | | | was mapped. | ||||
* | Remove 'knownBug' constraint on tests that do pass without it (text-22.199 ↵ | fvogel | 2018-10-19 | 1 | -15/+6 |
| | | | | and 22.200), and fix error in the regexp for other tests (text-22.202 and 22.203) that then pass (constraint 'knownBug' removed as well therefore). | ||||
* | Fix tests expected results for backwards search. All tests do pass at this ↵ | fvogel | 2018-10-16 | 1 | -6/+6 |
| | | | | point. | ||||
* | Add text-22.250 exercising backwards search with -all and matching at start ↵ | fvogel | 2018-10-16 | 1 | -0/+9 |
| | | | | of line. This test currently hangs. | ||||
* | Third fix proposal for [4b555aca34]: text search -all hangs and eats all ↵ | fvogel | 2018-10-15 | 1 | -1/+1 |
| | | | | memory. (And fix test text-22.229) | ||||
* | Revert the second fix proposal, and add more tests (covering backwards ↵ | fvogel | 2018-10-15 | 1 | -36/+162 |
| | | | | searches). Note that text-22.228 and text-22.229 currently hang. | ||||
* | Backout the previously proposed fix [80286abf05], and add more tests. | fvogel | 2018-10-15 | 1 | -6/+57 |
| | |||||
* | Add non regression test cases for [4b555aca34]: text search -all hangs and ↵ | fvogel | 2018-10-11 | 1 | -0/+26 |
| | | | | eats all memory | ||||
* | Add (currently crashing) test text-8.28 to demonstrate [de01e24aa1]: Text ↵ | fvogel | 2018-06-13 | 1 | -0/+9 |
| | | | | replace command involving selection crashes | ||||
* | Add more <<Selection>> event generation tests. | fvogel | 2018-01-18 | 1 | -6/+63 |
| | |||||
* | Avoid confusion: the <<Selection>> event is documented to fire when the ↵ | fvogel | 2018-01-16 | 1 | -6/+6 |
| | | | | selection in the widget is changed. The previous commit message (and content) confused text widget selection and PRIMARY (X) selection. <<Selection>> shall fire whenever the text widget selection is changed, independently of whether the widget exports its selection or not, i.e. whether the PRIMARY selection is impacted or not. | ||||
* | Add three (currently failing) tests text-27.15[abc] that will pass when ↵ | fvogel | 2018-01-15 | 1 | -2/+49 |
| | | | | <<Selection>> will fire from the text widget upon <<PasteSelection>>, <Delete> or <<Cut>>, when the text widget selection is impacted and it exports its selection (such events will therefore impact the PRIMARY selection, and this must trigger a <<Selection>> event) | ||||
* | Fix [ce62c81bae] text-37.1 fails | fvogel | 2017-10-28 | 1 | -0/+1 |
| | |||||
* | Clean up bg exception handlers. | dgp | 2017-10-12 | 1 | -0/+12 |
| | |||||
* | Use interp bgerror instead of old proc bgerror. | fvogel | 2017-09-30 | 1 | -8/+12 |
| | |||||
* | Clean the bgerror proc that is defined in some tests, which allows to put ↵ | fvogel | 2017-09-23 | 1 | -18/+24 |
| | | | | the new bugfix test after them, and get back to the original numbering of the tests that use bgerror. Improve the bugfix test by using a bgerror proc in order to catch the error if the test fails (much cleaner) instead of displaying it in a popup window. | ||||
* | Fix [dd9667635d]: text anchor not set | fvogel | 2017-09-22 | 1 | -3/+18 |
| | |||||
* | Added test text-8.27 for non-regression against the crash [62c5b7a1d7] | fvogel | 2017-06-26 | 1 | -0/+10 |
| | |||||
* | Remove old pack syntax from the scripts of the Tk test suite | fvogel | 2017-02-01 | 1 | -15/+15 |
| | |||||
* | Better fix for [c12af74765]: OS X - text-21.1 fails | fvogel | 2017-01-06 | 1 | -17/+2 |
| | |||||
* | Fix [c12af74765]: OS X - text-21.1 fails | fvogel | 2017-01-05 | 1 | -1/+16 |
| | |||||
* | Fix [dac92f194c]: OS X - text-2.8 and text-2.9 are both run and fail | fvogel | 2017-01-05 | 1 | -2/+2 |
| | |||||
* | Restored successful test text-19.16 | fvogel | 2016-09-29 | 1 | -1/+1 |
| | |||||
* | Made text widget's default undo false again. | pspjuth | 2016-08-30 | 1 | -1/+43 |
| | |||||
* | Added test case text-27.16a to guard against regressions regarding [6976e4b3b2] | fvogel | 2016-06-08 | 1 | -0/+15 |
| | |||||
* | Added test for the <<UndoStack>> event | fvogel | 2016-05-12 | 1 | -0/+43 |
| | |||||
* | Tests for [.t edit canundo/canredo] | fvogel | 2016-05-12 | 1 | -1/+27 |
| | |||||
* | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is ↵ | fvogel | 2016-05-01 | 1 | -2/+25 |
|\ | | | | | | | unsafe | ||||
| * | Added test text-11a.51 to check the fix of [b362182e45] | fvogel | 2016-04-22 | 1 | -0/+19 |
| | | |||||
| * | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is ↵ | fvogel | 2016-04-21 | 1 | -1/+5 |
| | | | | | | | | unsafe | ||||
* | | Fixed [fd3a4dc111] - <<Modified>> event is not always sent to peers | fvogel | 2016-04-29 | 1 | -0/+15 |
|\ \ | |/ |/| | |||||
| * | Fixed [fd3a4dc111] - <<Modified>> event is not always sent to peers | fvogel | 2016-04-05 | 1 | -0/+15 |
| | | |||||
* | | Fixed tests numbering | fvogel | 2016-04-07 | 1 | -5/+5 |
|/ | |||||
* | Fixed [18c08df753] - Change of behaviour for text widget last newline | fvogel | 2016-03-27 | 1 | -2/+1 |
|\ | |||||
| * | Beginning of fix for [18c08df753] - Reverted [296bd4c3], and adjusted ↵ | fvogel | 2016-03-27 | 1 | -2/+1 |
| | | | | | | | | textDisp-4.9 accordingly by adding one fixedHeight on the two necessary places in the test result | ||||
* | | rebase "tip-438" branch to latest trunk. | jan.nijtmans | 2016-01-07 | 1 | -6/+176 |
|\ \ | |||||
| * | | Test text-11a.41 now correctly written passes. | fvogel | 2015-12-20 | 1 | -6/+6 |
| | | | |||||
| * | | Tests reordered. Two issues currently: 1. text-11a.22 currently hangs but ↵ | fvogel | 2015-12-19 | 1 | -38/+80 |
| | | | | | | | | | | | | should pass once [.text sync -command $cmd] will be correctly implemented. 2. text-11a.41 fails (unsure why) | ||||
| * | | [.text pendingsync] returns a boolean | fvogel | 2015-11-28 | 1 | -1/+1 |
| | | | |||||
| * | | Use the new sync command instead of the 'count -update' workaround | fvogel | 2015-11-22 | 1 | -4/+1 |
| | | | |||||
| * | | Improved the tests a bit | fvogel | 2015-11-21 | 1 | -10/+45 |
| | | | |||||
| * | | Adjusted when <<WidgetViewSync>> fires. Also %d now only has boolean value. ↵ | fvogel | 2015-11-21 | 1 | -1/+1 |
| | | | | | | | | | | | | Implementation in sync with TIP #438 rev. 1.10 |