Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
21 check-ins related to "tip-449"
2016-08-29
| ||
15:38 | Merged implementation of TIP #449 - [text] undo/redo to Return Range of Characters - following acceptation by vote of the TCT check-in: 177f5ee6 user: fvogel tags: trunk | |
15:28 | Rebased to trunk since TIP #449 was accepted for merging to trunk only, not to core-8-6-branch Closed-Leaf check-in: d0aea8f2 user: fvogel tags: tip-449 | |
2016-08-23
| ||
20:51 | Fixed [a2abc45ee6] - Cursor at wrong position after event generate -warp on secondary screen. check-in: ca33f109 user: fvogel tags: trunk | |
2016-07-07
| ||
06:39 | Added comments justifying why we can rely on finding all the needed marks still in the text widget at the time they are transformed into indices. check-in: aba89761 user: fvogel tags: tip-449 | |
2016-07-06
| ||
17:00 | The undo marks identifier is now a member of textPtr->sharedTextPtr. This makes results of test text-8.22 independant of previous undo/redo actions on other text widgets. check-in: e45568b5 user: fvogel tags: tip-449 | |
2016-07-05
| ||
20:37 | Merged core-8-6-branch check-in: ee1d765e user: fvogel tags: tip-449 | |
20:36 | Fixed copy/paste error in test text-27.28 - one wants to test undo and redo, not twice undo check-in: 2fad88cb user: fvogel tags: tip-449 | |
20:07 | Added more tests, and fixed test result of text-27.26 since now indices are relative to the text widget state at undo/redo return time, and also because they are optimized (no overlaps) check-in: 13b9b5bd user: fvogel tags: tip-449 | |
20:03 | Removed unintended whitespace change check-in: 33ccff8f user: fvogel tags: tip-449 | |
20:02 | Better comments explaining the algorithm in ::tk::TextUndoRedoProcessMarks check-in: 232ed197 user: fvogel tags: tip-449 | |
2016-07-04
| ||
21:26 | Return indices making sense at undo/redo return time. The returned ranges are optimized (no duplicates, no overlapping ranges). Works but needs polishing. check-in: 6c03c35d user: fvogel tags: tip-449 | |
2016-06-28
| ||
21:25 | [ce92c79bc6] Improve the 'configure' method of the internal megawidget framework. Thanks to Schelte Bron for pointing out the problems with it. check-in: e1099ee9 user: dkf tags: core-8-6-branch | |
18:41 | Merged core-8-6-branch check-in: 1cefcd34 user: fvogel tags: tip-449 | |
2016-06-27
| ||
19:23 | Fixed [4cb3dab4eb] - Improvements to the documentation of Tk_FindPhoto et al. Patch provided by Simon Bachmann. check-in: 16bb032e user: fvogel tags: core-8-6-branch | |
2016-06-11
| ||
15:12 | Merged core-8-6-branch check-in: 32c88915 user: fvogel tags: tip-449 | |
14:50 | Fixed [6976e4b3b2] - -undo options not correct for peers check-in: 09fa3e79 user: fvogel tags: core-8-6-branch | |
2016-06-08
| ||
13:23 | Added test case text-27.26 for [.text edit undo/redo] return values check-in: 9d5e1c4b user: fvogel tags: tip-449 | |
09:38 | It is not possible to rely only on the interp result. A list of indices has to be built as a return value to undo/redo because there can be several edits between two separators and all such edits have to report which range of text they changed. Note: this commit does not deal with refcounts, it is very likely wrong in that respect. check-in: afa23a02 user: fvogel tags: tip-449 | |
08:34 | Updated documentation regarding return values for [.text edit undo/redo] check-in: 552ec80b user: fvogel tags: tip-449 | |
2016-06-07
| ||
21:04 | Possible solution for [1217222] - [.text edit undo/redo] return ranges of modified characters check-in: 6cd8c5d9 user: fvogel tags: tip-449 | |
2016-06-01
| ||
15:11 | Fix 3bd69eba99a395ee: 'make dist' fails when tclsh9.0 is on $PATH check-in: 48fe0012 user: jan.nijtmans tags: core-8-6-branch | |