Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 | ||||
* | const fixes for windows code | patthoyts | 2008-11-03 | 2 | -13/+19 |
| | |||||
* | Added cast to work around stupid type inference bug in MSVC. Apparently it | dkf | 2008-11-03 | 1 | -2/+2 |
| | | | | can't tell the difference between 'const char **' and 'char *const *'... | ||||
* | Forgot to check this in due to local network woes. | dkf | 2008-11-02 | 1 | -43/+52 |
| | |||||
* | more internal -Wwrite-strings warning fixes | nijtmans | 2008-11-02 | 8 | -58/+75 |
| | |||||
* | Cleanup and document TK_MOVABLE_POINTS | dkf | 2008-11-01 | 1 | -78/+167 |
| | |||||
* | Implementation of TIP 97 - canvas imove and rchars methods. | dkf | 2008-11-01 | 8 | -904/+1326 |
| | |||||
* | Implemented the themed spinbox widget ttk::spinbox. | patthoyts | 2008-11-01 | 15 | -83/+933 |
| | |||||
* | Minor formatting/usage correction | dkf | 2008-11-01 | 1 | -2/+3 |
| | |||||
* | Temporary workaround for [Bug 2207435] | jenglish | 2008-10-31 | 2 | -1/+6 |
| | |||||
* | more internal -Wwrite-strings warning fixes | nijtmans | 2008-10-30 | 17 | -80/+91 |
| | |||||
* | * tests/unixSelect.test: Revise the unixSelect-1.* tests so that | dgp | 2008-10-30 | 2 | -67/+49 |
| | | | | | | | they test the ability of Tk's selection mechanism to faithfully pass valid Tcl values without corruption, and stop testing details of Tcl's internal encoding scheme. With this change, the Tk test suite no longer uses the identity encoding or [string bytelength]. | ||||
* | [Bug 2190619] Warnings due to Tk_SmoothMethod | nijtmans | 2008-10-30 | 10 | -83/+79 |
| | | | | | | | | | | | | | | | | name constness change. Although dkf's solution (simply adding a type cast) is correct as well, changing the return value (as das suggested) has the advantage that all Tk_OptionPrintProc implementations don't need a type cast any more in its code. This makes all those functions robust against the -Wwrite-strings warning option. Further on, the customPtr field of Tk_ConfigSpec can be a constant, without any danger of source incompatibility. |