Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebased to trunk since TIP #449 was accepted for merging to trunk only, not ↵tip_449 | fvogel | 2016-08-29 | 1 | -27/+27 |
|\ | | | | | | | to core-8-6-branch | ||||
| * | Fixed [6976e4b3b2] - -undo options not correct for peers | fvogel | 2016-06-11 | 1 | -0/+15 |
| |\ | |||||
| * \ | Merged TIP #446 accepted by TCT vote. This fixes [1273358] - Ask a text ↵ | fvogel | 2016-05-30 | 1 | -1/+70 |
| |\ \ | | | | | | | | | | | | | widget for the depth of its undo and redo stacks. | ||||
| * | | | PeekMessageA -> PeekMessage | jan.nijtmans | 2016-05-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is ↵ | fvogel | 2016-05-01 | 1 | -2/+25 |
| |\ \ \ | | | | | | | | | | | | | | | | unsafe | ||||
| * \ \ \ | Fixed [fd3a4dc111] - <<Modified>> event is not always sent to peers | fvogel | 2016-04-29 | 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 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Excess spacing in test-suite | jan.nijtmans | 2016-03-14 | 1 | -26/+26 |
| | | | | | | | | |||||
* | | | | | | | | The undo marks identifier is now a member of textPtr->sharedTextPtr. This ↵ | fvogel | 2016-07-06 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | makes results of test text-8.22 independant of previous undo/redo actions on other text widgets. | ||||
* | | | | | | | | Fixed copy/paste error in test text-27.28 - one wants to test undo and redo, ↵ | fvogel | 2016-07-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not twice undo | ||||
* | | | | | | | | Added more tests, and fixed test result of text-27.26 since now indices are ↵ | fvogel | 2016-07-05 | 1 | -6/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | relative to the text widget state at undo/redo return time, and also because they are optimized (no overlaps) | ||||
* | | | | | | | | Merged core-8-6-branch | fvogel | 2016-06-11 | 1 | -0/+15 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | Added test case text-27.16a to guard against regressions regarding [6976e4b3b2] | fvogel | 2016-06-08 | 1 | -0/+15 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Added test case text-27.26 for [.text edit undo/redo] return values | fvogel | 2016-06-08 | 1 | -0/+30 |
|/ / / / / / | |||||
* | | | | | | 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]bug_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 peersbug_fd3a4dc111 | 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.tip_438 | 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 | ||||
| * | | Rename "yupdate" to "sync" and fix various test-cases | jan.nijtmans | 2015-11-19 | 1 | -21/+21 |
| | | | |||||
| * | | TIP #438 - <<TextLineHeightsInvalid>> event added, with corresponding new tests | fvogel | 2015-11-14 | 1 | -0/+28 |
| |\ \ | | |/ | |||||
| * | | TIP #438 - [.text pendingyupdate] command added, with corresponding new tests | fvogel | 2015-11-14 | 1 | -5/+36 |
| | | | |||||
| * | | TIP #438 - [.text yupdate] command added, with corresponding new tests | fvogel | 2015-11-14 | 1 | -5/+40 |
| |/ | |||||
* | | Fixed bug [e51941c1b9] - text-9.2.47 fails sometimes | fvogel | 2015-10-31 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Fixed bug [e51941c1b9] - text-9.2.47 fails sometimes | fvogel | 2015-10-31 | 1 | -0/+4 |
| | | |||||
* | | Robustified text-9.2.46, which failed on Linux Debian 6.0 (bug [cc0ba31920]) | fvogel | 2015-10-19 | 1 | -7/+8 |
|\ \ | |/ | |||||
| * | Robustified text-9.2.46, which failed on Linux Debian 6.0 (bug [cc0ba31920]) | fvogel | 2015-10-19 | 1 | -7/+8 |
| | | |||||
* | | Fixed bug [2262711fff] - Regexp search fails with Unicode and elide | fvogel | 2015-10-09 | 1 | -0/+21 |
|\ \ | |/ | |||||
| * | Fixed bug [2262711fff] - Regexp search fails with Unicode and elide | fvogel | 2015-10-09 | 1 | -0/+18 |
| |\ | |||||
| | * | Added test for bug [2262711fff] - Regexp search fails with Unicode and elide | fvogel | 2015-10-06 | 1 | -0/+18 |
| | | | |||||
* | | | Fixed bug [1669632fff] - text widget: autoseparator placement, <Control-1> ↵ | fvogel | 2015-10-09 | 1 | -0/+89 |
|\ \ \ | |/ / | | | | | | | cleanup | ||||
| * | | Fixed bug [1669632fff] case (vi) - <<Cut>> is atomic | fvogel | 2015-10-04 | 1 | -0/+20 |
| | | | |||||
| * | | Fixed -cleanup section in test text-25.22 | fvogel | 2015-10-04 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed bug [1669632fff] case (v) - <<Clear>> is atomic | fvogel | 2015-10-04 | 1 | -0/+20 |
| | | | |||||
| * | | Fixed bug [1669632fff] case (vii) - <<Undo>> shall not remove separators | fvogel | 2015-10-04 | 1 | -0/+16 |
| | | | |||||
| * | | Fixed bug [1669632fff] case (iv) - autoseparator was missing on ↵ | fvogel | 2015-10-03 | 1 | -1/+20 |
| | | | | | | | | | | | | <Control-backslash> | ||||
| * | | Typo | fvogel | 2015-10-03 | 1 | -1/+1 |
| | | |