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