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
*
Bump copyright to 2008.
treectrl
2008-01-22
1
-2/+2
*
Fixed compiler warnings.
treectrl
2008-01-22
1
-2/+2
*
The new option -columntagexpr is checked to disable tag expressions in column...
treectrl
2007-11-12
1
-19/+81
*
Fixed partially-exposed transparent photo images not being redrawn when scrol...
treectrl
2007-04-21
1
-67/+63
*
Renamed many symbols to avoid collisions under ELF.
treectrl
2007-01-23
1
-24/+25
*
Formatting of braces (again).
treectrl
2006-12-23
1
-3/+2
*
Formatting of braces.
treectrl
2006-12-22
1
-87/+44
*
Added DEPRECATED around a variable.
treectrl
2006-12-08
1
-2/+5
*
Renamed the 2 PerStateGC_xxx functions since they had nothing to do with per-...
treectrl
2006-12-06
1
-5/+3
*
TreeDisplay_FreeColumnDInfo is called when a column is deleted to free displa...
treectrl
2006-12-04
1
-1/+2
*
Changed how the display code tracks column headers to better detect changes t...
treectrl
2006-12-03
1
-18/+59
*
New column option -itemjustify.
treectrl
2006-12-02
1
-10/+22
*
Fixed a bug where items wouldn't be redrawn when 2 columns swapped visibility...
treectrl
2006-11-27
1
-2/+8
*
Prevent column headers requesting width from the layout when the treectrl opt...
treectrl
2006-11-23
1
-1/+4
*
Fixed drawing of the drag indicator so it does not appear over columns with a...
treectrl
2006-11-19
1
-25/+73
*
Added an optional arg to [column count] to return the number of columns match...
treectrl
2006-11-18
1
-11/+19
*
Fixed incorrect "wrong # args" message with [column count].
treectrl
2006-11-18
1
-4/+9
*
Don't draw the tail column header if the tail column is not visible.
treectrl
2006-11-13
1
-2/+5
*
Fixed not being able to scroll horizontally when the header is wider than the...
treectrl
2006-11-12
1
-11/+12
*
Added Tree_HeaderXXX macros for getting the position of the header.
treectrl
2006-11-10
1
-14/+14
*
Removed hundreds of type-casts and pointer copies.
treectrl
2006-11-08
1
-305/+275
*
Moved TreeCtrlColumnImage out of the global namespace.
treectrl
2006-11-08
1
-44/+39
*
Remove COLUMN_LOCK-related code.
treectrl
2006-11-07
1
-308/+12
*
Remove NEW_SPAN_CODE-related code.
treectrl
2006-11-07
1
-10/+8
*
Keep an array of column indexes for each item that has at least one span > 1....
treectrl
2006-11-06
1
-1/+17
*
Deprecated the treectrl option -defaultstyle.
treectrl
2006-11-03
1
-6/+71
*
Removed unneeded COLU_CONF_xxx constants.
treectrl
2006-11-03
1
-24/+26
*
Fixed handling of Tcl_Obj with per-state custom options.
treectrl
2006-11-03
1
-6/+33
*
Added underline arg to TextLayout_Draw. [ Patch 1580928 ]
treectrl
2006-10-31
1
-10/+25
*
COLUMN_FOR_EACH no longer iterates over the tail column if the tail is not al...
treectrl
2006-10-29
1
-284/+170
*
Deprecated commands and options are wrapped inside #ifdef DEPRECATED.
treectrl
2006-10-28
1
-6/+14
*
Consolidated the column-layout code, and applied the -uniform and -weight opt...
treectrl
2006-10-27
1
-269/+474
*
The -weight option affects how extra space is allocated amongst -expand columns.
treectrl
2006-10-27
1
-5/+30
*
Added -uniform and -weight options to columns, which operate the same as the ...
treectrl
2006-10-27
1
-1/+219
*
Column description of "all" doesn't return the tail column if the command pro...
treectrl
2006-10-26
1
-53/+57
*
Fixed "state" qualifier in column descriptions.
treectrl
2006-10-16
1
-129/+142
*
Remove rowlabels.
treectrl
2006-10-14
1
-22/+1
*
TreeColumn_FromObj sets CFO_NOT_MANY by default.
treectrl
2006-10-14
1
-50/+221
*
Added column option -lock.
treectrl
2006-10-11
1
-190/+850
*
Use the new PerStateInfo custom option, eliminating some code.
treectrl
2006-10-05
1
-53/+21
*
The -tag option is now -tags and uses a TagInfo struct.
treectrl
2006-10-04
1
-326/+923
*
Bumped copyright to 2006.
treectrl
2006-09-05
1
-2/+2
*
Playing around with span widths.
treectrl
2006-07-11
1
-1/+14
*
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
[next]