summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeElem.c
Commit message (Expand)AuthorAgeFilesLines
* Changed the way text elements display an ellipsis. At least 1 character plus ...treectrl2006-12-231-11/+20
* Formatting of braces.treectrl2006-12-221-63/+32
* Deprecated the -draw option of every element. The new style layout option -dr...treectrl2006-12-071-105/+314
* Return an error message when unable to get a double or long from a text eleme...treectrl2006-12-061-8/+13
* Created a stack of TkRegions to avoid creating/destroying them repeatedly.treectrl2006-12-061-5/+5
* Renamed the 2 PerStateGC_xxx functions since they had nothing to do with per-...treectrl2006-12-061-6/+2
* Remove ElementText.stringRepInvalid, and set ElementText.textLen to -1 when t...treectrl2006-12-051-64/+56
* Fixed bug where text elements were requesting height when displaying an empty...treectrl2006-12-041-8/+17
* DynamicOption_FindData returns void* to avoid lots of casts.treectrl2006-12-041-81/+134
* Removed some unnecessary casts.treectrl2006-12-021-18/+18
* Fix potential segfaults when a display update is requested in the middle of d...treectrl2006-11-251-1/+12
* Fix window elements not respecting -squeeze layout.treectrl2006-11-231-6/+13
* Use OptionSpec_Find in a few places.treectrl2006-11-191-42/+21
* Fixed handling of Tcl_Obj with per-state custom options.treectrl2006-11-031-14/+27
* Added -underline option to text element. [ Patch 1580928 ]treectrl2006-10-311-26/+88
* Pass flags argument to Tree_ElementChangedItself for when a master element co...treectrl2006-10-301-5/+5
* Changed dynamic-option code to use AllocHax_xxx.treectrl2006-10-261-2/+3
* Moved 4 fields out of ElementText into a dynamic-option record.treectrl2006-10-251-77/+119
* Merged with BRANCH_dynamic_options.treectrl2006-10-181-178/+496
* Remove rowlabels.treectrl2006-10-141-33/+1
* Fixed a bug with window elements when another geometry manager takes control ...treectrl2006-10-111-7/+18
* Use the new PerStateInfo custom option, eliminating a lot of code.treectrl2006-10-051-263/+80
* Added TreeRowLabel field/arg.treectrl2006-10-041-2/+33
* Added -clip option to window element to support clipping of windows.treectrl2006-09-271-6/+154
* Bumped copyright to 2006.treectrl2006-09-051-2/+2
* Added -tiled option to image element.treectrl2005-07-161-1/+22
* Added "none" to text element -wrap option to disable line wrapping.treectrl2005-07-151-25/+34
* Added IntegerCO_Init to init the "integer" custom option used by the text ele...treectrl2005-07-121-189/+162
* Added 2 functions for initializing booean and string-table custom options.treectrl2005-07-101-3/+48
* Bitmap, image and text elements are drawn clipped if given less space than th...treectrl2005-07-071-19/+65
* Added ElementType.onScreenProc which is called when an item becomes visible o...treectrl2005-07-051-10/+27
* Removed ElementArgs.display.pad and ElementArgs.display.squeeze which were un...treectrl2005-06-201-5/+4
* Removed gobs of conditional compilation code.treectrl2005-06-141-89/+1
* Renamed LayoutProcXXX to NeededProcXXX for all element types.treectrl2005-06-131-115/+206
* Added -draw option to the new "window" element type.treectrl2005-06-101-93/+289
* Delete the code which was replaced by macros in the previous revision.treectrl2005-06-041-671/+305
* Replaced big chunks of per-state code with macros.treectrl2005-06-031-8/+148
* Added a custom option to handle all the per-state options.treectrl2005-06-031-270/+212
* Added -destroy option to "window" element type.treectrl2005-06-021-1/+15
* Added "-draw" option to every element type (except window).treectrl2005-06-021-16/+258
* Fix TextUpdateStringRep under Tcl 8.5 by passing ClientData to the clock/form...treectrl2005-05-291-19/+20
* Use Tree_DrawBitmap to draw bitmaps.treectrl2005-05-241-24/+4
* Call XSetClipOrigin after drawing bitmap.treectrl2005-05-191-4/+5
* Added -textvariable option to "text" elements.treectrl2005-05-171-14/+168
* Removed a bunch of conditional-compilation stuff and dead code.treectrl2005-05-111-28/+15
* Added new "window" element type.treectrl2005-05-101-706/+752
* Bumped copyright to 2005.treectrl2005-05-011-23/+97
* * generic/tkTreeElem.c: add "Elem" to a few names to prevent namehobbs22004-11-301-11/+11
* whitespace policehobbs22004-11-291-2702/+2527
* Added some stubs entries.treectrl2004-10-121-1/+5