| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove inoperative text stating that slave windows must be | jenglish | 2008-11-19 | 1 | -0/+6 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | bug #1777362 - handle windows with funky names by avoiding use of the | patthoyts | 2008-11-12 | 1 | -0/+5 |
|
|
* | 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 |
|
|
* | modify Tk_Create(Old)ImageType signature, relaxing | nijtmans | 2008-11-12 | 1 | -0/+11 |
|
|
* | 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 |
|
|
* | Ttk widget initializeProc()s now return void instead of | jenglish | 2008-11-09 | 1 | -3/+15 |
|
|
* | One more (hopefully the last) signature change | nijtmans | 2008-11-09 | 1 | -2/+5 |
|
|
* | One more (hopefully the last) signature change | nijtmans | 2008-11-09 | 1 | -0/+5 |
|
|
* | Remove unnecessary casts from ttkWidget.c. | jenglish | 2008-11-09 | 1 | -0/+4 |
|
|
* | make all Tk_CustomOption tables const and | nijtmans | 2008-11-09 | 1 | -0/+11 |
|
|
* | add "-Wno-implicit-int" flag for gcc, as on UNIX | nijtmans | 2008-11-06 | 1 | -0/+7 |
|
|
* | 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 |
|
|
* | fix [Bug 2226093] const changes not all correct | nijtmans | 2008-11-05 | 1 | -0/+6 |
|
|
* | tkWinTest.c: fix warning: assignment discards qualifiers from pointer target ... | nijtmans | 2008-11-03 | 1 | -1/+1 |
|
|
* | ttkEntry.c: fix warning: unused variable 'currentValue' | nijtmans | 2008-11-03 | 1 | -0/+6 |
|
|
* | Fixed broken test. testclipboard no longer returns binary data but proper tcl... | patthoyts | 2008-11-03 | 1 | -0/+2 |
|
|
* | Fixed an embedding test that became broken during the test upgrade. Killing a... | patthoyts | 2008-11-03 | 1 | -0/+1 |
|
|
* | busy tests: the default wait cursor on windows is wait not watch, so added su... | patthoyts | 2008-11-03 | 1 | -0/+1 |
|
|
* | 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 |
|
|
* | [Bug 2190619] Warnings due to Tk_SmoothMethod | nijtmans | 2008-10-30 | 1 | -0/+11 |
|
|
* | Remove incorrect 'const' qualifier. | jenglish | 2008-10-29 | 1 | -0/+5 |
|
|
* | formatting | dgp | 2008-10-29 | 1 | -17/+17 |
|
|
* | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindow | nijtmans | 2008-10-28 | 1 | -0/+20 |
|
|
* | Expanded set of symbolic cursors. | jenglish | 2008-10-28 | 1 | -0/+9 |
|
|
* | * win/tkWinTest.c: Revise [testclipboard] to form that | dgp | 2008-10-28 | 1 | -0/+6 |
|
|
* | Disable test ttk-6.3, it's not applicable [Bug 2175411]. | jenglish | 2008-10-24 | 1 | -0/+9 |
|
|
* | Silence warning. | dkf | 2008-10-24 | 1 | -0/+5 |
|
|
* | * README: Bump version number to 8.6a4 | dgp | 2008-10-23 | 1 | -0/+12 |
|
|
* | Letting CONST die a slow and graceful death, since NO_CONST was | nijtmans | 2008-10-22 | 1 | -0/+14 |
|
|
* | 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 |
|
|
* | [Bug 1825353] To fix a problem with tiny fonts on Russian versions of | patthoyts | 2008-10-18 | 1 | -0/+6 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -0/+50 |
|
|