| Commit message (Expand) | Author | Age | Files | Lines |
* | correct 8.5a6 release year | hobbs | 2007-04-22 | 1 | -2/+2 |
|
|
* | updated for 8.5a6 changes | hobbs | 2007-04-22 | 2 | -3/+42 |
|
|
* | fix bug ref | das | 2007-04-21 | 1 | -2/+3 |
|
|
* | * macosx/tkMacOSXBitmap.c, macosx/tkMacOSXButton.c: | hobbs | 2007-04-21 | 19 | -7650/+8137 |
|
|
* | 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 | 6 | -602/+746 |
|
|
* | Squelch some warnings from GCC. | dkf | 2007-04-17 | 1 | -6/+6 |
|
|
* | Reduce the #ifdef count a lot by adding debug-print macros | dkf | 2007-04-13 | 19 | -8134/+7665 |
|
|
* | * library/ttk/panedwindow.tcl (ttk::panedwindow::Press): handle | hobbs | 2007-04-13 | 2 | -2/+7 |
|
|
* | Skip OS version test, should work on Vista/Aero now as well as XP | jenglish | 2007-04-10 | 2 | -37/+32 |
|
|
* | Re-sync with Tile codebase so patches can flow back and forth. | jenglish | 2007-04-10 | 2 | -110/+53 |
|
|
* | BUGFIX (Ttk_BuildLayoutTemplate): Nested TTK_GROUP nodes did not work | jenglish | 2007-03-21 | 2 | -2/+18 |
|
|
* | *Correct* fix for #1676770: | jenglish | 2007-03-09 | 2 | -3/+6 |
|
|
* | test grid-21.7: Remove 'pack propagate . 0' call, | jenglish | 2007-03-08 | 2 | -2/+6 |
|
|
* | revert premature commit | das | 2007-03-07 | 1 | -13/+1 |
|
|
* | * generic/tkMain.c (Tk_MainEx): replicate macosx-specific code from | das | 2007-03-07 | 12 | -18/+965 |
|
|
* | Comment typo nit | dkf | 2007-02-28 | 1 | -2/+2 |
|
|
* | Added compliler define SUPPORT_CONFIG_EMBEDDED to support config of -use opti... | chengyemao | 2007-02-28 | 2 | -3/+4 |
|
|
* | Added compliler #ifdef SUPPORT_CONFIG_EMBEDDED to support config of -use opti... | chengyemao | 2007-02-28 | 1 | -1/+9 |
|
|
* | Minor syntactic stuff | dkf | 2007-02-27 | 5 | -227/+216 |
|
|
* | Minor cleanup | dkf | 2007-02-27 | 1 | -13/+7 |
|
|
* | Fix silly typos (thanks to Andreas Kupries for finding) | dkf | 2007-02-27 | 1 | -69/+58 |
|
|
* | Fixed grid anchor center problem in labelframes. [Bug 1545765] | pspjuth | 2007-02-25 | 3 | -4/+42 |
|
|
* | inverted logic in previous commit | das | 2007-02-24 | 1 | -3/+3 |
|
|
* | * library/ttk/notebook.tcl (ttk::notebook::enableTraversal): OS X | hobbs | 2007-02-24 | 2 | -3/+13 |
|
|
* | D'oh! | dkf | 2007-02-23 | 1 | -2/+2 |
|
|
* | Reduce the number of warnings | dkf | 2007-02-23 | 3 | -58/+51 |
|
|
* | 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 | 17 | -1672/+1722 |
|
|
* | * unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch. | hobbs | 2007-02-19 | 3 | -2/+18 |
|
|
* | * library/tkfbox.tcl (::tk::IconList_Goto): avoid goto issues in | hobbs | 2007-02-19 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | Windows build fixes | Joe Mistachkin | 2007-02-09 | 3 | -4/+16 |
|
|
* | Add no-op [package ifneeded] script for tile 0.8.0, | jenglish | 2007-02-06 | 2 | -1/+10 |
|
|
* | * unix/tcl.m4: use gcc4's __attribute__((__visibility__("hidden"))) if | das | 2007-02-04 | 5 | -27/+134 |
|
|
* | see log | Joe Mistachkin | 2007-02-04 | 4 | -7/+26 |
|
|
* | Support IsAppThemed() call. This is what is used when theming is | patthoyts | 2007-02-02 | 2 | -3/+13 |
|
|
* | * macosx/Wish.xcodeproj/project.pbxproj: extract build settings that | das | 2007-01-28 | 10 | -482/+950 |
|
|
* | * unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possible and | das | 2007-01-25 | 3 | -8/+29 |
|
|
* | Build fix for man2tcl.c with MSVC8 | Joe Mistachkin | 2007-01-19 | 2 | -3/+9 |
|
|