Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed QWERTY/AZERTY sensitivity of key event generation test | ferrieux | 2008-11-22 | 1 | -3/+3 |
| | |||||
* | Added angled text support to demonstration | dkf | 2008-11-22 | 2 | -18/+50 |
| | |||||
* | GOOBE on Win, where stippling and angling work poorly together... | dkf | 2008-11-22 | 1 | -3/+3 |
| | |||||
* | demo angled text | das | 2008-11-22 | 1 | -2/+2 |
| | |||||
* | reduce number of CTM manipulation calls | das | 2008-11-22 | 1 | -4/+4 |
| | |||||
* | use M_PI when available, remove redundant definitions of PI | das | 2008-11-22 | 3 | -10/+7 |
| | |||||
* | [Bug 1991930] combobox dropdown needs to be topmost | patthoyts | 2008-11-22 | 2 | -5/+4 |
| | |||||
* | [Bug 1939129] combobox dropdown was drawn behind topmost toplevels. | patthoyts | 2008-11-22 | 2 | -1/+5 |
| | |||||
* | Added documentation on the -angle option for text items | dkf | 2008-11-22 | 1 | -1/+10 |
| | |||||
* | Fixed up complaints from MSVC engendered by the last commit. In particular ↵ | patthoyts | 2008-11-22 | 5 | -42/+51 |
| | | | | replaced round() which is a C99 function. | ||||
* | TIP#119 implementation. [Patch 1611359] | dkf | 2008-11-22 | 10 | -660/+1922 |
| | |||||
* | Fixed internationalization issues with the winDialog tests | patthoyts | 2008-11-22 | 1 | -3/+4 |
| | |||||
* | [Bug 2307837] avoid some locale-dependent failures by using id's or an ↵ | patthoyts | 2008-11-22 | 3 | -34/+76 |
| | | | | english constraint | ||||
* | Remove inoperative text stating that slave windows must be | jenglish | 2008-11-19 | 2 | -2/+7 |
| | | | | 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 | 7 | -28/+54 |
| | | | | | | | | 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 | 4 | -9/+21 |
| | |||||
* | Explained constraints on [wm overrideredirect] better. [Bug 2282861] | dkf | 2008-11-16 | 2 | -56/+69 |
| | |||||
* | bug 2239034: restrict [wm manage] to Frame type widgets | patthoyts | 2008-11-15 | 8 | -24/+155 |
| | |||||
* | autoheader-2.59 | das | 2008-11-14 | 1 | -0/+6 |
| | |||||
* | remove -Wno-implicit-int | das | 2008-11-14 | 1 | -2/+2 |
| | |||||
* | ttkWidget.c: Reworked widget construction and destruction sequence; | jenglish | 2008-11-13 | 4 | -127/+177 |
| | | | | | | | 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 | 3 | -42/+100 |
| | | | | window path for anchors. | ||||
* | Small syntactic improvements | dkf | 2008-11-12 | 1 | -18/+23 |
| | |||||
* | fix [Bug 2265860] new test failures | nijtmans | 2008-11-12 | 2 | -2/+6 |
| | |||||
* | Use -O2 as gcc optimization compiler flag, and get | nijtmans | 2008-11-12 | 3 | -6/+16 |
| | | | | rid of -Wno-implicit-int for UNIX | ||||
* | modify Tk_Create(Old)ImageType signature, relaxing | nijtmans | 2008-11-12 | 9 | -55/+118 |
| | | | | | | | | | | 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 | 2 | -3/+7 |
| | |||||
* | reverted change from 2008-11-06 (was under the impression that | nijtmans | 2008-11-11 | 3 | -2/+8 |
| | | | | "-Wno-implicit-int" added an extra warning) | ||||
* | Ttk widget initializeProc()s now return void instead of | jenglish | 2008-11-09 | 12 | -52/+45 |
| | | | | | 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 | 6 | -20/+23 |
| | | | | in Tk_CreatePhotoImageFormat | ||||
* | One more (hopefully the last) signature change | nijtmans | 2008-11-09 | 7 | -18/+23 |
| | | | | in Tk_CreateSmoothMethod. | ||||
* | Remove unnecessary casts from ttkWidget.c. | jenglish | 2008-11-09 | 2 | -15/+18 |
| | | | | (More remain in other files; will get to those later). | ||||
* | make all Tk_CustomOption tables const and | nijtmans | 2008-11-09 | 9 | -61/+57 |
| | | | | remove unnecessary type cast | ||||
* | More small changes to use C89 better and manage the result more efficiently. | dkf | 2008-11-08 | 13 | -218/+187 |
| | |||||
* | Lots of small changes to make code more pretty and C89-like. | dkf | 2008-11-08 | 1 | -115/+110 |
| | |||||
* | Lots of small changes to make code more pretty and C89-like. | dkf | 2008-11-08 | 36 | -553/+586 |
| | |||||
* | add "-Wno-implicit-int" flag for gcc, as on UNIX | nijtmans | 2008-11-06 | 4 | -4/+11 |
| | | | | | Use tkUnixDefault.h under CygWin. With this change, at least the X11 version of Tk can be built with cygwin | ||||
* | regen | dkf | 2008-11-06 | 1 | -3540/+4025 |
| | |||||
* | Fix [Bug 2229999]. | dkf | 2008-11-06 | 2 | -13/+19 |
| | |||||
* | no need to use CONST in internal header files | nijtmans | 2008-11-05 | 5 | -21/+23 |
| | |||||
* | fix [Bug 1866774 ] Remove X10 references from docs | nijtmans | 2008-11-05 | 3 | -4/+6 |
| | |||||
* | CONSTify string and fileName parameters of TkGetBitmapData | nijtmans | 2008-11-05 | 7 | -61/+70 |
| | | | | more internal -Wwrite-string warning fixes | ||||
* | fix [Bug 2226093] const changes not all correct | nijtmans | 2008-11-05 | 4 | -13/+25 |
| | | | | more internal -Wwrite-string warning fixes | ||||
* | bug #2218949: force focus to the tested widget | patthoyts | 2008-11-03 | 1 | -2/+2 |
| | |||||
* | tkWinTest.c: fix warning: assignment discards qualifiers from pointer target ↵ | nijtmans | 2008-11-03 | 2 | -3/+3 |
| | | | | type | ||||
* | ttkEntry.c: fix warning: unused variable 'currentValue' | nijtmans | 2008-11-03 | 3 | -16/+21 |
| | | | | tkOldTest.c: fix warning: assignment discards qualifiers from pointer target type | ||||
* | Fixed broken test. testclipboard no longer returns binary data but proper ↵ | patthoyts | 2008-11-03 | 2 | -5/+25 |
| | | | | tcl strings without \r | ||||
* | Fixed an embedding test that became broken during the test upgrade. Killing ↵ | patthoyts | 2008-11-03 | 2 | -8/+10 |
| | | | | a contained window should not destroy the container. | ||||
* | busy tests: the default wait cursor on windows is wait not watch, so added ↵ | patthoyts | 2008-11-03 | 2 | -7/+63 |
| | | | | suitable constraints and cloned some tests |