summaryrefslogtreecommitdiffstats
path: root/library/ttk
Commit message (Collapse)AuthorAgeFilesLines
* merge trunkfvogel2017-03-066-35/+71
|\
| * Fix [c492c96aa2]: Combobox arrow not grayed (alt, clam and default ttk ↵fvogel2017-02-223-3/+5
| |\ | | | | | | | | | themes) - Patch from Koen Danckaert
| | * Group multiple [style map TCombobox] statements into a single instructionbug_c492c96aa2fvogel2017-02-093-6/+5
| | |
| | * Fix [c492c96aa2]: Combobox arrow not grayed (alt, clam and default ttk themes)fvogel2017-02-083-0/+3
| | |
| * | merge core-8-6-branchjan.nijtmans2016-11-181-1/+2
| |\ \ | | |/
| | * Fix for [f60c54bec6] Combobox does not retrieve -postoffset value from ↵fvogel2016-11-131-1/+2
| | | | | | | | | | | | correct style. Thanks to Daniele Panza.
| * | Fixed [3217462fff] - Tri-state buttons not working for non-native themesfvogel2016-10-124-30/+63
| |\ \ | | |/
| | * Fixed [3217462fff] - Tri-state buttons not working for non-native themesfvogel2016-10-124-30/+63
| | |\
| | | * 'clam' theme: darker blue for the inside of the box in alternate statefvogel2016-10-051-2/+2
| | | |
| | | * Changed themes 'classic' and 'default' according to comments from Christian ↵fvogel2016-10-052-12/+12
| | | | | | | | | | | | | | | | Gollwitzer in [3217462fff]
| | | * Fixed [3217462fff] for the alt and classic themesfvogel2016-09-252-4/+14
| | | |
| | | * Long lines are uglyfvogel2016-09-242-6/+12
| | | |
| | | * Fixed clam theme for all statesfvogel2016-09-241-4/+6
| | | |
| | | * Improved formattingfvogel2016-09-242-24/+24
| | | |
| | | * Tri-state buttons not working for non-native themes. Bug [3217462]oehhar2016-09-212-4/+19
| | | |
| * | | 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 )
* | | | Implementation of TIP #442 by René Zaumseil - Display text in progressbarsfvogel2016-08-181-0/+1
|/ / /
* | | Fixed [109865fa01] - ttk::menubutton unsafe wrt widget destructionfvogel2016-05-251-1/+1
|\ \ \ | |/ /
| * | Fixed [109865fa01] - ttk::menubutton has an unprotected winfofvogel2016-05-221-1/+1
| | |
* | | Remove excess spacing in various library files.jan.nijtmans2016-03-1010-25/+25
|/ /
* | 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.
* | Fix "creative writing" problem.dgp2013-11-121-1/+1
|\ \ | |/
| * Fix "creative writing" flaw.dgp2013-11-121-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
* | 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
| |
* | removed one entry too much from ttk:entryjan.nijtmans2013-01-131-0/+1
| |
* | See bug 3600390bug_3600390jan.nijtmans2013-01-111-3/+0
| |
* | new virtual event <<ToggleSelection>>bug_3555644jan.nijtmans2012-08-232-2/+2
| |
* | merge trunkjan.nijtmans2012-08-101-2/+2
|\ \
| * | Shift-Control -> Control-Shift, for consisancy everywherejan.nijtmans2012-08-101-2/+2
| | |
* | | define two more virtual bindings, and correct various Macjan.nijtmans2012-08-101-2/+2
| | | | | | | | | | | | bindings according to Apple OSX documentation. Doc updated as well
* | | 8 new virtual events (doc not updated yet)jan.nijtmans2012-08-092-6/+6
| | |
* | | [Bug 3555644]: Better use of virtual events.jan.nijtmans2012-08-092-8/+9
|/ /
* | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-101-1/+1
|\ \ | |/
| * [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-101-1/+1
| |
* | ttk::combobox::Press: Don't take focus in disabled state [Bug 2925561].jenglish2012-01-301-2/+5
|\ \ | |/
| * ttk::combobox::Press: Don't take focus in disabled state [Bug 2925561].jenglish2012-01-301-2/+5
| |
* | Purge RCS Keywordsdgp2011-06-0823-45/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-0823-45/+0
| |
* | [Bug 3000002]: enable use of system sizes for vsapi elementspatthoyts2011-03-221-24/+24
|\ \ | |/ | | | | | | | | | | | | | | | | Added additional flags to the vsapi element engine to enable specifying the system metrics to use when calculating the size of certain elements. This was being done already for the XP theme but the scripted definitions using the vsapi engine for vista/win7 could not use such flags. This fixes scrollbars not reflecting the users configured scrollbar size. Reported-by: Mark Garvey <dunkfan@users.sourceforge.net> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
| * [Bug 3000002]: enable use of system sizes for vsapi elementspatthoyts2011-03-221-24/+24
| | | | | | | | | | | | | | | | | | | | Added additional flags to the vsapi element engine to enable specifying the system metrics to use when calculating the size of certain elements. This was being done already for the XP theme but the scripted definitions using the vsapi engine for vista/win7 could not use such flags. This fixes scrollbars not reflecting the users configured scrollbar size. Reported-by: Mark Garvey <dunkfan@users.sourceforge.net> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | [Bug 3223850] - button remains stuck when disabled as depressed on XPpatthoyts2011-03-191-1/+1
|\ \ | |/ | | | | | | | | | | | | | | If a button is disabled while the state is pressed, then the release event handler did not remove the pressed state. Modified the handler to always remove the pressed state while only calling invoke if !disabled. Reported-by: Thomas MENEZ <thomasmenez@users.sourceforge.net> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
| * [Bug 3223850] - button remains stuck when disabled as depressed on XPpatthoyts2011-03-191-1/+1
| | | | | | | | | | | | | | | | | | If a button is disabled while the state is pressed, then the release event handler did not remove the pressed state. Modified the handler to always remove the pressed state while only calling invoke if !disabled. Reported-by: Thomas MENEZ <thomasmenez@users.sourceforge.net> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
| * library/ttk/winTheme.tcl, library/ttk/xpTheme.tcl, library/ttk/vistaTheme.tcl:jenglish2010-09-023-5/+17
| | | | | | | | Specify disabled combobox text foreground color [#3057573].
| * library/ttk/entry.tcl: Revert keyboard navigation bindings to use real eventsjenglish2010-09-011-15/+15
| | | | | | | | instead of virtual events.