Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add column-span demo. | treectrl | 2006-07-11 | 2 | -1/+71 |
| | |||||
* | Fix typo. | treectrl | 2006-07-11 | 1 | -2/+2 |
| | |||||
* | Fix cut-and-paste error in comment. | treectrl | 2006-07-11 | 1 | -2/+2 |
| | |||||
* | Playing around with span widths. | treectrl | 2006-07-11 | 1 | -1/+14 |
| | |||||
* | Did some work on better distributing space when a style spans multiple ↵ | treectrl | 2006-07-11 | 1 | -50/+232 |
| | | | | | | | | | | columns. Not used yet. Renamed SortData.count to columnCount for readability. Reformatted some function headers. CompareProc: identity test to save work. find_pivot: bug fix. ItemSortCmd: fix memory leak with -command option. | ||||
* | * generic/tkTreeCtrl.c (LoupeCmd): correct loupe on OS X x86. | hobbs2 | 2006-04-06 | 2 | -1/+23 |
| | |||||
* | * configure, configure.ac: add AC_C_BIGENDIAN check | hobbs2 | 2006-04-06 | 3 | -55/+62 |
| | | | | * tclconfig/tcl.m4: TEA rcs 1.91 2006/03/28 21:07:09 | ||||
* | update to TEA 3.5 | hobbs2 | 2006-01-26 | 4 | -1584/+1331 |
| | |||||
* | update to TEA 3.4 | hobbs2 | 2005-12-02 | 4 | -679/+508 |
| | |||||
* | Improve appearance of list header under OSX/Aqua. [Patch 1356447] | treectrl | 2005-11-18 | 1 | -2/+22 |
| | |||||
* | Add mousewheel support to OSX. [Patch 1338259] | treectrl | 2005-11-16 | 1 | -6/+10 |
| | |||||
* | Fix compile issue on Mac [Patch 1311956] | treectrl | 2005-10-15 | 1 | -1/+3 |
| | |||||
* | Format fix with braces. | treectrl | 2005-09-28 | 1 | -6/+4 |
| | |||||
* | Fix a comment typo. | treectrl | 2005-09-28 | 1 | -2/+2 |
| | |||||
* | * generic/tkTreeCtrl.c (LoupeCmd): don't capture display (it | hobbs2 | 2005-09-28 | 2 | -3/+6 |
| | | | | causes flashing) on OS X. | ||||
* | Hide cursor on OS X and capture display while grabbing | hobbs2 | 2005-09-27 | 2 | -1/+6 |
| | |||||
* | * generic/tkTreeCtrl.c (LoupeCmd): add OS X support. Correct | hobbs2 | 2005-09-27 | 2 | -24/+116 |
| | | | | | Win32 code to use grab size constraints and honor the virtual system metrics (OS X needs similar correction still). | ||||
* | reorg used vars into right areas | hobbs2 | 2005-09-25 | 1 | -4/+4 |
| | |||||
* | * demos/demo.tcl: just check for 'loupe' to run loupe demo | hobbs2 | 2005-09-25 | 3 | -35/+99 |
| | | | | | * generic/tkTreeCtrl.c (LoupeCmd): add Win32 code to enable loupe functionality on Windows. | ||||
* | Removed declarations of unused functions. | treectrl | 2005-09-21 | 1 | -4/+1 |
| | |||||
* | Add Tcl block comments above each function. Comment function arguments. | treectrl | 2005-09-21 | 1 | -46/+778 |
| | |||||
* | Add Tcl block comments above each function. Comment function arguments. | treectrl | 2005-09-21 | 1 | -142/+1630 |
| | |||||
* | Add Tcl block comments above each function. Comment function arguments. | treectrl | 2005-09-19 | 1 | -80/+725 |
| | |||||
* | Add Tcl block comments above each function. Comment function arguments. | treectrl | 2005-09-17 | 1 | -17/+168 |
| | |||||
* | Add Tcl block comments above each function. Comment function arguments. | treectrl | 2005-09-16 | 1 | -10/+200 |
| | |||||
* | Converted to tab+space indentation. | treectrl | 2005-09-16 | 4 | -1789/+1789 |
| | |||||
* | Added Tcl block comments above each function. Commented function arguments. | treectrl | 2005-09-16 | 1 | -100/+1112 |
| | | | | Fixed bug where the header of a column would not be redisplayed if an image displayed in the header was changed. | ||||
* | Converted to tab+space indentation. | treectrl | 2005-09-16 | 1 | -4131/+4137 |
| | |||||
* | Added Tcl block comments above each function. Commented function arguments. ↵ | treectrl | 2005-09-16 | 1 | -472/+826 |
| | | | | Converted to tab+space indentation. | ||||
* | Comment function arguments. | treectrl | 2005-09-16 | 1 | -124/+531 |
| | |||||
* | Added RCS line. | treectrl | 2005-09-15 | 2 | -0/+4 |
| | |||||
* | Fix test of error message which was changed. | treectrl | 2005-09-15 | 1 | -2/+2 |
| | |||||
* | Removed unused code. | treectrl | 2005-09-15 | 1 | -38/+3 |
| | | | | Changed error message for 2 commands. | ||||
* | Removed declarations of unused functions. | treectrl | 2005-09-15 | 1 | -14/+1 |
| | |||||
* | Add Tcl block comments above each function. | treectrl | 2005-09-15 | 1 | -162/+1510 |
| | |||||
* | Add Tcl block comments above each function. Comment function arguments. | treectrl | 2005-09-15 | 1 | -102/+1705 |
| | |||||
* | #include <tclInt.h> on OSX for TCL_ALIGN definition. | treectrl | 2005-09-14 | 1 | -1/+2 |
| | |||||
* | Fixed alignment problem with allocated array of structures affecting some ↵ | treectrl | 2005-09-09 | 1 | -5/+5 |
| | | | | systems. | ||||
* | Commented AllocHax stuff. Changed how AllocHax_Free calculates the address ↵ | treectrl | 2005-09-07 | 1 | -13/+59 |
| | | | | of the AllocElem using Tcl_DbCkfree() as a guide. | ||||
* | 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 |