summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Removed #include "dbwin.h" since dbwin is now part of the sources.treectrl2007-01-211-6/+2
* Add -draw and -visible style layout options.treectrl2007-01-211-1/+8
* Use the new "dbwin" stuff.treectrl2007-01-211-3/+9
* Rebuilt with autoconf 2.60.treectrl2007-01-211-2731/+4336
* Formatting of braces (again).treectrl2006-12-237-92/+42
* Fixed double-freeing a TreeCtrl structure if the option database had an inval...treectrl2006-12-231-2/+1
* Changed the way text elements display an ellipsis. At least 1 character plus ...treectrl2006-12-232-47/+63
* Formatting of braces.treectrl2006-12-2210-1464/+748
* Fixed improper invalidating while scrolling under WIN32. If the area to inval...treectrl2006-12-221-36/+17
* Whitespace police.treectrl2006-12-091-3/+3
* Comments.treectrl2006-12-091-3/+3
* With -doublebuffer=window, <Expose> events no longer invalidate parts of item...treectrl2006-12-083-42/+129
* Added 2 tests of [item firstchild] within an <ItemDelete> event.treectrl2006-12-081-1/+30
* Added -span debug option.treectrl2006-12-081-44/+87
* Added -span debug option.treectrl2006-12-084-9/+14
* Added DEPRECATED around a variable.treectrl2006-12-081-2/+5
* Deprecated the -draw option of every element. The new style layout option -dr...treectrl2006-12-074-5/+1034
* Added a mouseover state to change the appearance of spans.treectrl2006-12-071-2/+36
* Allow the text in the first column to be squeezed to display "...".treectrl2006-12-071-4/+4
* Added a -union element to the last set of items to test the new style layout ...treectrl2006-12-071-3/+4
* Tweak the "Span" submenu to consider the column option -lock.treectrl2006-12-071-5/+15
* Use the new style layout option -draw instead of the deprecated element optio...treectrl2006-12-071-9/+10
* Use the new style layout option -draw instead of the deprecated element optio...treectrl2006-12-073-17/+23
* Replace usage of the deprecated [range] command.treectrl2006-12-071-5/+5
* New style layout option -draw deprecates the -draw option of every element.treectrl2006-12-071-28/+83
* Pass extra info to stateProc to avoid unnecessary redisplays due to the new -...treectrl2006-12-071-1/+5
* Deprecated the -draw option of every element. The new style layout option -dr...treectrl2006-12-071-105/+314
* Hide window elements if changing the -visible layout option causes the window...treectrl2006-12-071-4/+15
* Fixed a crash when invalidating a column of an item if the column wasn't the ...treectrl2006-12-061-11/+18
* Revert the change involving hiding elements that had non-zero size. Just rely...treectrl2006-12-062-47/+1007
* Add info to the stack trace about which item/column was involved when getting...treectrl2006-12-061-1/+7
* Return an error message when unable to get a double or long from a text eleme...treectrl2006-12-061-8/+13
* UNTESTED: Set the clipping region when drawing dotted rectangles under OSX.treectrl2006-12-061-5/+27
* Created a stack of TkRegions to avoid creating/destroying them repeatedly.treectrl2006-12-065-35/+103
* Renamed the 2 PerStateGC_xxx functions since they had nothing to do with per-...treectrl2006-12-066-52/+51
* Remove ElementText.stringRepInvalid, and set ElementText.textLen to -1 when t...treectrl2006-12-051-64/+56
* New style layout option -visible.treectrl2006-12-045-38/+1192
* 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-3/+3
* DynamicOption_FindData returns void* to avoid lots of casts.treectrl2006-12-041-81/+134
* DynamicOption_FindData returns void* to avoid lots of casts.treectrl2006-12-041-2/+2
* Add missing checks of tree->useTheme.treectrl2006-12-041-4/+8
* Add missing check of tree->useTheme.treectrl2006-12-041-2/+4
* Fixed wrong loop variable being used when calculating onscreen columns for an...treectrl2006-12-041-2/+2
* Theme-related changes to support tile-aware treectrl.treectrl2006-12-041-8/+17
* TreeDisplay_FreeColumnDInfo is called when a column is deleted to free displa...treectrl2006-12-041-1/+2
* Theme-related changes to support tile-aware treectrl.treectrl2006-12-043-17/+665
* Fix bug with calculating onscreen columns.treectrl2006-12-041-57/+88
* Use named fonts DemoFontBold and DemoFontUnderline.treectrl2006-12-047-16/+23
* Changes to support tile-aware treectrl.treectrl2006-12-041-50/+71