summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
Commit message (Expand)AuthorAgeFilesLines
* Change more refCount checks to the form "(...refCount-- <= 1)", so no separat...jan.nijtmans2017-01-181-8/+4
* Enhanced proposed fix [6c0d7aec67]: unicode text input Windows 8. More places...jan.nijtmans2016-09-191-4/+4
|\
| * More simplificationsjan.nijtmans2016-09-191-3/+3
| * Rename TkUtfToUniChar32 to TkUtfToUniChar2, and various simplifications needi...jan.nijtmans2016-09-161-9/+1
| * Patch from Christian Werner, for evaluationjan.nijtmans2016-09-161-0/+8
| * Made text widget's default undo false again.pspjuth2016-08-301-1/+1
| |\
| * \ Rebased to trunk since TIP #449 was accepted for merging to trunk only, not t...tip_449fvogel2016-08-291-1/+1
| |\ \
| | * \ Whitespace fixesjan.nijtmans2016-06-151-147/+147
| | |\ \
| | * \ \ Fixed [6976e4b3b2] - -undo options not correct for peersfvogel2016-06-111-3/+6
| | |\ \ \
| | * \ \ \ Merged TIP #446 accepted by TCT vote. This fixes [1273358] - Ask a text widge...fvogel2016-05-301-18/+94
| | |\ \ \ \
| | * \ \ \ \ Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is u...fvogel2016-05-011-24/+2
| | |\ \ \ \ \
| | * \ \ \ \ \ Fixed [fd3a4dc111] - <<Modified>> event is not always sent to peersfvogel2016-04-291-1/+4
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Fixed [18c08df753] - Change of behaviour for text widget last newlinefvogel2016-03-271-5/+14
| | |\ \ \ \ \ \ \
| | * | | | | | | | Merged tip-443 following acceptation of the TIP by TCT vote (cherrypicked [cb...fvogel2016-03-201-3/+17
| | * | | | | | | | Fixed error in commentfvogel2016-03-181-1/+1
| * | | | | | | | | The undo marks identifier is now a member of textPtr->sharedTextPtr. This mak...fvogel2016-07-061-3/+2
| * | | | | | | | | Removed unintended whitespace changefvogel2016-07-051-1/+1
| * | | | | | | | | 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...tip_446fvogel2016-05-171-14/+13
* | | | | Aligned GenerateModifiedEvent() on GenerateUndoStackEvent() regarding generat...tip_446_canundofvogel2016-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 peersbug_fd3a4dc111fvogel2016-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-option2bug_18c08df753fvogel2016-03-271-6/+9
| |\ \
| | * | Tried to be even clearer.bug_2886436fff_option2fvogel2015-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.tip_438jan.nijtmans2016-01-071-4/+99
| |\ \ \