summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
...
* | | catch font create when the console is re-sourced via F9patthoyts2009-01-301-2/+2
| | |
* | | * generic/tk.h: Bump patchlevel to 8.6b1.1 to distinguishdgp2009-01-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: CVS snapshots from the 8.6b1 and 8.6b2 releases. * unix/configure.in: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* | | Pretty up the messagebox on unix using PNG images for the icons and group ↵patthoyts2009-01-114-90/+178
| | | | | | | | | | | | the icons into one place.
* | | Themed the bgerror dialog and make use of our PNG support to improve the icon.patthoyts2009-01-081-41/+77
| | |
* | | Applied patch from [Bug 2473120] to fix the arguments to tk_messageBox call ↵patthoyts2009-01-071-2/+2
| | | | | | | | | | | | in the tk_chooseDirectory unix implementation.
* | | * generic/ttk/ttkDefaultTheme.c: Fix color palette for radiobuttonjenglish2008-12-311-1/+3
| | | | | | | | | | | | | | | | | | | | | and checkbutton indicators. Fixes [Bug 2003310]; also makes "alt" theme check/radiobuttons look like Windows 98, as intended. * library/ttk/altTheme.tcl: Specify dark gray -bordercolor to soften edges.
* | | Corrected mouse-wheel bindings for widgets. Now Shift-wheel always scrolls thedkf2008-12-283-13/+59
| | | | | | | | | | | | text widget horizontally on all platforms.
* | | mark fontchooser demo as newdas2008-12-201-1/+2
| | |
* | | * README: Bump version number to 8.6b1dgp2008-12-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* | | * library/msgs/de.msg: Updated German messages. Thanks to Ruedigerdgp2008-12-181-1/+17
| | | | | | | | | | | | Haertel. [Patch 2442309].
* | | Added a simple fontchooser demo to the common dialogs section.patthoyts2008-12-122-1/+73
| | |
* | | library/demos/*.tcl: Omit contraindicated [package require Ttk].jenglish2008-12-1113-47/+18
| | | | | | | | | | | | | | | | | | Remove logic that switches [ttk::scrollbar]s to [tk::scrollbar]s based on [tk windowingsystem]; this is already handled in library/ttk/scrollbar.tcl.
* | | Fix some problems running the tests on windows. As Tk tests run in ↵patthoyts2008-12-101-15/+40
| | | | | | | | | | | | -singleproc 1 we cannot do the script testing without damaging the later native tests.
* | | TIP #324 IMPLEMENTATIONdas2008-12-106-6/+501
| | |
* | | ttk::spinbox: Add cross-platform MouseWheel bindings.jenglish2008-12-073-27/+76
| | | | | | | | | | | | Factored out [ttk::bindMouseWheel] procedure.
* | | Add native aqua elements for ttk::spinbox [Bug 2219588].jenglish2008-12-072-91/+111
| | | | | | | | | | | | | | | Moved most spinbox "business logic" out of ttkEntry.c into Tcl bindings. Minor spinbox appearance improvements in clam theme.
* | | Added vista theme to iron out the visual differences between vista and XP.patthoyts2008-12-053-53/+214
| | |
* | | Clean up PS prolog generation, getting rid of an obsolete file, and stop textdkf2008-12-052-1620/+1338
| | | | | | | | | | | | from going wildly wrong when Xft is used. [Bug 2107938]
* | | Add new "hover" statejenglish2008-12-031-3/+1
| | | | | | | | | | | | (patch from Pat Thoyts; needed to support proper visual feedback on Vista).
* | | Use a styled frame around the popdown listbox so we can adjust the border ↵patthoyts2008-11-297-14/+51
| | | | | | | | | | | | for each theme as needed.
* | | Added angled text support to demonstrationdkf2008-11-221-18/+45
| | |
* | | GOOBE on Win, where stippling and angling work poorly together...dkf2008-11-221-3/+3
| | |
* | | demo angled textdas2008-11-221-2/+2
| | |
* | | [Bug 1991930] combobox dropdown needs to be topmostpatthoyts2008-11-221-3/+2
| | |
* | | [Bug 1939129] combobox dropdown was drawn behind topmost toplevels.patthoyts2008-11-221-1/+3
| | |
* | | TIP#119 implementation. [Patch 1611359]dkf2008-11-221-5/+7
| | |
* | | bug #1777362 - handle windows with funky names by avoiding use of thepatthoyts2008-11-121-36/+52
| | | | | | | | | | | | window path for anchors.
* | | Implemented the themed spinbox widget ttk::spinbox.patthoyts2008-11-019-9/+175
| | |
* | | Expanded set of symbolic cursors.jenglish2008-10-286-37/+208
| | | | | | | | | | | | | | | Add correct platform-specific cursors for OSX [Bug 2054562] Use correct cursor for ttk::entry and ttk::combobox widgets [Bug 1534835]
* | | * README: Bump version number to 8.6a4dgp2008-10-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* | | Implemented keyboard bindings for ttk::scalepatthoyts2008-10-171-6/+42
| | |
* | | a final fixtmh2008-09-091-4/+4
| | |
* | | add global tk_strickMotiftmh2008-09-091-4/+4
| | |
* | | * README: Bump version number to 8.6a3dgp2008-08-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* | | fix typo in menu.tcltmh2008-08-271-2/+2
| | |
* | | correct to use global namespace varialbe : 1023955tmh2008-08-251-5/+5
| | |
* | | [Bug 1023955] don't flip to arrow cursor on menustmh2008-08-251-7/+15
| | |
* | | Bug tracker ID 1936220tmh2008-08-251-20/+7
| | | | | | | | | | | | This patch corrects the multiple selection error reported in this bug tracker.
* | | * README: Bump version number to 8.6a2dgp2008-08-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* | | * library/ttk/aquaTheme.tcl: Use system color names and TIP145 nameddas2008-07-221-16/+18
| | | | | | | | | | | | font instead of hardcoded color values and deprecated native font name.
* | | Work around missing timezones (eg: tclkit or some unixes)patthoyts2008-06-241-3/+9
| | |
* | | * generic/tk.h: TIP 285 additions make Tk 8.6 call the newdgp2008-06-191-4/+2
| | | | | | | | | | | | | | | | | | * library/tk.tcl: Tcl_Canceled() routine, available only in Tcl 8.6, so bump our Tcl dependencies to version 8.6. Tk 8.6a1 will no longer [load] into a Tcl 8.5 interp.
* | | * README: Bump version number to 8.6a1dgp2008-06-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* | | Batch of ttk::treeview enhancements:jenglish2008-05-238-95/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Added [$tv identify region], [$tv identify element], and [$tv identify item] subcommands. + Simplified bindings. + Added [$tv tag has] subcommand. + Tag-related display improvements: setting a tag -background or -foreground no longer overrides selection feedback. + Don't need separate 'Item', 'Cell', and 'Row' style settings anymore, only the base "Treeview" style is used.
* | | Add correct border to combobox on Vistapatthoyts2008-05-151-1/+24
| | |
* | | Support pixel sized font in the +/- keybindingspatthoyts2008-05-131-3/+8
| | |
* | | Support for ttk widgets in AmpWidgetpatthoyts2008-05-111-5/+5
| | |
* | | BUGFIX: [$tv selection] takes a list of items, not a single item [Bug 1951733].jenglish2008-04-251-2/+2
| | |
* | | Don't resize the window if the toplevel is not resizable or the sizegrip is ↵patthoyts2008-04-041-3/+19
| | | | | | | | | | | | disabled
* | | Fix the foreground colour for labelframe in xppatthoyts2008-04-031-2/+2
| | |