summaryrefslogtreecommitdiffstats
path: root/generic/tkTextUndo.h
Commit message (Expand)AuthorAgeFilesLines
* Finally (hopefully) changed to stdbool.h, this is C99 conform, and should com...gcramer2017-06-081-4/+0
* Work-around for Mac: "bool" is replaced with "tkbool_t", and the (quasi) keyw...gcramer2017-06-081-0/+3
* Move stdint.h/tkWinStdInt.h inclusion to tkInt.hfvogel2017-02-261-10/+0
* Added a copy of stdint.h (named tkWinStdInt.h) copied from https://github.com...fvogel2017-02-261-1/+10
* Move C99 inline defines from tkBool.h to tkInt.h. Having them in tkBool.h loo...fvogel2017-02-241-0/+1
* Silence compiler warnings, especially signed/unsigned problems.gcramer2017-02-231-9/+1
* When building on Windows, inline is already defined in makefile.vc (-Dinline=...fvogel2017-02-221-10/+4
* Initial import of revised text widget from Gregor Cramer. fvogel2017-02-201-0/+260