summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Merge core-8-6-branch to trunk.patthoyts2016-09-221-1/+1
|\
| * Merge core-8-5-branch to core-8-6-branch.patthoyts2016-09-221-1/+1
| |\
| | * Correct expansion of the spinbox textarea for the vista theme.patthoyts2016-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The spinbox textarea should stretch to fill the widget and does so with all except the vista theme. Added a test to check for this expansion to avoid regression. Fix identified Kumba on StackOverflow ( https://stackoverflow.com/a/36393680/291641 )
* | | Fixed [fa32290898] - Can't dismiss ttk::menubutton menu until mouse has ↵fvogel2016-08-291-0/+4
|\ \ \ | |/ / | | | | | | hovered over it
| * | Fixed [fa32290898] - Can't dismiss ttk::menubutton menu until mouse has ↵fvogel2016-08-191-0/+4
| | | | | | | | | | | | hovered over it
| * | Start RC branch for Tk 8.6.6dgp2016-07-121-1/+1
| | |
* | | Rebased to trunk since TIP #449 was accepted for merging to trunk only, not ↵tip_449fvogel2016-08-2913-36/+36
|\ \ \ | | | | | | | | | | | | to core-8-6-branch
| * \ \ [ce92c79bc6] Improve the 'configure' method of the internal megawidget ↵dkf2016-06-281-9/+160
| |\ \ \ | | |/ / | | | | | | | | framework. Thanks to Schelte Bron for pointing out the problems with it.
| * | | Fix [http://core.tcl.tk/tcl/info/3bd69eba99a395ee|3bd69eba99a395ee]: 'make ↵jan.nijtmans2016-06-015-6/+0
| |\ \ \ | | | | | | | | | | | | | | | dist' fails when tclsh9.0 is on $PATH
| * \ \ \ Fixed [109865fa01] - ttk::menubutton unsafe wrt widget destructionfvogel2016-05-251-1/+1
| |\ \ \ \
| * \ \ \ \ Fixed [011706ec42] for the scrollbar casefvogel2016-05-201-3/+8
| |\ \ \ \ \
| * \ \ \ \ \ Fixed [011706ec42] - tk::ButtonInvoke safety bugfvogel2016-05-031-3/+16
| |\ \ \ \ \ \
| * | | | | | | Remove excess spacing in various library files.jan.nijtmans2016-03-1012-35/+35
| | | | | | | |
| * | | | | | | 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
| | | | | | | | |
| * | | | | | | | 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-031-1/+1
| | | | | | | | |
* | | | | | | | | Added comments justifying why we can rely on finding all the needed marks ↵fvogel2016-07-071-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | still in the text widget at the time they are transformed into indices.
* | | | | | | | | Merged core-8-6-branchfvogel2016-07-051-9/+160
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | [ce92c79bc6] Improve the 'configure' method of the internal megawidget ↵dkf2016-06-281-9/+160
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | framework. Thanks to Schelte Bron for pointing out the problems with it.
* | | | | | | | Better comments explaining the algorithm in ::tk::TextUndoRedoProcessMarksfvogel2016-07-051-7/+23
| | | | | | | |
* | | | | | | | Return indices making sense at undo/redo return time. The returned ranges ↵fvogel2016-07-041-0/+67
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | are optimized (no duplicates, no overlapping ranges). Works but needs polishing.
* | | | | | | Fix [http://core.tcl.tk/tcl/info/3bd69eba99a395ee|3bd69eba99a395ee]: 'make ↵jan.nijtmans2016-06-015-6/+0
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | | dist' fails when tclsh9.0 is on $PATH
| * | | | | Fix [http://core.tcl.tk/tcl/info/3bd69eba99a395ee|3bd69eba99a395ee]: 'make ↵jan.nijtmans2016-06-015-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | dist' fails when tclsh9.0 is on $PATH
| * | | | | merge 8.5dgp2016-01-202-11/+32
| |\ \ \ \ \
| | * | | | | (cherry-pick) Fix [1927212]: MouseWheel unbound for non-aqua scrollbars. ↵jan.nijtmans2016-01-091-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Francois Vogel for the actual work
| | * | | | | (cherry-pick) Backout previous commit: it causes many event-related ↵jan.nijtmans2016-01-081-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | test-failures in Tk test suite
| | * | | | | (cherry-pick) Fixed bug [1927212] - MouseWheel unbound for non-aqua scrollbarsjan.nijtmans2016-01-081-0/+4
| | | | | | |
| * | | | | | merge 8.5dgp2015-11-302-3/+8
| |\ \ \ \ \ \
| * | | | | | | Bump to release number 8.5.19dgp2015-10-231-1/+1
| | | | | | | |
* | | | | | | | Fixed [109865fa01] - ttk::menubutton has an unprotected winfofvogel2016-05-221-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fixed [011706ec42] for the scrollbar case.bug_011706ec42fvogel2016-05-181-3/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Use non-busy wait in stead of busy "after 100". Testcase still passes! Great!jan.nijtmans2016-05-031-6/+17
|\ \ \ \ \ \
| * | | | | | Experiment: can it be done without a busy wait as well? Not tested on all ↵bug_011706ec42_without_busy_waitjan.nijtmans2016-04-301-6/+15
|/ / / / / / | | | | | | | | | | | | | | | | | | platforms yet, feedback appreciated!
* | | | | | Fixed indentationfvogel2016-04-291-2/+2
| | | | | |
* | | | | | Fixed [011706ec42] - tk::ButtonInvoke safety bugfvogel2016-04-291-3/+5
| | | | | |
* | | | | | 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]
* | | | | merge trunk; doc and comment changes only.dgp2016-02-231-0/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Added missing comments describing input parameters of some procsfvogel2016-02-221-0/+4
| | | | |
* | | | | Bump to 8.6.5dgp2016-01-281-1/+1
|/ / / /
* | | | Polished listbox justification demofvogel2016-01-111-5/+7
| | | |
* | | | merged trunkfvogel2016-01-1151-272/+276
|\ \ \ \
| * | | | Make test-case and binding equal for win32 and x11. Test-case doesn't pass yetjan.nijtmans2016-01-081-2/+2
| | | | |
| * | | | ..... horizontal scrollbar toojan.nijtmans2016-01-081-1/+4
| | | | |
| * | | | New attempt at fixing bug [1927212fff]. (rebased against Tk 8.6)jan.nijtmans2016-01-081-0/+3
| |\ \ \ \
| * | | | | Backout previous commit: it causes many event-related test-failures in Tk ↵jan.nijtmans2016-01-081-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | test suite
| * | | | | Fixed bug [1927212] - MouseWheel unbound for non-aqua scrollbarsjan.nijtmans2016-01-081-0/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed bug [1927212] - MouseWheel unbound for non-aqua scrollbarsfvogel2016-01-061-0/+4
| | | |/ / | | |/| |