summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | Fixed typo in comment (introduced by error in [6a21622c7e])fvogel2016-02-111-1/+1
| | * | | | | | | | | | | | | -rmargincolor tag configuration option: testsfvogel2016-02-101-10/+31
| | * | | | | | | | | | | | | -rmargincolor tag configuration option: documentationfvogel2016-02-101-0/+8
| | * | | | | | | | | | | | | -rmargincolor tag configuration option: implementationfvogel2016-02-104-6/+34
| | * | | | | | | | | | | | | -lmargincolor tag configuration option: testsfvogel2016-02-101-6/+22
| | * | | | | | | | | | | | | -lmargincolor tag configuration option: documentationfvogel2016-02-101-0/+9
| | * | | | | | | | | | | | | -lmargincolor tag configuration option: implementationfvogel2016-02-104-2/+36
| | * | | | | | | | | | | | | -overstrikefg tag configuration option: testsfvogel2016-02-091-0/+18
| | * | | | | | | | | | | | | -overstrikefg tag configuration option: documentationfvogel2016-02-091-1/+7
| | * | | | | | | | | | | | | -overstrikefg tag configuration option: implementationfvogel2016-02-094-4/+27
| | * | | | | | | | | | | | | -underlinefg tag configuration option: testsfvogel2016-02-091-0/+18
| | * | | | | | | | | | | | | -underlinefg tag configuration option: documentationfvogel2016-02-091-0/+8
| | * | | | | | | | | | | | | -underlinefg tag configuration option: implementationfvogel2016-02-094-5/+27
| | * | | | | | | | | | | | | -selectfgstipple tag configuration option: testsfvogel2016-02-091-1/+12
| | * | | | | | | | | | | | | -selectfgstipple tag configuration option: documentation (+ polished doc of t...fvogel2016-02-091-6/+14
| | * | | | | | | | | | | | | -selectfgstipple tag configuration option: implementationfvogel2016-02-094-2/+16
| | * | | | | | | | | | | | | -selectbgstipple tag configuration option: testsfvogel2016-02-091-1/+12
| | * | | | | | | | | | | | | -selectbgstipple tag configuration option: documentationfvogel2016-02-091-0/+8
| | * | | | | | | | | | | | | -selectbgstipple tag configuration option: implementationfvogel2016-02-094-2/+15
| | * | | | | | | | | | | | | -selectforeground tag configuration option: testsfvogel2016-02-091-0/+34
| | * | | | | | | | | | | | | -selectforeground tag configuration option: documentationfvogel2016-02-091-0/+7
| | * | | | | | | | | | | | | -selectforeground tag configuration option: implementationfvogel2016-02-094-4/+25
| | * | | | | | | | | | | | | -selectbackground tag configuration option: testsfvogel2016-02-091-1/+34
| | * | | | | | | | | | | | | -selectbackground tag configuration option: documentationfvogel2016-02-091-0/+7
| | * | | | | | | | | | | | | -selectbackground tag configuration option: implementationfvogel2016-02-094-2/+30
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Slightly more logical fix for [62a5ba7474]: tk 'make install' fails on Mac OS...jan.nijtmans2016-02-091-2/+2
* | | | | | | | | | | | | | Fix [62a5ba7474]: tk 'make install' fails on Mac OS 10.11jan.nijtmans2016-02-091-1/+1
* | | | | | | | | | | | | | Fixed (with a real fix this time) bug [06c1433906] - Text widget crash during...fvogel2016-02-082-27/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merged finddline branch.bug_06c1433906fvogel2016-02-082-16/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | With the real fix in FindDLine ([717e12ee]) there is no need anymore of the e...finddlinefvogel2016-02-081-3/+0
| | * | | | | | | | | | | | | | Made FindDLine fully match its header description.fvogel2016-02-082-13/+31
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Renumbered lines to avoid wrong interpretation of the test.fvogel2016-02-081-1/+1
| * | | | | | | | | | | | | | More comments in FindDLine, with slightly optimized code to achieve the same ...fvogel2016-02-081-3/+11
| * | | | | | | | | | | | | | Reverted [311ef109] and [1847c858] because they are no longer needed to fix b...fvogel2016-02-081-8/+1
* | | | | | | | | | | | | | | Corrected indentation + added an explanatory comment.fvogel2016-02-081-1/+4
* | | | | | | | | | | | | | | Fix [0a3d799a6d]: option db rc files in non utf-8 encoding are not portable.jan.nijtmans2016-02-083-33/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Document that [encoding system] has no effect on option readfileoption_readfilejan.nijtmans2016-02-031-3/+4
| * | | | | | | | | | | | | | | Added documentation, please review!jan.nijtmans2016-02-031-0/+5
| * | | | | | | | | | | | | | | Re-implement tkoption readfile using Tcl_ReadCharsjan.nijtmans2016-02-022-33/+9
* | | | | | | | | | | | | | | | Fix [06c14339060ba9ae]: Text widget crash during delete. Thanks to François ...jan.nijtmans2016-02-082-7/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | while is better than if because it deals with wrapped lines then.fvogel2016-02-071-1/+1
| * | | | | | | | | | | | | | | Cherrypicked the new test textDisp-8.13 from core-8-5-branch. This test (and ...fvogel2016-02-071-0/+8
| * | | | | | | | | | | | | | | Hopefully a better fix for [06c1433906] - Text widget crashfvogel2016-02-071-5/+3
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | [06c1433906] Possible fix for text widget crashes.dgp2016-02-041-0/+5
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Backout [477949] for Tk 8.5, after discussion in TclCore mailing list: option...jan.nijtmans2016-02-033-36/+6
| * | | | | | | | | | | | | Fix build errors on i386 for Cocoa; thanks to Marc Culler for patchKevin Walzer2016-01-314-5/+6
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
| * | | | | | | | | | | | NotebookAddCommand: fix off-by-one error counting objc/objvjenglish2016-01-252-1/+22
| * | | | | | | | | | | | Fix (minor) memory leak (backported from Tk 8.6). Some efficientcy improvemen...jan.nijtmans2016-01-241-48/+32
| * | | | | | | | | | | | Crash in Mac test suite no longer triggered after patch from Marc CullerKevin Walzer2016-01-242-3/+0
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| * | | | | | | | | | | (cherry-pick): Fixed bug [9e606527af] - && instead of & used in generic/tkOpt...jan.nijtmans2016-01-231-1/+1