Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Remove incorrect 'const' qualifier. | jenglish | 2008-10-29 | 2 | -7/+12 |
| | | | | Remove useless 'register' declarations too, while we're at it. | ||||
* | CONST update | dgp | 2008-10-29 | 1 | -2/+2 |
| | |||||
* | formatting | dgp | 2008-10-29 | 1 | -17/+17 |
| | |||||
* | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindow | nijtmans | 2008-10-28 | 20 | -97/+132 |
| | | | | | and Tk_ParseArgv. move TkSelGetSelection to internal stub table (needed in tkWinTest.c) | ||||
* | Expanded set of symbolic cursors. | jenglish | 2008-10-28 | 7 | -37/+217 |
| | | | | | 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 | 4 | -28/+23 |
| | | | | | * tests/winClipboard.test: handles encodings. [Bug 2191960] * tests/constraints.tcl: [tcltest::bytestring] no longer used. | ||||
* | Tweaking for better readability. | dkf | 2008-10-27 | 2 | -71/+92 |
| | |||||
* | Code style improvements, especially including making code less deeply nested. | dkf | 2008-10-27 | 10 | -1940/+2014 |
| | |||||
* | Disable test ttk-6.3, it's not applicable [Bug 2175411]. | jenglish | 2008-10-24 | 3 | -16/+15 |
| | | | | | | 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 | 2 | -4/+10 |
| | |||||
* | * README: Bump version number to 8.6a4 | dgp | 2008-10-23 | 9 | -21/+33 |
| | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | fix TkX11 build | das | 2008-10-23 | 1 | -2/+2 |
| | |||||
* | Letting CONST die a slow and graceful death, since NO_CONST was | nijtmans | 2008-10-22 | 12 | -896/+910 |
| | | | | broken since 8.4 and no-one complained about it. | ||||
* | add tkBusy.c | das | 2008-10-22 | 1 | -1/+7 |
| | |||||
* | fix GenericEvent Tcl_Panic error | das | 2008-10-22 | 1 | -2/+2 |
| | |||||
* | Reduce number of casts | dkf | 2008-10-20 | 1 | -2/+2 |
| | |||||
* | Correct mistake in [tk busy configure]. | dkf | 2008-10-20 | 1 | -27/+27 |
| | |||||
* | fix compile errors and warnings | dgp | 2008-10-20 | 1 | -9/+10 |
| | |||||
* | Factor out the platform-specific bits of [tk busy]. [Bug 2180919] | dkf | 2008-10-20 | 10 | -428/+617 |
| | |||||
* | msvc uses __inline, so added the necessary macro now that we are using this | patthoyts | 2008-10-19 | 1 | -3/+4 |
| | |||||
* | Implementation of the [tk busy] command on non-OSX. | dkf | 2008-10-18 | 14 | -50/+1988 |
| | | | | Adapted from [Patch 1997907] | ||||
* | [Bug 1825353] To fix a problem with tiny fonts on Russian versions of | patthoyts | 2008-10-18 | 2 | -3/+22 |
| | | | | | 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. | ||||
* | Avoid const jiggling by using Tcl_SetObjResult | patthoyts | 2008-10-18 | 1 | -2/+3 |
| | |||||
* | Add "const" to many internal | nijtmans | 2008-10-17 | 51 | -347/+397 |
| | | | | | | | | const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries. | ||||
* | fix missing "-Wl," prefix in HP-UX build | nijtmans | 2008-10-17 | 2 | -2/+2 |
| |