index
:
tktreectrl.git
master
Mirror of https://github.com/davidw/tktreectrl.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
generic
/
tkTreeCtrl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump copyright to 2008.
treectrl
2008-01-22
1
-2/+2
*
Added #ifdef around Tk_InitStubs to handle "const" difference between 8.4 and...
treectrl
2007-12-14
1
-1/+5
*
Added -itemtagexpr and -columntagexpr options.
treectrl
2007-11-12
1
-1/+7
*
Call FormatResult in two places.
treectrl
2007-01-31
1
-14/+17
*
Renamed many symbols to avoid collisions under ELF.
treectrl
2007-01-23
1
-15/+15
*
Tcl_Preserve the associated Tk_Window otherwise we get crashes while freeing ...
treectrl
2007-01-22
1
-1/+8
*
Moved tclInt.h to the main header file.
treectrl
2007-01-21
1
-17/+5
*
Formatting of braces (again).
treectrl
2006-12-23
1
-5/+3
*
Fixed double-freeing a TreeCtrl structure if the option database had an inval...
treectrl
2006-12-23
1
-2/+1
*
Formatting of braces.
treectrl
2006-12-22
1
-111/+56
*
With -doublebuffer=window, <Expose> events no longer invalidate parts of item...
treectrl
2006-12-08
1
-2/+2
*
Added -span debug option.
treectrl
2006-12-08
1
-2/+4
*
Created a stack of TkRegions to avoid creating/destroying them repeatedly.
treectrl
2006-12-06
1
-1/+5
*
Renamed the 2 PerStateGC_xxx functions since they had nothing to do with per-...
treectrl
2006-12-06
1
-1/+2
*
Add missing check of tree->useTheme.
treectrl
2006-12-04
1
-2/+4
*
Theme-related changes to support tile-aware treectrl.
treectrl
2006-12-04
1
-12/+46
*
Removed some unnecessary casts.
treectrl
2006-12-02
1
-15/+20
*
The item option -button may now be "auto" in which case a button is drawn onl...
treectrl
2006-11-30
1
-4/+3
*
New command [bbox].
treectrl
2006-11-21
1
-13/+40
*
Added per-tree theme data.
treectrl
2006-11-19
1
-5/+15
*
Added 2 optional arguments to [selection get] to perform lindex- and lrange-l...
treectrl
2006-11-19
1
-1/+61
*
Use TreeItem_FirstAndLast in the deprecated [range] command.
treectrl
2006-11-15
1
-17/+2
*
Changed 2 incorrect 'return' statements to 'goto'.
treectrl
2006-11-10
1
-3/+3
*
Moved checks of tree->updateIndex into Tree_UpdateItemIndex.
treectrl
2006-11-09
1
-3/+2
*
Remove COLUMN_LOCK-related code.
treectrl
2006-11-07
1
-22/+3
*
Remove NEW_SPAN_CODE-related code.
treectrl
2006-11-07
1
-7/+1
*
Keep an array of column indexes for each item that has at least one span > 1....
treectrl
2006-11-06
1
-3/+30
*
Deprecated the treectrl option -defaultstyle.
treectrl
2006-11-03
1
-4/+17
*
Fix crash when destroying a treectrl with non-empty -backgroundimage.
treectrl
2006-11-03
1
-9/+22
*
BG_MODE_INDEX and BG_MODE_VISINDEX wrapped in #ifdef DEPRECATED.
treectrl
2006-11-03
1
-4/+15
*
Changed handling of deleted items (again) so that the item is removed from th...
treectrl
2006-10-30
1
-15/+50
*
Restore old behaviour of deprecated [expand], [collapse] and [toggle] allowin...
treectrl
2006-10-30
1
-26/+29
*
[identify] now takes pixel x/y arguments, rather than plain integers.
treectrl
2006-10-30
1
-3/+3
*
Renamed columnCustomOption_xxx.
treectrl
2006-10-29
1
-3/+3
*
Deprecated commands and options are wrapped inside #ifdef DEPRECATED.
treectrl
2006-10-28
1
-11/+61
*
Tree_GetImage now uses reference counting on images. Tree_FreeImage decrement...
treectrl
2006-10-18
1
-20/+80
*
Added [debug alloc] command to display info about memory allocations.
treectrl
2006-10-16
1
-3/+15
*
Remove rowlabels.
treectrl
2006-10-14
1
-78/+7
*
[contentbox] returns an empty string if the content area is <= 0 height or wi...
treectrl
2006-10-14
1
-75/+91
*
Added column option -lock.
treectrl
2006-10-11
1
-42/+97
*
Use the new PerStateInfo custom option, eliminating some code.
treectrl
2006-10-05
1
-36/+12
*
New treectrl options: -rowlabelresize, -rowlabelwidth, -minrowlabelwidth, -ma...
treectrl
2006-10-04
1
-41/+107
*
Added [tag] command.
treectrl
2006-09-24
1
-3/+9
*
Added Tree_StateFromListObj.
treectrl
2006-09-22
1
-1/+41
*
[selection add], [selection clear] and [selection modify] rewritten to use Tr...
treectrl
2006-09-21
1
-293/+230
*
Exclude !enabled items from the selection.
treectrl
2006-09-16
1
-23/+20
*
Bumped copyright to 2006.
treectrl
2006-09-05
1
-2/+2
*
* generic/tkTreeCtrl.c (TreeWidgetCmd): set the tk caret when the
hobbs2
2006-08-04
1
-1/+7
*
* generic/tkTreeCtrl.c (LoupeCmd): correct loupe on OS X x86.
hobbs2
2006-04-06
1
-1/+16
*
Fix compile issue on Mac [Patch 1311956]
treectrl
2005-10-15
1
-1/+3
[next]