summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* TreeTheme_DrawHeaderArrow implemented on WinXP to draw an arrow that looks li...treectrl2005-07-071-4/+49
* Eliminated all "item I does not have column C" messages. There was no need fo...treectrl2005-07-071-88/+404
* Bitmap, image and text elements are drawn clipped if given less space than th...treectrl2005-07-071-19/+65
* [dragimage add] returns an error if a column has no style when attempting to ...treectrl2005-07-071-16/+15
* Call new TreeTheme_GetArrowSize to determine size of sort arrow. I draw a nic...treectrl2005-07-071-5/+8
* Change TreeItem_Identify to write to a string instead of returning an element...treectrl2005-07-071-1/+7
* Change TreeItem_Identify to write to a string instead of returning an element...treectrl2005-07-071-2/+5
* TreeItem_Delete: call TreeDisplay_ItemDeleted.treectrl2005-07-051-38/+285
* Range_Redo/Range_TotalWidth: use new -itemwidth, -itemwidthequal and -itemwid...treectrl2005-07-051-102/+188
* TreeStyle_Draw: added call to Style_CheckNeededSize.treectrl2005-07-051-6/+7
* Added <ItemVisibility> event.treectrl2005-07-051-1/+65
* Added ElementType.onScreenProc which is called when an item becomes visible o...treectrl2005-07-051-10/+27
* Added ElementType.onScreenProc which is called when an item becomes visible o...treectrl2005-07-051-1/+5
* New option -itemwidth, -itemwidthequal and -itemwidthmultiple to replace the ...treectrl2005-07-052-7/+29
* Cache the size of the expand/collapse button under XP for a massive speedup o...treectrl2005-06-301-1/+20
* UpdateDInfoForRange: Items were not being redisplayed properly if they moved ...treectrl2005-06-291-6/+11
* Fixed possible performance problem with "selection clear" (hash tables get bi...treectrl2005-06-291-1/+12
* More Invalidate/FreeItemDInfo fixes.treectrl2005-06-291-1/+58
* Removed ElementArgs.display.pad and ElementArgs.display.squeeze which were un...treectrl2005-06-202-8/+5
* Style_DoLayoutH: Allow column justification to occur when a -detach element i...treectrl2005-06-201-86/+77
* Fixed unix compile issue. [BUG 1222277]treectrl2005-06-181-8/+23
* Removed unused variable.treectrl2005-06-151-1/+5
* Allow expansion of non-detach non-union elements if a -detach element is larg...treectrl2005-06-151-254/+200
* Removed gobs of conditional compilation code.treectrl2005-06-143-456/+9
* 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
* 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
* 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