Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rebuilt from new tcl.m4. | treectrl | 2005-09-07 | 1 | -3/+4 | |
| | ||||||
* | Use [tk windowingsystem] to determine the platform. (to support my SDL ↵ | treectrl | 2005-09-07 | 1 | -3/+16 | |
| | | | | | | | version of Tk). Picked a better color for SystemHighlight* under X11. Changed X11 font to "Helvetica -12" from "Helvetica 12". | |||||
* | Added tests for updated [column delete] command. | treectrl | 2005-09-07 | 1 | -2/+21 | |
| | ||||||
* | [column delete] now accepts an optional second argument to delete a range of ↵ | treectrl | 2005-09-07 | 3 | -129/+171 | |
| | | | | | | columns with one call. Added a bunch of links to the COLUMN DESCRIPTION section. | |||||
* | Removed wipefree() function. | treectrl | 2005-09-07 | 1 | -13/+6 | |
| | | | | | Replaced wipefree() calls with WIPEFREE(). AllocHax_Free(): replaced memset() with WIPE(). | |||||
* | Style_DoLayoutH/V: Removed unused return values. | treectrl | 2005-09-07 | 1 | -21/+12 | |
| | | | | Replaced wipefree() with WCFREE(). | |||||
* | Changed TreeItem_RemoveColumn to delete a range of columns. This is to ↵ | treectrl | 2005-09-07 | 1 | -15/+16 | |
| | | | | support the updated [column delete] command. | |||||
* | [column delete] now accepts an optional second argument so a range of ↵ | treectrl | 2005-09-07 | 1 | -31/+53 | |
| | | | | | | columns can be deleted in one call. Replaced wipefree() call with WCFREE macro. | |||||
* | Fixed a typo. | treectrl | 2005-09-07 | 1 | -2/+2 | |
| | ||||||
* | Added an argument to TreeItem_RemoveColumn to delete a range of columns to ↵ | treectrl | 2005-09-07 | 1 | -6/+13 | |
| | | | | | | support the updated [column delete] command. Removed the wipefree() function, and changed WFREE to only memset() freed memory when TREECTRL_WIPE_MEM is defined. The STATIC_FREE was changed to take advantage of this. | |||||
* | * Makefile.in: install man pages with html docs | hobbs2 | 2005-08-22 | 5 | -224/+396 | |
| | | | | | * configure, configure.ac, tclconfig/tcl.m4: updated to newer TEA system | |||||
* | * generic/tkTreeStyle.c (Style_DoLayout): use if instead of | hobbs2 | 2005-08-10 | 2 | -4/+13 | |
| | | | | tertiary ?: operator for funcs with different return types. | |||||
* | Tcl_PkgRequire same version of treectrl. | treectrl | 2005-07-23 | 1 | -4/+8 | |
| | | | | Fixed ActualProc using ElementText. | |||||
* | Bump version to 2.1. | treectrl | 2005-07-23 | 1 | -1/+1 | |
| | ||||||
* | Multi-clicking in a column header is same as single-click instead of a no-op. | treectrl | 2005-07-23 | 1 | -0/+4 | |
| | | | | Update cursor and header state after double-clicking to resize a column. | |||||
* | Simplified and corrected calculation of item width. Fixed bug where ↵ | treectrl | 2005-07-23 | 1 | -56/+49 | |
| | | | | | | indentation wasn't counted if an item-column had no style. Added call to XSycn() to improve debugging of display. | |||||
* | Eliminate "type-punned pointer" warnings from GCC. | treectrl | 2005-07-23 | 3 | -46/+80 | |
| | ||||||
* | Don't overwrite object result of interpreter in case it is shared. | treectrl | 2005-07-23 | 1 | -7/+8 | |
| | ||||||
* | Changes for 2.1. | treectrl | 2005-07-23 | 4 | -473/+1041 | |
| | ||||||
* | Bumped version to 2.1. | treectrl | 2005-07-23 | 3 | -15/+33 | |
| | ||||||
* | Set -columnresizemode to realtime on X11. | treectrl | 2005-07-16 | 1 | -3/+4 | |
| | | | | Use a smaller font in Source Window on X11. | |||||
* | Wrap a bunch of lines. | treectrl | 2005-07-16 | 1 | -21/+41 | |
| | | | | Set -highlightthickness to zero for child windows to improve appearance on X11. | |||||
* | Remove newlines in message on unix/mac because unix messagebox already wraps ↵ | treectrl | 2005-07-16 | 1 | -4/+8 | |
| | | | | lines (unlike windows). Not sure if mac wraps lines. | |||||
* | Added offset args to Tree_DrawTiledImage so image element can use it. | treectrl | 2005-07-16 | 1 | -2/+8 | |
| | | | | Redo ranges when an item's -height option changes. | |||||
* | Added -tiled option to image element. | treectrl | 2005-07-16 | 1 | -1/+22 | |
| | ||||||
* | Added offset args to Tree_DrawTiledImage so image element can use it. | treectrl | 2005-07-16 | 1 | -2/+2 | |
| | ||||||
* | Range_Redo: Add missing braces. | treectrl | 2005-07-16 | 1 | -39/+38 | |
| | | | | Added offset args to Tree_DrawTiledImage so image element can use it. | |||||
* | Changed configure.in to configure.ac in the 'dist' target. | treectrl | 2005-07-16 | 1 | -4/+4 | |
| | ||||||
* | Update tests for recent changes (mostly changes in error messages). | treectrl | 2005-07-15 | 5 | -29/+29 | |
| | ||||||
* | Whitespace change. | treectrl | 2005-07-15 | 1 | -2/+2 | |
| | ||||||
* | Updates for 2.1. | treectrl | 2005-07-15 | 1 | -2/+628 | |
| | ||||||
* | Give more complete/accurate description of each element configuration option. | treectrl | 2005-07-15 | 3 | -630/+912 | |
| | | | | | | | Added -itemwidth, -itemwidthequal, -itemwidthmultiple treectrl options. Added [element perstate] command. Deprecated column -stepwidth and -widthhack options. Added <ItemVisibility> event. | |||||
* | Added [element perstate] command. | treectrl | 2005-07-15 | 1 | -3/+39 | |
| | ||||||
* | Added "none" to text element -wrap option to disable line wrapping. | treectrl | 2005-07-15 | 1 | -25/+34 | |
| | | | | Removed unused layoutInvalid text element field. | |||||
* | Range_Redo: removed redundant rangePrev variable; use -itemwidthmultiple; ↵ | treectrl | 2005-07-15 | 1 | -19/+50 | |
| | | | | | | make sure at least one item is in each range if -wrap width is smaller than any item. Range_TotalWidth: correct usage of -itemwidthmultiple. | |||||
* | Fix bug "[ 1237934 ] ColumnDrag problem". The ximage->red_mask etc were all ↵ | treectrl | 2005-07-15 | 1 | -10/+11 | |
| | | | | zeroes, causing an infinite loop. | |||||
* | Make sure the column header drag image is properly clipped under X11, ↵ | treectrl | 2005-07-15 | 1 | -1/+19 | |
| | | | | otherwise it disappears when out of bounds. | |||||
* | Don't set -font to Courier 8 in the Events Browser, it is too small on X11. | treectrl | 2005-07-15 | 1 | -8/+7 | |
| | | | | | | Tweak style layout in Events Browser so text lines up. Set default font under X11 to Helvetica 12 not 16. Looks good under Cygwin/X11 anyhow. DemoClear: clear the -itemwidth, -itemwidthequal, and -itemwidthmultiple options. | |||||
* | Use treectrl's -itemwidth instead of column's -width. | treectrl | 2005-07-15 | 1 | -7/+8 | |
| | | | | | Use treectrl's -itemwidthequal instead of column's -widthhack. Use treectrl's -itemwidthmultiple instead of column's -stepwidth. | |||||
* | Mark the first window created as free after getting its height. | treectrl | 2005-07-15 | 1 | -1/+3 | |
| | ||||||
* | Removed unused variable declaration. | treectrl | 2005-07-12 | 1 | -2/+1 | |
| | ||||||
* | TagIdentify bindtag is used so the Identify Window updates even when the ↵ | treectrl | 2005-07-12 | 1 | -7/+26 | |
| | | | | | | mouse is over child windows. DemoClear resets the -cursor option. | |||||
* | Set -showbuttons to false, allow click anywhere in item to toggle it ↵ | treectrl | 2005-07-12 | 1 | -6/+41 | |
| | | | | | | open/closed. Change cursor to hand2 to indicate toggle is allowed. Add bindings to child windows to make Identify Window updates work. | |||||
* | Declare TreeStyle_GetImage and TreeStyle_SetImage. | treectrl | 2005-07-12 | 1 | -2/+4 | |
| | ||||||
* | Whitespace nitpick with ... | treectrl | 2005-07-12 | 2 | -8/+8 | |
| | ||||||
* | Deprecate [item element actual], renamed it to [item element perstate] and ↵ | treectrl | 2005-07-12 | 3 | -230/+289 | |
| | | | | | | describe it correctly. Added [item image]. | |||||
* | Updates for 2.1. | treectrl | 2005-07-12 | 1 | -49/+1273 | |
| | ||||||
* | Whitespace nitpick with ... | treectrl | 2005-07-12 | 3 | -6/+6 | |
| | ||||||
* | Add TreeStyle_GetImage and TreeStyle_SetImage. | treectrl | 2005-07-12 | 1 | -27/+56 | |
| | ||||||
* | Add -draw to ActualProcShellIcon. | treectrl | 2005-07-12 | 1 | -1/+33 | |
| |