summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bumped version to 2.2.6.treectrl2008-02-299-2888/+5562
|
* Fixed integer overflow in the "item bbox" command when getting the bounds of ↵treectrl2008-02-294-12/+18
| | | | a column or element in a big list. New TreeRectangle struct replaces the use of XRectangle which uses short integers.
* * generic/tkTreeTheme.c: use Get|SetWindowLongPtr to work withhobbs22008-02-282-3/+8
| | | | Win64. Requires latest Windows headers.
* Updated 'make dist' to include the manifest-related files.treectrl2008-02-241-3/+3
| | | | .rc @RES@ rule uses CYGPATH according to JH's patch (hopefully won't break anything at AS).
* Added datarootdir to quiet configure warning.treectrl2008-02-241-1/+2
|
* Rebuilt because the TEA_INIT macro wasn't expanded for some reason.treectrl2008-02-241-1251/+10968
|
* Removed *.manifest from CLEANFILES since it is created by configure and ↵treectrl2008-02-242-3/+3
| | | | shouldn't be deleted by 'make clean'.
* * generic/tkTreeTheme.c (DllMain): get module at dll load time tohobbs22008-02-232-1/+24
| | | | avoid GetModuleHandleEx call.
* bump version to 2.2.5hobbs22008-02-222-10971/+1254
|
* * demos/demo.tcl, doc/What's New in TkTreeCtrl.html:hobbs22008-02-228-4506/+2900
| | | | | | * doc/treectrl.html, doc/treectrl.man, doc/treectrl.n * shellicon/configure, shellicon/configure.ac: * configure, configure.ac: bump version to 2.2.5
* * winrc.m4: correct RC_DEPARG definition for !gcc case.hobbs22008-02-222-5/+4
|
* * generic/tkTreeNotify.c (Percents_ItemDelete, ExpandItemList)hobbs22008-02-223-66/+58
| | | | | | | (Percents_ItemVisibility, Percents_Selection): remove TclFormatInt * generic/qebind.c (QE_ExpandNumber): references and add ExpandItemList to simplify item list expansion. Corrects crash with 8.4-built treectrl used in 8.5.
* Added a Win32 .manifest file and associated .rc file to load version 6 of ↵treectrl2008-02-098-11/+485
| | | | comctl32.dll for visual themes. Added winrc.m4 for rules to compile the .rc file. Changed the Makefile to merge in any Microsoft-compiler-created manifest file (for picking the correct MSVCRT). Changed the theme init code to properly check that comctl32.dll version 6 is actually being used.
* use package require Tcl in place of Tk to establish version check and not ↵hobbs22008-01-221-2/+2
| | | | start event loop
* Bump copyright to 2008.treectrl2008-01-2215-30/+30
|
* Updates for version 2.2.4.treectrl2008-01-224-10758/+148
|
* Tree_FillRegion: allow building for Tk 8.4.14 or earlier to work under OSX.treectrl2008-01-221-2/+3
|
* pkgIndex.tcl requires Tk 8.4 or 8.5 depending on the version used to build ↵treectrl2008-01-221-2/+2
| | | | treectrl.
* pkgIndex.tcl requires Tk 8.4 or 8.5 depending on the version used to build ↵treectrl2008-01-221-6/+13
| | | | | | treectrl. Changed 'dist-win' to append the Tk version to the archive name and grab the pkgIndex/DLL files from the build directory not the source directory.
* Bumped version to 2.2.4.treectrl2008-01-225-8/+8
|
* 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 ↵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?