summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* TIP #359: Extended window manager hints support for X11.patthoyts2010-01-207-8/+19
|
* TIP 360: Remove special handling of the .help menu on X11.patthoyts2010-01-091-1/+2
|
* TIP 360: Make Tk menu activation follow mouse movements.patthoyts2010-01-092-5/+23
|
* Backported fix for tk_dialog <Return> bindingpatthoyts2010-01-041-24/+11
|
* Backported fix for console keyboard menu activation and <<Cut>> handling.patthoyts2010-01-041-28/+40
|
* Correctly handle quoted ampersands in AmpMenuArgs and friendspatthoyts2010-01-041-20/+4
|
* tearoff menus should be transient and use the toolwindow style on Windowspatthoyts2010-01-031-1/+6
|
* ttk::sizegrip: Patch to avoid bizarro behavior under compiz [Bug 2912356].jenglish2009-12-231-3/+6
|
* [Bug 2919205]: Correct ordering of arguments to tk_messageBox.dkf2009-12-221-2/+2
|
* Rename variable to avoid clash with floorplan demo. Reported bydkf2009-12-161-3/+3
| | | | Emiliano Gavilan.
* * library/demos/unicodeout.tcl: Added code to check forKevin B Kenny2009-12-151-19/+41
| | | | | | | | right-to-left support on Windows and adjust Hebrew and Arabic character strings accordingly. Changed the Hebrew string to 'ktb ebryt' (ktav Ivrit, "Hebrew writing") to be consistent with at least the Greek and Russian strings. Thanks to Rodrigo Readi for calling the inconsistency to our attention.
* [Bug 2912473]: Stop problems caused by display names with a double colon in.dkf2009-12-111-75/+84
|
* 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
|