summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Renamed TreeItemList_ItemN to TreeItemList_Nth.treectrl2006-10-142-6/+6
* Fix Tree_InvalidateItemDInfo not considering column spans.treectrl2006-10-141-739/+724
* Renamed IFO_xxx flags.treectrl2006-10-141-2/+2
* TreeColumn_FromObj sets CFO_NOT_MANY by default.treectrl2006-10-141-50/+221
* [contentbox] returns an empty string if the content area is <= 0 height or wi...treectrl2006-10-141-75/+91
* Added -indicatorside option to [column dragconfigure].treectrl2006-10-141-12/+65
* Added StyleDrawArgs.bounds for clipping window elements.treectrl2006-10-111-43/+56
* Tree_ItemsInArea returns a TreeItemList.treectrl2006-10-111-9/+11
* Added column option -lock.treectrl2006-10-111-52/+193
* Fixed a bug with window elements when another geometry manager takes control ...treectrl2006-10-111-7/+18
* Added column option -lock.treectrl2006-10-111-1/+5
* Added column option -lock.treectrl2006-10-111-85/+999
* Added column option -lock.treectrl2006-10-111-13/+85
* Added column option -lock.treectrl2006-10-111-42/+97
* Added column option -lock.treectrl2006-10-111-190/+850
* Use the new PerStateInfo custom option, eliminating some code.treectrl2006-10-051-53/+21
* Use the new PerStateInfo custom option, eliminating some code.treectrl2006-10-051-36/+12
* Added AllocHax_Realloc.treectrl2006-10-051-7/+15
* Fix a bug with -orient horizontal and rowlabels.treectrl2006-10-051-2/+11
* Use the new PerStateInfo custom option, eliminating a lot of code.treectrl2006-10-051-263/+80
* Changed TagInfo_xxx to accept a TreeCtrl arg.treectrl2006-10-052-11/+11
* Added AllocHax_Realloc.treectrl2006-10-051-18/+290
* New file.treectrl2006-10-041-0/+3107
* Wrap various fields in TREECTRL_DEBUG define to save some memory.treectrl2006-10-041-92/+1036
* Separated Style into MStyle and IStyle to save some memory.treectrl2006-10-041-356/+827
* Moved ItemTags and TagExpr stuff to tkTreeCtrl.h and tkTreeUtils.c.treectrl2006-10-041-1062/+406
* Added TreeRowLabel field/arg.treectrl2006-10-042-4/+42
* Arrange and draw rowlabels.treectrl2006-10-041-241/+664
* New treectrl options: -rowlabelresize, -rowlabelwidth, -minrowlabelwidth, -ma...treectrl2006-10-041-41/+107
* TreeItemList stuff renamed to TreePtrList so columns and rowlabels can use them.treectrl2006-10-041-25/+219
* The -tag option is now -tags and uses a TagInfo struct.treectrl2006-10-041-326/+923
* Set ElementArgs.display.bounds in two places to support clipping of window el...treectrl2006-09-271-3/+27
* Rewrote TreeItem_UpdateWindowPositions to respect column spans (code is mostl...treectrl2006-09-271-1/+71
* Added -clip option to window element to support clipping of windows.treectrl2006-09-271-6/+154
* Added ElementArgs.display.bounds field to support clipping window elements.treectrl2006-09-271-1/+2
* Move drawableX/YOrigin statements where they belong.treectrl2006-09-271-12/+46
* Added [tag] command.treectrl2006-09-241-67/+1159
* Added [tag] command.treectrl2006-09-241-3/+9
* Declare TreeTagCmd.treectrl2006-09-241-1/+2
* Use new Tree_StateFromListObj for getting state flags from a list object.treectrl2006-09-221-11/+2
* Added Tree_StateFromListObj.treectrl2006-09-222-2/+43
* Use new Tree_StateFromListObj for getting state flags from a list object.treectrl2006-09-221-410/+665
* Added various TreeItemList_xxx routines.treectrl2006-09-211-1/+167
* Use TreeItemList instead of various other data types.treectrl2006-09-211-82/+44
* Added Item.flags field for handling deleted items.treectrl2006-09-211-476/+605
* Added DInfo.requests field to count calls to Tree_EventuallyRedraw.treectrl2006-09-211-130/+125
* [selection add], [selection clear] and [selection modify] rewritten to use Tr...treectrl2006-09-211-293/+230
* New data type TreeItemList and related funcs are used instead of STATIC_ALLOC...treectrl2006-09-211-6/+38
* Generalized how the "visible" qualifier in item descriptions is handled, and ...treectrl2006-09-161-133/+265
* Exclude !enabled items from the selection.treectrl2006-09-161-23/+20