summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵treectrl2007-12-141-3/+5
| | | | items being redrawn when the only change in appearance was the expand/collapse button needing to be redrawn. [BUG 1353969]
* Fixed a comment.treectrl2007-12-141-4/+4
| | | | Cast as "void *" two arguments to memcpy to shutup MSVC compiler.
* Added #ifdef around Tk_InitStubs to handle "const" difference between 8.4 ↵treectrl2007-12-141-1/+5
| | | | and 8.5.
* Comment updated.treectrl2007-12-141-3/+3
|
* Added "Increase Font Size" and "Decrease Font Size" menu entries.treectrl2007-11-301-3/+29
| | | | Don't change the console font when running under Tk 8.5.
* Added -columntagexpr and -itemtagexpr options. [Patch 1684169]treectrl2007-11-123-4/+105
| | | | Documented use of double-quoted tag names in tag expressions.
* Added tests of -itemtagexpr.treectrl2007-11-121-1/+20
|
* The new option -columntagexpr is checked to disable tag expressions in ↵treectrl2007-11-121-19/+81
| | | | column descriptions. [Patch 1684169]
* The new option -itemtagexpr is checked to disable tag expressions in item ↵treectrl2007-11-121-17/+89
| | | | | | descriptions. Changed the [item sort] code to be a "stable" sort. This means that the pre-sort order of two equal items is used as a tie-breaker. [Request 1782405]
* Added -itemtagexpr and -columntagexpr options.treectrl2007-11-122-2/+11
|
* Added some comments about the importance of order in per-state options. [BUG ↵treectrl2007-10-233-4/+45
| | | | 1816723]
* 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-112-2/+8
| | | | | code as Tk improvements have made it unnecessary, and it actually made it act funny in 8.5.
* Fixed partially-exposed transparent photo images not being redrawn when ↵treectrl2007-04-218-159/+226
| | | | scrolling under X11. This involved creating a wrapper around Tk_RedrawImage to ensure proper clipping of the source image to the bounds of the destination drawable. A new data type TreeDrawable remembers the height and width of a drawable.
* 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
|