summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added [item element perstate] alias to deprecate [item element actual].treectrl2005-07-121-25/+63
* Added IntegerCO_Init to init the "integer" custom option used by the text ele...treectrl2005-07-121-189/+162
* When an item has span > 1, the starting column's background color is no longe...treectrl2005-07-111-20/+30
* Added [notify unbind] command.treectrl2005-07-101-3/+8
* Added -height option to Item option table and [item create] command.treectrl2005-07-101-10/+28
* Added 2 functions for initializing booean and string-table custom options.treectrl2005-07-101-3/+48
* Added a bunch of stuff to the stubs table to support the shellicon extension....treectrl2005-07-101-1/+8
* Changed QE_DeleteBinding to delete all bindings on the given object if the ev...treectrl2005-07-101-34/+84
* Declared QE_UnbindCmdtreectrl2005-07-101-1/+3
* UnsetClipMask works around Tk_DrawChars not clearing the clip region on Win32.treectrl2005-07-071-1/+17
* TreeTheme_DrawHeaderArrow implemented on WinXP to draw an arrow that looks li...treectrl2005-07-071-4/+49
* Eliminated all "item I does not have column C" messages. There was no need fo...treectrl2005-07-071-88/+404
* Bitmap, image and text elements are drawn clipped if given less space than th...treectrl2005-07-071-19/+65
* [dragimage add] returns an error if a column has no style when attempting to ...treectrl2005-07-071-16/+15
* Call new TreeTheme_GetArrowSize to determine size of sort arrow. I draw a nic...treectrl2005-07-071-5/+8
* Change TreeItem_Identify to write to a string instead of returning an element...treectrl2005-07-071-1/+7
* Change TreeItem_Identify to write to a string instead of returning an element...treectrl2005-07-071-2/+5
* TreeItem_Delete: call TreeDisplay_ItemDeleted.treectrl2005-07-051-38/+285
* Range_Redo/Range_TotalWidth: use new -itemwidth, -itemwidthequal and -itemwid...treectrl2005-07-051-102/+188
* TreeStyle_Draw: added call to Style_CheckNeededSize.treectrl2005-07-051-6/+7
* Added <ItemVisibility> event.treectrl2005-07-051-1/+65