Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | |||||
| | * | | | Moved RunAfterSyncCmd procedure | fvogel | 2016-01-05 | 1 | -47/+47 |
| | | | | | |||||
| | * | | | Typo fixed in comment | fvogel | 2016-01-05 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | [.text sync -command $cmd] schedules execution of $cmd by the event loop at ↵ | fvogel | 2015-12-26 | 1 | -2/+49 |
| | | | | | | | | | | | | | | | | | | | | idle time | ||||
| | * | | | Fixed indentation | fvogel | 2015-11-28 | 1 | -8/+8 |
| | | | | | |||||
| | * | | | [.text pendingsync] returns a boolean | fvogel | 2015-11-28 | 1 | -4/+2 |
| | | | | | |||||
| | * | | | Respect alphabetical order | fvogel | 2015-11-21 | 1 | -9/+9 |
| | | | | | |||||
| | * | | | Rename "yupdate" to "sync" and fix various test-cases | jan.nijtmans | 2015-11-19 | 1 | -25/+25 |
| | | | | | |||||
| | * | | | Code Formatting | jan.nijtmans | 2015-11-19 | 1 | -27/+27 |
| | | | | | |||||
| | * | | | better argument checking | jan.nijtmans | 2015-11-19 | 1 | -1/+7 |
| | | | | | |||||
| | * | | | First test-implementation of "$t yupdate -command <command>". TODO: more ↵ | jan.nijtmans | 2015-11-19 | 1 | -8/+29 |
| | | | | | | | | | | | | | | | | | | | | testcases and documentation | ||||
| | * | | | Merge core-8-5-branch | jan.nijtmans | 2015-11-16 | 1 | -8/+12 |
| | |\ \ \ | | | |/ / | |||||
| | * | | | TIP #438 - [.text pendingyupdate] command added, with corresponding new tests | fvogel | 2015-11-14 | 1 | -4/+17 |
| | | | | | |||||
| | * | | | TIP #438 - [.text yupdate] command added, with corresponding new tests | fvogel | 2015-11-14 | 1 | -2/+12 |
| | | | | | |||||
* | | | | | Bring back DEF_TEXT_SPACING[123], since "0" is not exactly equal to NULL ↵bug_2049429fff | jan.nijtmans | 2016-01-12 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | (just to be 100% sure there will not be a behavioral change) | ||||
* | | | | | Rebase to 8.6, getting rid of DEF_TEXT_SPACING[123] | jan.nijtmans | 2016-01-10 | 1 | -7/+7 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | -spacing[123] use TK_OPTION_NULL_OK instead of TK_OPTION_DONT_SET_DEFAULT | fvogel | 2016-01-09 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Use TK_OPTION_NULL_OK instead of TK_CONFIG_NULL_OK | fvogel | 2016-01-08 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Ooops... removed debug traces unintentionally left in the merge mark... | fvogel | 2015-11-25 | 1 | -8/+0 |
| | | | | |||||
* | | | | merge mark | fvogel | 2015-11-25 | 1 | -0/+8 |
|\ \ \ \ | |/ / / | |||||
* | | | | Improve user experience related to ↵ | jan.nijtmans | 2015-11-16 | 1 | -8/+12 |
|\ \ \ \ | |/ / / | | | | | | | | | [http://core.tcl.tk/tk/tktview/1499165|dancing scrollbars]. Patch by Koen Danckaert. | ||||
| * | | | Moved comment to follow the moved code in previous commit | fvogel | 2015-11-12 | 1 | -6/+6 |
| | | | | |||||
| * | | | Koen Danckaert's patch to speed up line metrics update | fvogel | 2015-11-12 | 1 | -2/+6 |
| |/ / | |||||
* | | | Fixed bug [2262711fff] - Regexp search fails with Unicode and elide | fvogel | 2015-10-09 | 1 | -1/+5 |
|\ \ \ | |/ / |