summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved tclInt.h to the main header file.treectrl2007-01-211-17/+5
* Removed #include "dbwin.h" since dbwin is now part of the sources.treectrl2007-01-211-6/+2
* Formatting of braces (again).treectrl2006-12-237-92/+42
* Fixed double-freeing a TreeCtrl structure if the option database had an inval...treectrl2006-12-231-2/+1
* Changed the way text elements display an ellipsis. At least 1 character plus ...treectrl2006-12-232-47/+63
* Formatting of braces.treectrl2006-12-2210-1464/+748
* Fixed improper invalidating while scrolling under WIN32. If the area to inval...treectrl2006-12-221-36/+17
* Comments.treectrl2006-12-091-3/+3
* With -doublebuffer=window, <Expose> events no longer invalidate parts of item...treectrl2006-12-083-42/+129
* Added -span debug option.treectrl2006-12-081-44/+87
* Added -span debug option.treectrl2006-12-083-6/+9
* Added DEPRECATED around a variable.treectrl2006-12-081-2/+5
* New style layout option -draw deprecates the -draw option of every element.treectrl2006-12-071-28/+83
* Pass extra info to stateProc to avoid unnecessary redisplays due to the new -...treectrl2006-12-071-1/+5
* Deprecated the -draw option of every element. The new style layout option -dr...treectrl2006-12-071-105/+314
* Hide window elements if changing the -visible layout option causes the window...treectrl2006-12-071-4/+15
* Fixed a crash when invalidating a column of an item if the column wasn't the ...treectrl2006-12-061-11/+18
* Revert the change involving hiding elements that had non-zero size. Just rely...treectrl2006-12-061-36/+11
* Add info to the stack trace about which item/column was involved when getting...treectrl2006-12-061-1/+7