Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enhanced proposed fix [6c0d7aec67]: unicode text input Windows 8. More ↵ | jan.nijtmans | 2016-09-19 | 1 | -4/+4 |
|\ | | | | | | | places where Unicode surrogate handling could be improved. | ||||
| * | More simplifications | jan.nijtmans | 2016-09-19 | 1 | -3/+3 |
| | | |||||
| * | Rename TkUtfToUniChar32 to TkUtfToUniChar2, and various simplifications ↵ | jan.nijtmans | 2016-09-16 | 1 | -9/+1 |
| | | | | | | | | needing less #ifdef's | ||||
| * | Patch from Christian Werner, for evaluation | jan.nijtmans | 2016-09-16 | 1 | -0/+8 |
| | | |||||
| * | Made text widget's default undo false again. | pspjuth | 2016-08-30 | 1 | -1/+1 |
| |\ | |||||
| * \ | Rebased to trunk since TIP #449 was accepted for merging to trunk only, not ↵tip_449 | fvogel | 2016-08-29 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | to core-8-6-branch | ||||
| | * \ | Whitespace fixes | jan.nijtmans | 2016-06-15 | 1 | -147/+147 |
| | |\ \ | |||||
| | * \ \ | Fixed [6976e4b3b2] - -undo options not correct for peers | fvogel | 2016-06-11 | 1 | -3/+6 |
| | |\ \ \ | |||||
| | * \ \ \ | Merged TIP #446 accepted by TCT vote. This fixes [1273358] - Ask a text ↵ | fvogel | 2016-05-30 | 1 | -18/+94 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | widget for the depth of its undo and redo stacks. | ||||
| | * \ \ \ \ | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is ↵ | fvogel | 2016-05-01 | 1 | -24/+2 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | unsafe | ||||
| | * \ \ \ \ \ | Fixed [fd3a4dc111] - <<Modified>> event is not always sent to peers | fvogel | 2016-04-29 | 1 | -1/+4 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Fixed [18c08df753] - Change of behaviour for text widget last newline | fvogel | 2016-03-27 | 1 | -5/+14 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Merged tip-443 following acceptation of the TIP by TCT vote (cherrypicked ↵ | fvogel | 2016-03-20 | 1 | -3/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [cb3354b298]) | ||||
| | * | | | | | | | | Fixed error in comment | fvogel | 2016-03-18 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | The undo marks identifier is now a member of textPtr->sharedTextPtr. This ↵ | fvogel | 2016-07-06 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | makes results of test text-8.22 independant of previous undo/redo actions on other text widgets. | ||||
| * | | | | | | | | | Removed unintended whitespace change | fvogel | 2016-07-05 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Return indices making sense at undo/redo return time. The returned ranges ↵ | fvogel | 2016-07-04 | 1 | -26/+98 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are optimized (no duplicates, no overlapping ranges). Works but needs polishing. | ||||
| * | | | | | | | | | Merged core-8-6-branch | fvogel | 2016-06-28 | 1 | -147/+147 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | | | |||||
| * | | | | | | | | | Merged core-8-6-branch | fvogel | 2016-06-11 | 1 | -3/+6 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | | | |||||
| * | | | | | | | | | It is not possible to rely only on the interp result. A list of indices has ↵ | fvogel | 2016-06-08 | 1 | -12/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | | | | | | | Possible solution for [1217222] - [.text edit undo/redo] return ranges of ↵ | fvogel | 2016-06-07 | 1 | -0/+8 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | modified characters | ||||
* | | | | | | | | | fix comment (Thanks, Christian!) | jan.nijtmans | 2016-09-08 | 1 | -1/+1 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Made text widget's default undo false again. | pspjuth | 2016-08-30 | 1 | -1/+1 |
| |_|/ / / / / |/| | | | | | | |||||
* | | | | | | | Whitespace fixes | jan.nijtmans | 2016-06-15 | 1 | -147/+147 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Fixed [6976e4b3b2] - -undo options not correct for peers | fvogel | 2016-06-08 | 1 | -3/+6 |
|/ / / / / | |||||
* | | | | | Took comments from Koen Danckaert into account (with my thanks) to simplify ↵tip_446 | fvogel | 2016-05-17 | 1 | -14/+13 |
| | | | | | | | | | | | | | | | | | | | | the implementation of TkUndoCanUndo() and TkUndoCanRedo() in tkUndo.c, and in tkText.c to remove direct calls to internals of the undo or redo stack | ||||
* | | | | | Aligned GenerateModifiedEvent() on GenerateUndoStackEvent() regarding ↵tip_446_canundo | fvogel | 2016-05-12 | 1 | -12/+9 |
| | | | | | | | | | | | | | | | | | | | | generation of the event for each peer | ||||
* | | | | | Added <<UndoStack>> event, triggering when either the undo stack or the redo ↵ | fvogel | 2016-05-12 | 1 | -11/+63 |
| | | | | | | | | | | | | | | | | | | | | stack becomes empty or unempty | ||||
* | | | | | Implementation of TIP #446 - Introspect Undo/Redo Stack | fvogel | 2016-05-12 | 1 | -3/+31 |
| |_|_|/ |/| | | | |||||
* | | | | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is ↵ | fvogel | 2016-05-01 | 1 | -24/+2 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | unsafe | ||||
| * | | | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is ↵ | fvogel | 2016-04-21 | 1 | -24/+2 |
| | |/ | |/| | | | | | | | unsafe | ||||
* | | | Fixed [fd3a4dc111] - <<Modified>> event is not always sent to peersbug_fd3a4dc111 | fvogel | 2016-04-05 | 1 | -1/+4 |
|/ / | |||||
* | | Fixed [18c08df753] - Change of behaviour for text widget last newline | fvogel | 2016-03-27 | 1 | -5/+14 |
|\ \ | |||||
| * \ | End of fix for [18c08df753] - Merged branch bug-2886436fff-option2bug_18c08df753 | fvogel | 2016-03-27 | 1 | -6/+9 |
| |\ \ | |||||
| | * | | Tried to be even clearer.bug_2886436fff_option2 | fvogel | 2015-07-14 | 1 | -10/+9 |
| | | | | |||||
| | * | | Fixed bug [2886436fff] - [.txt delete] deletes before start index - This is ↵ | fvogel | 2015-06-29 | 1 | -5/+9 |
| | | | | | | | | | | | | | | | | option 2: don't change the behavior of the text widget, but document it better. | ||||
| * | | | Beginning of fix for [18c08df753] - Reverted [296bd4c3], and adjusted ↵ | fvogel | 2016-03-27 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | textDisp-4.9 accordingly by adding one fixedHeight on the two necessary places in the test result | ||||
| * | | | (cherry-pick) Fix [2049429]: Some options aren't picked up from the options ↵ | jan.nijtmans | 2016-01-12 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | database. | ||||
* | | | | Backed out anything dealing with stippling, in accordance with discussion ↵ | fvogel | 2016-03-08 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | about TIP #443 | ||||
* | | | | -rmargincolor tag configuration option: implementation | fvogel | 2016-02-10 | 1 | -1/+2 |
| | | | | |||||
* | | | | -lmargincolor tag configuration option: implementation | fvogel | 2016-02-10 | 1 | -1/+2 |
| | | | | |||||
* | | | | -overstrikefg tag configuration option: implementation | fvogel | 2016-02-09 | 1 | -0/+1 |
| | | | | |||||
* | | | | -underlinefg tag configuration option: implementation | fvogel | 2016-02-09 | 1 | -1/+2 |
| | | | | |||||
* | | | | -selectfgstipple tag configuration option: implementation | fvogel | 2016-02-09 | 1 | -0/+1 |
| | | | | |||||
* | | | | -selectbgstipple tag configuration option: implementation | fvogel | 2016-02-09 | 1 | -0/+1 |
| | | | | |||||
* | | | | -selectforeground tag configuration option: implementation | fvogel | 2016-02-09 | 1 | -1/+6 |
| | | | | |||||
* | | | | -selectbackground tag configuration option: implementation | fvogel | 2016-02-09 | 1 | -1/+6 |
| |_|/ |/| | | |||||
* | | | TIP #438 (Ensure Line Metrics are Up-to-Date) accepted by vote | fvogel | 2016-01-13 | 1 | -4/+99 |
|\ \ \ | |||||
| * \ \ | rebase "tip-438" branch to latest trunk.tip_438 | jan.nijtmans | 2016-01-07 | 1 | -4/+99 |
| |\ \ \ | |||||
| | * | | | Harmonized use of NULL for textPtr->afterSyncCmd | fvogel | 2016-01-05 | 1 | -2/+2 |
| | | | | |