summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Fix [1641721]: tk_getOpenFile shows symlinks to directories twice.nijtmans@users.sourceforge.net2015-05-261-0/+4
|
* Small patch for menubtton demo on OS X; thanks to Marc CullerKevin Walzer2015-04-091-0/+6
|
* Bump to version 8.5.18.dgp@users.sourceforge.net2015-02-051-1/+1
|
* Scrolling now working at an acceptable level with HITheme API; Unix scroll ↵Kevin Walzer2015-01-301-1/+1
| | | | bindings driving scrolling in Tk window and Mac scrollbar just has to re-draw itself
* Fixed bug [3529885fff]fvogelnew1@free.fr2014-10-301-1/+7
|
* Bump to 8.5.17dgp@users.sourceforge.net2014-10-131-1/+1
|
* Bump to 8.5.16 for release.dgp@users.sourceforge.net2014-07-231-1/+1
|
* ttk::entry, ttk::combobox: proposed fix for [a80f5d7165]:jenglish@flightlab.com2014-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.
* Ticket [3279221]: Fixed setup of popup menu to prevent immediateandreask2014-02-061-0/+1
| | | | disappearance due to an event race.
* Fix "creative writing" flaw.dgp@users.sourceforge.net2013-11-121-1/+1
|
* Bump to 8.5.15 for release.dgp@users.sourceforge.net2013-08-301-1/+1
|
* Bug [c597acdab3]: Call [$pb step] in tail position in ↵nijtmans@users.sourceforge.net2013-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
* Bug [2501278]: ttk::scale keyboard binding problemnijtmans@users.sourceforge.net2013-06-281-1/+4
|
* merge release to 8.5; revert features not included in releasedgp@users.sourceforge.net2013-04-031-1/+1
|
* Add <<Invoke>> bindings to button, listbox and menu, for consistancy with ttk.nijtmans@users.sourceforge.net2013-03-203-0/+19
|
* Release branch for Tk 8.5.13.dgp@users.sourceforge.net2012-11-051-1/+1
|
* [Bug 3558535]: Factor out the filtered-sorted globbing code into one proceduredonal.k.fellows@manchester.ac.uk2012-08-241-61/+52
| | | that knows how to avoid nasty problems when non-list filters are used.
* partly backport from 8.6nijtmans@users.sourceforge.net2012-08-092-41/+44
|
* Release candidate branch for Tk 8.5.12.dgp@users.sourceforge.net2012-07-101-1/+1
|
* [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]nijtmans@users.sourceforge.net2012-06-1011-16/+16
|\
| * [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]nijtmans@users.sourceforge.net2012-06-108-17/+17
| |
* | If tk.dll loaded in cygwin, don't use the win32 file dialogsnijtmans@users.sourceforge.net2012-05-051-58/+54
|\ \ | |/
| * [Bug 2768586]: Only do menu correction on Windows < Win7nijtmans@users.sourceforge.net2012-05-051-73/+85
| |\ | | | | | | If tk.dll loaded in cygwin, don't use the win32 file dialogs
* | \ [Bug 2768586]: Menu posting problem on dual monitorsnijtmans@users.sourceforge.net2012-05-041-9/+8
|\ \ \ | |/ /
| * | [Bug 2768586]: Menu posting problem on dual monitorsnijtmans@users.sourceforge.net2012-05-041-9/+8
| | |
* | | [Bug 533519]: Window placement with multiple screensnijtmans@users.sourceforge.net2012-05-021-4/+0
|\ \ \ | |/ /
* | | Use vroot size in stead of screen size for clipping window coordinates in ↵nijtmans@users.sourceforge.net2012-04-207-33/+18
|\ \ \ | | |/ | |/| | | | | | | ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there.
| * | Use vroot size in stead of screen size for clipping window coordinates in ↵nijtmans@users.sourceforge.net2012-04-207-34/+18
| |\ \ | | |/ | | | | | | | | | ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there.
| | * set [wm maxsize] as wellnijtmans@users.sourceforge.net2012-04-161-0/+1
| | |
| | * Fix bug 533519nijtmans@users.sourceforge.net2012-04-167-38/+17
| |/
* | ttk::combobox::Press: Don't take focus in disabled state [Bug 2925561].jenglish@flightlab.com2012-01-301-2/+5
| |
* | [Bug 1945073]: Demo square.tcl cannot run; need package tktestnijtmans@users.sourceforge.net2011-11-226-6/+6
|\ \ | |/
| * [Bug 1945073]: Demo square.tcl cannot run; need package tktestnijtmans@users.sourceforge.net2011-11-226-6/+6
| |
* | merge to releasedgp@users.sourceforge.net2011-10-311-1/+5
|\ \
| * | TIP 382 test suite update and Motif dialog implementation.dgp@users.sourceforge.net2011-10-311-1/+5
| | |
* | | Release candidate branch for Tk 8.5.11dgp@users.sourceforge.net2011-10-261-1/+1
|/ /
* | Fix up the implementation to account for shared options enumeration.dgp@users.sourceforge.net2011-10-171-1/+1
| |
* | Revise the proposed "-nocomplain" option to "-confirmoverwrite"dgp@users.sourceforge.net2011-10-051-2/+2
| |
* | Contributed implementation patch for TIP 382.dgp@users.sourceforge.net2011-10-041-1/+7
| |
* | Merge to RC branchdgp@users.sourceforge.net2011-06-10117-250/+24
|\ \
| * \ Purge RCS Keywords.dgp@users.sourceforge.net2011-06-08117-237/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp@users.sourceforge.net2011-06-0881-165/+0
| | |
| | * [Patch #3154705] Close button has no effect.nijtmans2011-01-131-7/+14
| | | | | | | | | | | | Add <Escape> binding as well (backported from Tcl 8.5)
| | * TIP #359: Extended Window Manager Hints support for 8.4patthoyts@users.sourceforge.net2010-01-235-6/+14
| | |
| | * [Bug 2912473]: Stop problems caused by display names with a double colon in.donal.k.fellows@manchester.ac.uk2009-12-111-1/+6
| | |
| | * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-2/+2
| | |
| | * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-13/+18
| | |
| | * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-093-11/+22
| | |
| | * * library/entry.tcl: don't error with Clear event. [Bug 1509288]hobbs2007-10-301-2/+3
| | |
| | * Added Hungarian message catalog.donal.k.fellows@manchester.ac.uk2007-10-111-0/+74
| | |