summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeDisplay.c
Commit message (Expand)AuthorAgeFilesLines
* Removed SELECTION_VISIBLE define in favor of runtime option.David N. Welton2009-02-251-2/+2
* Make sure a height is specified - pick 15 as a default if there isDavid N. Welton2009-02-131-5/+8
* Added code to attempt to paint 'average height' stripes at the bottomDavid N. Welton2009-02-041-7/+14
* * First version of -fillstripes patch.David N. Welton2009-02-041-7/+33
* Fixed [Bug 1915466] panic in Range_ItemUnderPoint thanks to Mats Bengtsson (I...treectrl2008-10-081-3/+3
* Fixed comments.treectrl2008-07-211-3/+3
* Bump copyright to 2008.treectrl2008-01-221-2/+2
* Fixed partially-exposed transparent photo images not being redrawn when scrol...treectrl2007-04-211-49/+50
* Fixed flickering of borders with "-doublebuffer window" when resizing or expo...treectrl2007-01-311-23/+43
* Renamed many symbols to avoid collisions under ELF.treectrl2007-01-231-11/+11
* DumpDInfo processes arguments itself rather than letting tkTreeCtrl.c do it.treectrl2007-01-211-7/+45
* Formatting of braces (again).treectrl2006-12-231-7/+4
* Fixed improper invalidating while scrolling under WIN32. If the area to inval...treectrl2006-12-221-36/+17
* Comments.treectrl2006-12-091-3/+3
* With -doublebuffer=window, <Expose> events no longer invalidate parts of item...treectrl2006-12-081-39/+125
* Added -span debug option.treectrl2006-12-081-44/+87
* Fixed a crash when invalidating a column of an item if the column wasn't the ...treectrl2006-12-061-11/+18
* Created a stack of TkRegions to avoid creating/destroying them repeatedly.treectrl2006-12-061-26/+26
* Renamed the 2 PerStateGC_xxx functions since they had nothing to do with per-...treectrl2006-12-061-4/+3
* Add missing checks of tree->useTheme.treectrl2006-12-041-4/+8
* Fixed wrong loop variable being used when calculating onscreen columns for an...treectrl2006-12-041-2/+2
* Fix bug with calculating onscreen columns.treectrl2006-12-041-57/+88
* Changed how the display code tracks column headers to better detect changes t...treectrl2006-12-031-76/+81
* Avoid unnecessary work in Tree_InvalidateItemDInfo.treectrl2006-12-021-62/+74
* Merge with VERSION2_2fixes.treectrl2006-11-271-6/+8
* Changed a comment.treectrl2006-11-271-3/+4
* Fix potential segfaults when a display update is requested in the middle of d...treectrl2006-11-251-10/+70
* Fixed a display bug with DebugDrawBorder.treectrl2006-11-191-2/+2
* Debug the drawing of borders.treectrl2006-11-151-1/+49
* Fixed bug resulting in redrawing the borders needlessly.treectrl2006-11-131-17/+28
* Fixed not being able to scroll horizontally when the header is wider than the...treectrl2006-11-121-47/+87
* Added Tree_HeaderXXX macros for getting the position of the header.treectrl2006-11-101-4/+4
* Moved checks of tree->updateIndex into Tree_UpdateItemIndex.treectrl2006-11-091-74/+111
* Sped up calculation of scroll increments when there is only a single range.treectrl2006-11-071-37/+59
* Remove COLUMN_LOCK-related code.treectrl2006-11-071-193/+48
* Remove COLUMN_SPAN-related code.treectrl2006-11-071-13/+1
* Remove NEW_SPAN_CODE-related code.treectrl2006-11-071-84/+19
* Keep an array of column indexes for each item that has at least one span > 1....treectrl2006-11-061-115/+145
* Fix some cases where left/right locked columns weren't being redisplayed.treectrl2006-11-061-25/+65
* Be more efficient when calculating which columns are onscreen.treectrl2006-11-061-5/+21
* Fixed improper use of DInfo.empty.treectrl2006-11-051-363/+328
* Checkin complex whitespace code before pruning it.treectrl2006-11-041-107/+214
* Memory leak: DItem.spans wasn't being preserved when reusing a DItem or freed...treectrl2006-11-031-29/+449
* Deprecated commands and options are wrapped inside #ifdef DEPRECATED.treectrl2006-10-281-17/+26
* Nitpicks.treectrl2006-10-261-5/+5
* DumpDInfo sets the interpreter result instead of calling dbwin.treectrl2006-10-181-9/+21
* Track which item-columns are onscreen so that window elements are unmapped wh...treectrl2006-10-161-35/+288
* Remove rowlabels.treectrl2006-10-141-366/+4
* Fix Tree_InvalidateItemDInfo not considering column spans.treectrl2006-10-141-739/+724
* Added column option -lock.treectrl2006-10-111-85/+999