summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added tests of the -button option.treectrl2007-03-031-1/+37
|
* Fixed [item cget -button] always returning 0 when the value of the option ↵treectrl2007-03-031-2/+2
| | | | was not 'auto'.
* Check version of comctl32.dll when determining whether the application is ↵treectrl2007-02-061-4/+39
| | | | using visual styles under Windows. Apparently IsAppThemed and IsThemeEnabled aren't enough.
* Notes for 2.2.3.treectrl2007-02-061-1/+3022
|
* Bumped version to 2.2.3.treectrl2007-02-064-12/+12
|
* Removed pkgIndex.tcl.treectrl2007-02-021-2/+0
|
* Added --silent option to 'make gdb'.treectrl2007-02-021-2/+2
|
* Pass -DTREECTRL_DEBUG to the compiler when --enable-symbols is not "no".treectrl2007-02-022-1/+12
|
* 'make dist' will build the source distribution.treectrl2007-02-021-16/+112
| | | | 'make dist-win' will build the windows binary distribution.
* Bumped version to 2.2.3.treectrl2007-02-022-5/+214
| | | | | Added --enable-shellicon (default=no) option which will run shellicon/configure on Win32 only. Pass -DTREECTRL_DEBUG to the compiler when --enable-symbols is not "no".
* Misc format changes.treectrl2007-01-311-42/+99
| | | | | Fixed excess allocation when ALLOC_HAX is undefined. Revert OSX change to Tree_VDotLine; does XDrawPoint work on OSX or not?
* Fixed flickering of borders with "-doublebuffer window" when resizing or ↵treectrl2007-01-311-23/+43
| | | | | | | exposing areas of the widget. Call FormatResult in two places. Misc format changes.
* Misc format changes.treectrl2007-01-311-3/+3
|
* Call FormatResult in two places.treectrl2007-01-311-14/+17
| | | | Misc format changes.
* Sync with renamings done in treectrl.treectrl2007-01-311-36/+30
| | | | Use PerStateCO_Init to simplify handling of the -draw option.
* Make TreeElemTypeXXX variables start with lowercase letter.treectrl2007-01-311-15/+15
|
* Make TreeElemTypeXXX variables start with lowercase letter.treectrl2007-01-311-44/+45
| | | | Added PerStateCO_Init to stubs table.
* Make TreeElemTypeXXX variables start with lowercase letter.treectrl2007-01-311-20/+34
| | | | | Added PerStateCO_Init to stubs table. Format long lines.
* Added TEA for building the shellicon extension.treectrl2007-01-316-0/+17963
|
* (vsnprintf): _vsnprintf on Windowshobbs22007-01-262-1/+9
|
* Renamed many symbols to avoid collisions under ELF.treectrl2007-01-2312-627/+658
| | | | Renamed Element to TreeElement_.
* Update version to 2.2.2 (for real this time).treectrl2007-01-222-7/+7
|
* Tcl_Preserve the associated Tk_Window otherwise we get crashes while freeing ↵treectrl2007-01-221-1/+8
| | | | config options after a <Destroy> event when the TreeCtrl struct is eventually freed. Reason: if the TreeCtrl struct was Tcl_Preserved before the window was destroyed, then tkwin is NULL when TreeDestroy finally gets called.
* Update version to 2.2.2.treectrl2007-01-228-29/+5066
|
* Fixed test result broken by the new -draw style layout option.treectrl2007-01-211-2/+2
|
* Moved tclInt.h to the main header file.treectrl2007-01-211-5/+82
| | | | dbwin() now sets a global variable called dbwin with a string. The string can be ignored, printed to stdout, written to a log file, etc.
* 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
| | | | Declare new dbwin stuff, remove #include "dbwin.h".
* Moved tclInt.h to the main header file.treectrl2007-01-211-17/+5
| | | | | Pass arguments to DumpDInfo. Use new dbwin stuff.
* Removed #include "dbwin.h" since dbwin is now part of the sources.treectrl2007-01-211-6/+2
|
* Add -draw and -visible style layout options.treectrl2007-01-211-1/+8
| | | | Force -visible to true when copying layout options to the canvas.
* Use the new "dbwin" stuff.treectrl2007-01-211-3/+9
|
* Rebuilt with autoconf 2.60.treectrl2007-01-211-2731/+4336
|
* Formatting of braces (again).treectrl2006-12-237-92/+42
|
* Fixed double-freeing a TreeCtrl structure if the option database had an ↵treectrl2006-12-231-2/+1
| | | | invalid option-value while creating a widget.
* Changed the way text elements display an ellipsis. At least 1 character plus ↵treectrl2006-12-232-47/+63
| | | | | | the ellipsis is displayed if the text element is squeezed. Previously the ellipsis would not be drawn once there wasn't room for 1 character plus the ellipsis. Fixed a layout bug with multi-line text elements when the unsqueezed element did not require a multi-line layout but the squeezed element did.
* Formatting of braces.treectrl2006-12-2210-1464/+748
|
* Fixed improper invalidating while scrolling under WIN32. If the area to ↵treectrl2006-12-221-36/+17
| | | | invalidate was obscurred by child windows, then the items would not be marked as needing to be redrawn.
* Whitespace police.treectrl2006-12-091-3/+3
|
* Comments.treectrl2006-12-091-3/+3
|
* With -doublebuffer=window, <Expose> events no longer invalidate parts of ↵treectrl2006-12-083-42/+129
| | | | items, only schedule a copy from the offscreen pixmap to the window.
* Added 2 tests of [item firstchild] within an <ItemDelete> event.treectrl2006-12-081-1/+30
|
* Added -span debug option.treectrl2006-12-081-44/+87
| | | | Hold on to the pixmap used for displaying items instead of creating/destroying it during every display update.
* Added -span debug option.treectrl2006-12-084-9/+14
|
* Added DEPRECATED around a variable.treectrl2006-12-081-2/+5
|
* Deprecated the -draw option of every element. The new style layout option ↵treectrl2006-12-074-5/+1034
| | | | -draw should be used instead.
* Added a mouseover state to change the appearance of spans.treectrl2006-12-071-2/+36
|
* Allow the text in the first column to be squeezed to display "...".treectrl2006-12-071-4/+4
|
* Added a -union element to the last set of items to test the new style layout ↵treectrl2006-12-071-3/+4
| | | | option -visble.