summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeColumn.c
Commit message (Expand)AuthorAgeFilesLines
* Bumped copyright to 2006.treectrl2006-09-051-2/+2
* Playing around with span widths.treectrl2006-07-111-1/+14
* Added Tcl block comments above each function. Commented function arguments.treectrl2005-09-161-100/+1112
* [column delete] now accepts an optional second argument so a range of columns...treectrl2005-09-071-31/+53
* Eliminate "type-punned pointer" warnings from GCC.treectrl2005-07-231-9/+24
* Make sure the column header drag image is properly clipped under X11, otherwi...treectrl2005-07-151-1/+19
* Whitespace nitpick with ...treectrl2005-07-121-2/+2
* Call new TreeTheme_GetArrowSize to determine size of sort arrow. I draw a nic...treectrl2005-07-071-5/+8
* Aesthetic changes.treectrl2005-06-101-25/+15
* Free per-state options when column deleted.treectrl2005-06-041-1/+4
* Removed unnecessary variable init and casting.treectrl2005-06-031-5/+3
* Added column description "end", equivalent to "last".treectrl2005-06-021-3/+4
* Fix for Column_UpdateTextLayout under OSX.treectrl2005-05-271-2/+2
* Limit number of lines of text in column header to 1 under Aqua when -usetheme...treectrl2005-05-241-15/+12
* Added -resize option.treectrl2005-05-221-6/+82
* Added -maxwidth option.treectrl2005-05-211-13/+43
* Call XSetClipOrigin after drawing bitmap.treectrl2005-05-191-1/+2
* Added new column description "tree".treectrl2005-05-171-3/+9
* The result of "column create" is now a unique identifier.treectrl2005-05-131-51/+669
* Removed a bunch of conditional-compilation stuff and dead code.treectrl2005-05-111-230/+39
* Changed -background option to a per-state option.treectrl2005-05-101-367/+1079
* Bumped copyright to 2005.treectrl2005-05-011-5/+52
* Fix "column width" to update layout if needed.treectrl2005-03-291-2/+2
* New option "-squeeze" lets columns surrender width when needed.treectrl2004-08-091-10/+47
* Add copyrighttreectrl2004-07-301-1/+2
* Update -defaultstyle when during "column move".treectrl2004-07-281-3/+75
* New "column create" command.treectrl2004-07-261-56/+44
* * generic/tkTreeCtrl.c (ImageChangedProc): cause image change tohobbs22004-02-101-1/+4
* whitespace policehobbs22003-11-251-1478/+1360
* Always redraw header when "column move" command is used.treectrl2003-08-091-0/+2
* Moved static Tk_OptionTable vars into structs.treectrl2003-01-281-11/+8
* Big padx and pady patch.treectrl2003-01-021-72/+63
* Fix for problems when configure fails.treectrl2003-01-011-3/+8
* Tag of tail column is 'tail'.treectrl2002-12-301-47/+92
* Disallow tail for bbox command.treectrl2002-12-291-2/+2
* Changed error message when specifying invalid column index with no columns.treectrl2002-12-241-25/+42
* 'column index' and 'column move' commands added.treectrl2002-12-231-9/+121
* Layout fix when changing column header font.treectrl2002-12-221-1/+2
* Fix for multi-byte strings.treectrl2002-12-201-2/+6
* Initial revisiontreectrl2002-12-171-0/+1547