| 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.
|
| |
|
|
|
| |
method. This is simplifying function MakeStyle() significantly, and the tags in output of commands "dump" and "inspect" will also be sorted.
(2) DEF_TEXT_INACTIVE_SELECT_FG_COLOR has been set to NULL for Windows.
|
| |
|
|
|
|
|
|
|
|
| |
(previously the argument) might be invalid when cleaning up.
(2) Fix in undo of deletion.
(3) Hardening of MarkDeleteProc().
(4) Fix in TkTextFreeMarks().
(5) Additional check of mark table when debug=on (but only if compiled with TK_TEXT_NDEBUG=1).
(6) Review of index handling, resulting in fix of bug [3f1d48e263].
(7) TkTextIndexSetEpoch() now clears cached variables unconditionally.
|
| |
|
|
| |
when updating the epoch. This should also have an impact on reported bug (a) in [73175271f2].
|
| |
|
|
|
|
|
|
|
| |
while hovering Leave/Enter events will be generated only if the hovered regions has also changed.
(2) Fix in function TkTextGetYPixelFromChunk.
(3) Some refactorization.
(4) Test cases textTag-16.3/4 restored because of the refinement.
(5) Test case 19.1 fixed, and extended.
(6) Some other refinements.
|
| |
|
|
|
|
|
|
|
| |
http://scidb.sourceforge.net/tk/tag-enter-leave.html
(2) This is fixing bug http://scidb.sourceforge.net/tk/tagbind.html
(3) The test cases testTag-16.3/4 have been adjusted
(4) New test case testTag-19.1 for testing repick after tag removal, because this has been fixed
(5) Newly introduced option -transitionmode removed, not needed anymore
(6) A few minor fixes
|
| |
|
|
|
|
|
|
|
| |
http://scidb.sourceforge.net/tk/transitionmode.html
(2) Indexes tag.current.first and tag.current.last implemented, see http://scidb.sourceforge.net/tk/indices.html#transitionmode
(3) Refactoring for (a little) speed improvement
(4) Update of manual
(5) A few test cases added for new indexes
(6) Some fixes
|
| | |
|
| |
|
|
|
| |
(2) 'char* reliefString' changed to 'Tcl_Obj *reliefPtr', required for fine granulated valgrind test
(3) Severe bug in embedded window handling fixed
(4) Minor display problem with selected text fixed (function MakeStyle)
|
| |
|
|
|
|
| |
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).
|
| |
|
|
| |
(-Dinline=__inline) regardless of the compiler version
|
|
|
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
|