summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* Added [element perstate] command.treectrl2005-07-151-3/+39
* Added "none" to text element -wrap option to disable line wrapping.treectrl2005-07-151-25/+34
* Range_Redo: removed redundant rangePrev variable; use -itemwidthmultiple; mak...treectrl2005-07-151-19/+50
* Fix bug "[ 1237934 ] ColumnDrag problem". The ximage->red_mask etc were all z...treectrl2005-07-151-10/+11
* Make sure the column header drag image is properly clipped under X11, otherwi...treectrl2005-07-151-1/+19
* Declare TreeStyle_GetImage and TreeStyle_SetImage.treectrl2005-07-121-2/+4
* Whitespace nitpick with ...treectrl2005-07-122-8/+8
* Whitespace nitpick with ...treectrl2005-07-123-6/+6
* Add TreeStyle_GetImage and TreeStyle_SetImage.treectrl2005-07-121-27/+56
* Added [item element perstate] alias to deprecate [item element actual].treectrl2005-07-121-25/+63
* Added IntegerCO_Init to init the "integer" custom option used by the text ele...treectrl2005-07-121-189/+162
* When an item has span > 1, the starting column's background color is no longe...treectrl2005-07-111-20/+30
* Added [notify unbind] command.treectrl2005-07-101-3/+8
* Added -height option to Item option table and [item create] command.treectrl2005-07-101-10/+28
* Added 2 functions for initializing booean and string-table custom options.treectrl2005-07-101-3/+48
* Added a bunch of stuff to the stubs table to support the shellicon extension....treectrl2005-07-101-1/+8
* Changed QE_DeleteBinding to delete all bindings on the given object if the ev...treectrl2005-07-101-34/+84
* Declared QE_UnbindCmdtreectrl2005-07-101-1/+3
* UnsetClipMask works around Tk_DrawChars not clearing the clip region on Win32.treectrl2005-07-071-1/+17
* 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