summaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
...
* Stopped window being destroyed when it was closed.treectrl2005-06-291-0/+1
* Fixed typo in comment.treectrl2005-06-291-2/+1
* Set correct patchlevel in VERSION variable.treectrl2005-06-291-1/+1
* Added scrollbars the the canvas.treectrl2005-06-151-110/+64
* Use style s4 which was defined but not used.treectrl2005-06-151-1/+1
* Use -iexpand xy instead of -iexpand es because it is the display area I want ...treectrl2005-06-132-8/+8
* Use -iexpand xy instead of -iexpand es because it is the display area I want ...treectrl2005-06-131-7/+7
* Use -iexpand xy instead of -iexpand es because it is the display area I want ...treectrl2005-06-131-2/+4
* Hide eRectTop using the -draw option instead of specifying empty values for t...treectrl2005-06-131-5/+6
* Added menu command for the new style layout editor window.treectrl2005-06-131-3/+22
* Initial import of style layout editor.treectrl2005-06-131-0/+832
* Use "window" element type's new -destroy option to destroy associated window ...treectrl2005-06-021-0/+4
* Set -background of tail column to default when loading a new demo to undo cha...treectrl2005-06-021-5/+11
* Use TreeCtrl::SetEditable, TreeCtrl::SetSensitive and TreeCtrl::SetDragImage ...treectrl2005-06-021-15/+68
* Use TreeCtrl::SetSensitive and TreeCtrl::SetDragImage instead of accessing va...treectrl2005-06-021-7/+9
* Check for existence of env(TREECTRL_LIBRARY) when reporting its value.treectrl2005-05-301-1/+6
* Change <Command-ButtonPress-1> binding on Aqua to <Control-ButtonPress-1>, si...treectrl2005-05-281-1/+1
* Use Tile package if available for buttons and comboboxes.treectrl2005-05-281-28/+61
* Set -columnresizemode to "realtime" on OSX and WinNT.treectrl2005-05-271-0/+12
* Use new keywords "order" and "ordervisible" -backgroundmode popup.treectrl2005-05-241-1/+1
* Added global "ShowLines" which is false on the Mac to disable drawing connect...treectrl2005-05-224-5/+7
* Added <Command-ButtonPress-1> binding under Aqua to pop up the context menu.treectrl2005-05-221-0/+5
* Revert change where -usetheme was forced off since it is confusing and only X...treectrl2005-05-221-1/+0
* New demo to show off new -textvariable option of "text" element.treectrl2005-05-171-0/+67
* Added double-click binding.treectrl2005-05-171-0/+9
* Added Textvariable demo.treectrl2005-05-171-0/+2
* Renamed bind tag to same name as the demo command.treectrl2005-05-175-33/+33
* Demonstrate the new style layout option -indent.treectrl2005-05-141-11/+78
* Set cursor to hand2 when over item.treectrl2005-05-141-0/+2
* Allow "Tree Column" command in header context menu to toggle -treecolumn on/off.treectrl2005-05-141-1/+1
* Use column -tag instead of zero, to handle -columnprefix option if used.treectrl2005-05-131-3/+4
* Use column -tag instead of zero, to handle -columnprefix option if used.treectrl2005-05-132-11/+15
* Use column -tag instead of zero, to handle -columnprefix option if used.treectrl2005-05-131-6/+8
* Use column -tag instead of zero, to handle -columnprefix option if used.treectrl2005-05-135-54/+60
* Force -usetheme off in demo "Explorer (Details)" and demonstrate per-state co...treectrl2005-05-131-31/+44
* Bump version to 2.0 because of API changes.treectrl2005-05-131-47/+86
* Use column -tag instead of zero, to handle -columnprefix option if used.treectrl2005-05-131-7/+7
* Added missing demo.treectrl2005-05-111-0/+251
* Nitpicktreectrl2005-05-111-1/+1
* Removed some useless bindings and code.treectrl2005-05-113-122/+8
* Removed duplicate XXXAutoScan code and use TreeCtrl::AutoScan.treectrl2005-05-101-75/+17
* Tweaked -xscrollincrement so horizontal scrolling is better with column dnd.treectrl2005-05-101-1/+2
* Replace -arrowpad with -arrowpadx.treectrl2005-05-101-2/+2
* Minor changes to keep in synch with library procs.treectrl2005-05-102-14/+10
* Replace -arrowpad with -arrowpadx.treectrl2005-05-101-1/+1
* "option add" call to set -usetheme default to true.treectrl2005-05-101-80/+125
* Made images transparent.treectrl2005-05-013-0/+0
* Fixed list sorting for checkbutton columns.treectrl2005-05-011-3/+3
* Bump version to 1.2.treectrl2005-05-011-6/+46
* More fiddling with package loading.treectrl2005-03-291-41/+256