| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleaning up whitespace, comments, declarations. No functional changes. | dkf | 2007-06-24 | 1 | -830/+825 |
|
|
* | Cleaning up whitespace, comments, declarations. No functional changes. | dkf | 2007-06-24 | 2 | -80/+77 |
|
|
* | Cleaning up whitespace, comments, declarations. No functional changes. | dkf | 2007-06-24 | 17 | -2195/+2160 |
|
|
* | * generic/tkImgPhoto.c (ImgPhotoConfigureInstance, DisposeInstance): | das | 2007-06-23 | 1 | -19/+12 |
|
|
* | Added -width and -height options. | jenglish | 2007-06-10 | 1 | -15/+69 |
|
|
* | Ttk_Manager API overhaul: | jenglish | 2007-06-09 | 5 | -339/+386 |
|
|
* | * generic/tkFont.c: #ifdef out debug msg printing to stderr. | das | 2007-05-31 | 2 | -3/+9 |
|
|
* | * generic/tk.h: Correct placement of #include <tcl.h> [Bug 1723812]. | dgp | 2007-05-30 | 1 | -8/+6 |
|
|
* | Fix comments. (Thanks to Emiliano for spotting) | dkf | 2007-05-24 | 1 | -3/+3 |
|
|
* | EntrySetValue: Ensure that widget is in a consistent state before setting | jenglish | 2007-05-18 | 1 | -5/+10 |
|
|
* | * unix/configure: autoconf-2.59 (FC6 fork) | dgp | 2007-05-18 | 1 | -3/+3 |
|
|
* | * generic/tk.decls: workaround 'make checkstubs' failures from | das | 2007-05-16 | 1 | -1/+19 |
|
|
* | Change Tk_InitStubs(), tkStubsPtr, and the auxilliary stubs table pointers | jenglish | 2007-05-16 | 1 | -16/+2 |
|
|
* | * generic/tkGrid.c: Stop crash due to list intrep shimmer [Bug 1677608] | dgp | 2007-05-15 | 1 | -3/+23 |
|
|
* | [Tk Bug 1712081] | dgp | 2007-05-14 | 9 | -149/+468 |
|
|
* | bug #1716613 propagate error from TkDeleteNamedFont. | patthoyts | 2007-05-11 | 1 | -5/+5 |
|
|
* | * generic/tkFileFilter.c (AddClause): OSType endianness fixes. | das | 2007-05-09 | 1 | -3/+5 |
|
|
* | TIP #145 implementation | patthoyts | 2007-05-04 | 2 | -23/+50 |
|
|
* | Another pun warning | dkf | 2007-05-03 | 1 | -2/+3 |
|
|
* | Fix more type pun warnings (those not found by my local version of GCC) | dkf | 2007-05-03 | 1 | -2/+4 |
|
|
* | Missed a place (or rather not all versions of GCC catch it.) | dkf | 2007-05-03 | 1 | -36/+21 |
|
|
* | Tackle [Bug 1711985] | dkf | 2007-05-03 | 2 | -17/+16 |
|
|
* | * generic/ttk/ttkTreeview.c(TagOptionSpecs): Use TK_OPTION_STRING | jenglish | 2007-04-28 | 1 | -4/+4 |
|
|
* | * generic/tkCanvas.c: allow -selectforeground option to be None; add | das | 2007-04-23 | 9 | -58/+156 |
|
|
* | Fix indentation error | dkf | 2007-04-17 | 1 | -4/+4 |
|
|
* | Add in cast for boneheadedness in VC's handling of const qualifiers | dkf | 2007-04-17 | 1 | -4/+5 |
|
|
* | Eliminate use of (VOID*) casts when calling memset or memcpy. | dkf | 2007-04-17 | 4 | -14/+13 |
|
|
* | Standardize function definition format. | dkf | 2007-04-17 | 2 | -265/+265 |
|
|
* | BUGFIX (Ttk_BuildLayoutTemplate): Nested TTK_GROUP nodes did not work | jenglish | 2007-03-21 | 1 | -2/+12 |
|
|
* | revert premature commit | das | 2007-03-07 | 1 | -13/+1 |
|
|
* | * generic/tkMain.c (Tk_MainEx): replicate macosx-specific code from | das | 2007-03-07 | 4 | -6/+921 |
|
|
* | Added compliler #ifdef SUPPORT_CONFIG_EMBEDDED to support config of -use opti... | chengyemao | 2007-02-28 | 1 | -1/+9 |
|
|
* | Fixed grid anchor center problem in labelframes. [Bug 1545765] | pspjuth | 2007-02-25 | 1 | -3/+7 |
|
|
* | D'oh! | dkf | 2007-02-23 | 1 | -2/+2 |
|
|
* | missing comma in previous commit | das | 2007-02-23 | 1 | -2/+2 |
|
|
* | Less of that K&R or wrongly indented function header style! | dkf | 2007-02-22 | 7 | -1175/+1163 |
|
|
* | fix crlf line endings | das | 2007-02-13 | 1 | -1517/+1517 |
|
|
* | Fix minor K&R-ism | dkf | 2007-02-13 | 1 | -54/+54 |
|
|
* | Fix minor K&R-ism | dkf | 2007-02-13 | 2 | -198/+204 |
|
|
* | Fix minor K&R-ism | dkf | 2007-02-13 | 1 | -3/+3 |
|
|
* | Fix minor K&R-ism | dkf | 2007-02-12 | 1 | -66/+67 |
|
|
* | Fix minor K&R-ism | dkf | 2007-02-12 | 2 | -233/+239 |
|
|
* | Fix minor K&R-ism | dkf | 2007-02-12 | 2 | -89/+87 |
|
|
* | Minor whitespace corrections | dkf | 2007-02-12 | 1 | -1516/+1517 |
|
|
* | Fix minor K&R-ism | dkf | 2007-02-12 | 1 | -5/+5 |
|
|
* | * macosx/Wish.xcodeproj/project.pbxproj: extract build settings that | das | 2007-01-28 | 1 | -6/+4 |
|
|
* | fix warning | das | 2007-01-19 | 1 | -2/+2 |
|
|
* | whitespace | das | 2007-01-19 | 3 | -5/+7 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-18 | 6 | -139/+139 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-18 | 5 | -115/+115 |
|
|