summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug [841280] - spinbox -from and -to defaults and behaviourfvogel2016-03-073-9/+28
|\
| * Fixed bug [841280] - spinbox -from and -to defaults and behaviourbug_841280fffffvogel2016-02-253-9/+28
| |
* | Added test case wm-forget-2 related to test the fix for bug [e9112ef96e]fvogel2016-03-071-0/+26
|\ \
| * | Added test case wm-forget-2 related to test the fix for bug [e9112ef96e]bug_e9112ef96efvogel2016-02-241-0/+26
| | |
* | | Fixed bug [2262543] - Scale widget unexpectedly fires command callbackfvogel2016-03-072-1/+122
|\ \ \
| * | | Fixed bug [2262543] - Scale widget unexpectedly fires command callbackbug_2262543ffffvogel2016-02-241-1/+14
| | | |
| * | | Added tests cases for bug [2262543] - Scale widget unexpectedly fires ↵fvogel2016-02-241-0/+108
| | | | | | | | | | | | | | | | command callback
* | | | Fixed bug [2981253] - spinbox button frozen in case of repeated depressionsfvogel2016-03-071-14/+32
|\ \ \ \
| * | | | Fixed bug [2981253] - spinbox button frozen in case of repeated depressionsbug_2981253ffffvogel2016-02-221-14/+32
| |/ / /
* | | | Fix version number in .project filejan.nijtmans2016-03-071-1/+1
| | | |
* | | | Fixed bug [3137232] - spinbox error after destroying toplevel from widgetfvogel2016-03-071-0/+4
|\ \ \ \
| * | | | Fixed bug [3137232] - spinbox error after destroying toplevel from widgetbug_3137232ffffvogel2016-02-221-0/+4
| |/ / /
* | | | Bump trunk to 8.7a0 to accept new feature development.dgp2016-03-0311-9868/+7724
| | | |
* | | | 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
| | | |
* | | | 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
| |\ | |/ |/|
* | Slightly more logical fix for [62a5ba7474]: tk 'make install' fails on Mac ↵jan.nijtmans2016-02-091-2/+2
| | | | | | | | OS 10.11, which doesn't change the meaning of TCLSH_DIR
* | 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 ↵fvogel2016-02-082-27/+43
|\ \ | | | | | | | | | during delete
| * \ Merged finddline branch.bug_06c1433906fvogel2016-02-082-16/+31
| |\ \
| | * | With the real fix in FindDLine ([717e12ee]) there is no need anymore of the ↵finddlinefvogel2016-02-081-3/+0
| | | | | | | | | | | | | | | | emergency patch [c3c09f82].
| | * | 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
| | | | | | | | | | | | functionality.
| * | Reverted [311ef109] and [1847c858] because they are no longer needed to fix ↵fvogel2016-02-081-8/+1
| | | | | | | | | | | | bug [2f78c7c5ea]. The corresponding test textDisp-9.14 still passes.
* | | 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
|\ \ \ \ | | |/ / | |/| | | | | | Vogel for the implementation and Brian Griffin for all his help getting this figured out.
| * | | 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
| | | | | | | | | | | | | | | | all the other tests) pass.
| * | | Hopefully a better fix for [06c1433906] - Text widget crashfvogel2016-02-071-5/+3
| | | |