summaryrefslogtreecommitdiffstats
path: root/generic/tkTextUndoPriv.h
Commit message (Collapse)AuthorAgeFilesLines
* Some minor corrections.gcramer2017-04-101-7/+0
|
* Silence compiler warnings, especially signed/unsigned problems.gcramer2017-02-231-1/+1
| | | | | | The handling of inline functions (C99 support) has been improved. C99 support for Linux/UNIX enabled. Some preparations for older Visual Studio compilers. Minor fix of test case (the use of abbreviated commands may break future releases).
* When building on Windows, inline is already defined in makefile.vc ↵fvogel2017-02-221-7/+3
| | | | (-Dinline=__inline) regardless of the compiler version
* Initial import of revised text widget from Gregor Cramer. fvogel2017-02-201-0/+223
Main webpage: http://scidb.sourceforge.net/tk/revised-text-widget.html This is a vanilla unzip of tk8.6.6-revised-2017-02-18.zip downloaded from http://scidb.sourceforge.net/tk/download.html on 20 Feb. 2017. Only file left out is unix/makefile-for-8-5.patch