summaryrefslogtreecommitdiffstats
path: root/generic/tkTextLineBreak.c
Commit message (Expand)AuthorAgeFilesLines
* Guarded version of Tcl_DecrRefCount included, this makes debugging easier.gcramer2017-06-101-2/+23
* Finally (hopefully) changed to stdbool.h, this is C99 conform, and should com...gcramer2017-06-081-5/+0
* Work-around for Mac: "bool" is replaced with "tkbool_t", and the (quasi) keyw...gcramer2017-06-081-0/+5
* More handlings for this bad TCL_UTF_MAX > 4 hack. Because of the fact that fu...gcramer2017-04-171-8/+23
* Minor correction, comment about TCL_UTF_MAX > 4 introduced.gcramer2017-04-161-3/+22
* Minor corrections.gcramer2017-04-161-25/+13
* Corrections in comments.gcramer2017-04-161-2/+2
* Silence compiler warnings, especially signed/unsigned problems.gcramer2017-02-231-3/+3
* Initial import of revised text widget from Gregor Cramer. fvogel2017-02-201-0/+988