summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Improve appearance of list header under OSX/Aqua. [Patch 1356447]treectrl2005-11-181-2/+22
* 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-281-3/+1
* Hide cursor on OS X and capture display while grabbinghobbs22005-09-271-1/+5
* * generic/tkTreeCtrl.c (LoupeCmd): add OS X support. Correcthobbs22005-09-271-24/+110
* reorg used vars into right areashobbs22005-09-251-4/+4
* * demos/demo.tcl: just check for 'loupe' to run loupe demohobbs22005-09-251-32/+91
* 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
* 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
* 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
* * generic/tkTreeStyle.c (Style_DoLayout): use if instead ofhobbs22005-08-101-4/+6
* 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
* 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
* 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
* Fix bug "[ 1237934 ] ColumnDrag problem". The ximage->red_mask etc were all z...treectrl2005-07-151-10/+11
* Make sure the column header drag image is properly clipped under X11, otherwi...treectrl2005-07-151-1/+19
* Declare TreeStyle_GetImage and TreeStyle_SetImage.treectrl2005-07-121-2/+4
* Whitespace nitpick with ...treectrl2005-07-122-8/+8
* Whitespace nitpick with ...treectrl2005-07-123-6/+6
* Add TreeStyle_GetImage and TreeStyle_SetImage.treectrl2005-07-121-27/+56