summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* Fixed [fa32290898] - Can't dismiss ttk::menubutton menu until mouse has hover...fvogelnew1@free.fr2016-08-191-0/+4
* Start RC branch for Tk 8.6.6dgp@users.sourceforge.net2016-07-121-1/+1
* [ce92c79bc6] Improve the 'configure' method of the internal megawidget framew...donal.k.fellows@manchester.ac.uk2016-06-281-9/+160
* Fix [http://core.tcl.tk/tcl/info/3bd69eba99a395ee|3bd69eba99a395ee]: 'make di...nijtmans@users.sourceforge.net2016-06-015-6/+0
|\
| * Fix [http://core.tcl.tk/tcl/info/3bd69eba99a395ee|3bd69eba99a395ee]: 'make di...nijtmans@users.sourceforge.net2016-06-015-8/+0
| * merge 8.5dgp@users.sourceforge.net2016-01-202-11/+32
| |\
| | * (cherry-pick) Fix [1927212]: MouseWheel unbound for non-aqua scrollbars. Than...nijtmans@users.sourceforge.net2016-01-091-0/+7
| | * (cherry-pick) Backout previous commit: it causes many event-related test-fail...nijtmans@users.sourceforge.net2016-01-081-4/+0
| | * (cherry-pick) Fixed bug [1927212] - MouseWheel unbound for non-aqua scrollbarsnijtmans@users.sourceforge.net2016-01-081-0/+4
| * | merge 8.5dgp@users.sourceforge.net2015-11-302-3/+8
| |\ \
| * | | Bump to release number 8.5.19dgp@users.sourceforge.net2015-10-231-1/+1
* | | | Fixed [109865fa01] - ttk::menubutton has an unprotected winfofvogelnew1@free.fr2016-05-221-1/+1
* | | | Fixed [011706ec42] for the scrollbar case.fvogelnew1@free.fr2016-05-181-3/+8
* | | | Use non-busy wait in stead of busy "after 100". Testcase still passes! Great!nijtmans@users.sourceforge.net2016-05-031-6/+17
|\ \ \ \
| * | | | Experiment: can it be done without a busy wait as well? Not tested on all pla...nijtmans@users.sourceforge.net2016-04-301-6/+15
|/ / / /
* | | | Fixed indentationfvogelnew1@free.fr2016-04-291-2/+2
* | | | Fixed [011706ec42] - tk::ButtonInvoke safety bugfvogelnew1@free.fr2016-04-291-3/+5
* | | | Fixed bug [2981253] - spinbox button frozen in case of repeated depressions (...fvogelnew1@free.fr2016-03-071-14/+32
* | | | Fixed bug [3137232] - spinbox error after destroying toplevel from widget (ch...fvogelnew1@free.fr2016-03-071-0/+4
* | | | merge trunk; doc and comment changes only.dgp@users.sourceforge.net2016-02-231-0/+4
|\ \ \ \
| * | | | Added missing comments describing input parameters of some procsfvogelnew1@free.fr2016-02-221-0/+4
* | | | | Bump to 8.6.5dgp@users.sourceforge.net2016-01-281-1/+1
|/ / / /
* | | | Polished listbox justification demofvogelnew1@free.fr2016-01-111-5/+7
* | | | merged trunkfvogelnew1@free.fr2016-01-1151-272/+276
|\ \ \ \
| * | | | Make test-case and binding equal for win32 and x11. Test-case doesn't pass yetnijtmans@users.sourceforge.net2016-01-081-2/+2
| * | | | ..... horizontal scrollbar toonijtmans@users.sourceforge.net2016-01-081-1/+4
| * | | | New attempt at fixing bug [1927212fff]. (rebased against Tk 8.6)nijtmans@users.sourceforge.net2016-01-081-0/+3
| |\ \ \ \
| * | | | | Backout previous commit: it causes many event-related test-failures in Tk tes...nijtmans@users.sourceforge.net2016-01-081-4/+0
| * | | | | Fixed bug [1927212] - MouseWheel unbound for non-aqua scrollbarsnijtmans@users.sourceforge.net2016-01-081-0/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed bug [1927212] - MouseWheel unbound for non-aqua scrollbarsfvogelnew1@free.fr2016-01-061-0/+4
| | | |/ / | | |/| |
| * | | | Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabledfvogelnew1@free.fr2016-01-061-11/+25
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabledfvogelnew1@free.fr2015-12-301-11/+25
| | |/ /
| * | | Fixed bug [297442da29] - tk_strictMotif not correctly taken into accountfvogelnew1@free.fr2015-11-081-1/+0
| |\ \ \ | | |/ /
| | * | Fixed bug [297442da29] - tk_strictMotif not correctly taken into accountfvogelnew1@free.fr2015-11-081-1/+0
| | |\ \
| | | * | Fixed bug [297442da29] - tk_strictMotif not correctly taken into accountfvogelnew1@free.fr2015-11-051-1/+0
| | | |/
| * | | Fixed entry (and final) part of bug [542199fff] - Double click on a lone char...fvogelnew1@free.fr2015-11-081-2/+8
| |\ \ \ | | |/ /
| | * | Fixed entry part of bug [542199fff] - Double click on a lone character in an ...fvogelnew1@free.fr2015-11-031-2/+8
| | |/
| * | Fixed bug [1669632fff] - text widget: autoseparator placement, <Control-1> cl...fvogelnew1@free.fr2015-10-091-0/+40
| |\ \ | | |/
| | * Fixed bug [1669632fff] cases (ii) and (iii) - Tolerate a shaky hand using the...fvogelnew1@free.fr2015-10-041-0/+4
| | * Fixed bug [1669632fff] case (vi) - <<Cut>> is atomicfvogelnew1@free.fr2015-10-041-0/+9
| | * Fixed bug [1669632fff] case (v) - <<Clear>> is atomicfvogelnew1@free.fr2015-10-041-0/+8
| | * Added forgotten comment for case (iv)fvogelnew1@free.fr2015-10-041-0/+2
| | * Added forgotten comment for case (i)fvogelnew1@free.fr2015-10-041-0/+2
| | * Fixed bug [1669632fff] case (vii) - <<Undo>> shall not remove separatorsfvogelnew1@free.fr2015-10-041-0/+9
| | * Fixed bug [1669632fff] case (iv) - autoseparator was missing on <Control-back...fvogelnew1@free.fr2015-10-031-0/+3
| | * Fixed bug [1669632fff] case (i) - autoseparator was missing on <Control-1>fvogelnew1@free.fr2015-10-031-0/+3
| * | Remove licenced images (which cannot be used for commercial purposes). See [/...nijtmans@users.sourceforge.net2015-09-102-114/+0
| * | minor spacing, no functional change.nijtmans@users.sourceforge.net2015-08-184-7/+7
| * | Remove various unnecessary "global tcl_platform" occurrences, which are no lo...nijtmans@users.sourceforge.net2015-08-0516-32/+41
| * | Fix [6fe75131c546226b]: doc: tk_messageBox (mac). nijtmans@users.sourceforge.net2015-08-0314-28/+30
| |\ \ | | |/