index
:
tktreectrl.git
master
Mirror of https://github.com/davidw/tktreectrl.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Nitpick.
treectrl
2006-09-27
1
-5/+6
*
Moved check for Tile to demo.tcl.
treectrl
2006-09-27
1
-31/+114
*
Set ElementArgs.display.bounds in two places to support clipping of window el...
treectrl
2006-09-27
1
-3/+27
*
Rewrote TreeItem_UpdateWindowPositions to respect column spans (code is mostl...
treectrl
2006-09-27
1
-1/+71
*
Added -clip option to window element to support clipping of windows.
treectrl
2006-09-27
1
-6/+154
*
Added ElementArgs.display.bounds field to support clipping window elements.
treectrl
2006-09-27
1
-1/+2
*
Move drawableX/YOrigin statements where they belong.
treectrl
2006-09-27
1
-12/+46
*
Disable mouse tracking when the initial click activates the name-editing entry.
treectrl
2006-09-24
1
-1/+3
*
Replace clunky block of code with [item descendants].
treectrl
2006-09-24
2
-37/+5
*
Use tags to group related items rather than checking their depth.
treectrl
2006-09-24
1
-12/+12
*
Added ITEM TAGS section.
treectrl
2006-09-24
3
-252/+605
*
Updates for 2.2.
treectrl
2006-09-24
1
-1/+899
*
Added tests for [tag] command.
treectrl
2006-09-24
1
-1/+108
*
Added [tag] command.
treectrl
2006-09-24
1
-67/+1159
*
Added [tag] command.
treectrl
2006-09-24
1
-3/+9
*
Declare TreeTagCmd.
treectrl
2006-09-24
1
-1/+2
*
More tests added for [item element xxx].
treectrl
2006-09-22
1
-18/+339
*
[item id all] is allowed.
treectrl
2006-09-22
1
-3/+29
*
Use new Tree_StateFromListObj for getting state flags from a list object.
treectrl
2006-09-22
1
-11/+2
*
Added Tree_StateFromListObj.
treectrl
2006-09-22
2
-2/+43
*
Use new Tree_StateFromListObj for getting state flags from a list object.
treectrl
2006-09-22
1
-410/+665
*
Added various TreeItemList_xxx routines.
treectrl
2006-09-21
1
-1/+167
*
Use TreeItemList instead of various other data types.
treectrl
2006-09-21
1
-82/+44
*
Added Item.flags field for handling deleted items.
treectrl
2006-09-21
1
-476/+605
*
Added DInfo.requests field to count calls to Tree_EventuallyRedraw.
treectrl
2006-09-21
1
-130/+125
*
[selection add], [selection clear] and [selection modify] rewritten to use Tr...
treectrl
2006-09-21
1
-293/+230
*
New data type TreeItemList and related funcs are used instead of STATIC_ALLOC...
treectrl
2006-09-21
1
-6/+38
*
New demo "My Computer" shows off disabled items.
treectrl
2006-09-16
1
-0/+115
*
Fix tests affected by changed error messages in TreeItem_FromObj.
treectrl
2006-09-16
1
-7/+90
*
Clicking in a disabled item starts the marquee drag.
treectrl
2006-09-16
1
-1/+4
*
Added/updated comments above every proc.
treectrl
2006-09-16
1
-188/+378
*
Generalized how the "visible" qualifier in item descriptions is handled, and ...
treectrl
2006-09-16
1
-133/+265
*
Exclude !enabled items from the selection.
treectrl
2006-09-16
1
-23/+20
*
Declare TreeItem_GetEnabled.
treectrl
2006-09-16
1
-1/+2
*
Clear the "enabled" state of header items in the property list so they can't ...
treectrl
2006-09-16
1
-2/+3
*
Added "My Computer" demo.
treectrl
2006-09-16
1
-2/+5
*
Change the description of -showbuttons and -showrootbutton.
treectrl
2006-09-16
3
-264/+444
*
Added -visible option to [item count].
treectrl
2006-09-08
3
-13/+22
*
Removed unused code.
treectrl
2006-09-08
1
-52/+20
*
Removed unused code.
treectrl
2006-09-05
1
-12/+4
*
Bumped copyright to 2006.
treectrl
2006-09-05
15
-30/+38
*
Updates for 2.1.1.
treectrl
2006-09-05
1
-1/+1363
*
Bumped version to 2.1.1.
treectrl
2006-09-05
1
-10/+15
*
Bumped version to 2.1.1.
treectrl
2006-09-05
6
-17/+250
*
* library/filelist-bindings.tcl (::TreeCtrl::EditClose): rewrote
hobbs2
2006-08-16
2
-177/+132
*
* generic/tkTreeDisplay.c (Tree_Display): Allow Tree_DeselectHidden
hobbs2
2006-08-16
4
-16/+39
*
* generic/tkTreeItem.c (Item_Configure): on checking for -visible,
hobbs2
2006-08-15
2
-2/+8
*
* generic/tkTreeCtrl.c (TreeWidgetCmd): set the tk caret when the
hobbs2
2006-08-04
2
-1/+12
*
Fix undefined variable. [ Patch 1507123 ]
treectrl
2006-07-12
1
-1/+3
*
Fix errors with various bindings when no items are visible. [ Bug 1422883 ]
treectrl
2006-07-11
1
-9/+17
[next]