| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
tracing segment allocation/deallocation. (3) Fix in load algorithm concerning handling of first newline. (4) Fix in load algorithm when configuring tags.
|
| |
|
|
| |
compile with ancient MSVC, because for the latter I'm still using the type definition to int. With this change I had to replace some of the struct attributes to int.
|
| |
|
|
| |
keyword "bool" now will only be used internally.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(2) Deletion in respect of newline behavior overworked.
(3) Undo/redo of deletion fixed.
(4) Test cases text-37.1-11 added, especially important edge cases will be tested.
(5) Replacement of tags now is respecting undo correctly.
(6) TkTextInvalidateLineMetrics() fixed.
(7) CheckLineMetricConsistency() refined.
(8) Corrections in AdjustPixelClient().
(9) TextChanged() in tkTextWind.c optimized, because only the corresponding peer will be affected, a window is not sharable.
(10) Some more fixes of subtle problems, especially in display stuff.
(11) Some more useful assertions.
|
| | |
|
| |
|
|
| |
looked odd to me.
|
| |
|
|
| |
expression evaluates to a function which is missing an argument list
|
| |
|
|
|
|
| |
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).
|
| | |
|
|
|
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
|