Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Added non regression test case menu-38.1 | fvogel | 2016-08-23 | 1 | -0/+29 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Fixed [fa32290898] - Can't dismiss ttk::menubutton menu until mouse has ↵ | fvogel | 2016-08-19 | 1 | -0/+4 | |
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | hovered over it | |||||
| | | | | | | * | | Merged implementation of TIP #449 - [text] undo/redo to Return Range of ↵ | fvogel | 2016-08-29 | 5 | -6/+264 | |
| | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Characters - following acceptation by vote of the TCT | |||||
| | | | | | | | * \ | Rebased to trunk since TIP #449 was accepted for merging to trunk only, not ↵tip_449 | fvogel | 2016-08-29 | 262 | -12277/+9907 | |
| | | | | | | | |\ \ | | | | | | | | |/ / | | | | | | | |/| | | | | | | | | | | | | to core-8-6-branch | |||||
| | | | | | | * | | | Fixed [a2abc45ee6] - Cursor at wrong position after event generate -warp on ↵ | fvogel | 2016-08-23 | 1 | -1/+1 | |
| | | | | | | |\ \ \ | | | | | |_|/ / / / | | | | |/| | / / / | |_|_|_|_|_|/ / / |/| | | | | | | | | secondary screen. | |||||
* | | | | | | | | | Fixed [a2abc45ee6] - Cursor at wrong position after event generate -warp on ↵ | fvogel | 2016-08-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | secondary screen. | |||||
| * | | | | | | | | Fixed [a2abc45ee6] - Cursor at wrong position after event generate -warp on ↵bug_a2abc45ee6 | fvogel | 2016-08-13 | 1 | -1/+1 | |
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | secondary screen | |||||
| | | | | | * | | Added comments justifying why we can rely on finding all the needed marks ↵ | fvogel | 2016-07-07 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | still in the text widget at the time they are transformed into indices. | |||||
| | | | | | * | | The undo marks identifier is now a member of textPtr->sharedTextPtr. This ↵ | fvogel | 2016-07-06 | 3 | -4/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | makes results of test text-8.22 independant of previous undo/redo actions on other text widgets. | |||||
| | | | | | * | | Merged core-8-6-branch | fvogel | 2016-07-05 | 1 | -9/+160 | |
| | | | | | |\ \ | ||||||
| | | | | | * | | | 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) | |||||
| | | | | | * | | | Removed unintended whitespace change | fvogel | 2016-07-05 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | | | | | * | | | Better comments explaining the algorithm in ::tk::TextUndoRedoProcessMarks | fvogel | 2016-07-05 | 1 | -7/+23 | |
| | | | | | | | | | ||||||
| | | | | | * | | | Return indices making sense at undo/redo return time. The returned ranges ↵ | fvogel | 2016-07-04 | 4 | -50/+171 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are optimized (no duplicates, no overlapping ranges). Works but needs polishing. | |||||
| | | | | | * | | | Merged core-8-6-branch | fvogel | 2016-06-28 | 6 | -317/+329 | |
| | | | | | |\ \ \ | ||||||
| | | | | | * \ \ \ | Merged core-8-6-branch | fvogel | 2016-06-11 | 2 | -3/+21 | |
| | | | | | |\ \ \ \ | ||||||
| | | | | | * | | | | | Added test case text-27.26 for [.text edit undo/redo] return values | fvogel | 2016-06-08 | 1 | -0/+30 | |
| | | | | | | | | | | | ||||||
| | | | | | * | | | | | It is not possible to rely only on the interp result. A list of indices has ↵ | fvogel | 2016-06-08 | 3 | -18/+43 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | | | | | * | | | | | Updated documentation regarding return values for [.text edit undo/redo] | fvogel | 2016-06-08 | 1 | -5/+7 | |
| | | | | | | | | | | | ||||||
| | | | | | * | | | | | Possible solution for [1217222] - [.text edit undo/redo] return ranges of ↵ | fvogel | 2016-06-07 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified characters | |||||
| | | | | | | | | | * | Implementation of TIP #442 by René Zaumseil - Display text in progressbars | fvogel | 2016-08-18 | 2 | -1/+27 | |
| | | | |_|_|_|_|_|/ | | | |/| | | | | | | ||||||
| | | * | | | | | | | Fixed [e8a111970a] - Misleading documentation for menu accelerator option | fvogel | 2016-08-13 | 1 | -3/+7 | |
| | | |\ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Fixed [e8a111970a] - Misleading documentation for menu accelerator option | fvogel | 2016-08-13 | 1 | -3/+7 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fixed [e8a111970a] - Misleading documentation for menu accelerator optionbug_e8a111970a | fvogel | 2016-08-03 | 1 | -3/+7 | |
|/ / / / / / / / / | ||||||
| | * | | | | | | | Change Tk_FreeXId() into a macro. | jan.nijtmans | 2016-08-12 | 9 | -78/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | A few end-of-line spacing eliminations. | |||||
| | * | | | | | | | End of fix for [5660d11c3f] - text tag -background option overrules ↵ | fvogel | 2016-07-31 | 1 | -5/+7 | |
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | -lmargincolor - DOcumentation update | |||||
* | | | | | | | | | End of fix for [5660d11c3f] - text tag -background option overrules ↵ | fvogel | 2016-07-31 | 1 | -5/+7 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -lmargincolor - DOcumentation update | |||||
| * | | | | | | | | | Added missing spacetip_443bug_5660d11c3f | fvogel | 2016-07-31 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Clarified documentation about precedence of color specifications: ↵ | fvogel | 2016-07-29 | 1 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -[lr]margincolor tag option > -background tag option > -background widget option | |||||
| | | * | | | | | | | Fix for [3512539fff] removed, by popular demand | fvogel | 2016-07-31 | 2 | -12/+3 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Fix for [3512539fff] removed, by popular demandbug_3512539fff | fvogel | 2016-07-31 | 2 | -12/+3 | |
| | | | | | | | | | | | ||||||
| | | | * | | | | | | | merged trunk | fvogel | 2016-07-31 | 279 | -12664/+10952 | |
| | | | |\ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | | | ||||||
| | | * | | | | | | | | merge mark | dgp | 2016-07-28 | 0 | -0/+0 | |
| | | |\ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | merge release | dgp | 2016-07-28 | 9 | -9/+56 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | merge 8.6rc2core_8_6_6core_8_6_6_rc | dgp | 2016-07-26 | 1 | -7/+7 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Complete changes file update. | dgp | 2016-07-22 | 1 | -23/+13 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | changes file WIP | dgp | 2016-07-22 | 1 | -0/+57 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | merge 8.6 | dgp | 2016-07-21 | 7 | -18/+80 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Start RC branch for Tk 8.6.6 | dgp | 2016-07-12 | 8 | -9/+9 | |
| | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | [5660d11c3f] Fix new -lmargincolor | dgp | 2016-07-28 | 1 | -7/+7 | |
| | | | | |\ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | [5660d11c3f] Fix new -lmargincolor | dgp | 2016-07-26 | 1 | -7/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | / / / / / / / / / | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | merged core-8-6-branch | fvogel | 2016-07-26 | 2 | -0/+7 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Fixed [5660d11c3f] - text tag -background option overrules -lmargincolor | fvogel | 2016-07-26 | 1 | -7/+7 | |
| | | | | | | | | | | | ||||||
| | | | * | | | | | | | [450bb0ecad] Fix corruption [tk busy] creates on OSX. | dgp | 2016-07-22 | 2 | -0/+7 | |
| | | | |\ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | [450bb0ecad] Fix corruption [tk busy] creates on OSX. | dgp | 2016-07-21 | 2 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | merge 8.6bug_450bb0ecad | dgp | 2016-07-21 | 133 | -964/+2488 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | [450bb0ecad] Proposed fix for [tk busy] corruption in Aqua Tk. | dgp | 2016-03-02 | 2 | -0/+7 | |
| | | | | | | | | | | | ||||||
| | | | * | | | | | | | merge mark | dgp | 2016-07-22 | 0 | -0/+0 | |
| | | | |\ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Final tweak for OS X wm crash, thanks to Marc Culler | Kevin Walzer | 2016-07-19 | 1 | -1/+1 | |
| | | | | | | | | | | |