summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Renamed notify.test to notify-old.test to test deprecated syntax.treectrl2005-03-292-65/+413
| | | | Update notify.test to test new syntax.
* More fiddling with package loading.treectrl2005-03-291-41/+256
| | | | | | | Add Events Browser window. Added label to view result of "identify" command. Add -showrootlines to popup menu. Use updated "notify install" syntax.
* Added standard block comments to highlight steps of creating and using a ↵treectrl2005-03-2910-56/+366
| | | | treectrl widget.
* * Makefile.in, generic/tkTreeCtrl.h: OS X patch fromhobbs22005-03-257-14/+171
| | | | | * configure, configure.ac, tclconfig/tcl.m4: Steffen * license.terms (new):
* Minor nitpicks.treectrl2005-03-211-6/+6
|
* * Makefile.in (AR): use @AR@hobbs22005-03-195-925/+1858
| | | | * configure, configure.ac, tclconfig/tcl.m4: TEA 3.2 update
* * generic/tkTreeItem.c (CompareAscii, CompareDict): handle thehobbs22005-02-152-10/+44
| | | | case where no text value has been set for sorting
* * demos/demo.tcl: try loading treectrl before trying thehobbs22005-02-151-3/+3
| | | | IsDevelopment branch of loading.
* whitespace only changes to bring up to Tcl style guide compliancehobbs22005-02-151-3519/+3304
|
* Macintosh drawing fixes.treectrl2005-01-031-1/+10
|
* New -backgroundimage option.treectrl2005-01-031-3/+15
| | | | Macintosh drawing fix.
* New -backgroundimage option.treectrl2005-01-031-2/+30
| | | | Relayout tree when -highlightthickness changes.
* New -backgroundimage option.treectrl2005-01-031-15/+209
| | | | | Fixed display bugs with "-doublebuffer window". Macintosh drawing fixes.
* New -backgroundimage option.treectrl2005-01-031-1/+15
|
* Fix bug with binding to a Tk window.treectrl2005-01-031-27/+43
| | | | Fix "configure -active" command to return configuration value.
* Document -backgroundimage option.treectrl2005-01-033-4/+29
|
* Added example background image.treectrl2005-01-031-0/+0
|
* Fiddled with dev/install library loading again.treectrl2005-01-031-26/+44
| | | | | Added submenus to right-click menu. Configure default -backgroundimage in demo list.
* Added -backgroundimage example.treectrl2005-01-031-1/+7
| | | | Removed unnecessary -foreground value.
* * generic/tkTreeItem.c (TreeItem_FromObj): s/MOD_/TMOD_ to preventhobbs22004-11-302-27/+31
| | | | existing defined name conflict
* * generic/tkTreeElem.c: add "Elem" to a few names to prevent namehobbs22004-11-302-11/+16
| | | | collision (notable CreateBitmap on Windows).
* really correct 8.4 compilation of Tk_PhotoPut* usagehobbs22004-11-291-5/+7
|
* correct Tk defined version checkhobbs22004-11-291-6/+5
|
* whitespace policehobbs22004-11-293-6353/+5856
|
* * generic/tkTreeCtrl.c: adapt to Tk_PhotoPut(Zoomed)Block APIhobbs22004-11-292-5/+25
| | | | changes for 8.5 (TIP #116).
* Implement Tk_ScrollRegion() and Tk_OffsetRegion() on Mac (submitted by user).treectrl2004-10-241-4/+8
|
* Fix whitespace scrolling.treectrl2004-10-241-29/+18
|
* Add some element-iterating routines for exporting via stubs.treectrl2004-10-121-1/+103
|
* Added some stubs entries.treectrl2004-10-122-2/+16
|
* Casts to quiet compiler warnings.treectrl2004-10-121-14/+34
| | | | Improved background-error message.
* * pkgIndex.tcl.in: Automate creation of pkgIndex.tcl and usehobbs22004-10-097-848/+845
| | | | | | | | * demos/demo.tcl: tcl_findLibrary to avoid the issue of build vs. * tests/all.tcl: install package. * generic/tkTreeCtrl.c: * library/filelist-bindings.tcl: ensure TreeCtrl namespace exists * library/treectrl.tcl: source filelist-bindings
* Revamp build system to use TEA 3.1 setuphobbs22004-10-095-1359/+5493
|
* * generic/tkTreeDisplay.c: correctly handle the damageRgn var.hobbs22004-10-091-10/+12
|
* * generic/tkTreeUtils.c: Implement Tk_OffsetRegion ashobbs22004-10-091-2/+4
| | | | XOffsetRegion on unix. (werner)
* Update version to 1.1.treectrl2004-08-132-3/+3
|
* Add TreeItem argument to element create proc so element can call ↵treectrl2004-08-131-6/+22
| | | | Tree_RedrawElement().
* Add Tk_RedrawElement().treectrl2004-08-132-2/+7
|
* Fiddle with declarations.treectrl2004-08-131-3/+5
|
* Only ReallyVisible() items may be selected.treectrl2004-08-132-17/+134
|
* Update version to 1.1.treectrl2004-08-133-10/+10
|
* Move "selection modify" call because hidden items can't be selected.treectrl2004-08-131-1/+1
|
* Require correct package version.treectrl2004-08-131-1/+1
|
* Use "item expand/collapse/toggle" commands.treectrl2004-08-111-7/+7
|
* Added hash table for current selection.treectrl2004-08-111-8/+62
| | | | New "item expand/collapse/toggle" commands.
* Added hash table for current selection.treectrl2004-08-112-35/+43
|
* Deprecate the "T expand/collapse/toggle" commands.treectrl2004-08-113-287/+329
| | | | Document the "T item expand/collapse/toggle" commands.
* Changed the directory displayed.treectrl2004-08-111-1/+1
|
* Use "T item expand" etc instead of "T expand".treectrl2004-08-113-15/+17
|
* Allow changing -squeeze option for columns via popup.treectrl2004-08-111-12/+14
| | | | Use "T item expand" etc instead of "T expand".
* Clear Priv(prev) after tracking a selection to avoid error in TreeCtrl::Cancel.treectrl2004-08-091-0/+49
| | | | Rewrite TreeCtrl::Motion to generate a single <Selection> event.