summaryrefslogtreecommitdiffstats
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
* Don't update the Style Editor window if it isn't mapped.treectrl2005-07-051-1/+3
* Use new "item element configure" syntax to configure multiple elements at once.treectrl2005-07-052-11/+13
* Gave elements and styles meaningful names.treectrl2005-07-052-107/+105
* Use new "item element configure" syntax to configure multiple elements at onc...treectrl2005-07-052-72/+76
* Use new "item element configure" syntax to configure multiple elements at onc...treectrl2005-07-051-25/+21
* 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
* Stopped window being destroyed when it was closed.treectrl2005-06-291-0/+1
* Fixed typo in comment.treectrl2005-06-291-2/+1
* Set correct patchlevel in VERSION variable.treectrl2005-06-291-1/+1
* Fixed description of "item state get".treectrl2005-06-293-9/+9
* 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
* Changed references to old -open/closedbuttonimage/bitmap options.treectrl2005-06-223-10/+10
* 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
* Bumped revision to 2.0.1.treectrl2005-06-182-3/+3
* Fixed unix compile issue. [BUG 1222277]treectrl2005-06-181-8/+23
* Removed unused variable.treectrl2005-06-151-1/+5
* Added scrollbars the the canvas.treectrl2005-06-151-110/+64
* Use style s4 which was defined but not used.treectrl2005-06-151-1/+1
* 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
* Added "-sticky" style layout option.treectrl2005-06-133-4/+29
* 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