| Commit message (Expand) | Author | Age | Files | Lines |
* | ttkWidget.c: Reworked widget construction and destruction sequence; | jenglish | 2008-11-13 | 2 | -109/+129 |
|
|
* | Small syntactic improvements | dkf | 2008-11-12 | 1 | -18/+23 |
|
|
* | fix [Bug 2265860] new test failures | nijtmans | 2008-11-12 | 1 | -2/+2 |
|
|
* | modify Tk_Create(Old)ImageType signature, relaxing | nijtmans | 2008-11-12 | 7 | -50/+101 |
|
|
* | Don't crash when application uses nondefault visual [#2264732]. | jenglish | 2008-11-11 | 1 | -3/+2 |
|
|
* | Ttk widget initializeProc()s now return void instead of | jenglish | 2008-11-09 | 11 | -49/+30 |
|
|
* | One more (hopefully the last) signature change | nijtmans | 2008-11-09 | 3 | -11/+11 |
|
|
* | One more (hopefully the last) signature change | nijtmans | 2008-11-09 | 6 | -18/+18 |
|
|
* | Remove unnecessary casts from ttkWidget.c. | jenglish | 2008-11-09 | 1 | -15/+14 |
|
|
* | make all Tk_CustomOption tables const and | nijtmans | 2008-11-09 | 8 | -61/+46 |
|
|
* | More small changes to use C89 better and manage the result more efficiently. | dkf | 2008-11-08 | 12 | -207/+176 |
|
|
* | 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 | 21 | -370/+356 |
|
|
* | add "-Wno-implicit-int" flag for gcc, as on UNIX | nijtmans | 2008-11-06 | 1 | -2/+2 |
|
|
* | no need to use CONST in internal header files | nijtmans | 2008-11-05 | 4 | -21/+21 |
|
|
* | CONSTify string and fileName parameters of TkGetBitmapData | nijtmans | 2008-11-05 | 4 | -31/+33 |
|
|
* | ttkEntry.c: fix warning: unused variable 'currentValue' | nijtmans | 2008-11-03 | 2 | -16/+15 |
|
|
* | Added cast to work around stupid type inference bug in MSVC. Apparently it | dkf | 2008-11-03 | 1 | -2/+2 |
|
|
* | 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 | 5 | -42/+42 |
|
|
* | Implementation of TIP 97 - canvas imove and rchars methods. | dkf | 2008-11-01 | 5 | -700/+942 |
|
|
* | Implemented the themed spinbox widget ttk::spinbox. | patthoyts | 2008-11-01 | 1 | -68/+350 |
|
|
* | Temporary workaround for [Bug 2207435] | jenglish | 2008-10-31 | 1 | -1/+2 |
|
|
* | more internal -Wwrite-strings warning fixes | nijtmans | 2008-10-30 | 16 | -80/+72 |
|
|
* | [Bug 2190619] Warnings due to Tk_SmoothMethod | nijtmans | 2008-10-30 | 8 | -80/+65 |
|
|
* | Remove incorrect 'const' qualifier. | jenglish | 2008-10-29 | 1 | -7/+7 |
|
|
* | CONST update | dgp | 2008-10-29 | 1 | -2/+2 |
|
|
* | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindow | nijtmans | 2008-10-28 | 18 | -85/+103 |
|
|
* | Disable test ttk-6.3, it's not applicable [Bug 2175411]. | jenglish | 2008-10-24 | 1 | -10/+5 |
|
|
* | Silence warning. | dkf | 2008-10-24 | 1 | -4/+5 |
|
|
* | * README: Bump version number to 8.6a4 | dgp | 2008-10-23 | 1 | -3/+3 |
|
|
* | Letting CONST die a slow and graceful death, since NO_CONST was | nijtmans | 2008-10-22 | 11 | -896/+896 |
|
|
* | 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 | 3 | -324/+79 |
|
|
* | Implementation of the [tk busy] command on non-OSX. | dkf | 2008-10-18 | 4 | -10/+1238 |
|
|
* | Avoid const jiggling by using Tcl_SetObjResult | patthoyts | 2008-10-18 | 1 | -2/+3 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-17 | 36 | -153/+151 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-15 | 11 | -35/+35 |
|
|
* | Added new utility function: TkNewWindowObj() | dkf | 2008-10-14 | 2 | -46/+74 |
|
|
* | Correct error result generation of [$canvas select clear $bogus]. | dkf | 2008-10-11 | 1 | -2/+2 |
|
|
* | removed bogus comment | dkf | 2008-10-09 | 1 | -3/+3 |
|
|
* | * generic/tkListbox.c: Make literal return values consistent with | dgp | 2008-10-09 | 1 | -3/+3 |
|
|
* | comment formatting | dkf | 2008-10-09 | 1 | -4/+3 |
|
|
* | minor corrections | dkf | 2008-10-05 | 2 | -6/+5 |
|
|
* | Greatly clean up Tk's handling of the writability of the Tcl result object. | dkf | 2008-10-05 | 14 | -194/+175 |
|
|
* | typo | dkf | 2008-10-03 | 2 | -4/+4 |
|
|
* | Convert %g to Tcl_PrintDouble to avoid locale trouble. [Bug 2112563] | dkf | 2008-10-03 | 5 | -84/+102 |
|
|
* | Implemented TIP #236 from patch by Neil McKay. | dkf | 2008-09-30 | 1 | -158/+228 |
|
|