| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | * generic/tk.h: Dropped use of _ANSI_ARGS_ macro to preserve | dgp | 2008-09-03 | 2 | -162/+135 |
|
|
* | * generic/tkImgPhoto.c: Changed TclStack* calls to ck* calls so that | dgp | 2008-08-28 | 1 | -10/+8 |
|
|
* | * README: Bump version number to 8.6a3 | dgp | 2008-08-28 | 1 | -3/+3 |
|
|
* | Fix crash reported by Don Porter. | dkf | 2008-08-25 | 1 | -1/+3 |
|
|
* | Split the photo image core into two pieces to make it easier to maintain. | dkf | 2008-08-25 | 3 | -2170/+2288 |
|
|
* | Use ckrealloc to resize arrays... | dkf | 2008-08-21 | 1 | -11/+7 |
|
|
* | After some discussion with Joe English and subsequently the | georgeps | 2008-08-19 | 6 | -68/+23 |
|
|
* | generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floating | jenglish | 2008-08-19 | 1 | -11/+11 |
|
|
* | * README: Bump version number to 8.6a2 | dgp | 2008-08-12 | 1 | -4/+4 |
|
|
* | Fix for [Bug 2010422] "no event type or button # or keysym | jenglish | 2008-08-05 | 2 | -13/+30 |
|
|
* | * generic/tk.h: Added missing EXTERN for the Tcl_PkgInitStubsCheck | dgp | 2008-07-31 | 1 | -2/+2 |
|
|
* | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 33 | -173/+173 |
|
|
* | Audit: ensure that output arguments to Tk_Get*FromObj() are initialized, | jenglish | 2008-07-04 | 4 | -17/+15 |
|
|
* | * generic/tk.h: TIP 285 additions make Tk 8.6 call the new | dgp | 2008-06-19 | 1 | -3/+3 |
|
|
* | * README: Bump version number to 8.6a1 | dgp | 2008-06-19 | 1 | -3/+3 |
|
|
* | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 1 | -9/+58 |
|
|
* | * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore a | das | 2008-06-12 | 1 | -6/+4 |
|
|
* | * generic/ttk/ttkTreeview.c: fix warning. | das | 2008-06-12 | 1 | -3/+4 |
|
|
* | NSC | jenglish | 2008-06-01 | 1 | -3/+3 |
|
|
* | [ttk::style theme use] without an argument now returns the current theme | patthoyts | 2008-05-27 | 1 | -3/+40 |
|
|
* | fix warning | das | 2008-05-23 | 1 | -2/+3 |
|
|
* | Batch of ttk::treeview enhancements: | jenglish | 2008-05-23 | 7 | -334/+567 |
|
|
* | Avoid passing width or height <= 0 to Tk_RedrawImage, | jenglish | 2008-05-23 | 1 | -1/+7 |
|
|
* | Apply fix for [Bug 1639824] | dkf | 2008-05-14 | 1 | -4/+13 |
|
|
* | fix constness warnings | das | 2008-05-03 | 1 | -4/+4 |
|
|
* | More elimination of pre-C89-isms. | dkf | 2008-05-02 | 2 | -9/+9 |
|
|
* | Forgot to check in critical helper macro! | dkf | 2008-04-28 | 1 | -2/+8 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 70 | -2145/+2153 |
|
|
* | * generic/tkCanvas.c: Fix logic that determines when canvas item | dgp | 2008-04-17 | 1 | -4/+5 |
|
|
* | * generic/tkStubInit.c: make stubs tables static const | das | 2008-04-16 | 2 | -16/+18 |
|
|
* | Let the GIF writer use a real LZW compressor. | nijtmans | 2008-04-09 | 1 | -444/+321 |
|
|
* | a little cleanup, in preparation for replacing the gif compressor with a real... | nijtmans | 2008-04-09 | 1 | -92/+85 |
|
|