summaryrefslogtreecommitdiffstats
path: root/generic/tkTextTag.c
Commit message (Expand)AuthorAgeFilesLines
* Bugfix [0bc9df5fe3]: (1) Fix in deletion algorithm. (2) Additional macro for ...gcramer2017-06-101-3/+4
* Guarded version of Tcl_DecrRefCount included, this makes debugging easier.gcramer2017-06-101-1/+22
* Finally (hopefully) changed to stdbool.h, this is C99 conform, and should com...gcramer2017-06-081-6/+2
* Work-around for Mac: "bool" is replaced with "tkbool_t", and the (quasi) keyw...gcramer2017-06-081-0/+5
* Chnage in tkBool: Apple's clang compiler is converting the typedef to an int ...gcramer2017-06-081-5/+5
* Fixed errors of commit [b2f64dc3df] that prevented tests textDisp-2.23, textD...fvogel2017-05-281-2/+2
* Bugfix [cda289a8ea]: The old handling/implementation of the selection options...gcramer2017-05-261-74/+113
* (1) TkBTreeGetSegmentTags() now is sorting tags according to given sort metho...gcramer2017-05-241-8/+7
* (1) Wrong quick test in FindTagEnd() removed.gcramer2017-05-141-1/+1
* Bug in TkTextPickCurrent eliminated.gcramer2017-05-131-1/+4
* (1) All depreciation warnings prefixed with "tk::text: ".gcramer2017-05-091-4/+4
* Problem with TkTextTagSetJoinComplementTo() fixed.gcramer2017-05-061-20/+31
* (1) Command "load": now has option "-validconfig", w/o this option invalid op...gcramer2017-04-301-6/+4
* (1) Problems with marks and destroying peers (crash) solved.gcramer2017-04-281-2/+2
* (1) Fix in function TkRangeListDelete().gcramer2017-04-251-2/+9
* Bugfix [73175271]: forgotten increasement of tag set added.gcramer2017-04-211-0/+1
* Fix of bug [ef14e354]:gcramer2017-04-191-2/+13
* Command "tag priority" added, this allows to compare the priority of tags.gcramer2017-04-151-4/+14
* (1) A few memory leaks eliminatedgcramer2017-04-141-4/+3
* (1) For symmetry reasons option -tags has also been added to embedded window ...gcramer2017-04-101-4/+121
* (1) Special selection tag "sel" now will be ignored with option "-tags".gcramer2017-04-081-7/+8
* (1) Implementation of image option -tags (not yet finished, because Tk_GetOpt...gcramer2017-04-081-19/+14
* "image bind" removed because it is not neededgcramer2017-04-081-82/+0
* Fix in TkTextPickCurrent, as a side effect it's now a bit simpler.gcramer2017-04-071-18/+2
* (1) Some refinments in TkTextPickCurrent, now when changing the display line ...gcramer2017-04-071-48/+129
* Correction of comments.gcramer2017-04-061-1/+1
* Obsolete comment removedgcramer2017-04-061-5/+0
* (1) TkTextPickCurrent overworked, see http://scidb.sourceforge.net/tk/tag-ent...gcramer2017-04-061-192/+313
* Minor bug fixed.gcramer2017-04-041-1/+1
* (1) Option -transitionmode implemented, see http://scidb.sourceforge.net/tk/t...gcramer2017-04-021-39/+152
* merge trunkjan.nijtmans2017-03-211-3/+3
|\
* | Bug fixed when tagging with "sel", the text widget should become the owner ag...gcramer2017-03-191-17/+24
* | 1. Small fix in handling parameters for 'bbox'.gcramer2017-03-121-2/+2
* | Compiler warning probably eliminated (cannot test Mac).gcramer2017-03-081-1/+1
* | Some warnings eliminated.gcramer2017-03-081-11/+0
* | (1) Some memory problems fixed, with the help of a fine granulated valgrind testgcramer2017-02-261-8/+28
* | (1) Some memory leaks fixed (tkText)gcramer2017-02-241-1/+1
* | Silence compiler warnings, especially signed/unsigned problems.gcramer2017-02-231-5/+6
* | Initial import of revised text widget from Gregor Cramer. fvogel2017-02-201-992/+2485
|/
* Change more refCount checks to the form "(...refCount-- <= 1)", so no separat...jan.nijtmans2017-01-181-3/+2
* Fixed typo in commentfvogel2016-09-301-1/+1
* Backed out anything dealing with stippling, in accordance with discussion abo...fvogel2016-03-081-8/+0
* -rmargincolor tag configuration option: implementationfvogel2016-02-101-1/+5
* -lmargincolor tag configuration option: implementationfvogel2016-02-101-1/+5
* -overstrikefg tag configuration option: implementationfvogel2016-02-091-1/+7
* -underlinefg tag configuration option: implementationfvogel2016-02-091-1/+5
* -selectfgstipple tag configuration option: implementationfvogel2016-02-091-0/+4
* -selectbgstipple tag configuration option: implementationfvogel2016-02-091-0/+4
* -selectforeground tag configuration option: implementationfvogel2016-02-091-1/+9
* -selectbackground tag configuration option: implementationfvogel2016-02-091-1/+9