Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | library/demos/*.tcl: Omit contraindicated [package require Ttk]. | jenglish | 2008-12-11 | 1 | -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 files | das | 2008-12-10 | 1 | -10/+10 |
| | |||||
* | TIP #324 IMPLEMENTATION | das | 2008-12-10 | 1 | -2/+34 |
| | |||||
* | * generic/tkInt.h: Turn [tk] into an ensemble (thoyts, steffen) | das | 2008-12-10 | 1 | -1/+6 |
| | | | | | | * generic/tkBusy.c: * generic/tkCmds.c: * generic/tkWindow.c: | ||||
* | * macosx/tkMacOSXInit.c (TkpInit): unconditionally show Tk console | das | 2008-12-09 | 1 | -1/+6 |
| | | | | if TK_CONSOLE env var is set. | ||||
* | TIP 337 | dgp | 2008-12-09 | 1 | -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. | jenglish | 2008-12-07 | 1 | -0/+3 |
| | | | | Factored out [ttk::bindMouseWheel] procedure. | ||||
* | Add native aqua elements for ttk::spinbox [Bug 2219588]. | jenglish | 2008-12-07 | 1 | -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. | dkf | 2008-12-06 | 1 | -0/+13 |
| | |||||
* | Added vista theme to iron out the visual differences between vista and XP. | patthoyts | 2008-12-05 | 1 | -0/+7 |
| | |||||
* | Clean up PS prolog generation, getting rid of an obsolete file, and stop text | dkf | 2008-12-05 | 1 | -0/+9 |
| | | | | from going wildly wrong when Xft is used. [Bug 2107938] | ||||
* | Move 10 functions from tkText.h to | nijtmans | 2008-12-04 | 1 | -0/+7 |
| | | | | stub table [Feature Request 220906] | ||||
* | Add mentions of Toolbutton style to relevant ttk manpages. | dkf | 2008-12-04 | 1 | -3/+9 |
| | |||||
* | Add new "hover" state | jenglish | 2008-12-03 | 1 | -0/+7 |
| | | | | (patch from Pat Thoyts; needed to support proper visual feedback on Vista). | ||||
* | Minor indentation/capitalization corrections | dkf | 2008-12-02 | 1 | -8/+8 |
| | |||||
* | Use a styled frame around the popdown listbox so we can adjust the border ↵ | patthoyts | 2008-11-29 | 1 | -0/+11 |
| | | | | for each theme as needed. | ||||
* | Millimeter patch. Fixes [1813597,2218964] by eliminating the functional ↵ | ferrieux | 2008-11-27 | 1 | -0/+7 |
| | | | | redundancy and unnecessary loss of precision of the {pixel,mm}ObjType tandem. | ||||
* | elminate warning: unused variable 'tkwin' | nijtmans | 2008-11-27 | 1 | -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 ↵ | patthoyts | 2008-11-23 | 1 | -0/+4 |
| | | | | generated. | ||||
* | Fixed some locale dependencies to reduce the noise on non-English systems | patthoyts | 2008-11-23 | 1 | -0/+5 |
| | |||||
* | Added angled text support to demonstration | dkf | 2008-11-22 | 1 | -0/+5 |
| | |||||
* | [Bug 1991930] combobox dropdown needs to be topmost | patthoyts | 2008-11-22 | 1 | -2/+2 |
| | |||||
* | [Bug 1939129] combobox dropdown was drawn behind topmost toplevels. | patthoyts | 2008-11-22 | 1 | -0/+2 |
| | |||||
* | Fixed up complaints from MSVC engendered by the last commit. In particular ↵ | patthoyts | 2008-11-22 | 1 | -0/+7 |
| | | | | replaced round() which is a C99 function. | ||||
* | TIP#119 implementation. [Patch 1611359] | dkf | 2008-11-22 | 1 | -156/+171 |
| | |||||
* | [Bug 2307837] avoid some locale-dependent failures by using id's or an ↵ | patthoyts | 2008-11-22 | 1 | -0/+5 |
| | | | | english constraint | ||||
* | Remove inoperative text stating that slave windows must be | jenglish | 2008-11-19 | 1 | -0/+6 |
| | | | | direct children of the master [Bug 1824996]. | ||||
* | remove unnoticed CVS conflict in ChangeLog | nijtmans | 2008-11-19 | 1 | -21/+0 |
| | |||||
* | Minor simplification in fix for [Bug 2312027]: | nijtmans | 2008-11-18 | 1 | -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]. | jenglish | 2008-11-16 | 1 | -0/+5 |
| | |||||
* | Explained constraints on [wm overrideredirect] better. [Bug 2282861] | dkf | 2008-11-16 | 1 | -55/+61 |
| | |||||
* | bug 2239034: restrict [wm manage] to Frame type widgets | patthoyts | 2008-11-15 | 1 | -2/+12 |
| | |||||
* | ttkWidget.c: Reworked widget construction and destruction sequence; | jenglish | 2008-11-13 | 1 | -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 the | patthoyts | 2008-11-12 | 1 | -0/+5 |
| | | | | window path for anchors. | ||||
* | fix [Bug 2265860] new test failures | nijtmans | 2008-11-12 | 1 | -0/+4 |
| | |||||
* | Use -O2 as gcc optimization compiler flag, and get | nijtmans | 2008-11-12 | 1 | -0/+4 |
| | | | | rid of -Wno-implicit-int for UNIX | ||||
* | modify Tk_Create(Old)ImageType signature, relaxing | nijtmans | 2008-11-12 | 1 | -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]. | jenglish | 2008-11-11 | 1 | -0/+5 |
| | |||||
* | reverted change from 2008-11-06 (was under the impression that | nijtmans | 2008-11-11 | 1 | -0/+6 |
| | | | | "-Wno-implicit-int" added an extra warning) | ||||
* | Ttk widget initializeProc()s now return void instead of | jenglish | 2008-11-09 | 1 | -3/+15 |
| | | | | | a status code, and are no longer allowed to fail. (Fix for #2207435 in progress). | ||||
* | One more (hopefully the last) signature change | nijtmans | 2008-11-09 | 1 | -2/+5 |
| | | | | in Tk_CreatePhotoImageFormat | ||||
* | One more (hopefully the last) signature change | nijtmans | 2008-11-09 | 1 | -0/+5 |
| | | | | in Tk_CreateSmoothMethod. | ||||
* | Remove unnecessary casts from ttkWidget.c. | jenglish | 2008-11-09 | 1 | -0/+4 |
| | | | | (More remain in other files; will get to those later). | ||||
* | make all Tk_CustomOption tables const and | nijtmans | 2008-11-09 | 1 | -0/+11 |
| | | | | remove unnecessary type cast | ||||
* | add "-Wno-implicit-int" flag for gcc, as on UNIX | nijtmans | 2008-11-06 | 1 | -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]. | dkf | 2008-11-06 | 1 | -12/+17 |
| | |||||
* | no need to use CONST in internal header files | nijtmans | 2008-11-05 | 1 | -0/+2 |
| | |||||
* | fix [Bug 1866774 ] Remove X10 references from docs | nijtmans | 2008-11-05 | 1 | -0/+2 |
| | |||||
* | CONSTify string and fileName parameters of TkGetBitmapData | nijtmans | 2008-11-05 | 1 | -0/+6 |
| | | | | more internal -Wwrite-string warning fixes | ||||
* | fix [Bug 2226093] const changes not all correct | nijtmans | 2008-11-05 | 1 | -0/+6 |
| | | | | more internal -Wwrite-string warning fixes |