summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix test-case bind-27.2 on X11 (it worked on win32)bug_38dc27bd1d0ecd68jan.nijtmans2016-03-2232-554/+606
|\ | | | | Merge trunk.
| * sync tcl.m4 (both win and unix) with Tcl's version.jan.nijtmans2016-03-224-4/+4
| |
| * Fixed bug [438cf10142] - Tests textTag-* require haveCourier12 constraintfvogel2016-03-201-447/+154
| |
| * Fixed bug [487861ffff] - cascade with -accelerator looks wrongfvogel2016-03-201-6/+11
| |\
| | * Fixed bug [487861ffff] - cascade with -accelerator looks wrongbug_487861fffffvogel2016-03-131-6/+11
| | |
| * | Merged tip-443 following acceptation of the TIP by TCT vote (cherrypicked ↵fvogel2016-03-206-19/+359
| | | | | | | | | | | | [cb3354b298])
| * | Fixed error in commentfvogel2016-03-181-1/+1
| | |
| * | Fixed typo in commentfvogel2016-03-161-1/+1
| | |
| * | Make Tk compile warning-free against TIP-389-enabled Tcl 8.7. No change of ↵jan.nijtmans2016-03-166-9/+9
| | | | | | | | | | | | functionality, since font-names generally don't contain out-of-BMP Unicode characters (if they do in the future, that still can be fixed then).
| * | Revert whitespace changes that made tests send-10.[89] fail.dgp2016-03-151-2/+2
| | |
| * | Make tk.h usable for compilation with Tcl 9.0 (novem) as well.jan.nijtmans2016-03-152-2/+2
| | |
| * | Eliminate use of Tcl_SetResult(), and CONST -> constjan.nijtmans2016-03-153-15/+14
| | |
| * | Eliminate configure warning: Makefile.in seems to ignore the --datarootdir ↵jan.nijtmans2016-03-151-0/+1
| | | | | | | | | | | | setting. For details, see: [https://www.gnu.org/software/autoconf/manual/autoconf-2.60/html_node/Changed-Directory-Variables.html]
| * | configure.in -> configure.acjan.nijtmans2016-03-158-46/+46
| | |
* | | Suggested fix for [38dc27bd1d0ecd68]: Tk does not support <Button-6> nor ↵jan.nijtmans2016-03-143-4/+60
|/ / | | | | | | <Button-7> events. With test-cases and doc change.
* | Excess spacing in test-suitejan.nijtmans2016-03-1470-1318/+1318
|/
* Excess spacing in documentationjan.nijtmans2016-03-11116-118/+118
|
* Fixed bug [d95e5d8f16] - Hidden panes in panedwindow incorrectly trigger ↵fvogel2016-03-112-2/+38
|\ | | | | | | <Map> events
| * Added non regression test case for bug [d95e5d8f16]bug_d95e5d8f16fvogel2016-03-101-0/+32
| |
| * Fixed bug [d95e5d8f16] - Hidden panes in panedwindow incorrectly trigger ↵fvogel2016-03-101-2/+6
| | | | | | | | <Map> events, patch from Brian Griffin
* | Remove excess spacing in various library files.jan.nijtmans2016-03-1013-310/+310
|/
* Explicit require Tcl 8.6.0 so that Tcl 8.6 interps can make use of Tk 8.7 ↵jan.nijtmans2016-03-091-1/+1
|\ | | | | | | until such time as it stops supporting them.
| * Revise trunk to an explicit requirement on Tcl 8.6.0 so that Tcl 8.6 interpsdgp_Tcl_requirementdgp2016-03-081-1/+1
|/ | | can make use of Tk 8.7 until such time as it stops supporting them.
* 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
| |\ | |/ |/|