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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increased size of DotState struct to prevent Win64 crash. [BUG 1911322]
treectrl
2008-03-12
1
-2/+2
*
Fixed integer overflow in the "item bbox" command when getting the bounds of ...
treectrl
2008-02-29
1
-3/+9
*
Bump copyright to 2008.
treectrl
2008-01-22
1
-2/+2
*
Added -itemtagexpr and -columntagexpr options.
treectrl
2007-11-12
1
-1/+4
*
Fixed partially-exposed transparent photo images not being redrawn when scrol...
treectrl
2007-04-21
1
-6/+15
*
Misc format changes.
treectrl
2007-01-31
1
-3/+3
*
(vsnprintf): _vsnprintf on Windows
hobbs2
2007-01-26
1
-1/+5
*
Renamed many symbols to avoid collisions under ELF.
treectrl
2007-01-23
1
-38/+49
*
Moved tclInt.h to the main header file.
treectrl
2007-01-21
1
-6/+4
*
With -doublebuffer=window, <Expose> events no longer invalidate parts of item...
treectrl
2006-12-08
1
-1/+2
*
Added -span debug option.
treectrl
2006-12-08
1
-1/+2
*
Created a stack of TkRegions to avoid creating/destroying them repeatedly.
treectrl
2006-12-06
1
-1/+6
*
Renamed the 2 PerStateGC_xxx functions since they had nothing to do with per-...
treectrl
2006-12-06
1
-10/+13
*
DynamicOption_FindData returns void* to avoid lots of casts.
treectrl
2006-12-04
1
-3/+3
*
Theme-related changes to support tile-aware treectrl.
treectrl
2006-12-04
1
-8/+17
*
Changed how the display code tracks column headers to better detect changes t...
treectrl
2006-12-03
1
-1/+4
*
Rename TreeColumn_Justify to TreeColumn_ItemJustify to handle the new column ...
treectrl
2006-12-02
1
-2/+6
*
The item option -button may now be "auto" in which case a button is drawn onl...
treectrl
2006-11-30
1
-2/+4
*
Indentation nitpick.
treectrl
2006-11-27
1
-2/+2
*
Fix potential segfaults when a display update is requested in the middle of d...
treectrl
2006-11-25
1
-1/+3
*
Added per-tree theme data.
treectrl
2006-11-21
1
-3/+13
*
Added 2 optional arguments to [selection get] to perform lindex- and lrange-l...
treectrl
2006-11-19
1
-1/+2
*
Fixed not being able to scroll horizontally when the header is wider than the...
treectrl
2006-11-12
1
-1/+2
*
Added Tree_HeaderXXX macros for getting the position of the header.
treectrl
2006-11-10
1
-2/+13
*
Declare TreeItem_GetElemRects, remove TreeStyle_ValidateElements.
treectrl
2006-11-07
1
-2/+6
*
Remove COLUMN_LOCK-related code.
treectrl
2006-11-07
1
-36/+3
*
Remove COLUMN_SPAN-related code.
treectrl
2006-11-07
1
-2/+1
*
Remove NEW_SPAN_CODE-related code.
treectrl
2006-11-07
1
-8/+1
*
Keep an array of column indexes for each item that has at least one span > 1....
treectrl
2006-11-06
1
-1/+11
*
Added missing prototype.
treectrl
2006-11-06
1
-1/+2
*
Deprecated the treectrl option -defaultstyle.
treectrl
2006-11-03
1
-4/+9
*
BG_MODE_INDEX and BG_MODE_VISINDEX wrapped in #ifdef DEPRECATED.
treectrl
2006-11-03
1
-1/+3
*
Added underline arg to TextLayout_Draw. [ Patch 1580928 ]
treectrl
2006-10-31
1
-2/+3
*
Changed handling of deleted items (again) so that the item is removed from th...
treectrl
2006-10-30
1
-2/+4
*
COLUMN_FOR_EACH no longer iterates over the tail column if the tail is not al...
treectrl
2006-10-29
1
-2/+4
*
Added -uniform and -weight options to columns, which operate the same as the ...
treectrl
2006-10-27
1
-1/+5
*
Changed dynamic-option code to use AllocHax_xxx.
treectrl
2006-10-26
1
-6/+8
*
Declare DynamicOption_AllocIfNeeded (used by ElementText).
treectrl
2006-10-25
1
-3/+5
*
Tree_GetImage now uses reference counting on images. Tree_FreeImage decrement...
treectrl
2006-10-18
1
-3/+5
*
Merged with BRANCH_dynamic_options.
treectrl
2006-10-18
1
-1/+29
*
AllocHax_xxx takes a Tk_Uid arg for gathering stats on memory allocations.
treectrl
2006-10-16
1
-9/+8
*
Remove rowlabels.
treectrl
2006-10-14
1
-108/+2
*
Added -indicatorside option to [column dragconfigure].
treectrl
2006-10-14
1
-12/+65
*
Added column option -lock.
treectrl
2006-10-11
1
-13/+85
*
Added AllocHax_Realloc.
treectrl
2006-10-05
1
-7/+15
*
TreeItemList stuff renamed to TreePtrList so columns and rowlabels can use them.
treectrl
2006-10-04
1
-25/+219
*
Declare TreeTagCmd.
treectrl
2006-09-24
1
-1/+2
*
Added Tree_StateFromListObj.
treectrl
2006-09-22
1
-1/+2
*
New data type TreeItemList and related funcs are used instead of STATIC_ALLOC...
treectrl
2006-09-21
1
-6/+38
*
Declare TreeItem_GetEnabled.
treectrl
2006-09-16
1
-1/+2
[next]