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
/
tkTreeColumn.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added Tcl block comments above each function. Commented function arguments.
treectrl
2005-09-16
1
-100/+1112
*
[column delete] now accepts an optional second argument so a range of columns...
treectrl
2005-09-07
1
-31/+53
*
Eliminate "type-punned pointer" warnings from GCC.
treectrl
2005-07-23
1
-9/+24
*
Make sure the column header drag image is properly clipped under X11, otherwi...
treectrl
2005-07-15
1
-1/+19
*
Whitespace nitpick with ...
treectrl
2005-07-12
1
-2/+2
*
Call new TreeTheme_GetArrowSize to determine size of sort arrow. I draw a nic...
treectrl
2005-07-07
1
-5/+8
*
Aesthetic changes.
treectrl
2005-06-10
1
-25/+15
*
Free per-state options when column deleted.
treectrl
2005-06-04
1
-1/+4
*
Removed unnecessary variable init and casting.
treectrl
2005-06-03
1
-5/+3
*
Added column description "end", equivalent to "last".
treectrl
2005-06-02
1
-3/+4
*
Fix for Column_UpdateTextLayout under OSX.
treectrl
2005-05-27
1
-2/+2
*
Limit number of lines of text in column header to 1 under Aqua when -usetheme...
treectrl
2005-05-24
1
-15/+12
*
Added -resize option.
treectrl
2005-05-22
1
-6/+82
*
Added -maxwidth option.
treectrl
2005-05-21
1
-13/+43
*
Call XSetClipOrigin after drawing bitmap.
treectrl
2005-05-19
1
-1/+2
*
Added new column description "tree".
treectrl
2005-05-17
1
-3/+9
*
The result of "column create" is now a unique identifier.
treectrl
2005-05-13
1
-51/+669
*
Removed a bunch of conditional-compilation stuff and dead code.
treectrl
2005-05-11
1
-230/+39
*
Changed -background option to a per-state option.
treectrl
2005-05-10
1
-367/+1079
*
Bumped copyright to 2005.
treectrl
2005-05-01
1
-5/+52
*
Fix "column width" to update layout if needed.
treectrl
2005-03-29
1
-2/+2
*
New option "-squeeze" lets columns surrender width when needed.
treectrl
2004-08-09
1
-10/+47
*
Add copyright
treectrl
2004-07-30
1
-1/+2
*
Update -defaultstyle when during "column move".
treectrl
2004-07-28
1
-3/+75
*
New "column create" command.
treectrl
2004-07-26
1
-56/+44
*
* generic/tkTreeCtrl.c (ImageChangedProc): cause image change to
hobbs2
2004-02-10
1
-1/+4
*
whitespace police
hobbs2
2003-11-25
1
-1478/+1360
*
Always redraw header when "column move" command is used.
treectrl
2003-08-09
1
-0/+2
*
Moved static Tk_OptionTable vars into structs.
treectrl
2003-01-28
1
-11/+8
*
Big padx and pady patch.
treectrl
2003-01-02
1
-72/+63
*
Fix for problems when configure fails.
treectrl
2003-01-01
1
-3/+8
*
Tag of tail column is 'tail'.
treectrl
2002-12-30
1
-47/+92
*
Disallow tail for bbox command.
treectrl
2002-12-29
1
-2/+2
*
Changed error message when specifying invalid column index with no columns.
treectrl
2002-12-24
1
-25/+42
*
'column index' and 'column move' commands added.
treectrl
2002-12-23
1
-9/+121
*
Layout fix when changing column header font.
treectrl
2002-12-22
1
-1/+2
*
Fix for multi-byte strings.
treectrl
2002-12-20
1
-2/+6
*
Initial revision
treectrl
2002-12-17
1
-0/+1547