summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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
* modify Tk_Create(Old)ImageType signature, relaxingnijtmans2008-11-121-0/+11
| | | | | | | | | | the constraint that every Tk_ImageType can only be passed to this function once. This allows tkImg to be loaded in multiple interpreters in a thread-enabled build of Tk. This CONSTification complies with TIP #27. It is binary compatible with the old interface, but not fully source compatible (although tkImg does not suffer).
* Don't crash when application uses nondefault visual [#2264732].jenglish2008-11-111-0/+5
|
* reverted change from 2008-11-06 (was under the impression thatnijtmans2008-11-111-0/+6
| | | | "-Wno-implicit-int" added an extra warning)
* Ttk widget initializeProc()s now return void instead ofjenglish2008-11-091-3/+15
| | | | | a status code, and are no longer allowed to fail. (Fix for #2207435 in progress).
* One more (hopefully the last) signature changenijtmans2008-11-091-2/+5
| | | | in Tk_CreatePhotoImageFormat
* One more (hopefully the last) signature changenijtmans2008-11-091-0/+5
| | | | in Tk_CreateSmoothMethod.
* Remove unnecessary casts from ttkWidget.c.jenglish2008-11-091-0/+4
| | | | (More remain in other files; will get to those later).
* make all Tk_CustomOption tables const andnijtmans2008-11-091-0/+11
| | | | remove unnecessary type cast
* add "-Wno-implicit-int" flag for gcc, as on UNIXnijtmans2008-11-061-0/+7
| | | | | Use tkUnixDefault.h under CygWin. With this change, at least the X11 version of Tk can be built with cygwin
* Fix [Bug 2229999].dkf2008-11-061-12/+17
|
* no need to use CONST in internal header filesnijtmans2008-11-051-0/+2
|
* fix [Bug 1866774 ] Remove X10 references from docsnijtmans2008-11-051-0/+2
|
* CONSTify string and fileName parameters of TkGetBitmapDatanijtmans2008-11-051-0/+6
| | | | more internal -Wwrite-string warning fixes
* fix [Bug 2226093] const changes not all correctnijtmans2008-11-051-0/+6
| | | | more internal -Wwrite-string warning fixes
* tkWinTest.c: fix warning: assignment discards qualifiers from pointer target ↵nijtmans2008-11-031-1/+1
| | | | type
* ttkEntry.c: fix warning: unused variable 'currentValue'nijtmans2008-11-031-0/+6
| | | | tkOldTest.c: fix warning: assignment discards qualifiers from pointer target type