summaryrefslogtreecommitdiffstats
path: root/generic/tkIntSet.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some minor corrections.gcramer2017-04-101-1/+1
* Support of "integer set only" (TK_TEXT_DONT_USE_BITFIELDS) has been removed. ...gcramer2017-04-101-32/+0
* Silence compiler warnings, especially signed/unsigned problems.gcramer2017-02-231-24/+23
* Complete the second last commitfvogel2017-02-221-2/+2
* Initial import of revised text widget from Gregor Cramer. fvogel2017-02-201-0/+2151