summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* ttk::treeview: Fix inconsistent use of treeArea / headingArea;jenglish2008-12-271-0/+6
| | | | fixes [#2381555] ([$tv identify] didn't work when horizontally scrolled).
* MINOR CHANGE: Tidy up changelog formatting.dkf2008-12-211-10/+10
|
* Regularized doc of postscript subcommand's -channel option.dkf2008-12-211-0/+5
|
* * changes: Updates for 8.6b1 release.dgp2008-12-191-0/+2
|
* tag for 8.6b1 releasedgp2008-12-191-0/+2
|
* * tests/clrpick.test: Eliminate duplicate test names.dgp2008-12-191-0/+5
| | | | | | * tests/embed.test: * tests/text.test: * tests/textMark.test:
* * README: Bump version number to 8.6b1dgp2008-12-191-0/+12
| | | | | | | | | | | * 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-0/+5
| | | | Haertel. [Patch 2442309].
* VOID -> voidnijtmans2008-12-171-0/+6
|
* Small doc fixesdkf2008-12-171-8/+13
|
* remove unused variablesnijtmans2008-12-161-0/+4
|
* TIP #338 IMPLEMENTATIONdgp2008-12-151-0/+8
| | | | | | * doc/Tk_Main.c: Removed the last two '#include "tclInt.h"'. * generic/tkMain.c: Tk is now limited to Tcl's public interface. * macosx/tkMacOSXInit.c:
* Added a simple fontchooser demo to the common dialogs section.patthoyts2008-12-121-6/+11
|
* Make error message from Tk_GetRelief thenijtmans2008-12-121-0/+7
| | | | | same as for Tk_GetReliefFromObj Adapt test cases for changed error message
* library/demos/*.tcl: Omit contraindicated [package require Ttk].jenglish2008-12-111-0/+7
| | | | | | Remove logic that switches [ttk::scrollbar]s to [tk::scrollbar]s based on [tk windowingsystem]; this is already handled in library/ttk/scrollbar.tcl.
* note patch # and new filesdas2008-12-101-10/+10
|
* TIP #324 IMPLEMENTATIONdas2008-12-101-2/+34
|
* * generic/tkInt.h: Turn [tk] into an ensemble (thoyts, steffen)das2008-12-101-1/+6
| | | | | | * generic/tkBusy.c: * generic/tkCmds.c: * generic/tkWindow.c:
* * macosx/tkMacOSXInit.c (TkpInit): unconditionally show Tk consoledas2008-12-091-1/+6
| | | | if TK_CONSOLE env var is set.
* TIP 337dgp2008-12-091-0/+24
| | | | | | | | | | | | | | | | | | | | | | * generic/tkBind.c: Updated callers of Tcl_BackgroundError() * generic/tkCanvas.c: to use the new routine * generic/tkEntry.c: Tcl_BackgroundException() as appropriate. * generic/tkImgBmap.c: * generic/tkListbox.c: * generic/tkSelect.c: * generic/tkTextDisp.c: * generic/tkTextWind.c: * macosx/tkMacOSXHLEvents.c: * macosx/tkMacOSXMenu.c: * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXScale.c: * macosx/tkMacOSXWindowEvent.c: * unix/tkUnixScale.c: * unix/tkUnixWm.c: * win/tkWinButton.c: * win/tkWinMenu.c: * win/tkWinScrlbr.c: * win/tkWinWm.c:
* ttk::spinbox: Add cross-platform MouseWheel bindings.jenglish2008-12-071-0/+3
| | | | Factored out [ttk::bindMouseWheel] procedure.
* Add native aqua elements for ttk::spinbox [Bug 2219588].jenglish2008-12-071-0/+9
| | | | | Moved most spinbox "business logic" out of ttkEntry.c into Tcl bindings. Minor spinbox appearance improvements in clam theme.
* Implementation of TIP #197.dkf2008-12-061-0/+13
|
* Added vista theme to iron out the visual differences between vista and XP.patthoyts2008-12-051-0/+7
|
* Clean up PS prolog generation, getting rid of an obsolete file, and stop textdkf2008-12-051-0/+9
| | | | from going wildly wrong when Xft is used. [Bug 2107938]
* Move 10 functions from tkText.h tonijtmans2008-12-041-0/+7
| | | | stub table [Feature Request 220906]
* Add mentions of Toolbutton style to relevant ttk manpages.dkf2008-12-041-3/+9
|
* Add new "hover" statejenglish2008-12-031-0/+7
| | | | (patch from Pat Thoyts; needed to support proper visual feedback on Vista).
* Minor indentation/capitalization correctionsdkf2008-12-021-8/+8
|
* Use a styled frame around the popdown listbox so we can adjust the border ↵patthoyts2008-11-291-0/+11
| | | | for each theme as needed.
* Millimeter patch. Fixes [1813597,2218964] by eliminating the functional ↵ferrieux2008-11-271-0/+7
| | | | redundancy and unnecessary loss of precision of the {pixel,mm}ObjType tandem.
* elminate warning: unused variable 'tkwin'nijtmans2008-11-271-0/+8
| | | | | Replace Tcl_SetResult(interp, NULL, ....) calls with Tcl_ResetResult(interp) everywhere
* [Bug 1389270] event generate silently ignored focus events. These can now be ↵patthoyts2008-11-231-0/+4
| | | | generated.
* Fixed some locale dependencies to reduce the noise on non-English systemspatthoyts2008-11-231-0/+5
|
* Added angled text support to demonstrationdkf2008-11-221-0/+5
|
* [Bug 1991930] combobox dropdown needs to be topmostpatthoyts2008-11-221-2/+2
|
* [Bug 1939129] combobox dropdown was drawn behind topmost toplevels.patthoyts2008-11-221-0/+2
|
* Fixed up complaints from MSVC engendered by the last commit. In particular ↵patthoyts2008-11-221-0/+7
| | | | replaced round() which is a C99 function.
* TIP#119 implementation. [Patch 1611359]dkf2008-11-221-156/+171
|
* [Bug 2307837] avoid some locale-dependent failures by using id's or an ↵patthoyts2008-11-221-0/+5
| | | | english constraint
* Remove inoperative text stating that slave windows must bejenglish2008-11-191-0/+6
| | | | direct children of the master [Bug 1824996].
* remove unnoticed CVS conflict in ChangeLognijtmans2008-11-191-21/+0
|
* Minor simplification in fix for [Bug 2312027]:nijtmans2008-11-181-0/+30
| | | | | | | | no need to malloc and copy photo type name because it is a constant to begin with. Convert Tcl_SetResult(......, TCL_DYNAMIC) to Tcl_SetResult(......, TCL_VOLATILE), in preparation for TIP #340
* Widget self-destruction is not necessarily an error [Bug 2298720].jenglish2008-11-161-0/+5
|
* Explained constraints on [wm overrideredirect] better. [Bug 2282861]dkf2008-11-161-55/+61
|
* bug 2239034: restrict [wm manage] to Frame type widgetspatthoyts2008-11-151-2/+12
|
* ttkWidget.c: Reworked widget construction and destruction sequence;jenglish2008-11-131-0/+10
| | | | | | | fixes [#2207435] and several other problems discovered during investigation of same. ttkButton.c(CheckbuttonInitialize): Account for initializeProc being called earlier in the construction sequence now.
* bug #1777362 - handle windows with funky names by avoiding use of thepatthoyts2008-11-121-0/+5
| | | | window path for anchors.
* fix [Bug 2265860] new test failuresnijtmans2008-11-121-0/+4
|
* Use -O2 as gcc optimization compiler flag, and getnijtmans2008-11-121-0/+4
| | | | rid of -Wno-implicit-int for UNIX