summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeElem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Tk_RedrawElement().treectrl2004-08-131-1/+2
* Moved PerStateXXX declarations to tkTreeElem.h.treectrl2004-08-091-43/+61
* Add copyright.treectrl2004-07-301-0/+10
* Fixed bug with bitmap and 'state undefine'.treectrl2003-01-061-7/+14
* Fix for problems when configure fails.treectrl2003-01-011-14/+52
* Fixes for image element choosing image.treectrl2002-12-311-5/+5
* Use StateFromObj public, rename private to StateFromObj2.treectrl2002-12-311-38/+10
* Fixed a typo in error message.treectrl2002-12-281-1/+1
* Return error for bad char in rectangle -open option.treectrl2002-12-241-4/+20