summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bumped copyright to 2005.treectrl2005-05-011-3/+22
| | | | | Added -usetheme option. Various declarations for Theme API.
* Bumped copyright to 2005.treectrl2005-05-011-7/+68
| | | | | | | | Added -usetheme option. "identify" command returns empty string if point is not inside borders. Was only a problem in the header. Fixed bug where open/closedButtonWidth/Height were not always updated. Use Theme API to get size of buttons. Initialize Theme stuff.
* Bumped copyright to 2005.treectrl2005-05-011-5/+52
| | | | | | Removed call to Tk_Draw3DRectangle() since Tk_Fill3DRectangle() calls it for us. Added -state option. Draw column headers using the Theme API.
* Bumped copyright to 2005.treectrl2005-05-012-4/+4
|
* 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
| | | | | Added "Clear Window" command to Events Browser with Ctrl+X shortcut. Replaced label with new Identify Window.
* Bump version to 1.2.treectrl2005-05-012-11/+11
|
* I'm da man.treectrl2005-05-011-1/+1
|
* Pass TreeCtrl::PercentsCmd to "notify generate".treectrl2005-03-291-15/+26
| | | | Double-colon police.
* Added TreeCtrl::PercentsCmd to perform %-substitution on dynamic events.treectrl2005-03-291-2/+28
|
* Document new syntax for "notify install", "notify uninstall" and "notify ↵treectrl2005-03-293-433/+636
| | | | | | | | linkage" as well as deprecating old-style syntax. New percentsCommand argument to "notify generate". New %P and %? %-substitution characters. New "DYNAMIC EVENTS" section to describe use of "notify install", "notify generate", and percentsCommand.
* Removed spurious '\' character.treectrl2005-03-291-2/+2
|
* Added %P and %? %-substitution characters.treectrl2005-03-291-6/+39
|
* New -showrootlines config option.treectrl2005-03-291-2/+25
| | | | Don't draw horizontal line to self unless it connects to a vertical line or our button.
* New -showrootlines config option.treectrl2005-03-291-1/+4
| | | | Declare TreeItem_NextSiblingVisible.
* New -showrootlines config option.treectrl2005-03-291-2/+9
| | | | Check for visible next sibling before reporting "line" in "identify" command.
* Fix "column width" to update layout if needed.treectrl2005-03-291-2/+2
|
* Declare QE_ExpandPattern.treectrl2005-03-291-1/+2
|
* Added optional percentsCommand argument "notify generate".treectrl2005-03-291-338/+498
| | | | | | | | Strip duplicate characters from charMap argument to "notify generate". New syntax: "notify install pattern ?percentsCommand?", old syntax still supported but deprecated. New syntax: "notify linkage pattern", old syntax still supported but deprecated. New syntax: "notify uninstall pattern", old syntax still supported but deprecated. Added QE_ExpandPattern to turn %-char into a <event-detail> string.
* Removed package_require hack.treectrl2005-03-291-25/+23
| | | | | Use "-match glob" to simplify some tests. Fix "identify" tests by using rect instead of text element, since font width varies by platform.
* Removed package_require hack.treectrl2005-03-293-16/+16
| | | | Use "-match glob" to simplify some tests.
* Removed package_require hack. Regular "package require" works if environment ↵treectrl2005-03-291-2/+1
| | | | vars are set.
* 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
|