summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeDrag.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed integer overflow in the "item bbox" command when getting the bounds of ↵treectrl2008-02-291-2/+2
| | | | a column or element in a big list. New TreeRectangle struct replaces the use of XRectangle which uses short integers.
* Bump copyright to 2008.treectrl2008-01-221-2/+2
|
* Renamed many symbols to avoid collisions under ELF.treectrl2007-01-231-6/+6
| | | | Renamed Element to TreeElement_.
* Formatting of braces (again).treectrl2006-12-231-6/+3
|
* Formatting of braces.treectrl2006-12-221-49/+25
|
* Removed some unnecessary casts.treectrl2006-12-021-166/+2
| | | | Removed unused code.
* Removed hundreds of type-casts and pointer copies.treectrl2006-11-081-23/+19
|
* Changed [dragimage add] to respect spans and locked columns.treectrl2006-11-071-5/+103
|
* Remove COLUMN_LOCK-related code.treectrl2006-11-071-5/+1
|
* Avoid unnecessary calculation of column offset.treectrl2006-11-061-10/+4
| | | | Remove forgotten line of code.
* Renamed IFO_xxx flags.treectrl2006-10-141-2/+2
|
* Added column option -lock.treectrl2006-10-111-1/+5
|
* Bumped copyright to 2006.treectrl2006-09-051-2/+2
|
* Add Tcl block comments above each function. Comment function arguments.treectrl2005-09-161-10/+200
|
* Converted to tab+space indentation.treectrl2005-09-161-385/+385
|
* Whitespace nitpick with ...treectrl2005-07-121-2/+2
|
* [dragimage add] returns an error if a column has no style when attempting to ↵treectrl2005-07-071-16/+15
| | | | add specific elements to the drag image.
* LAYOUTHAX code accepted, removed conditional compilation.treectrl2005-06-061-11/+1
|
* Experimental hacks to allow -detach elements to appear under the button/line ↵treectrl2005-05-141-1/+13
| | | | area using new layout option -indent.
* Use STATIC_ALLOC macro.treectrl2005-05-131-7/+5
|
* Bumped copyright to 2005.treectrl2005-05-011-2/+2
|
* Add copyright.treectrl2004-07-301-42/+50
| | | | | Beefed up DragImage_Config(); handle -visible configuration properly. Removed "dragimage visible" command.
* Moved static Tk_OptionTable vars into structs.treectrl2003-01-281-10/+7
|
* Remove 20-element limit.treectrl2003-01-021-1/+14
|
* Tree_ItemBbox returns result indicating success or failure.treectrl2002-12-291-4/+1
|
* Validate arguments to 'dragimage add'.treectrl2002-12-291-12/+43
|
* More checks for required number of arguments.treectrl2002-12-281-0/+5
|
* Initial revisiontreectrl2002-12-171-0/+436