summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fixed indentation with last patch.HEADmasterDavid N. Welton2009-02-251-6/+6
* Removed SELECTION_VISIBLE define in favor of runtime option.David N. Welton2009-02-254-62/+53
* Make sure a height is specified - pick 15 as a default if there isDavid N. Welton2009-02-131-5/+8
* Added code to attempt to paint 'average height' stripes at the bottomDavid N. Welton2009-02-042-7/+17
* * First version of -fillstripes patch.David N. Welton2009-02-043-7/+41
* Fixed potentially uninitialized variable when calculating column header layou...treectrl2008-10-081-1/+3
* Fixed [Bug 1915466] panic in Range_ItemUnderPoint thanks to Mats Bengtsson (I...treectrl2008-10-081-3/+3
* Added option -showrootchildbuttons.treectrl2008-07-213-18/+43
* Fixed comments.treectrl2008-07-211-3/+3
* Fixed freeing an uninitialized variable when asking for the value of an unkno...treectrl2008-07-211-8/+8
* Added debug code to detect use of uninitialized TreePtrList.treectrl2008-07-211-1/+20
* Increased size of DotState struct to prevent Win64 crash. [BUG 1911322]treectrl2008-03-121-2/+2
* Fixed integer overflow in the "item bbox" command when getting the bounds of ...treectrl2008-02-294-12/+18
* * generic/tkTreeTheme.c: use Get|SetWindowLongPtr to work withhobbs22008-02-281-3/+3
* * generic/tkTreeTheme.c (DllMain): get module at dll load time tohobbs22008-02-231-1/+19
* * generic/tkTreeNotify.c (Percents_ItemDelete, ExpandItemList)hobbs22008-02-222-66/+50
* Added a Win32 .manifest file and associated .rc file to load version 6 of com...treectrl2008-02-091-3/+130
* Bump copyright to 2008.treectrl2008-01-2215-30/+30
* Tree_FillRegion: allow building for Tk 8.4.14 or earlier to work under OSX.treectrl2008-01-221-2/+3
* Fixed compiler warnings.treectrl2008-01-222-5/+7
* Fix the dotted-rectangle drawing code on OSX Tk 8.4.17+/8.5.0+.treectrl2008-01-211-1/+20
* Fixed inverted Tk version check, was < 8.4.17 should be >= 8.4.17.treectrl2008-01-211-2/+2
* Fixes for OSX 8.4.17/8.5.0 where TkRegion changed from RgnHandle to HIShapeRef.treectrl2008-01-211-3/+13
* ANSI'd 3 callback functions to shutup MSVC compiler.treectrl2007-12-141-10/+10
* Fixed an old bug caused by a MSVC compiler optimization bug that stopped item...treectrl2007-12-141-3/+5
* Fixed a comment.treectrl2007-12-141-4/+4
* Added #ifdef around Tk_InitStubs to handle "const" difference between 8.4 and...treectrl2007-12-141-1/+5
* Comment updated.treectrl2007-12-141-3/+3
* The new option -columntagexpr is checked to disable tag expressions in column...treectrl2007-11-121-19/+81
* The new option -itemtagexpr is checked to disable tag expressions in item des...treectrl2007-11-121-17/+89
* Added -itemtagexpr and -columntagexpr options.treectrl2007-11-122-2/+11
* Check for potential NULL pointer in TreeTheme_ThemeChanged. [BUG 1805700]treectrl2007-10-031-8/+13
* * generic/tkTreeUtils.c (Tree_FillRegion): disable OS X specifichobbs22007-05-111-2/+2
* Fixed partially-exposed transparent photo images not being redrawn when scrol...treectrl2007-04-218-159/+226
* Fixed [item cget -button] always returning 0 when the value of the option was...treectrl2007-03-031-2/+2
* Check version of comctl32.dll when determining whether the application is usi...treectrl2007-02-061-4/+39
* Misc format changes.treectrl2007-01-311-42/+99
* Fixed flickering of borders with "-doublebuffer window" when resizing or expo...treectrl2007-01-311-23/+43
* Misc format changes.treectrl2007-01-311-3/+3
* Call FormatResult in two places.treectrl2007-01-311-14/+17
* Make TreeElemTypeXXX variables start with lowercase letter.treectrl2007-01-311-15/+15
* Make TreeElemTypeXXX variables start with lowercase letter.treectrl2007-01-311-44/+45
* Make TreeElemTypeXXX variables start with lowercase letter.treectrl2007-01-311-20/+34
* (vsnprintf): _vsnprintf on Windowshobbs22007-01-261-1/+5
* Renamed many symbols to avoid collisions under ELF.treectrl2007-01-2312-627/+658
* Tcl_Preserve the associated Tk_Window otherwise we get crashes while freeing ...treectrl2007-01-221-1/+8
* Moved tclInt.h to the main header file.treectrl2007-01-211-5/+82
* Moved tclInt.h to the main header file.treectrl2007-01-211-2/+1
* DumpDInfo processes arguments itself rather than letting tkTreeCtrl.c do it.treectrl2007-01-211-7/+45
* Moved tclInt.h to the main header file.treectrl2007-01-211-6/+4