Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed declarations of unused functions. | treectrl | 2005-09-21 | 1 | -4/+1 |
| | |||||
* | Removed declarations of unused functions. | treectrl | 2005-09-15 | 1 | -14/+1 |
| | |||||
* | Added an argument to TreeItem_RemoveColumn to delete a range of columns to ↵ | treectrl | 2005-09-07 | 1 | -6/+13 |
| | | | | | | support the updated [column delete] command. Removed the wipefree() function, and changed WFREE to only memset() freed memory when TREECTRL_WIPE_MEM is defined. The STATIC_FREE was changed to take advantage of this. | ||||
* | Added offset args to Tree_DrawTiledImage so image element can use it. | treectrl | 2005-07-16 | 1 | -2/+2 |
| | |||||
* | Declare TreeStyle_GetImage and TreeStyle_SetImage. | treectrl | 2005-07-12 | 1 | -2/+4 |
| | |||||
* | Change TreeItem_Identify to write to a string instead of returning an ↵ | treectrl | 2005-07-07 | 1 | -2/+5 |
| | | | | | | element name. Did this so the column can be determined by the item using its span info. Declare TreeTheme_GetArrowSize and UnsetClipMask. | ||||
* | New option -itemwidth, -itemwidthequal and -itemwidthmultiple to replace the ↵ | treectrl | 2005-07-05 | 1 | -4/+12 |
| | | | | column options -stepwidth and -widthhack. | ||||
* | Added -textlayout debug option. | treectrl | 2005-06-13 | 1 | -1/+3 |
| | | | | Declared TextLayout_TotalWidth. | ||||
* | LAYOUTHAX code accepted, removed conditional compilation. | treectrl | 2005-06-06 | 1 | -4/+1 |
| | |||||
* | PerStateInfo_Undefine changed to return indication of whether anything was ↵ | treectrl | 2005-06-04 | 1 | -4/+4 |
| | | | | modified. | ||||
* | Added boolean PerStateType. | treectrl | 2005-06-02 | 1 | -1/+4 |
| | |||||
* | New option -columnresizemode. | treectrl | 2005-05-27 | 1 | -1/+2 |
| | |||||
* | Changed -backgroundmode constants. | treectrl | 2005-05-24 | 1 | -4/+13 |
| | | | | Declared Tree_DrawBitmapXXX. | ||||
* | Added isActive flag to TreeCtrl to track <Activate>/<Deactivate> events on ↵ | treectrl | 2005-05-22 | 1 | -1/+5 |
| | | | | Win32 and Mac. | ||||
* | Various declarations. | treectrl | 2005-05-22 | 1 | -4/+8 |
| | |||||
* | Replaced TARGET_OS_MAC with MAC_TCL and MAC_OSX_TK macros according to ↵ | treectrl | 2005-05-19 | 1 | -9/+1 |
| | | | | Apple's Tiger patches. | ||||
* | ALLOC_HAX: play games with memory allocation for speed boost. | treectrl | 2005-05-17 | 1 | -1/+14 |
| | |||||
* | Experimental hacks to allow -detach elements to appear under the button/line ↵ | treectrl | 2005-05-14 | 1 | -1/+6 |
| | | | | area using new layout option -indent. | ||||
* | -treecolumn requires real column or "", not an int. | treectrl | 2005-05-13 | 1 | -12/+21 |
| | | | | itemPrefix, columnPrefix, nextColumnId added. | ||||
* | Removed a bunch of conditional-compilation stuff and dead code. | treectrl | 2005-05-11 | 1 | -25/+2 |
| | |||||
* | Replaced -openbuttonbitmap, -closedbuttonbitmap, -openbuttonimage, and ↵ | treectrl | 2005-05-10 | 1 | -25/+148 |
| | | | | | | | | | -closedbuttonimage with per-state options -buttonbitmap and -buttonimage. Added -minitemheight option. Drag-and-drop column reordering now supported. Added "columndrag" command. Moved PerState stuff from tkTreeElem.h. Various declarations. | ||||
* | Bumped copyright to 2005. | treectrl | 2005-05-01 | 1 | -3/+22 |
| | | | | | Added -usetheme option. Various declarations for Theme API. | ||||
* | New -showrootlines config option. | treectrl | 2005-03-29 | 1 | -1/+4 |
| | | | | Declare TreeItem_NextSiblingVisible. | ||||
* | * Makefile.in, generic/tkTreeCtrl.h: OS X patch from | hobbs2 | 2005-03-25 | 1 | -1/+9 |
| | | | | | * configure, configure.ac, tclconfig/tcl.m4: Steffen * license.terms (new): | ||||
* | New -backgroundimage option. | treectrl | 2005-01-03 | 1 | -1/+15 |
| | |||||
* | Fiddle with declarations. | treectrl | 2004-08-13 | 1 | -3/+5 |
| | |||||
* | Added hash table for current selection. | treectrl | 2004-08-11 | 1 | -1/+2 |
| | |||||
* | Add Tcl_Obj for -borderwidth, -height, -width and -highlighthickness. | treectrl | 2004-08-09 | 1 | -1/+26 |
| | | | | | Support ITEM_ID_IS_STRING compile-time option. Declare STATIC_XXX() macros here. | ||||
* | Add copyright. | treectrl | 2004-07-30 | 1 | -3/+5 |
| | | | | | Add Tk_OptionTable for items to TreeCtrl struct. Remove TreeItem_AllocXXX declarations, add TreeItem_Init(). | ||||
* | New "-defaultstyle" widget option. | treectrl | 2004-07-26 | 1 | -2/+8 |
| | | | | Remove Tree_CreateColumn() declaration. | ||||
* | whitespace police | hobbs2 | 2003-11-25 | 1 | -167/+186 |
| | |||||
* | Added 'scan' command. | treectrl | 2003-01-28 | 1 | -0/+5 |
| | |||||
* | Some new public functions declared. | treectrl | 2003-01-05 | 1 | -2/+7 |
| | | | | | TreeElement type declared. New argument to TreeStyle_GetSortData. | ||||
* | Declare TreeStyle_NumElements. | treectrl | 2003-01-02 | 1 | -1/+2 |
| | | | | Remove 20-element limit on TreeStyle_GetElemRects. | ||||
* | Big padx and pady patch. | treectrl | 2003-01-02 | 1 | -2/+13 |
| | |||||
* | Extra arg to TreeStyle_ElementConfigure. | treectrl | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Declare StateFromObj. | treectrl | 2002-12-31 | 1 | -0/+8 |
| | |||||
* | Tree_ItemBbox returns result indicating success or failure. | treectrl | 2002-12-29 | 1 | -1/+1 |
| | |||||
* | Declare TreeStyle_ValidateElements. | treectrl | 2002-12-29 | 1 | -0/+1 |
| | |||||
* | -indent and -itemheight Tcl_Objs added. TreeItem_MoveColumn() declared. | treectrl | 2002-12-23 | 1 | -0/+3 |
| | |||||
* | Fix for missing dbwin.h header | treectrl | 2002-12-17 | 1 | -0/+5 |
| | |||||
* | Initial revision | treectrl | 2002-12-17 | 1 | -0/+488 |