Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * library/filelist-bindings.tcl (::TreeCtrl::EditClose): rewrote | hobbs2 | 2006-08-16 | 1 | -0/+5 |
| | | | | | | bindings of edit widget helpers to use TreeCtrlEntry and TreeCtrlText classes. Fix for <Escape> binding possibly triggering <FocusOut>. | ||||
* | * generic/tkTreeDisplay.c (Tree_Display): Allow Tree_DeselectHidden | hobbs2 | 2006-08-16 | 1 | -0/+8 |
| | | | | | | | * generic/tkTreeItem.c (Item_Configure): to be deferred to next * generic/tkTreeCtrl.h: redraw by calling Tree_DInfoChanged(tree, DINFO_REDO_SELECTION). Significantly improves performance of multiple item visibility changes. | ||||
* | * generic/tkTreeItem.c (Item_Configure): on checking for -visible, | hobbs2 | 2006-08-15 | 1 | -0/+5 |
| | | | | verify that the value actually changed, because it can be expensive. | ||||
* | * generic/tkTreeCtrl.c (TreeWidgetCmd): set the tk caret when the | hobbs2 | 2006-08-04 | 1 | -0/+5 |
| | | | | active item changes. | ||||
* | * generic/tkTreeCtrl.c (LoupeCmd): correct loupe on OS X x86. | hobbs2 | 2006-04-06 | 1 | -0/+7 |
| | |||||
* | update to TEA 3.5 | hobbs2 | 2006-01-26 | 1 | -128/+133 |
| | |||||
* | update to TEA 3.4 | hobbs2 | 2005-12-02 | 1 | -0/+4 |
| | |||||
* | * generic/tkTreeCtrl.c (LoupeCmd): don't capture display (it | hobbs2 | 2005-09-28 | 1 | -0/+5 |
| | | | | causes flashing) on OS X. | ||||
* | Hide cursor on OS X and capture display while grabbing | hobbs2 | 2005-09-27 | 1 | -0/+1 |
| | |||||
* | * generic/tkTreeCtrl.c (LoupeCmd): add OS X support. Correct | hobbs2 | 2005-09-27 | 1 | -0/+6 |
| | | | | | Win32 code to use grab size constraints and honor the virtual system metrics (OS X needs similar correction still). | ||||
* | * demos/demo.tcl: just check for 'loupe' to run loupe demo | hobbs2 | 2005-09-25 | 1 | -0/+6 |
| | | | | | * generic/tkTreeCtrl.c (LoupeCmd): add Win32 code to enable loupe functionality on Windows. | ||||
* | * Makefile.in: install man pages with html docs | hobbs2 | 2005-08-22 | 1 | -0/+6 |
| | | | | | * configure, configure.ac, tclconfig/tcl.m4: updated to newer TEA system | ||||
* | * generic/tkTreeStyle.c (Style_DoLayout): use if instead of | hobbs2 | 2005-08-10 | 1 | -0/+7 |
| | | | | tertiary ?: operator for funcs with different return types. | ||||
* | * generic/tkTreeTheme.c: correct headers to build on unix and use | hobbs2 | 2005-05-02 | 1 | -0/+5 |
| | | | | of c++-style var decls. | ||||
* | * Makefile.in, generic/tkTreeCtrl.h: OS X patch from | hobbs2 | 2005-03-25 | 1 | -0/+6 |
| | | | | | * configure, configure.ac, tclconfig/tcl.m4: Steffen * license.terms (new): | ||||
* | * Makefile.in (AR): use @AR@ | hobbs2 | 2005-03-19 | 1 | -0/+5 |
| | | | | * configure, configure.ac, tclconfig/tcl.m4: TEA 3.2 update | ||||
* | * generic/tkTreeItem.c (CompareAscii, CompareDict): handle the | hobbs2 | 2005-02-15 | 1 | -0/+10 |
| | | | | case where no text value has been set for sorting | ||||
* | * generic/tkTreeItem.c (TreeItem_FromObj): s/MOD_/TMOD_ to prevent | hobbs2 | 2004-11-30 | 1 | -0/+3 |
| | | | | existing defined name conflict | ||||
* | * generic/tkTreeElem.c: add "Elem" to a few names to prevent name | hobbs2 | 2004-11-30 | 1 | -0/+5 |
| | | | | collision (notable CreateBitmap on Windows). | ||||
* | whitespace police | hobbs2 | 2004-11-29 | 1 | -0/+2 |
| | |||||
* | * generic/tkTreeCtrl.c: adapt to Tk_PhotoPut(Zoomed)Block API | hobbs2 | 2004-11-29 | 1 | -0/+5 |
| | | | | changes for 8.5 (TIP #116). | ||||
* | * pkgIndex.tcl.in: Automate creation of pkgIndex.tcl and use | hobbs2 | 2004-10-09 | 1 | -0/+22 |
| | | | | | | | | * 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/tkTreeCtrl.c (ImageChangedProc): cause image change to | hobbs2 | 2004-02-10 | 1 | -0/+6 |
| | | | | | * generic/tkTreeColumn.c (ImageChangedProc): refresh window. Could narrow down the full update, but better than nothing. | ||||
* | * library/filelist-bindings.tcl: whitespace police | hobbs2 | 2003-12-02 | 1 | -0/+8 |
| | | | | | added check for Priv(buttonMode) before use in bindings that may not get an associated button-down event | ||||
* | * generic/tkTreeCtrl.c (LoupeCmd): remove extra interp arg to | hobbs2 | 2003-11-26 | 1 | -0/+5 |
| | | | | Tk_PhotoPutZoomedBlock. | ||||
* | whitespace police | hobbs2 | 2003-11-25 | 1 | -0/+4 |
| | |||||
* | new ChangeLog | hobbs2 | 2003-11-25 | 1 | -0/+7 |