summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.treectrl2006-07-111-2/+2
* Fix cut-and-paste error in comment.treectrl2006-07-111-2/+2
* Playing around with span widths.treectrl2006-07-111-1/+14
* Did some work on better distributing space when a style spans multiple column...treectrl2006-07-111-50/+232
* * generic/tkTreeCtrl.c (LoupeCmd): correct loupe on OS X x86.hobbs22006-04-062-1/+23
* * configure, configure.ac: add AC_C_BIGENDIAN checkhobbs22006-04-063-55/+62
* update to TEA 3.5hobbs22006-01-264-1584/+1331
* update to TEA 3.4hobbs22005-12-024-679/+508
* Improve appearance of list header under OSX/Aqua. [Patch 1356447]treectrl2005-11-181-2/+22
* Add mousewheel support to OSX. [Patch 1338259]treectrl2005-11-161-6/+10
* Fix compile issue on Mac [Patch 1311956]treectrl2005-10-151-1/+3
* Format fix with braces.treectrl2005-09-281-6/+4
* Fix a comment typo.treectrl2005-09-281-2/+2
* * generic/tkTreeCtrl.c (LoupeCmd): don't capture display (ithobbs22005-09-282-3/+6
* Hide cursor on OS X and capture display while grabbinghobbs22005-09-272-1/+6
* * generic/tkTreeCtrl.c (LoupeCmd): add OS X support. Correcthobbs22005-09-272-24/+116
* reorg used vars into right areashobbs22005-09-251-4/+4
* * demos/demo.tcl: just check for 'loupe' to run loupe demohobbs22005-09-253-35/+99
* Removed declarations of unused functions.treectrl2005-09-211-4/+1
* Add Tcl block comments above each function. Comment function arguments.treectrl2005-09-211-46/+778
* Add Tcl block comments above each function. Comment function arguments.treectrl2005-09-211-142/+1630
* Add Tcl block comments above each function. Comment function arguments.treectrl2005-09-191-80/+725
* Add Tcl block comments above each function. Comment function arguments.treectrl2005-09-171-17/+168
* 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