summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Added demo of ttk::scale widget.dkf2009-12-102-1/+44
|
* * library/safetk.tcl (::safe::loadTk): [Bug 2902573]: Fixed accessandreas_kupries2009-12-101-3/+7
| | | | | | to the cleanupHook of the safe base. The code used the old internal commands which have been removed since 2009-12-09. See Tcl's ChangeLog.
* Fix the selection of treeview rows on Windows XP and Vistapatthoyts2009-12-032-1/+25
|
* *** 8.5.8 TAGGED FOR RELEASE ***dgp2009-11-031-2/+2
| | | | | | | | | | | | | | * generic/tk.h: Bump to 8.5.8 for release. * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Updated for 8.5.8 release.
* Minor glitch fix.dkf2009-10-271-2/+2
|
* Fix [Bug 1854913] by improving the class bindings.dkf2009-10-251-9/+11
|
* [Patch 1530276]: Improve no-indicator check/radio buttons on Unix.dkf2009-10-241-7/+118
|
* Deal with [Patch 2168768], so making the -typevariable option work consistentlydkf2009-10-222-15/+19
| | | | with global variables (the only way it *can* work...)
* * generic/tkConsole.c: Relax the runtime version requirements on Tcldgp2009-10-151-2/+2
| | | | | | | | | * generic/tkMain.c: so that Tk 8.5.8 can [load] into Tcl 8.6 (and * generic/tkWindow.c: later 8.*) interps. * library/tk.tcl * unix/Makefile.in: * win/Makefile.in: * win/makefile.vc:
* [Patch 2870648]: Corrected cursor used in file/directory dialogs.dkf2009-10-081-2/+2
|
* [Bug 2787164] fix size of dropdown arrow on combobox and menubutton for ↵patthoyts2009-10-071-2/+17
| | | | Windows 7.
* Correct bindings for [tk_messageBox].dkf2009-08-241-4/+4
|
* More graceful handling of resizing.dkf2009-08-081-15/+18
|
* 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
|
* * README: Bump to 8.5.2 for release.dgp2008-03-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:
* whitespace fixeshobbs2008-03-271-19/+8
|
* * library/safetk.tcl (::safe::tkInterpInit): make sure tk_libraryhobbs2008-03-271-31/+25
| | | | and its subdirs (eg, ttk) are on the "safe" access path.
* Aqua GOOBEdas2008-03-171-2/+6
|