Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | [Patch 2870648]: Corrected cursor used in file/directory dialogs. | dkf | 2009-10-08 | 1 | -2/+2 | |
| | | ||||||
* | | [Bug 2787164] fix size of dropdown arrow on combobox and menubutton for ↵ | patthoyts | 2009-10-07 | 1 | -2/+17 | |
| | | | | | | | | Windows 7. | |||||
* | | Correct bindings for [tk_messageBox]. | dkf | 2009-08-24 | 1 | -4/+4 | |
| | | ||||||
* | | More graceful handling of resizing. | dkf | 2009-08-08 | 1 | -15/+18 | |
| | | ||||||
* | | Backported support for the Vista theme. | patthoyts | 2009-05-14 | 3 | -17/+218 | |
| | | | | | | | | This requires the vsapi element engine, the hover state and the theme script definition. | |||||
* | | * generic/tk.h: Bump to 8.5.6 for release. | dgp | 2009-04-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: | |||||
* | | tk_setPalette: Don't set *selectColor: #b03060; | jenglish | 2009-04-10 | 1 | -5/+2 | |
| | | | | | | | | this makes radio- and checkbuttons look wrong post-TIP#109. | |||||
* | | * library/msgbox.tcl: don't set msgbox bitmap background on TkAqua. | das | 2009-04-10 | 1 | -2/+2 | |
| | | ||||||
* | | * library/demos/filebox.tcl: only show "Motif Style Dialog" checkbutton | das | 2009-04-10 | 1 | -2/+2 | |
| | | | | | | | | on X11 windowingsystem. | |||||
* | | * library/demos/widget: GOOBE: use ttk::cursor | das | 2009-04-10 | 1 | -6/+6 | |
| | | ||||||
* | | * library/ttk/cursors.tcl: backport ttk::cursor from HEAD | das | 2009-04-10 | 1 | -14/+167 | |
| | | ||||||
* | | * library/demos/knightstour.tcl: fix knightstour demo not running from | das | 2009-04-10 | 1 | -8/+6 | |
| | | | | | | | | interactive wish. | |||||
* | | * library/console.tcl (::tk::ConsoleInit): remove redundant TkAqua | das | 2009-04-10 | 1 | -5/+2 | |
| | | | | | | | | Quit menu item. | |||||
* | | * library/menu.tcl (::tk::MbPost): fix error thrown in y position | das | 2009-04-10 | 1 | -3/+3 | |
| | | | | | | | | computation with indicatoron. | |||||
* | | Squelch all mention of prolog.ps; it isn't used. [Bug 1466509] | dkf | 2009-04-10 | 1 | -284/+0 | |
| | | ||||||
* | | Fix [Bug 2116837]. | dkf | 2009-04-10 | 1 | -16/+19 | |
| | | ||||||
* | | catch font create when the console is re-sourced via F9 | patthoyts | 2009-01-30 | 1 | -2/+2 | |
| | | ||||||
* | | * generic/tk.h: Bump to 8.5.6 for release. | dgp | 2008-12-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: | |||||
* | | [Bug 1991930] combobox dropdown needs to be topmost | patthoyts | 2008-11-22 | 1 | -3/+2 | |
| | | ||||||
* | | Backported combobox toplevel fix for [Bug 1939129] | patthoyts | 2008-11-22 | 1 | -1/+3 | |
| | | ||||||
* | | backported fix for bug #1777362 to make events work for windows with hyphens ↵ | patthoyts | 2008-11-12 | 1 | -36/+52 | |
| | | | | | | | | in the path | |||||
* | | * generic/tk.h: Bump version number to 8.5.6b1 to distinguish | dgp | 2008-10-23 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.5 and * unix/configure.in: 8.5.6 releases. * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf (2.59) * win/configure: | |||||
* | | Backported keyboard bindings for ttk::scale | patthoyts | 2008-10-17 | 1 | -6/+42 | |
| | | ||||||
* | | * generic/tk.h: Bump to 8.5.5 for release. | dgp | 2008-10-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | |||||
* | | a final fix | tmh | 2008-09-09 | 1 | -8/+8 | |
| | | ||||||
* | | add global commands for tk_strictMotif variable | tmh | 2008-09-09 | 1 | -4/+4 | |
| | | ||||||
* | | * generic/tk.h: Bump version number to 8.5.5b1 to distinguish | dgp | 2008-08-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.4 and * unix/configure.in: 8.5.5 releases. * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf (2.59) * win/configure: | |||||
* | | fix typo added to menu.tcl | tmh | 2008-08-27 | 1 | -2/+2 | |
| | | ||||||
* | | [bug 1023955 : don't flip cursors on menus to arrow pointer. | tmh | 2008-08-25 | 1 | -7/+15 | |
| | | ||||||
* | | fix for bug tracker id 1936220 backported from tk8.6 | tmh | 2008-08-25 | 1 | -20/+7 | |
| | | ||||||
* | | * generic/tk.h: Bump to 8.5.4 for release. | dgp | 2008-08-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: | |||||
* | | * library/ttk/aquaTheme.tcl: Use system color names and TIP145 named | das | 2008-07-22 | 1 | -20/+24 | |
| | | | | | | | | font instead of hardcoded color values and deprecated native font name. | |||||
* | | * generic/tk.h: Bump to 8.5.3 for release.core_8_5_3 | dgp | 2008-06-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Updates for 8.5.3 release. | |||||
* | | Backport fix for [Bug 1951733] | jenglish | 2008-06-20 | 1 | -2/+2 | |
| | | ||||||
* | | Support for ttk widgets in AmpWidget | patthoyts | 2008-05-11 | 1 | -5/+5 | |
| | | ||||||
* | | * generic/tk.h: Bump version number to 8.5.3b1 to distinguish | dgp | 2008-04-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.2 and * unix/configure.in: 8.5.3 releases. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure: | |||||
* | | Fix the foreground colour for labelframe in xp | patthoyts | 2008-04-03 | 1 | -2/+2 | |
| | | ||||||
* | | * README: Bump to 8.5.2 for release. | dgp | 2008-03-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | |||||
* | | whitespace fixes | hobbs | 2008-03-27 | 1 | -19/+8 | |
| | | ||||||
* | | * library/safetk.tcl (::safe::tkInterpInit): make sure tk_library | hobbs | 2008-03-27 | 1 | -31/+25 | |
| | | | | | | | | and its subdirs (eg, ttk) are on the "safe" access path. | |||||
* | | Aqua GOOBE | das | 2008-03-17 | 1 | -2/+6 | |
| | | ||||||
* | | Made work when run twice in the same session. [Bug 1899664] | dkf | 2008-03-16 | 1 | -691/+787 | |
| | | | | | | | | Also made the control panel use Ttk widgets. | |||||
* | | * library/demos/knightstour.tcl: Aqua GOOBE. | das | 2008-03-11 | 2 | -15/+26 | |
| | | | | | | | | * library/demos/widget: | |||||
* | | Added a Knights tour canvas demo. | patthoyts | 2008-02-29 | 2 | -1/+249 | |
| | | ||||||
* | | Arrange to deliver <<ComboboxSelected>> event after listbox is unposted, | jenglish | 2008-02-23 | 1 | -2/+2 | |
| | | | | | | | | as intended [Bug 1890211]. Clarified documentation. | |||||
* | | *** 8.5.1 TAGGED FOR RELEASE *** | dgp | 2008-02-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: Bump to 8.5.1 for release. * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | |||||
* | | * library/msgbox.tcl (::tk::MessageBox): don't use ttk::label in | hobbs | 2008-01-31 | 1 | -2/+3 | |
| | | | | | | | | low depth/aqua fallback, as it doesn't support -bitmap. | |||||
* | | library/treeview.tcl: Fix bug in Shift-ButtonPress-1 binding | jenglish | 2008-01-30 | 1 | -2/+2 | |
| | | | | | | | | (error if no current focus item; reported on c.l.t.) | |||||
* | | Fix MouseWheel bindings for ttk::treeview widget | jenglish | 2008-01-06 | 2 | -18/+64 | |
| | | | | | | | | (Fixes #1442006, #1821939, #1862692) | |||||
* | | * generic/tk.h: Bump version number to 8.5.1b1 to distinguish | dgp | 2008-01-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.0 and * unix/configure.in: 8.5.1 releases. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure: |