summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Backported support for the Vista theme.patthoyts2009-05-143-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.dgp2009-04-101-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;jenglish2009-04-101-5/+2
| | | | | | | | | | | | this makes radio- and checkbuttons look wrong post-TIP#109.
| * | * library/msgbox.tcl: don't set msgbox bitmap background on TkAqua.das2009-04-101-2/+2
| | |
| * | * library/demos/filebox.tcl: only show "Motif Style Dialog" checkbuttondas2009-04-101-2/+2
| | | | | | | | | | | | on X11 windowingsystem.
| * | * library/demos/widget: GOOBE: use ttk::cursordas2009-04-101-6/+6
| | |
| * | * library/ttk/cursors.tcl: backport ttk::cursor from HEADdas2009-04-101-14/+167
| | |
| * | * library/demos/knightstour.tcl: fix knightstour demo not running fromdas2009-04-101-8/+6
| | | | | | | | | | | | interactive wish.
| * | * library/console.tcl (::tk::ConsoleInit): remove redundant TkAquadas2009-04-101-5/+2
| | | | | | | | | | | | Quit menu item.
| * | * library/menu.tcl (::tk::MbPost): fix error thrown in y positiondas2009-04-101-3/+3
| | | | | | | | | | | | computation with indicatoron.
| * | Squelch all mention of prolog.ps; it isn't used. [Bug 1466509]dkf2009-04-101-284/+0
| | |
| * | Fix [Bug 2116837].dkf2009-04-101-16/+19
| | |
| * | catch font create when the console is re-sourced via F9patthoyts2009-01-301-2/+2
| | |
| * | * generic/tk.h: Bump to 8.5.6 for release.dgp2008-12-211-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 topmostpatthoyts2008-11-221-3/+2
| | |
| * | Backported combobox toplevel fix for [Bug 1939129]patthoyts2008-11-221-1/+3
| | |
| * | backported fix for bug #1777362 to make events work for windows with hyphens ↵patthoyts2008-11-121-36/+52
| | | | | | | | | | | | in the path
| * | * generic/tk.h: Bump version number to 8.5.6b1 to distinguishdgp2008-10-231-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::scalepatthoyts2008-10-171-6/+42
| | |
| * | * generic/tk.h: Bump to 8.5.5 for release.dgp2008-10-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
| * | a final fixtmh2008-09-091-8/+8
| | |
| * | add global commands for tk_strictMotif variabletmh2008-09-091-4/+4
| | |
| * | * generic/tk.h: Bump version number to 8.5.5b1 to distinguishdgp2008-08-281-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.tcltmh2008-08-271-2/+2
| | |
| * | [bug 1023955 : don't flip cursors on menus to arrow pointer.tmh2008-08-251-7/+15
| | |
| * | fix for bug tracker id 1936220 backported from tk8.6tmh2008-08-251-20/+7
| | |
| * | * generic/tk.h: Bump to 8.5.4 for release.dgp2008-08-081-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 nameddas2008-07-221-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_3dgp2008-06-301-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]jenglish2008-06-201-2/+2
| | |
| * | Support for ttk widgets in AmpWidgetpatthoyts2008-05-111-5/+5
| | |
| * | * generic/tk.h: Bump version number to 8.5.3b1 to distinguishdgp2008-04-111-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 xppatthoyts2008-04-031-2/+2
| | |
* | | [Patch #3154705] Close button has no effectnijtmans2011-01-131-2/+2
| | |
* | | Update NL catalog.nijtmans2010-11-0614-205/+199
| | | | | | | | | | | | For other languages, sorting and fix some locations of "&"
* | | Use unicode copyright sign, in stead of depending on translation.nijtmans2010-11-053-7/+7
| | |
* | | * library/bgerror.tcl: [Bugs 3046742,3046750]: Improve keybindings fordkf2010-09-051-7/+20
| | | | | | | | | | | | | | | | | | the background error dialog, and allow the use of the window manager controls for closing it (where supported). The Escape key now causes all remaining background error messages in the queue to be dropped.
* | | 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/button.tcl (::tk::CheckEnter): use uplevel set insteadhobbs2010-08-031-2/+4
| | | | | | | | | | | | of set :: to work with other var resolvers (itcl). [AS Bug#87409]
* | | [Bug 3016598] Bump dummy [package ifneeded tile] version to 0.8.6.jenglish2010-06-151-4/+7
| | |
* | | * library/text.tcl (TextCursorInSelection): [Patch 2585265]: Make itdkf2010-06-151-13/+25
| | | | | | | | | | | | | | | | | | so that pressing delete or backspace when the primary selection does not include the insertion cursor does not cause the deletion of the inserted text.
* | | * generic/tk.h: Bump patchlevel to 8.6b1.2 to distinguishdgp2010-05-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tk.tcl: CVS snapshots from earlier snapshots as well * unix/configure.in: as the 8.6b1 and 8.6b2 releases. * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* | | * library/button.tcl (CheckInvoke, CheckEnter): [Patch 1530276 redux]:dkf2010-05-031-3/+3
| | | | | | | | | | | | | | | Apply a bit more care to ensure that things continue to work correctly even when there is no -selectcolor defined.
* | | * library/entry.tcl: [Bug 2971663]: Make the <Up> and <Down> keysdkf2010-03-172-2/+8
| | | | | | | | | | | | | | | | | | * library/ttk/entry.tcl: explicitly do nothing, since Tk-on-Cocoa will generate (invisible zero-width) characters for them otherwise. The explicitly empty bindings are harmless on other platforms.
* | | Factor out some of the megawidget machinery.dkf2010-03-123-67/+173
| | |
* | | [Bug 2949774]: cascade menus should popdown ofter loosing the pointer.patthoyts2010-03-061-6/+13
| | | | | | | | | | | | | | | | | | | | | When the pointer moves to another entry from a cascade entry the sub-menu should popdown. This is how other menus on X11 work today. This effect will not be used if the user has configured ClickToFocus to maintain the previous Tk menu effects.
* | | TIP #359: Extended window manager hints support for X11.patthoyts2010-01-197-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modern unix window managers use a set of window properties to give hints as to the purpose of a toplevel window. They then use these hints to apply various animation and decoration options based on the type (dialog, menu, tooltip and more). This patch adds a [wm attributes $w -type] option to control and read the type hint and makes use of this for the ttk::combobox and the dialogs raised from the Tk library scripts. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | | TIP 360: Remove special handling of .help menu on X11.patthoyts2010-01-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tk is the only toolkit to continue the Motif scheme of anchoring a Help menu to the extreme right of the menubar. This patch disables the special handling of the .help menu so that the help menu will be grouped with the other menu items as is common with other toolkits. The old behaviour can be restored by setting the option *Menu.useMotifHelp to true or by calling 'tk::classic::restore menu'. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | | TIP 360: Make Tk menu activation follow mouse movement.patthoyts2010-01-092-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch makes Tk menus on unix follow mouse motion in the same way Windows and GNOME menus follow the mouse. Once a menubar dropdown has been activated, moving the mouse to another menubar button or cascade item will activate the dropdown without needing another click. The previous behaviour can be restored by setting the *Menu.clickToFocus option true or by calling 'tk::classic::restore menu' if this is preferred. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | | Centralize the definitions of what keys do particular types of left and rightdkf2010-01-065-54/+101
| | | | | | | | | | | | movements in entries and text widgets. They vary between platforms!