summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | Guarded version of Tcl_DecrRefCount included, this makes debugging easier.gcramer2017-06-104-41/+124
* | | | | | | | | | | | | | | | | | | Coorection and change of defaults (-all) for command "inspect".gcramer2017-06-101-7/+7
* | | | | | | | | | | | | | | | | | | Fix in tkBool.h for Windows.gcramer2017-06-091-6/+3
* | | | | | | | | | | | | | | | | | | Finally (hopefully) changed to stdbool.h, this is C99 conform, and should com...gcramer2017-06-0821-135/+47
* | | | | | | | | | | | | | | | | | | Work-around for Mac: "bool" is replaced with "tkbool_t", and the (quasi) keyw...gcramer2017-06-0821-12/+94
* | | | | | | | | | | | | | | | | | | Chnage in tkBool: Apple's clang compiler is converting the typedef to an int ...gcramer2017-06-086-16/+24
* | | | | | | | | | | | | | | | | | | Safety handling in MarkDeleteProc(), delete mark anyway, but print a warning ...gcramer2017-06-081-11/+26
* | | | | | | | | | | | | | | | | | | Last fix has been reverted, because here it's only a temporary state, while c...gcramer2017-06-082-3/+1
* | | | | | | | | | | | | | | | | | | Fix when releasing all marks (TkTextFreeMarks): only retain private marks if ...gcramer2017-06-082-1/+5
* | | | | | | | | | | | | | | | | | | Fix in MarkCheckProc(): if -steadymarks is not enabled, then we should not ha...gcramer2017-06-081-2/+8
* | | | | | | | | | | | | | | | | | | Fix in SetMark(): only steady marks are not changing the position relative to...gcramer2017-06-081-1/+1
* | | | | | | | | | | | | | | | | | | Fix in MarkCheckProc().gcramer2017-06-081-8/+10
* | | | | | | | | | | | | | | | | | | This snippet corresponds to [b8d773c77a], it's propagation of the latter fix ...fvogel2017-06-051-1/+5
* | | | | | | | | | | | | | | | | | | merge trunkfvogel2017-06-024-27/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Fix [bc43fd20cf]: paneconfigure not working as expectedfvogel2017-06-021-4/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | Fix [bc43fd20cf]: paneconfigure not working as expectedbug_bc43fd20cffvogel2017-05-311-4/+20
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | merge core-8-6-branchjan.nijtmans2017-05-201-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | .... missing else ... in previous commitjan.nijtmans2017-05-201-0/+1
| * | | | | | | | | | | | | | | | | merge core-8-6-branchjan.nijtmans2017-05-201-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | Bug-fix [434d294df] continuation: fix logic error detected by Christian Werne...jan.nijtmans2017-05-201-1/+1
| | * | | | | | | | | | | | | | | | Eliminate empty if() statement, if DEBUG_LAYOUT_WITH_BASE_CHUNKS is not defin...jan.nijtmans2017-05-191-2/+2
| * | | | | | | | | | | | | | | | | merge core-8-6-branchjan.nijtmans2017-05-193-23/+28
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | Slightly use of more "int" in stead of double, for 100% compatibility at scri...bug_434d294dfjan.nijtmans2017-05-191-15/+14
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | merge trunk. jan.nijtmans2017-05-181-1/+5
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | Another attempt to fix [434d294df8b053246ee86e7898d06bc3a6d1d771|434d294df8],...jan.nijtmans2017-05-153-21/+23
| | |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Fixed errors of commit [b2f64dc3df] that prevented tests textDisp-2.23, textD...fvogel2017-05-281-2/+2
* | | | | | | | | | | | | | | | | Bugfix [df89872c94]:gcramer2017-05-281-32/+27
* | | | | | | | | | | | | | | | | Bugfix [46d7a4d153]: erroneous reallocation with NULL instead of bitset.gcramer2017-05-271-1/+1
* | | | | | | | | | | | | | | | | Bugfix [cda289a8ea]: The old handling/implementation of the selection options...gcramer2017-05-266-279/+339
* | | | | | | | | | | | | | | | | "#ifdef MAC_OSX_TK" code replaced, the generic implementation should not cont...gcramer2017-05-252-29/+32
* | | | | | | | | | | | | | | | | Correction of typo in comment.gcramer2017-05-241-1/+1
* | | | | | | | | | | | | | | | | (1) TkBTreeGetSegmentTags() now is sorting tags according to given sort metho...gcramer2017-05-247-159/+167
* | | | | | | | | | | | | | | | | Avoid to trigger a wrong assertion, this is fixing bug [3cd0454c1d] (under Li...gcramer2017-05-201-0/+1
* | | | | | | | | | | | | | | | | Some comments added/changed.gcramer2017-05-182-2/+8
* | | | | | | | | | | | | | | | | Bugfix [39e510f69e]: Memory corruption eliminated.gcramer2017-05-171-9/+18
* | | | | | | | | | | | | | | | | Some warnings (Mac) eliminated.gcramer2017-05-152-14/+16
* | | | | | | | | | | | | | | | | Bugfix [cda289a8ea]: Then I have chosen the wrong default foreground color fo...gcramer2017-05-141-1/+1
* | | | | | | | | | | | | | | | | Refactorization, and a correction of previous commit in TkBTreeStartSearchBac...gcramer2017-05-141-8/+8
* | | | | | | | | | | | | | | | | (1) Wrong quick test in FindTagEnd() removed.gcramer2017-05-142-36/+49
* | | | | | | | | | | | | | | | | merge trunkfvogel2017-05-134-9/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | merge core-8-6-branchjan.nijtmans2017-05-121-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | Revert [f38091d0]: If TK_LAYOUT_WITH_BASE_CHUNKS is set (MacOSX), this change...jan.nijtmans2017-05-121-1/+1
| * | | | | | | | | | | | | | | | merge core-8-6-branchjan.nijtmans2017-05-103-7/+32
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | New internal function TkpCancelWarp(), which does a proper warp clean-up when...jan.nijtmans2017-05-103-8/+33
| | | |_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Remove calls to Tk_FreeXId(), since it's just a NOP.jan.nijtmans2017-05-081-7/+0
| * | | | | | | | | | | | | | | merge core-8-6-branchjan.nijtmans2017-05-082-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | Don't use sizeof(struct) when the structure has a char array as last element:...jan.nijtmans2017-05-082-3/+3
| | | |_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | | Bug in TkTextPickCurrent eliminated.gcramer2017-05-134-3/+32
* | | | | | | | | | | | | | | Bugfix [283d52f41]: "mark unset" now works with undo, "unset" is removing the...gcramer2017-05-106-144/+93
* | | | | | | | | | | | | | | (1) Some temporary debugging stuff for chasing bug [283d52f41] gcramer2017-05-094-30/+33