summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-239-58/+156
* Fix indentation errordkf2007-04-171-4/+4
* Add in cast for boneheadedness in VC's handling of const qualifiersdkf2007-04-171-4/+5
* Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-174-14/+13
* Standardize function definition format.dkf2007-04-172-265/+265
* BUGFIX (Ttk_BuildLayoutTemplate): Nested TTK_GROUP nodes did not workjenglish2007-03-211-2/+12
* revert premature commitdas2007-03-071-13/+1
* * generic/tkMain.c (Tk_MainEx): replicate macosx-specific code fromdas2007-03-074-6/+921
* Added compliler #ifdef SUPPORT_CONFIG_EMBEDDED to support config of -use opti...chengyemao2007-02-281-1/+9
* Fixed grid anchor center problem in labelframes. [Bug 1545765]pspjuth2007-02-251-3/+7
* D'oh!dkf2007-02-231-2/+2
* missing comma in previous commitdas2007-02-231-2/+2
* Less of that K&R or wrongly indented function header style!dkf2007-02-227-1175/+1163
* fix crlf line endingsdas2007-02-131-1517/+1517
* Fix minor K&R-ismdkf2007-02-131-54/+54
* Fix minor K&R-ismdkf2007-02-132-198/+204
* Fix minor K&R-ismdkf2007-02-131-3/+3
* Fix minor K&R-ismdkf2007-02-121-66/+67
* Fix minor K&R-ismdkf2007-02-122-233/+239
* Fix minor K&R-ismdkf2007-02-122-89/+87
* Minor whitespace correctionsdkf2007-02-121-1516/+1517
* Fix minor K&R-ismdkf2007-02-121-5/+5
* * macosx/Wish.xcodeproj/project.pbxproj: extract build settings thatdas2007-01-281-6/+4
* fix warningdas2007-01-191-2/+2
* whitespacedas2007-01-193-5/+7
* various "const" additions, in line with TIP #27nijtmans2007-01-186-139/+139
* various "const" additions, in line with TIP #27nijtmans2007-01-185-115/+115
* More warning squelching (mostly uninit variable warnings)dkf2007-01-121-2/+4
* Quell type-punning warnings from gcc/unix builddkf2007-01-121-5/+5
* Revert previous change to keep in sync with Tile codebase.jenglish2007-01-1111-86/+75
* Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-1115-106/+116
* Revert addition of contravariant 'const' qualifiers,jenglish2007-01-1113-44/+44
* various "const" additions, in line with TIP #27nijtmans2007-01-0510-47/+47
* various "const" additions, in line with TIP #27nijtmans2007-01-0336-118/+119
* various "const" additions in implementationnijtmans2007-01-038-28/+28
* Various small syntactic simplifications of ImgPhotoGet()dkf2007-01-021-52/+49
* ImageElement clientData no longer needed.jenglish2006-12-251-22/+11
* Remove assert() calls - Don't Panicjenglish2006-12-181-12/+6
* Big batch of ttk::treeview improvements:jenglish2006-12-182-154/+412
* Use more portable string literalsdgp2006-12-185-2162/+1985
* Add combobox -height option; only show scrollbar if the listboxjenglish2006-12-171-1/+6
* Global reduction: use per-file *_Init() routines to reducejenglish2006-12-1416-179/+211
* * generic/ttk/ttkInit.c:hobbs2006-12-133-14/+6
* Try to straighten out theme loading and selection logic.jenglish2006-12-132-2/+9
* Remove nonfunctional code and incorrect comments.jenglish2006-12-131-9/+1
* Rename typedef Ttk_Element => Ttk_ElementImpl.jenglish2006-12-106-23/+23
* fix warningdas2006-12-101-2/+2
* Merged duplicate functionality between image element factory,jenglish2006-12-097-264/+274
* * generic/tkListbox.c (ConfigureListboxItem): ListboxWorldChangedhobbs2006-12-041-5/+10
* TIP#286 implementation. [Patch 1152376]dkf2006-12-041-19/+64