summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rebased to core-8-6-branchtip_443fvogel2016-03-203-3/+39
|\
| * Fixed bug [d95e5d8f16] - Hidden panes in panedwindow incorrectly trigger ↵fvogel2016-03-112-2/+38
| | | | | | | | <Map> events (cherrypicked [42c8d8441c])
| * (cherry-pick) Explicit require Tcl 8.6.0, no matter if Tk is compiled ↵jan.nijtmans2016-03-091-1/+1
| | | | | | | | against a later Tcl patchlevel.
* | Rebased to core-8-6-branchfvogel2016-03-0855-318/+487
|\ \ | |/
| * Added test case wm-forget-2 related to test the fix for bug [e9112ef96e] ↵fvogel2016-03-071-0/+26
| | | | | | | | (cherrypicked [a6c6d3bd08])
| * Fixed bug [2262543] - Scale widget unexpectedly fires command callback ↵fvogel2016-03-072-1/+122
| | | | | | | | (cherrypicked [3c1a8559dd])
| * Fixed bug [2981253] - spinbox button frozen in case of repeated depressions ↵fvogel2016-03-071-14/+32
| | | | | | | | (cherrypicked [5fe2f5839e])
| * Fixed bug [3137232] - spinbox error after destroying toplevel from widget ↵fvogel2016-03-071-0/+4
| | | | | | | | (cherrypicked [e6d91ca077]
| * Open branch for continued 8.6.* patching.dgp2016-03-030-0/+0
| |
| * Update version in tk.specjan.nijtmans2016-03-021-1/+1
| |
| * Revert part of [032c1ee138449c93dfa885fab07796783945e174|032c1ee138]: Only ↵jan.nijtmans2016-03-021-6/+6
| | | | | | | | the patchlevel should have been changed, nothing else.
| * Eliminate exess spacings in many doc pagesjan.nijtmans2016-03-0249-296/+296
| |
* | Backed out anything dealing with stippling, in accordance with discussion ↵fvogel2016-03-086-70/+5
| | | | | | | | about TIP #443
* | trunk merged to branch tip-443fvogel2016-03-0118-23/+146
|\ \ | |/
| * merge releasedgp2016-03-019-15/+114
| |\
| | * Put [wm forget] fix in the 8.6.5 release.core_8_6_5core_8_6_5_rcdgp2016-02-253-0/+16
| | |\ | | |/ | |/|
| * | [e9112ef96e] Fix [wm forget]dgp2016-02-253-0/+16
| |\ \
| | * | Fixed bug [e9112ef96e] - [wm forget] doesn't completelyfvogel2016-02-243-0/+16
| | | |
| | | * merge trunk, doc change onlydgp2016-02-251-2/+2
| | | |\ | | |_|/ | |/| |
| * | | Fixed typo in spinbox documentation pagefvogel2016-02-251-2/+2
| |/ /
| | * merge trunk; doc and comment changes only.dgp2016-02-232-3/+7
| | |\ | | |/ | |/|
| * | Added missing comments describing input parameters of some procsfvogel2016-02-221-0/+4
| | |
| * | Fixed typo in canvas man pagefvogel2016-02-211-3/+3
| | |
| | * update changesdgp2016-02-191-0/+99
| | |
| | * merge trunkdgp2016-02-163-3/+7
| | |\ | | |/ | |/|
| * | Fixed error in commentfvogel2016-02-111-1/+1
| | |
| * | Repair visual test for bevels, inadvertently broken in [6a93101279]fvogel2016-02-111-2/+0
| | |
| * | Fix crash in TkFinalize() if Tk_Init() is never called. Suggested by Brian ↵jan.nijtmans2016-02-111-0/+6
| | | | | | | | | | | | Griffin.
| | * Repair broken test.dgp2016-02-091-1/+1
| | |
| | * merge trunkdgp2016-02-0911-66/+80
| | |\ | | |/ | |/|
| | * Bump to 8.6.5dgp2016-01-287-14/+14
| | |
* | | -lmargincolor tag configuration option: implementation slightly optimized ↵fvogel2016-02-111-3/+2
| | | | | | | | | | | | since Tk_Fill3DRectangle is robust with respect to negative widths
* | | 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 ↵fvogel2016-02-091-6/+14
| | | | | | | | | | | | the previously developed new tag options)
* | | -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
| | |