summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Return indices making sense at undo/redo return time. The returned ranges are...fvogel2016-07-041-26/+98
| * | | | | | | | | | Merged core-8-6-branchfvogel2016-06-281-147/+147
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | Merged core-8-6-branchfvogel2016-06-111-3/+6
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | It is not possible to rely only on the interp result. A list of indices has t...fvogel2016-06-081-12/+19
| * | | | | | | | | | Possible solution for [1217222] - [.text edit undo/redo] return ranges of mod...fvogel2016-06-071-0/+8
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | fix comment (Thanks, Christian!)jan.nijtmans2016-09-081-1/+1
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Made text widget's default undo false again.pspjuth2016-08-301-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Whitespace fixesjan.nijtmans2016-06-151-147/+147
| |/ / / / / / |/| | | | | |
* | | | | | | Fixed [6976e4b3b2] - -undo options not correct for peersfvogel2016-06-081-3/+6
|/ / / / / /
* | | | | | Took comments from Koen Danckaert into account (with my thanks) to simplify t...fvogel2016-05-171-14/+13
* | | | | | Aligned GenerateModifiedEvent() on GenerateUndoStackEvent() regarding generat...fvogel2016-05-121-12/+9
* | | | | | Added <<UndoStack>> event, triggering when either the undo stack or the redo ...fvogel2016-05-121-11/+63
* | | | | | Implementation of TIP #446 - Introspect Undo/Redo Stackfvogel2016-05-121-3/+31
| |_|_|/ / |/| | | |
* | | | | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is u...fvogel2016-05-011-24/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is u...fvogel2016-04-211-24/+2
| | |/ / | |/| |
* | | | Fixed [fd3a4dc111] - <<Modified>> event is not always sent to peersfvogel2016-04-051-1/+4
|/ / /
* | | Fixed [18c08df753] - Change of behaviour for text widget last newlinefvogel2016-03-271-5/+14
|\ \ \ | | |/ | |/|
| * | End of fix for [18c08df753] - Merged branch bug-2886436fff-option2fvogel2016-03-271-6/+9
| |\ \
| | * | Tried to be even clearer.fvogel2015-07-141-10/+9
| | * | Fixed bug [2886436fff] - [.txt delete] deletes before start index - This is o...fvogel2015-06-291-5/+9
| * | | Beginning of fix for [18c08df753] - Reverted [296bd4c3], and adjusted textDis...fvogel2016-03-271-3/+9
| * | | (cherry-pick) Fix [2049429]: Some options aren't picked up from the options d...jan.nijtmans2016-01-121-4/+4
* | | | Backed out anything dealing with stippling, in accordance with discussion abo...fvogel2016-03-081-2/+0
* | | | -rmargincolor tag configuration option: implementationfvogel2016-02-101-1/+2
* | | | -lmargincolor tag configuration option: implementationfvogel2016-02-101-1/+2
* | | | -overstrikefg tag configuration option: implementationfvogel2016-02-091-0/+1
* | | | -underlinefg tag configuration option: implementationfvogel2016-02-091-1/+2
* | | | -selectfgstipple tag configuration option: implementationfvogel2016-02-091-0/+1
* | | | -selectbgstipple tag configuration option: implementationfvogel2016-02-091-0/+1
* | | | -selectforeground tag configuration option: implementationfvogel2016-02-091-1/+6
* | | | -selectbackground tag configuration option: implementationfvogel2016-02-091-1/+6
| |_|/ |/| |
* | | TIP #438 (Ensure Line Metrics are Up-to-Date) accepted by votefvogel2016-01-131-4/+99
|\ \ \
| * \ \ rebase "tip-438" branch to latest trunk.jan.nijtmans2016-01-071-4/+99
| |\ \ \
| | * | | Harmonized use of NULL for textPtr->afterSyncCmdfvogel2016-01-051-2/+2
| | * | | Moved RunAfterSyncCmd procedurefvogel2016-01-051-47/+47
| | * | | Typo fixed in commentfvogel2016-01-051-1/+1
| | * | | [.text sync -command $cmd] schedules execution of $cmd by the event loop at i...fvogel2015-12-261-2/+49
| | * | | Fixed indentationfvogel2015-11-281-8/+8
| | * | | [.text pendingsync] returns a booleanfvogel2015-11-281-4/+2
| | * | | Respect alphabetical orderfvogel2015-11-211-9/+9
| | * | | Rename "yupdate" to "sync" and fix various test-casesjan.nijtmans2015-11-191-25/+25
| | * | | Code Formattingjan.nijtmans2015-11-191-27/+27
| | * | | better argument checkingjan.nijtmans2015-11-191-1/+7
| | * | | First test-implementation of "$t yupdate -command <command>". TODO: more test...jan.nijtmans2015-11-191-8/+29
| | * | | Merge core-8-5-branchjan.nijtmans2015-11-161-8/+12
| | |\ \ \ | | | |/ /
| | * | | TIP #438 - [.text pendingyupdate] command added, with corresponding new testsfvogel2015-11-141-4/+17
| | * | | TIP #438 - [.text yupdate] command added, with corresponding new testsfvogel2015-11-141-2/+12
* | | | | Bring back DEF_TEXT_SPACING[123], since "0" is not exactly equal to NULL (jus...jan.nijtmans2016-01-121-6/+6
* | | | | Rebase to 8.6, getting rid of DEF_TEXT_SPACING[123]jan.nijtmans2016-01-101-7/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | -spacing[123] use TK_OPTION_NULL_OK instead of TK_OPTION_DONT_SET_DEFAULTfvogel2016-01-091-3/+3