Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Makefile.in, generic/tkTreeCtrl.h: OS X patch from | hobbs2 | 2005-03-25 | 1 | -1/+9 |
| | | | | | * configure, configure.ac, tclconfig/tcl.m4: Steffen * license.terms (new): | ||||
* | * generic/tkTreeItem.c (CompareAscii, CompareDict): handle the | hobbs2 | 2005-02-15 | 1 | -10/+34 |
| | | | | case where no text value has been set for sorting | ||||
* | whitespace only changes to bring up to Tcl style guide compliance | hobbs2 | 2005-02-15 | 1 | -3519/+3304 |
| | |||||
* | Macintosh drawing fixes. | treectrl | 2005-01-03 | 1 | -1/+10 |
| | |||||
* | New -backgroundimage option. | treectrl | 2005-01-03 | 1 | -3/+15 |
| | | | | Macintosh drawing fix. | ||||
* | New -backgroundimage option. | treectrl | 2005-01-03 | 1 | -2/+30 |
| | | | | Relayout tree when -highlightthickness changes. | ||||
* | New -backgroundimage option. | treectrl | 2005-01-03 | 1 | -15/+209 |
| | | | | | Fixed display bugs with "-doublebuffer window". Macintosh drawing fixes. | ||||
* | New -backgroundimage option. | treectrl | 2005-01-03 | 1 | -1/+15 |
| | |||||
* | Fix bug with binding to a Tk window. | treectrl | 2005-01-03 | 1 | -27/+43 |
| | | | | Fix "configure -active" command to return configuration value. | ||||
* | * generic/tkTreeItem.c (TreeItem_FromObj): s/MOD_/TMOD_ to prevent | hobbs2 | 2004-11-30 | 1 | -27/+28 |
| | | | | existing defined name conflict | ||||
* | * generic/tkTreeElem.c: add "Elem" to a few names to prevent name | hobbs2 | 2004-11-30 | 1 | -11/+11 |
| | | | | collision (notable CreateBitmap on Windows). | ||||
* | really correct 8.4 compilation of Tk_PhotoPut* usage | hobbs2 | 2004-11-29 | 1 | -5/+7 |
| | |||||
* | correct Tk defined version check | hobbs2 | 2004-11-29 | 1 | -6/+5 |
| | |||||
* | whitespace police | hobbs2 | 2004-11-29 | 2 | -6353/+5854 |
| | |||||
* | * generic/tkTreeCtrl.c: adapt to Tk_PhotoPut(Zoomed)Block API | hobbs2 | 2004-11-29 | 1 | -5/+20 |
| | | | | changes for 8.5 (TIP #116). | ||||
* | Implement Tk_ScrollRegion() and Tk_OffsetRegion() on Mac (submitted by user). | treectrl | 2004-10-24 | 1 | -4/+8 |
| | |||||
* | Fix whitespace scrolling. | treectrl | 2004-10-24 | 1 | -29/+18 |
| | |||||
* | Add some element-iterating routines for exporting via stubs. | treectrl | 2004-10-12 | 1 | -1/+103 |
| | |||||
* | Added some stubs entries. | treectrl | 2004-10-12 | 2 | -2/+16 |
| | |||||
* | Casts to quiet compiler warnings. | treectrl | 2004-10-12 | 1 | -14/+34 |
| | | | | Improved background-error message. | ||||
* | * pkgIndex.tcl.in: Automate creation of pkgIndex.tcl and use | hobbs2 | 2004-10-09 | 1 | -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. | hobbs2 | 2004-10-09 | 1 | -10/+12 |
| | |||||
* | * generic/tkTreeUtils.c: Implement Tk_OffsetRegion as | hobbs2 | 2004-10-09 | 1 | -2/+4 |
| | | | | XOffsetRegion on unix. (werner) | ||||
* | Add TreeItem argument to element create proc so element can call ↵ | treectrl | 2004-08-13 | 1 | -6/+22 |
| | | | | Tree_RedrawElement(). | ||||
* | Add Tk_RedrawElement(). | treectrl | 2004-08-13 | 2 | -2/+7 |
| | |||||
* | Fiddle with declarations. | treectrl | 2004-08-13 | 1 | -3/+5 |
| | |||||
* | Only ReallyVisible() items may be selected. | treectrl | 2004-08-13 | 2 | -17/+134 |
| | |||||
* | Added hash table for current selection. | treectrl | 2004-08-11 | 1 | -8/+62 |
| | | | | New "item expand/collapse/toggle" commands. | ||||
* | Added hash table for current selection. | treectrl | 2004-08-11 | 2 | -35/+43 |
| | |||||
* | New Tk_OffsetRegion() routine. | treectrl | 2004-08-09 | 1 | -1/+10 |
| | |||||
* | Moved elementTypeList to tkTreeElem.c where it is initialized. | treectrl | 2004-08-09 | 1 | -29/+1 |
| | |||||
* | Support for ITEM_ID_IS_STRING compile-time option. | treectrl | 2004-08-09 | 1 | -5/+22 |
| | |||||
* | New "item state forcolumn" command. | treectrl | 2004-08-09 | 1 | -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. | treectrl | 2004-08-09 | 1 | -1/+58 |
| | | | | Add support for adding new Element types at runtime by extension writer. | ||||
* | Moved PerStateXXX declarations to tkTreeElem.h. | treectrl | 2004-08-09 | 1 | -43/+61 |
| | | | | Add support for adding new Element types at runtime by extension writer. | ||||
* | Fix bug with whitespace not always being erased. | treectrl | 2004-08-09 | 1 | -4/+40 |
| | | | | Change how columnWidthSize is reallocated. | ||||
* | Add Tcl_Obj for -borderwidth, -height, -width and -highlighthickness. | treectrl | 2004-08-09 | 1 | -1/+26 |
| | | | | | Support ITEM_ID_IS_STRING compile-time option. Declare STATIC_XXX() macros here. | ||||
* | Add Tcl_Obj for -borderwidth, -height, -width and -highlighthickness. | treectrl | 2004-08-09 | 1 | -89/+60 |
| | | | | | Support ITEM_ID_IS_STRING compile-time option. Use STATIC_XXX() macros for readability. | ||||
* | New option "-squeeze" lets columns surrender width when needed. | treectrl | 2004-08-09 | 1 | -10/+47 |
| | |||||
* | Add copyright. | treectrl | 2004-07-30 | 1 | -22/+40 |
| | | | | Fixed "style elements" error message. | ||||
* | Add copyright. | treectrl | 2004-07-30 | 2 | -0/+20 |
| | |||||
* | Add copyright. | treectrl | 2004-07-30 | 1 | -36/+50 |
| | | | | | Beefed up Marquee_Config(); handle -visible option properly. Removed "marquee visible" command. | ||||
* | Add copyright. | treectrl | 2004-07-30 | 1 | -402/+415 |
| | | | | | | | | | Add "item cget" and "item configure" commands. Removed "item hasbutton" and "item visible" commands. Removed unused code. Made TreeItem_AllocXXX() private. Reorganized TreeItemCmd(). Added TreeItem_Init() for widget initialization. | ||||
* | Add copyright. | treectrl | 2004-07-30 | 1 | -42/+50 |
| | | | | | Beefed up DragImage_Config(); handle -visible configuration properly. Removed "dragimage visible" command. | ||||
* | Add copyright. | treectrl | 2004-07-30 | 3 | -0/+30 |
| | |||||
* | Add copyright. | treectrl | 2004-07-30 | 1 | -3/+5 |
| | | | | | Add Tk_OptionTable for items to TreeCtrl struct. Remove TreeItem_AllocXXX declarations, add TreeItem_Init(). | ||||
* | Add copyright. | treectrl | 2004-07-30 | 1 | -6/+3 |
| | | | | Call TreeItem_Init() when creating widget. | ||||
* | Add copyright | treectrl | 2004-07-30 | 3 | -7/+20 |
| | |||||
* | Bounds check -defaultstyle in "item create". | treectrl | 2004-07-28 | 1 | -2/+2 |
| | |||||
* | Update -defaultstyle when during "column move". | treectrl | 2004-07-28 | 1 | -3/+75 |
| |