summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * Bump to 8.5.16 for release.dgp2014-07-231-1/+1
| | | |
| * | | Bump to Tk 8.6.3; update changes filedgp2014-10-141-1/+1
| |/ /
| * | Bump to 8.6.2 for release.dgp2014-07-281-1/+1
| | |
| * | Workaround for ↵jan.nijtmans2014-07-081-8/+8
| |\ \ | | | | | | | | | | | | | | | | [http://core.tcl.tk/tcl/tktview?name=4955f5d8a4dce006e063f924bc9709f7850ecb6a|4955f5d8a4]: tailcall splicing spot vs. raw TclInvokeObjectCommand. This commit can be reverted as soon as a solution for [http://core.tcl.tk/tcl/tktview?name=4955f5d8a4dce006e063f924bc9709f7850ecb6a|4955f5d8a4] is committed to Tcl trunk, but I don't want to hold my breath until that is done, neither do I want to leave the Ocaml guys in the cold ...
| | * | Possible fix for ↵jan.nijtmans2014-05-191-8/+8
| | | | | | | | | | | | | | | | [http://core.tcl.tk/tcl/info/4955f5d8a4dce006e063f924bc9709f7850ecb6a|4955f5d8a4]
| * | | ttk::entry, ttk::combobox: proposed fix for [a80f5d7165]:jenglish2014-05-271-6/+32
| |\ \ \ | | |/ / | |/| / | | |/ | | | keep track of whether a drag transaction is in progress; only initiate autoscroll in <B1-Leave> if selectMode is not "none" and %m is NotifyNormal.
| | * ttk::entry, ttk::combobox: proposed fix for [a80f5d7165]:jenglish2014-05-271-6/+32
| | | | | | | | | | | | | | | keep track of whether a drag transaction is in progress; only initiate autoscroll in <B1-Leave> if selectMode is not "none" and if %m is NotifyNormal.
* | | [3f456a5bb9]: Patches for listbox right justifyjan.nijtmans2014-02-111-0/+9
|/ /
* | [6867cc13a4] "tk fontchooser configure" overwrites global variablesjan.nijtmans2014-02-071-0/+5
| |
* | Merged. Ticket [3279221]: Fixed setup of popup menu to preventandreask2014-02-061-0/+1
|\ \ | |/ | | | | immediate disappearance due to an event race.
| * Ticket [3279221]: Fixed setup of popup menu to prevent immediateandreask2014-02-061-0/+1
| | | | | | | | disappearance due to an event race.
* | Fix "creative writing" problem.dgp2013-11-121-1/+1
|\ \ | |/
| * Fix "creative writing" flaw.dgp2013-11-121-1/+1
| |
| * Bump to 8.5.15 for release.dgp2013-08-301-1/+1
| |
| * Bug [c597acdab3]: Call [$pb step] in tail position in ↵jan.nijtmans2013-08-261-2/+2
| | | | | | | | ttk::progressbar::Autoincrement, so that the widget is in a consistent state when any write traces on the linked -variable are fired
* | Bump to 8.6.1.dgp2013-08-301-1/+1
| |
* | Fix for 3016181, thanks to Tom Goddard for patchKevin Walzer2013-08-251-15/+14
| |
* | Bug [c597acdab3]: Call [$pb step] in tail position jenglish2013-08-151-2/+2
| | | | | | | | | | in ttk::progressbar::Autoincrement, so that the widget is in a consistent state when any write traces on the linked -variable are fired.
* | Bug [2501278]: ttk::scale keyboard binding problemjan.nijtmans2013-06-281-1/+4
|\ \ | |/
| * Bug [2501278]: ttk::scale keyboard binding problemjan.nijtmans2013-06-281-1/+4
| |
| * merge release to 8.5; revert features not included in releasedgp2013-04-031-1/+1
| |
* | [Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu.jan.nijtmans2013-03-273-0/+19
|\ \ | |/ | | Document <<Invoke>>, <<ThemeChanged>>, <<EnteredChild>> (ttk_pandedwindow only) and <<Increment/Decrement>> (ttk_spinbox only)
| * Add <<Invoke>> bindings to button, listbox and menu, for consistancy with ttk.jan.nijtmans2013-03-203-0/+19
| |
* | [Bug 3600390]: tk_strictMotif not tested for.jan.nijtmans2013-01-132-18/+28
|\ \ | | | | | | Now all key-bindings for Control-a,b,e,f,n,p (and its shift variant) respect tk_strictMotif.
| * | removed one entry too much from ttk:entryjan.nijtmans2013-01-131-0/+1
| | |
| * | [Bug 3600390]: tk_strictMotif not tested for.jan.nijtmans2013-01-132-18/+27
| |\ \ | | | | | | | | Now all key-bindings for Control-a,b,e,f,n,p (and its shift variant) respect tk_strictMotif.
| | * | See bug 3600390bug_3600390jan.nijtmans2013-01-112-3/+6
| |/ / |/| |
| * | "package require Tk 8.5" already implies "package require Tcl 8.5" (That's ↵jan.nijtmans2013-01-122-5/+1
| |\ \ |/ / / | | | | | | what the Tcl_InitStubs does), so there is no need to test both.
| * | "package require Tk 8.5" already implies "package require Tcl 8.5" (That's ↵jan.nijtmans2013-01-122-6/+1
| |/ | | | | | | what the Tcl_InitStubs does), so there is no need to test boths
| * Release branch for Tk 8.5.13.dgp2012-11-051-1/+1
| |
* | [Bug 3600260]: Errors in new virtual event definitionsjan.nijtmans2013-01-101-3/+3
| |
* | [Bug 3600251]: Inappropriate replacement of Mac binding.jan.nijtmans2013-01-101-1/+1
| |
* | Create Tk 8.6.0 release branchdgp2012-11-081-1/+1
| |
* | merge trunkdgp2012-09-111-4/+2
|\ \
| * | fix <Up> and <Down> binding in windows consolejan.nijtmans2012-09-111-4/+2
| | |
* | | Bump to 8.6b3dgp2012-09-071-1/+1
|/ /
* | Generate -errorcode values to go with errors. Generate messages and postscriptdkf2012-08-2717-53/+87
| | | | | | using Tcl_Obj API, not the string result API.
* | [Bug 3558535]: Factor out the filtered-sorted globbing code into one proceduredkf2012-08-241-59/+58
|\ \ | |/ | | that knows how to avoid nasty problems when non-list filters are used.
| * [Bug 3558535]: Factor out the filtered-sorted globbing code into one proceduredkf2012-08-241-61/+52
| | | | | | that knows how to avoid nasty problems when non-list filters are used.
* | new virtual event <<ToggleSelection>>bug_3555644jan.nijtmans2012-08-233-2/+5
| |
* | [Frq 3555324]: On Windows, re-define Ctrl-A for Select-All., as most Windows ↵jan.nijtmans2012-08-151-3/+3
| | | | | | | | applications do.
* | two missing bindings for Mac OSXjan.nijtmans2012-08-131-2/+2
| |
* | don't put that many bindings under tk_strictMotif handling, it was not done ↵jan.nijtmans2012-08-111-24/+12
| | | | | | | | before
* | merge trunkjan.nijtmans2012-08-103-21/+29
|\ \
| * | Shift-Control -> Control-Shift, for consisancy everywherejan.nijtmans2012-08-104-10/+10
| | |
* | | define two more virtual bindings, and correct various Macjan.nijtmans2012-08-106-47/+50
| | | | | | | | | | | | bindings according to Apple OSX documentation. Doc updated as well
* | | 8 new virtual events (doc not updated yet)jan.nijtmans2012-08-0912-87/+63
| | |
* | | [Bug 3555644]: Better use of virtual events.jan.nijtmans2012-08-0913-85/+42
|/ /
* | formatting, unnecessary if'sjan.nijtmans2012-08-091-39/+28
|\ \ | |/
| * partly backport from 8.6jan.nijtmans2012-08-092-41/+44
| |