Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 | ||||
* | tkWinTest.c: fix warning: assignment discards qualifiers from pointer target ↵ | nijtmans | 2008-11-03 | 1 | -1/+1 |
| | | | | type | ||||
* | ttkEntry.c: fix warning: unused variable 'currentValue' | nijtmans | 2008-11-03 | 1 | -0/+6 |
| | | | | 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 | 1 | -0/+2 |
| | | | | tcl strings without \r | ||||
* | Fixed an embedding test that became broken during the test upgrade. Killing ↵ | patthoyts | 2008-11-03 | 1 | -0/+1 |
| | | | | 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 | 1 | -0/+1 |
| | | | | suitable constraints and cloned some tests | ||||
* | const fixes for windows code | patthoyts | 2008-11-03 | 1 | -0/+4 |
| | |||||
* | more internal -Wwrite-strings warning fixes | nijtmans | 2008-11-02 | 1 | -2/+13 |
| | |||||
* | Implementation of TIP 97 - canvas imove and rchars methods. | dkf | 2008-11-01 | 1 | -0/+10 |
| | |||||
* | Implemented the themed spinbox widget ttk::spinbox. | patthoyts | 2008-11-01 | 1 | -0/+17 |
| | |||||
* | Temporary workaround for [Bug 2207435] | jenglish | 2008-10-31 | 1 | -0/+4 |
| | |||||
* | more internal -Wwrite-strings warning fixes | nijtmans | 2008-10-30 | 1 | -0/+19 |
| | |||||
* | * tests/unixSelect.test: Revise the unixSelect-1.* tests so that | dgp | 2008-10-30 | 1 | -0/+8 |
| | | | | | | | 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 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | Remove incorrect 'const' qualifier. | jenglish | 2008-10-29 | 1 | -0/+5 |
| | | | | Remove useless 'register' declarations too, while we're at it. | ||||
* | formatting | dgp | 2008-10-29 | 1 | -17/+17 |
| | |||||
* | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindow | nijtmans | 2008-10-28 | 1 | -0/+20 |
| | | | | | and Tk_ParseArgv. move TkSelGetSelection to internal stub table (needed in tkWinTest.c) | ||||
* | Expanded set of symbolic cursors. | jenglish | 2008-10-28 | 1 | -0/+9 |
| | | | | | Add correct platform-specific cursors for OSX [Bug 2054562] Use correct cursor for ttk::entry and ttk::combobox widgets [Bug 1534835] | ||||
* | * win/tkWinTest.c: Revise [testclipboard] to form that | dgp | 2008-10-28 | 1 | -0/+6 |
| | | | | | * tests/winClipboard.test: handles encodings. [Bug 2191960] * tests/constraints.tcl: [tcltest::bytestring] no longer used. | ||||
* | Disable test ttk-6.3, it's not applicable [Bug 2175411]. | jenglish | 2008-10-24 | 1 | -0/+9 |
| | | | | | | Use different Tcl_AssocData key for Ttk so the tile extension can be loaded into an 8.6 interp, in the off-chance that anyone wants to do this. | ||||
* | Silence warning. | dkf | 2008-10-24 | 1 | -0/+5 |
| | |||||
* | * README: Bump version number to 8.6a4 | dgp | 2008-10-23 | 1 | -0/+12 |
| | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | Letting CONST die a slow and graceful death, since NO_CONST was | nijtmans | 2008-10-22 | 1 | -0/+14 |
| | | | | broken since 8.4 and no-one complained about it. | ||||
* | Factor out the platform-specific bits of [tk busy]. [Bug 2180919] | dkf | 2008-10-20 | 1 | -0/+6 |
| | |||||
* | Implementation of the [tk busy] command on non-OSX. | dkf | 2008-10-18 | 1 | -14/+21 |
| | | | | Adapted from [Patch 1997907] | ||||
* | [Bug 1825353] To fix a problem with tiny fonts on Russian versions of | patthoyts | 2008-10-18 | 1 | -0/+6 |
| | | | | | Windows we will avoid removing the internal leading for fixed width fonts. See the bug for more details on why this change is as it is. |