summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeColumn.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug where items wouldn't be redrawn when 2 columns swapped visibility...treectrl2006-11-271-2/+8
* Prevent column headers requesting width from the layout when the treectrl opt...treectrl2006-11-231-1/+4
* Fixed drawing of the drag indicator so it does not appear over columns with a...treectrl2006-11-191-25/+73
* Added an optional arg to [column count] to return the number of columns match...treectrl2006-11-181-11/+19
* Fixed incorrect "wrong # args" message with [column count].treectrl2006-11-181-4/+9
* Don't draw the tail column header if the tail column is not visible.treectrl2006-11-131-2/+5
* Fixed not being able to scroll horizontally when the header is wider than the...treectrl2006-11-121-11/+12
* Added Tree_HeaderXXX macros for getting the position of the header.treectrl2006-11-101-14/+14
* Removed hundreds of type-casts and pointer copies.treectrl2006-11-081-305/+275
* Moved TreeCtrlColumnImage out of the global namespace.treectrl2006-11-081-44/+39
* Remove COLUMN_LOCK-related code.treectrl2006-11-071-308/+12
* Remove NEW_SPAN_CODE-related code.treectrl2006-11-071-10/+8
* Keep an array of column indexes for each item that has at least one span > 1....treectrl2006-11-061-1/+17
* Deprecated the treectrl option -defaultstyle.treectrl2006-11-031-6/+71
* Removed unneeded COLU_CONF_xxx constants.treectrl2006-11-031-24/+26
* Fixed handling of Tcl_Obj with per-state custom options.treectrl2006-11-031-6/+33
* Added underline arg to TextLayout_Draw. [ Patch 1580928 ]treectrl2006-10-311-10/+25
* COLUMN_FOR_EACH no longer iterates over the tail column if the tail is not al...treectrl2006-10-291-284/+170
* Deprecated commands and options are wrapped inside #ifdef DEPRECATED.treectrl2006-10-281-6/+14
* Consolidated the column-layout code, and applied the -uniform and -weight opt...treectrl2006-10-271-269/+474
* The -weight option affects how extra space is allocated amongst -expand columns.treectrl2006-10-271-5/+30
* Added -uniform and -weight options to columns, which operate the same as the ...treectrl2006-10-271-1/+219
* Column description of "all" doesn't return the tail column if the command pro...treectrl2006-10-261-53/+57
* Fixed "state" qualifier in column descriptions.treectrl2006-10-161-129/+142
* Remove rowlabels.treectrl2006-10-141-22/+1
* TreeColumn_FromObj sets CFO_NOT_MANY by default.treectrl2006-10-141-50/+221
* Added column option -lock.treectrl2006-10-111-190/+850
* Use the new PerStateInfo custom option, eliminating some code.treectrl2006-10-051-53/+21
* The -tag option is now -tags and uses a TagInfo struct.treectrl2006-10-041-326/+923
* 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