summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
...
* New option "-squeeze" lets columns surrender width when needed.treectrl2004-08-091-10/+47
|
* Add copyright.treectrl2004-07-301-22/+40
| | | | Fixed "style elements" error message.
* Add copyright.treectrl2004-07-302-0/+20
|
* Add copyright.treectrl2004-07-301-36/+50
| | | | | Beefed up Marquee_Config(); handle -visible option properly. Removed "marquee visible" command.
* Add copyright.treectrl2004-07-301-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.treectrl2004-07-301-42/+50
| | | | | Beefed up DragImage_Config(); handle -visible configuration properly. Removed "dragimage visible" command.
* Add copyright.treectrl2004-07-303-0/+30
|
* Add copyright.treectrl2004-07-301-3/+5
| | | | | Add Tk_OptionTable for items to TreeCtrl struct. Remove TreeItem_AllocXXX declarations, add TreeItem_Init().
* Add copyright.treectrl2004-07-301-6/+3
| | | | Call TreeItem_Init() when creating widget.
* Add copyrighttreectrl2004-07-303-7/+20
|
* Bounds check -defaultstyle in "item create".treectrl2004-07-281-2/+2
|
* Update -defaultstyle when during "column move".treectrl2004-07-281-3/+75
|
* More visible height/width < 0 fixes.treectrl2004-07-271-3/+15
| | | | Update columnWidthSize correctly [BUG 897971]
* More visible height < 0 fixes.treectrl2004-07-271-1/+5
|
* Edit last revision to handle negative visible height/width better in ↵treectrl2004-07-261-2/+2
| | | | xview/yview commands.
* Update -defaultstyle widget option when a style is deleted.treectrl2004-07-261-0/+22
|
* Fix "column move" when item column wasn't allocated yet.treectrl2004-07-261-72/+70
| | | | | | Fix "item index" if index needed recalculating. New -defaultstyle widget option used by "item create". Tree columns are no longer automatically created by various "item" commands.
* Fix panic() attack in yview/xview when visible height/width <= 0.treectrl2004-07-261-2/+2
|
* New "-defaultstyle" widget option.treectrl2004-07-261-2/+8
| | | | Remove Tree_CreateColumn() declaration.
* New "-defaultstyle" widget option.treectrl2004-07-261-14/+76
|
* New "column create" command.treectrl2004-07-261-56/+44
| | | | | The "column configure" command no longer creates columns. Tail column index is kept up-to-date.
* * generic/tkTreeCtrl.c (ImageChangedProc): cause image change tohobbs22004-02-102-2/+8
| | | | | * generic/tkTreeColumn.c (ImageChangedProc): refresh window. Could narrow down the full update, but better than nothing.
* * generic/tkTreeCtrl.c (LoupeCmd): remove extra interp arg tohobbs22003-11-261-2/+2
| | | | Tk_PhotoPutZoomedBlock.
* whitespace policehobbs22003-11-251-1478/+1360
|
* (TreeWorldChanged): add calls to TreeStyle_TreeChanged andhobbs22003-11-251-4/+9
| | | | TreeColumn_TreeChanged to correctly display font size changes
* whitespace policehobbs22003-11-252-2943/+2699
|
* Always redraw header when "column move" command is used.treectrl2003-08-091-0/+2
|
* Fix for missing lines when siblings not visible.treectrl2003-03-291-14/+28
|
* Moved static Tk_OptionTable vars into structs.treectrl2003-01-284-41/+30
|
* Added 'scan' command.treectrl2003-01-282-3/+64
|
* Fixed bug with 'state undefine'.treectrl2003-01-061-7/+11
|
* Fixed bug with bitmap and 'state undefine'.treectrl2003-01-061-7/+14
|
* Some new public functions declared.treectrl2003-01-051-2/+7
| | | | | TreeElement type declared. New argument to TreeStyle_GetSortData.
* Some new public functions defined.treectrl2003-01-051-4/+38
| | | | TreeStyle_GetSortData accepts index of element to use.
* Tk_FillRegion moved from tkTreeDisplay.c (was XFillRegion).treectrl2003-01-051-8/+28
| | | | More SetROP2() changes: set it before every draw into HDC.
* New -element option to item sort command.treectrl2003-01-051-13/+144
| | | | Allow item sort without columns if -command is used.
* Move XFillRegion -> Tk_FillRegion in tkTreeUtils.c.treectrl2003-01-051-32/+3
|
* TCL_OK -> TCL_ERROR for item sort with no columns.treectrl2003-01-051-1/+1
|
* item sort returns error if there are no columns.treectrl2003-01-051-3/+43
| | | | | | Don't allow tail column for item sort -column option. Make sure item sort -notreally returns result if only one item to sort. Return error if item sort -command gives inconsistent results.
* Use GetROP2/SetROP2 when modifying/releasing device context.treectrl2003-01-051-0/+6
|
* 'state define' returns an error for a bad state name.treectrl2003-01-051-0/+5
|
* Reworked handling of whitespace. '-doublebuffer window' works now. One new ↵treectrl2003-01-041-79/+185
| | | | routine is not implemented on MacOS yet.
* Remove 20-column limit.treectrl2003-01-021-83/+100
| | | | Pass sortData on stack instead of global in 'item sort' command.
* Remove 20-element limit.treectrl2003-01-022-35/+134
|
* Remove 20-column limit.treectrl2003-01-021-1/+10
|
* Declare TreeStyle_NumElements.treectrl2003-01-021-1/+2
| | | | Remove 20-element limit on TreeStyle_GetElemRects.
* Use STATIC_SIZE in more places.treectrl2003-01-021-7/+7
|
* TreeCtrl_GetPadAmountFromObj: don't modify vars if error occurs. It was a ↵treectrl2003-01-021-5/+8
| | | | problem for style layout.
* Big padx and pady patch.treectrl2003-01-025-372/+683
|
* Fix for 'marquee identify' not reporting column when item has no columns.treectrl2003-01-011-3/+4
|