summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Added non regression test case menu-38.1fvogel2016-08-231-0/+29
| | | | | | | | | |
| * | | | | | | | | Fixed [fa32290898] - Can't dismiss ttk::menubutton menu until mouse has ↵fvogel2016-08-191-0/+4
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | hovered over it
| | | | | | | * | Merged implementation of TIP #449 - [text] undo/redo to Return Range of ↵fvogel2016-08-295-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_449fvogel2016-08-29262-12277/+9907
| | | | | | | | |\ \ | | | | | | | | |/ / | | | | | | | |/| | | | | | | | | | | | to core-8-6-branch
| | | | | | | * | | Fixed [a2abc45ee6] - Cursor at wrong position after event generate -warp on ↵fvogel2016-08-231-1/+1
| | | | | | | |\ \ \ | | | | | |_|/ / / / | | | | |/| | / / / | |_|_|_|_|_|/ / / |/| | | | | | | | secondary screen.
* | | | | | | | | Fixed [a2abc45ee6] - Cursor at wrong position after event generate -warp on ↵fvogel2016-08-231-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | secondary screen.
| * | | | | | | | Fixed [a2abc45ee6] - Cursor at wrong position after event generate -warp on ↵bug_a2abc45ee6fvogel2016-08-131-1/+1
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | secondary screen
| | | | | | * | Added comments justifying why we can rely on finding all the needed marks ↵fvogel2016-07-071-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 ↵fvogel2016-07-063-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | makes results of test text-8.22 independant of previous undo/redo actions on other text widgets.
| | | | | | * | Merged core-8-6-branchfvogel2016-07-051-9/+160
| | | | | | |\ \
| | | | | | * | | Fixed copy/paste error in test text-27.28 - one wants to test undo and redo, ↵fvogel2016-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not twice undo
| | | | | | * | | Added more tests, and fixed test result of text-27.26 since now indices are ↵fvogel2016-07-051-6/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | relative to the text widget state at undo/redo return time, and also because they are optimized (no overlaps)
| | | | | | * | | Removed unintended whitespace changefvogel2016-07-051-1/+1
| | | | | | | | |
| | | | | | * | | Better comments explaining the algorithm in ::tk::TextUndoRedoProcessMarksfvogel2016-07-051-7/+23
| | | | | | | | |
| | | | | | * | | Return indices making sense at undo/redo return time. The returned ranges ↵fvogel2016-07-044-50/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are optimized (no duplicates, no overlapping ranges). Works but needs polishing.
| | | | | | * | | Merged core-8-6-branchfvogel2016-06-286-317/+329
| | | | | | |\ \ \
| | | | | | * \ \ \ Merged core-8-6-branchfvogel2016-06-112-3/+21
| | | | | | |\ \ \ \
| | | | | | * | | | | Added test case text-27.26 for [.text edit undo/redo] return valuesfvogel2016-06-081-0/+30
| | | | | | | | | | |
| | | | | | * | | | | It is not possible to rely only on the interp result. A list of indices has ↵fvogel2016-06-083-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]fvogel2016-06-081-5/+7
| | | | | | | | | | |
| | | | | | * | | | | Possible solution for [1217222] - [.text edit undo/redo] return ranges of ↵fvogel2016-06-071-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified characters
| | | | | | | | | | * Implementation of TIP #442 by René Zaumseil - Display text in progressbarsfvogel2016-08-182-1/+27
| | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | | * | | | | | | Fixed [e8a111970a] - Misleading documentation for menu accelerator optionfvogel2016-08-131-3/+7
| | | |\ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
* | | | | | | | | | Fixed [e8a111970a] - Misleading documentation for menu accelerator optionfvogel2016-08-131-3/+7
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fixed [e8a111970a] - Misleading documentation for menu accelerator optionbug_e8a111970afvogel2016-08-031-3/+7
|/ / / / / / / / /
| | * | | | | | | Change Tk_FreeXId() into a macro.jan.nijtmans2016-08-129-78/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | A few end-of-line spacing eliminations.
| | * | | | | | | End of fix for [5660d11c3f] - text tag -background option overrules ↵fvogel2016-07-311-5/+7
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | -lmargincolor - DOcumentation update
* | | | | | | | | End of fix for [5660d11c3f] - text tag -background option overrules ↵fvogel2016-07-311-5/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -lmargincolor - DOcumentation update
| * | | | | | | | | Added missing spacetip_443bug_5660d11c3ffvogel2016-07-311-1/+1
| | | | | | | | | |
| * | | | | | | | | Clarified documentation about precedence of color specifications: ↵fvogel2016-07-291-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -[lr]margincolor tag option > -background tag option > -background widget option
| | | * | | | | | | Fix for [3512539fff] removed, by popular demandfvogel2016-07-312-12/+3
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Fix for [3512539fff] removed, by popular demandbug_3512539ffffvogel2016-07-312-12/+3
| | | | | | | | | | |
| | | | * | | | | | | merged trunkfvogel2016-07-31279-12664/+10952
| | | | |\ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | | * | | | | | | | merge markdgp2016-07-280-0/+0
| | | |\ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | merge releasedgp2016-07-289-9/+56
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| * | | | | | | | | | merge 8.6rc2core_8_6_6core_8_6_6_rcdgp2016-07-261-7/+7
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Complete changes file update.dgp2016-07-221-23/+13
| | | | | | | | | | |
| * | | | | | | | | | changes file WIPdgp2016-07-221-0/+57
| | | | | | | | | | |
| * | | | | | | | | | merge 8.6dgp2016-07-217-18/+80
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Start RC branch for Tk 8.6.6dgp2016-07-128-9/+9
| | | | | | | | | | | |
| | | | | * | | | | | | [5660d11c3f] Fix new -lmargincolordgp2016-07-281-7/+7
| | | | | |\ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | [5660d11c3f] Fix new -lmargincolordgp2016-07-261-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | / / / / / / / / / | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | merged core-8-6-branchfvogel2016-07-262-0/+7
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fixed [5660d11c3f] - text tag -background option overrules -lmargincolorfvogel2016-07-261-7/+7
| | | | | | | | | | |
| | | | * | | | | | | [450bb0ecad] Fix corruption [tk busy] creates on OSX.dgp2016-07-222-0/+7
| | | | |\ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | [450bb0ecad] Fix corruption [tk busy] creates on OSX.dgp2016-07-212-0/+7
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | merge 8.6bug_450bb0ecaddgp2016-07-21133-964/+2488
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | [450bb0ecad] Proposed fix for [tk busy] corruption in Aqua Tk.dgp2016-03-022-0/+7
| | | | | | | | | | |
| | | | * | | | | | | merge markdgp2016-07-220-0/+0
| | | | |\ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Final tweak for OS X wm crash, thanks to Marc CullerKevin Walzer2016-07-191-1/+1
| | | | | | | | | | |