summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Added arg to Ellipsis to force ellipsis.treectrl2005-05-101-12/+856
* Changed name of assoc data from TreeTheme to TreeCtrlTheme for consistency wi...treectrl2005-05-101-2/+2
* Fixed bug with column -justify center|right and horizontal expansion. Element...treectrl2005-05-101-94/+247
* New <ItemDelete> event.treectrl2005-05-101-1/+64
* Changes for new -buttonimage and -buttonbitmap per-state options.treectrl2005-05-101-79/+327
* Added new "window" element type.treectrl2005-05-101-48/+12
* Added new "window" element type.treectrl2005-05-101-706/+752
* Keep a list of free DItems to reduce memory alloc/free.treectrl2005-05-101-2/+129
* Replaced -openbuttonbitmap, -closedbuttonbitmap, -openbuttonimage, and -close...treectrl2005-05-101-25/+148
* Replaced -openbuttonbitmap, -closedbuttonbitmap, -openbuttonimage, and -close...treectrl2005-05-101-185/+248
* Changed -background option to a per-state option.treectrl2005-05-101-367/+1079
* * generic/tkTreeTheme.c: correct headers to build on unix and usehobbs22005-05-021-6/+11
* Initial import of Theme API file.treectrl2005-05-011-0/+657
* Bumped copyright to 2005.treectrl2005-05-011-8/+13
* Bumped copyright to 2005.treectrl2005-05-013-6/+6
* Bumped copyright to 2005.treectrl2005-05-011-7/+17
* Bumped copyright to 2005.treectrl2005-05-011-4/+3
* Bumped copyright to 2005.treectrl2005-05-011-23/+97
* Bumped copyright to 2005.treectrl2005-05-011-2/+2
* Bumped copyright to 2005.treectrl2005-05-011-2/+3
* Bumped copyright to 2005.treectrl2005-05-011-3/+22
* Bumped copyright to 2005.treectrl2005-05-011-7/+68
* Bumped copyright to 2005.treectrl2005-05-011-5/+52
* Bumped copyright to 2005.treectrl2005-05-012-4/+4
* Removed spurious '\' character.treectrl2005-03-291-2/+2
* Added %P and %? %-substitution characters.treectrl2005-03-291-6/+39
* New -showrootlines config option.treectrl2005-03-291-2/+25
* New -showrootlines config option.treectrl2005-03-291-1/+4
* New -showrootlines config option.treectrl2005-03-291-2/+9
* Fix "column width" to update layout if needed.treectrl2005-03-291-2/+2
* Declare QE_ExpandPattern.treectrl2005-03-291-1/+2
* Added optional percentsCommand argument "notify generate".treectrl2005-03-291-338/+498
* * Makefile.in, generic/tkTreeCtrl.h: OS X patch fromhobbs22005-03-251-1/+9
* * generic/tkTreeItem.c (CompareAscii, CompareDict): handle thehobbs22005-02-151-10/+34
* whitespace only changes to bring up to Tcl style guide compliancehobbs22005-02-151-3519/+3304
* Macintosh drawing fixes.treectrl2005-01-031-1/+10
* New -backgroundimage option.treectrl2005-01-031-3/+15
* New -backgroundimage option.treectrl2005-01-031-2/+30
* New -backgroundimage option.treectrl2005-01-031-15/+209
* New -backgroundimage option.treectrl2005-01-031-1/+15
* Fix bug with binding to a Tk window.treectrl2005-01-031-27/+43
* * generic/tkTreeItem.c (TreeItem_FromObj): s/MOD_/TMOD_ to preventhobbs22004-11-301-27/+28
* * generic/tkTreeElem.c: add "Elem" to a few names to prevent namehobbs22004-11-301-11/+11
* really correct 8.4 compilation of Tk_PhotoPut* usagehobbs22004-11-291-5/+7
* correct Tk defined version checkhobbs22004-11-291-6/+5
* whitespace policehobbs22004-11-292-6353/+5854
* * generic/tkTreeCtrl.c: adapt to Tk_PhotoPut(Zoomed)Block APIhobbs22004-11-291-5/+20
* Implement Tk_ScrollRegion() and Tk_OffsetRegion() on Mac (submitted by user).treectrl2004-10-241-4/+8
* Fix whitespace scrolling.treectrl2004-10-241-29/+18
* Add some element-iterating routines for exporting via stubs.treectrl2004-10-121-1/+103