summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add Tcl block comments above each function. Comment function arguments.treectrl2005-09-161-10/+200
* Converted to tab+space indentation.treectrl2005-09-164-1789/+1789
* Added Tcl block comments above each function. Commented function arguments.treectrl2005-09-161-100/+1112
* Converted to tab+space indentation.treectrl2005-09-161-4131/+4137
* Added Tcl block comments above each function. Commented function arguments. C...treectrl2005-09-161-472/+826
* Comment function arguments.treectrl2005-09-161-124/+531
* Added RCS line.treectrl2005-09-152-0/+4
* Fix test of error message which was changed.treectrl2005-09-151-2/+2
* Removed unused code.treectrl2005-09-151-38/+3
* Removed declarations of unused functions.treectrl2005-09-151-14/+1
* Add Tcl block comments above each function.treectrl2005-09-151-162/+1510
* Add Tcl block comments above each function. Comment function arguments.treectrl2005-09-151-102/+1705
* #include <tclInt.h> on OSX for TCL_ALIGN definition.treectrl2005-09-141-1/+2
* Fixed alignment problem with allocated array of structures affecting some sys...treectrl2005-09-091-5/+5
* Commented AllocHax stuff. Changed how AllocHax_Free calculates the address of...treectrl2005-09-071-13/+59
* Rebuilt from new tcl.m4.treectrl2005-09-071-3/+4
* Use [tk windowingsystem] to determine the platform. (to support my SDL versio...treectrl2005-09-071-3/+16
* Added tests for updated [column delete] command.treectrl2005-09-071-2/+21
* [column delete] now accepts an optional second argument to delete a range of ...treectrl2005-09-073-129/+171
* Removed wipefree() function.treectrl2005-09-071-13/+6
* Style_DoLayoutH/V: Removed unused return values.treectrl2005-09-071-21/+12
* Changed TreeItem_RemoveColumn to delete a range of columns. This is to suppor...treectrl2005-09-071-15/+16
* [column delete] now accepts an optional second argument so a range of columns...treectrl2005-09-071-31/+53
* Fixed a typo.treectrl2005-09-071-2/+2
* Added an argument to TreeItem_RemoveColumn to delete a range of columns to su...treectrl2005-09-071-6/+13
* * Makefile.in: install man pages with html docshobbs22005-08-225-224/+396
* * generic/tkTreeStyle.c (Style_DoLayout): use if instead ofhobbs22005-08-102-4/+13
* Tcl_PkgRequire same version of treectrl.treectrl2005-07-231-4/+8
* Bump version to 2.1.treectrl2005-07-231-1/+1
* Multi-clicking in a column header is same as single-click instead of a no-op.treectrl2005-07-231-0/+4
* Simplified and corrected calculation of item width. Fixed bug where indentati...treectrl2005-07-231-56/+49
* Eliminate "type-punned pointer" warnings from GCC.treectrl2005-07-233-46/+80
* Don't overwrite object result of interpreter in case it is shared.treectrl2005-07-231-7/+8
* Changes for 2.1.treectrl2005-07-234-473/+1041
* Bumped version to 2.1.treectrl2005-07-233-15/+33
* Set -columnresizemode to realtime on X11.treectrl2005-07-161-3/+4
* Wrap a bunch of lines.treectrl2005-07-161-21/+41
* Remove newlines in message on unix/mac because unix messagebox already wraps ...treectrl2005-07-161-4/+8
* Added offset args to Tree_DrawTiledImage so image element can use it.treectrl2005-07-161-2/+8
* Added -tiled option to image element.treectrl2005-07-161-1/+22
* Added offset args to Tree_DrawTiledImage so image element can use it.treectrl2005-07-161-2/+2
* Range_Redo: Add missing braces.treectrl2005-07-161-39/+38
* Changed configure.in to configure.ac in the 'dist' target.treectrl2005-07-161-4/+4
* Update tests for recent changes (mostly changes in error messages).treectrl2005-07-155-29/+29
* Whitespace change.treectrl2005-07-151-2/+2
* Updates for 2.1.treectrl2005-07-151-2/+628
* Give more complete/accurate description of each element configuration option.treectrl2005-07-153-630/+912
* Added [element perstate] command.treectrl2005-07-151-3/+39
* Added "none" to text element -wrap option to disable line wrapping.treectrl2005-07-151-25/+34
* Range_Redo: removed redundant rangePrev variable; use -itemwidthmultiple; mak...treectrl2005-07-151-19/+50