summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replaced use of deprecated treectrl option -defaultstyle with new column opti...treectrl2006-11-051-6/+6
* Replaced use of deprecated treectrl option -defaultstyle with new column opti...treectrl2006-11-054-10/+13
* Removed some unneeded checks from IsSensitive, and use it in FileListButton1 ...treectrl2006-11-051-44/+7
* Changed CursorAction to report "column resize C" or "column button C" and use...treectrl2006-11-051-67/+48
* Fixed improper use of DInfo.empty.treectrl2006-11-051-363/+328
* Checkin complex whitespace code before pruning it.treectrl2006-11-041-107/+214
* Deprecated the treectrl option -defaultstyle.treectrl2006-11-0310-67/+4605
* Removed unneeded COLU_CONF_xxx constants.treectrl2006-11-031-24/+26
* Fix crash when destroying a treectrl with non-empty -backgroundimage.treectrl2006-11-031-9/+22
* Added TreeCtrl::IsSensitive to test whether the mouse pointer is over an elem...treectrl2006-11-031-3/+31
* Fixed handling of Tcl_Obj with per-state custom options.treectrl2006-11-031-14/+27
* Fix compilation when ALLOC_HAX is undefined.treectrl2006-11-031-3/+3
* Fixed handling of Tcl_Obj with per-state and dynamic custom options.treectrl2006-11-031-32/+103
* Fixed handling of Tcl_Obj with per-state custom options.treectrl2006-11-031-6/+33
* BG_MODE_INDEX and BG_MODE_VISINDEX wrapped in #ifdef DEPRECATED.treectrl2006-11-031-4/+15
* BG_MODE_INDEX and BG_MODE_VISINDEX wrapped in #ifdef DEPRECATED.treectrl2006-11-031-1/+3
* Memory leak: DItem.spans wasn't being preserved when reusing a DItem or freed...treectrl2006-11-031-29/+449
* Double-clicking a folder goes to that folder. Added ".." folder to go to the ...treectrl2006-11-011-5/+59
* Added -underline option to text element. [ Patch 1580928 ]treectrl2006-10-313-81/+111
* Added -underline option to text element. [ Patch 1580928 ]treectrl2006-10-311-26/+88
* Added underline arg to TextLayout_Draw. [ Patch 1580928 ]treectrl2006-10-313-14/+46
* Configure the text editing widget to use the same -wrap value as the element.treectrl2006-10-311-4/+19
* Added spreadsheet-like selection.treectrl2006-10-311-21/+100
* Fix a critical bug with OptionHax_Forget.treectrl2006-10-301-2/+2
* Changed handling of deleted items (again) so that the item is removed from th...treectrl2006-10-303-44/+145
* Restore old behaviour of deprecated [expand], [collapse] and [toggle] allowin...treectrl2006-10-301-26/+29
* Pass flags argument to Tree_ElementChangedItself for when a master element co...treectrl2006-10-301-5/+5
* Pass flags argument to Tree_ElementChangedItself for when a master element co...treectrl2006-10-301-2/+2
* Fixed a crash when a master element calls Tree_ElementChangedItself.treectrl2006-10-301-22/+25
* [identify] now takes pixel x/y arguments, rather than plain integers.treectrl2006-10-301-3/+3
* Added constraint "deprecated" to some old tests.treectrl2006-10-291-6/+14
* Added constraint "deprecated" to some old tests.treectrl2006-10-291-14/+33
* Moved item-description tests to a new file and added some more tests.treectrl2006-10-292-355/+511
* Renamed columnCustomOption_xxx.treectrl2006-10-291-3/+3
* COLUMN_FOR_EACH no longer iterates over the tail column if the tail is not al...treectrl2006-10-291-2/+4
* COLUMN_FOR_EACH no longer iterates over the tail column if the tail is not al...treectrl2006-10-291-284/+170
* Qualifiers may now be the first part of an item description. This has the sam...treectrl2006-10-291-149/+150
* Cosmetic changes, plus toggle the checkbuttons when clicked.treectrl2006-10-281-30/+47
* Changed -justification of Delete and Bounce columns.treectrl2006-10-281-3/+3
* Remove some unnecessary configuration.treectrl2006-10-281-2/+1
* Try the new -uniform and -weight column options.treectrl2006-10-281-4/+7
* Stop using deprecated commands.treectrl2006-10-283-6/+6
* Fixed a bug with dynamic-option code incrementing the refcount of a NULL Tcl_...treectrl2006-10-281-2/+3
* Deprecated commands and options are wrapped inside #ifdef DEPRECATED.treectrl2006-10-284-37/+124
* Tweaked column drag-and-drop behaviour: when the pointer is over a column adj...treectrl2006-10-271-1/+9
* Consolidated the column-layout code, and applied the -uniform and -weight opt...treectrl2006-10-271-269/+474
* Sync with current features.treectrl2006-10-271-37/+271
* Added column options -uniform and -weight.treectrl2006-10-273-265/+305
* The -weight option affects how extra space is allocated amongst -expand columns.treectrl2006-10-271-5/+30
* Added -uniform and -weight options to columns, which operate the same as the ...treectrl2006-10-272-2/+224