| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | More warning squelching (mostly uninit variable warnings) | dkf | 2007-01-12 | 1 | -2/+4 |
|
|
* | Quell type-punning warnings from gcc/unix build | dkf | 2007-01-12 | 1 | -5/+5 |
|
|
* | Revert previous change to keep in sync with Tile codebase. | jenglish | 2007-01-11 | 11 | -86/+75 |
|
|
* | Many minute fixes to reduce number of minor warnings from GCC. | dkf | 2007-01-11 | 15 | -106/+116 |
|
|
* | Revert addition of contravariant 'const' qualifiers, | jenglish | 2007-01-11 | 13 | -44/+44 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-05 | 10 | -47/+47 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-03 | 36 | -118/+119 |
|
|
* | various "const" additions in implementation | nijtmans | 2007-01-03 | 8 | -28/+28 |
|
|
* | Various small syntactic simplifications of ImgPhotoGet() | dkf | 2007-01-02 | 1 | -52/+49 |
|
|
* | ImageElement clientData no longer needed. | jenglish | 2006-12-25 | 1 | -22/+11 |
|
|
* | Remove assert() calls - Don't Panic | jenglish | 2006-12-18 | 1 | -12/+6 |
|
|
* | Big batch of ttk::treeview improvements: | jenglish | 2006-12-18 | 2 | -154/+412 |
|
|
* | Use more portable string literals | dgp | 2006-12-18 | 5 | -2162/+1985 |
|
|
* | Add combobox -height option; only show scrollbar if the listbox | jenglish | 2006-12-17 | 1 | -1/+6 |
|
|
* | Global reduction: use per-file *_Init() routines to reduce | jenglish | 2006-12-14 | 16 | -179/+211 |
|
|
* | * generic/ttk/ttkInit.c: | hobbs | 2006-12-13 | 3 | -14/+6 |
|
|
* | Try to straighten out theme loading and selection logic. | jenglish | 2006-12-13 | 2 | -2/+9 |
|
|
* | Remove nonfunctional code and incorrect comments. | jenglish | 2006-12-13 | 1 | -9/+1 |
|
|
* | Rename typedef Ttk_Element => Ttk_ElementImpl. | jenglish | 2006-12-10 | 6 | -23/+23 |
|
|
* | fix warning | das | 2006-12-10 | 1 | -2/+2 |
|
|
* | Merged duplicate functionality between image element factory, | jenglish | 2006-12-09 | 7 | -264/+274 |
|
|
* | * generic/tkListbox.c (ConfigureListboxItem): ListboxWorldChanged | hobbs | 2006-12-04 | 1 | -5/+10 |
|
|
* | TIP#286 implementation. [Patch 1152376] | dkf | 2006-12-04 | 1 | -19/+64 |
|
|
* | TIP 300 IMPLEMENTATION | Kevin B Kenny | 2006-12-01 | 3 | -14/+75 |
|
|
* | Dead code removal. | jenglish | 2006-12-01 | 2 | -8/+2 |
|
|
* | * generic/ttk/ttkWidget.c, generic/ttk/ttkPaned.c Fix for #1603506 | jenglish | 2006-11-27 | 4 | -87/+75 |
|
|
* | * library/ttk/altTheme.tcl, library/ttk/clamTheme.tcl, | jenglish | 2006-11-24 | 3 | -24/+29 |
|
|
* | Add support for alternate/indeterminate checkbutton state. | jenglish | 2006-11-21 | 1 | -5/+1 |
|
|
* | Fix off-by-one bug in tree indicator size computation [#1596021, | jenglish | 2006-11-14 | 1 | -7/+7 |
|
|
* | *correct* fix for #1588251. | jenglish | 2006-11-13 | 1 | -7/+9 |
|
|
* | Reworked cleanup procedure -- "self-cancelling" idle call is not robust, | jenglish | 2006-11-12 | 1 | -15/+12 |
|
|