summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | merge trunkdgp2016-02-162-1/+7
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Fixed error in commentfvogel2016-02-111-1/+1
| | * | | | | | | | | | Fix crash in TkFinalize() if Tk_Init() is never called. Suggested by Brian Gr...jan.nijtmans2016-02-111-0/+6
| * | | | | | | | | | | merge trunkdgp2016-02-092-46/+53
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| * | | | | | | | | | | Bump to 8.6.5dgp2016-01-281-2/+2
* | | | | | | | | | | | -lmargincolor tag configuration option: implementation slightly optimized sin...fvogel2016-02-111-3/+2
* | | | | | | | | | | | Fixed typo in comment (introduced by error in [6a21622c7e])fvogel2016-02-111-1/+1
* | | | | | | | | | | | -rmargincolor tag configuration option: implementationfvogel2016-02-104-6/+34
* | | | | | | | | | | | -lmargincolor tag configuration option: implementationfvogel2016-02-104-2/+36
* | | | | | | | | | | | -overstrikefg tag configuration option: implementationfvogel2016-02-094-4/+27
* | | | | | | | | | | | -underlinefg tag configuration option: implementationfvogel2016-02-094-5/+27
* | | | | | | | | | | | -selectfgstipple tag configuration option: implementationfvogel2016-02-094-2/+16
* | | | | | | | | | | | -selectbgstipple tag configuration option: implementationfvogel2016-02-094-2/+15
* | | | | | | | | | | | -selectforeground tag configuration option: implementationfvogel2016-02-094-4/+25
* | | | | | | | | | | | -selectbackground tag configuration option: implementationfvogel2016-02-094-2/+30
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Fixed (with a real fix this time) bug [06c1433906] - Text widget crash during...fvogel2016-02-081-16/+41
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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-081-3/+30
| * | | | | | | | | | | 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-081-32/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Re-implement tkoption readfile using Tcl_ReadCharsjan.nijtmans2016-02-021-32/+8
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Fix [06c14339060ba9ae]: Text widget crash during delete. Thanks to François ...jan.nijtmans2016-02-081-5/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | while is better than if because it deals with wrapped lines then.fvogel2016-02-071-1/+1
| * | | | | | | | | | | 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-031-11/+2
| | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | NotebookAddCommand: fix off-by-one error counting objc/objvjenglish2016-01-251-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | (cherry-pick): Fixed bug [9e606527af] - && instead of & used in generic/tkOpt...jan.nijtmans2016-01-231-1/+1
| | |_|_|_|/ / | |/| | | | |
| * | | | | | (cherry-pick) Fix [2049429]: Some options aren't picked up from the options d...jan.nijtmans2016-01-125-29/+27
* | | | | | | Fix crashing test case, textDisp-8.13dgp2016-02-051-0/+5
| |/ / / / / |/| | | | |
* | | | | | NotebookAddCommand: fix off-by-one error counting objc/objvjenglish2016-01-251-1/+1
* | | | | | Implement TIP #441: Add -justify Configuration Option to the listbox Widgetjan.nijtmans2016-01-221-23/+87
|\ \ \ \ \ \
| * | | | | | Reverted [5f396dacdc].fvogel2016-01-181-0/+1
| * | | | | | Removed attempt of adjustment of the startup xview according to the -justify ...fvogel2016-01-181-11/+0
| * | | | | | Use GetMaxOffset when possible to reduce code duplication. The change in List...fvogel2016-01-181-6/+2
| * | | | | | Fixed bug with the listbox justify patch: with large borders, when moving the...fvogel2016-01-181-1/+0
| * | | | | | Addressed question 4 (see artifact [9d48a9c212] of ticket [3f456a5bb9]).fvogel2016-01-171-1/+7
| * | | | | | Addressed questions 3 and 5 (see artifact [9d48a9c212] of ticket [3f456a5bb9]...fvogel2016-01-171-61/+0
| * | | | | | Addressed issue B (see artifact [9d48a9c212] of ticket [3f456a5bb9])fvogel2016-01-161-1/+10
| * | | | | | Addressed issue A and question 6 (see artifact [9d48a9c212] of ticket [3f456a...fvogel2016-01-161-9/+7
| * | | | | | Addressed question 2 (see artifact [9d48a9c212] of ticket [3f456a5bb9]). fvogel2016-01-161-0/+4
| * | | | | | Addressed question 1 (see artifact [9d48a9c212] of ticket [3f456a5bb9])fvogel2016-01-161-1/+2
| * | | | | | Rebased to latest trunkfvogel2016-01-137-35/+225
| |\ \ \ \ \ \
| * | | | | | | More typos fixedfvogel2016-01-131-10/+14
| * | | | | | | Typo fixedfvogel2016-01-131-1/+1
| * | | | | | | Improved patch formatting. No functional changefvogel2016-01-111-26/+44
| * | | | | | | merged trunkfvogel2016-01-1142-796/+1424
| |\ \ \ \ \ \ \
| * | | | | | | | [3f456a5bb9]: Patches for listbox right justifyjan.nijtmans2014-02-111-4/+104