summaryrefslogtreecommitdiffstats
path: root/generic/tkTextUndo.c
Commit message (Expand)AuthorAgeFilesLines
* Bugfix [0bc9df5fe3]: (1) Fix in deletion algorithm. (2) Additional macro for ...gcramer2017-06-101-1/+1
* 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
* (1) Fix in function TkRangeListDelete().gcramer2017-04-251-3/+3
* Some minor corrections.gcramer2017-04-101-1/+1
* Move C99 inline defines from tkBool.h to tkInt.h. Having them in tkBool.h loo...fvogel2017-02-241-1/+0
* Commented out some asserts because MSVC erroneously triggers warning C4550: e...fvogel2017-02-231-1/+3
* Silence compiler warnings, especially signed/unsigned problems.gcramer2017-02-231-32/+33
* Complete the second last commitfvogel2017-02-221-2/+2
* Initial import of revised text widget from Gregor Cramer. fvogel2017-02-201-0/+1073