summaryrefslogtreecommitdiffstats
path: root/generic
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
|
* 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.
* * Makefile.in, generic/tkTreeCtrl.h: OS X patch fromhobbs22005-03-251-1/+9
| | | | | * configure, configure.ac, tclconfig/tcl.m4: Steffen * license.terms (new):
* * generic/tkTreeItem.c (CompareAscii, CompareDict): handle thehobbs22005-02-151-10/+34
| | | | case where no text value has been set for sorting
* 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.
* * generic/tkTreeItem.c (TreeItem_FromObj): s/MOD_/TMOD_ to preventhobbs22004-11-301-27/+28
| | | | existing defined name conflict
* * generic/tkTreeElem.c: add "Elem" to a few names to prevent namehobbs22004-11-301-11/+11
| | | | 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-292-6353/+5854
|
* * generic/tkTreeCtrl.c: adapt to Tk_PhotoPut(Zoomed)Block APIhobbs22004-11-291-5/+20
| | | | 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-091-2/+15
| | | | | | | | * 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
* * 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)
* 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
|
* 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
|
* New Tk_OffsetRegion() routine.treectrl2004-08-091-1/+10
|
* Moved elementTypeList to tkTreeElem.c where it is initialized.treectrl2004-08-091-29/+1
|
* Support for ITEM_ID_IS_STRING compile-time option.treectrl2004-08-091-5/+22
|
* New "item state forcolumn" command.treectrl2004-08-091-51/+333
| | | | | Support for ITEM_ID_IS_STRING compile-time option. Generate <Selection> event when selected items are deleted.
* Moved PerStateXXX declarations from tkTreeElem.c.treectrl2004-08-091-1/+58
| | | | Add support for adding new Element types at runtime by extension writer.
* Moved PerStateXXX declarations to tkTreeElem.h.treectrl2004-08-091-43/+61
| | | | Add support for adding new Element types at runtime by extension writer.
* Fix bug with whitespace not always being erased.treectrl2004-08-091-4/+40
| | | | Change how columnWidthSize is reallocated.
* Add Tcl_Obj for -borderwidth, -height, -width and -highlighthickness.treectrl2004-08-091-1/+26
| | | | | Support ITEM_ID_IS_STRING compile-time option. Declare STATIC_XXX() macros here.
* Add Tcl_Obj for -borderwidth, -height, -width and -highlighthickness.treectrl2004-08-091-89/+60
| | | | | Support ITEM_ID_IS_STRING compile-time option. Use STATIC_XXX() macros for readability.