summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added "Style Layout Options" section.treectrl2005-06-131-3/+62
* Updated the descriptions of various style layout options.treectrl2005-06-133-56/+174
* Use -iexpand xy instead of -iexpand es because it is the display area I want ...treectrl2005-06-132-8/+8
* Use -iexpand xy instead of -iexpand es because it is the display area I want ...treectrl2005-06-131-7/+7
* Use -iexpand xy instead of -iexpand es because it is the display area I want ...treectrl2005-06-131-2/+4
* Hide eRectTop using the -draw option instead of specifying empty values for t...treectrl2005-06-131-5/+6
* Added menu command for the new style layout editor window.treectrl2005-06-131-3/+22
* Initial import of style layout editor.treectrl2005-06-131-0/+832
* Keep a free list of TextLayout's.treectrl2005-06-131-7/+86
* Style_DoExpandH rearranged to allocate space to the right padding before the ...treectrl2005-06-131-206/+405
* Renamed LayoutProcXXX to NeededProcXXX for all element types.treectrl2005-06-131-115/+206
* Renamed ElementType.layoutProc to ElementType.neededProc, since it gets the n...treectrl2005-06-131-4/+12
* Added -textlayout debug option.treectrl2005-06-131-1/+4
* Added -textlayout debug option.treectrl2005-06-131-1/+3
* New style layout option "-sticky" controls how an element is stretched/positi...treectrl2005-06-101-281/+384
* Changes to support the new style layout option "-sticky".treectrl2005-06-101-1/+11
* Added -draw option to the new "window" element type.treectrl2005-06-101-93/+289
* Aesthetic changes.treectrl2005-06-101-25/+15
* Command "item range" added, command "range" deprecated.treectrl2005-06-081-9/+17
* Command "item range" added, command "range" deprecated.treectrl2005-06-083-157/+182
* Removed the <Destroy> binding on the name-editting window since qebind.c now ...treectrl2005-06-081-9/+0
* Fix Tree_ItemBbox to ensure tree->columnCountVis is up-to-date.treectrl2005-06-081-1/+4
* Rewrote Style_DoExpandH and Style_DoExpandV to handle -expand and -iexpand at...treectrl2005-06-081-6/+237
* New command "item range" deprecates old command "range".treectrl2005-06-081-5/+38
* Binding scripts on a Tk window are automatically deleted if the window is des...treectrl2005-06-081-1/+138
* Fixed panic attacks in Style_DoLayout caused by LAYOUTHAX changes (caller was...treectrl2005-06-061-84/+54
* LAYOUTHAX code accepted, removed conditional compilation.treectrl2005-06-064-221/+35
* Added -minwidth, -minheight, -width, -height style layout options.treectrl2005-06-061-33/+291
* Examine -padx and -ipadx of -union elements when calculating max width of the...treectrl2005-06-041-7/+30
* Fixed y-position bug in Style_DoLayoutV.treectrl2005-06-041-135/+107
* Use ALLOC_HAX for allocating/freeing per-state data.treectrl2005-06-041-2/+25
* Renamed TreeItem_Undefine to TreeItem_UndefineState.treectrl2005-06-041-2/+2
* Increased size of static storage in TreeNotify_Selection.treectrl2005-06-041-2/+2
* PerStateInfo_Undefine changed to return indication of whether anything was mo...treectrl2005-06-041-4/+4
* ElementType.undefProc changed to return indication of whether anything was mo...treectrl2005-06-041-3/+3
* Delete the code which was replaced by macros in the previous revision.treectrl2005-06-041-671/+305
* Free per-state options when column deleted.treectrl2005-06-041-1/+4
* Free button/bitmap per-state options when widget deleted.treectrl2005-06-041-5/+11
* Fix bug 1210747: entry or text widget could keep focus when hidden.treectrl2005-06-041-0/+2
* Replaced big chunks of per-state code with macros.treectrl2005-06-031-8/+148
* Fixed some tests.treectrl2005-06-034-9/+9
* Added a custom option to handle all the per-state options.treectrl2005-06-031-270/+212
* Removed unnecessary variable init and casting.treectrl2005-06-031-5/+3
* Fixed crash with "item complex" when a column doesn't exist.treectrl2005-06-031-6/+19
* New item description "end".treectrl2005-06-023-10/+43
* The quick brown fox jumps over the lazy dog.treectrl2005-06-021-401/+438
* Use "window" element type's new -destroy option to destroy associated window ...treectrl2005-06-021-0/+4
* Added column description "end", equivalent to "last".treectrl2005-06-021-3/+4
* Added item description "end", equivalent to "last".treectrl2005-06-021-4/+6
* Added -destroy option to "window" element type.treectrl2005-06-021-1/+15