Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bumped version to 2.2.8. | treectrl | 2008-10-08 | 9 | -3174/+2088 |
| | |||||
* | Fixed potentially uninitialized variable when calculating column header ↵ | treectrl | 2008-10-08 | 1 | -1/+3 |
| | | | | layout. Thanks to Mats Bengtsson (I think) who submitted the fix. | ||||
* | Fixed [Bug 1915466] panic in Range_ItemUnderPoint thanks to Mats Bengtsson ↵ | treectrl | 2008-10-08 | 1 | -3/+3 |
| | | | | (I think) who submitted the fix. | ||||
* | Set the tab size in the source window to 8 characters-per-tab. | treectrl | 2008-07-30 | 1 | -2/+2 |
| | |||||
* | Added option -showrootchildbuttons. | treectrl | 2008-07-21 | 12 | -2132/+208 |
| | | | | Bumped version to 2.2.7. | ||||
* | Do package require Tcl instead of Tk. | treectrl | 2008-07-21 | 1 | -2/+2 |
| | |||||
* | Fixed comments. | treectrl | 2008-07-21 | 1 | -3/+3 |
| | |||||
* | Added test for unknown column option. | treectrl | 2008-07-21 | 1 | -2/+6 |
| | |||||
* | Fixed freeing an uninitialized variable when asking for the value of an ↵ | treectrl | 2008-07-21 | 1 | -8/+8 |
| | | | | unknown column option. | ||||
* | The <Left> and <Right> arrow keys expand/collapse the current item if ↵ | treectrl | 2008-07-21 | 1 | -3/+11 |
| | | | | -orient=vertical and -wrap={}. | ||||
* | Added debug code to detect use of uninitialized TreePtrList. | treectrl | 2008-07-21 | 1 | -1/+20 |
| | |||||
* | Increased size of DotState struct to prevent Win64 crash. [BUG 1911322] | treectrl | 2008-03-12 | 1 | -2/+2 |
| | |||||
* | Bumped version to 2.2.6. | treectrl | 2008-02-29 | 9 | -2888/+5562 |
| | |||||
* | Fixed integer overflow in the "item bbox" command when getting the bounds of ↵ | treectrl | 2008-02-29 | 4 | -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 with | hobbs2 | 2008-02-28 | 2 | -3/+8 |
| | | | | Win64. Requires latest Windows headers. | ||||
* | Updated 'make dist' to include the manifest-related files. | treectrl | 2008-02-24 | 1 | -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. | treectrl | 2008-02-24 | 1 | -1/+2 |
| | |||||
* | Rebuilt because the TEA_INIT macro wasn't expanded for some reason. | treectrl | 2008-02-24 | 1 | -1251/+10968 |
| | |||||
* | Removed *.manifest from CLEANFILES since it is created by configure and ↵ | treectrl | 2008-02-24 | 2 | -3/+3 |
| | | | | shouldn't be deleted by 'make clean'. | ||||
* | * generic/tkTreeTheme.c (DllMain): get module at dll load time to | hobbs2 | 2008-02-23 | 2 | -1/+24 |
| | | | | avoid GetModuleHandleEx call. | ||||
* | bump version to 2.2.5 | hobbs2 | 2008-02-22 | 2 | -10971/+1254 |
| | |||||
* | * demos/demo.tcl, doc/What's New in TkTreeCtrl.html: | hobbs2 | 2008-02-22 | 8 | -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. | hobbs2 | 2008-02-22 | 2 | -5/+4 |
| | |||||
* | * generic/tkTreeNotify.c (Percents_ItemDelete, ExpandItemList) | hobbs2 | 2008-02-22 | 3 | -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 ↵ | treectrl | 2008-02-09 | 8 | -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 ↵ | hobbs2 | 2008-01-22 | 1 | -2/+2 |
| | | | | start event loop | ||||
* | Bump copyright to 2008. | treectrl | 2008-01-22 | 15 | -30/+30 |
| | |||||
* | Updates for version 2.2.4. | treectrl | 2008-01-22 | 4 | -10758/+148 |
| | |||||
* | Tree_FillRegion: allow building for Tk 8.4.14 or earlier to work under OSX. | treectrl | 2008-01-22 | 1 | -2/+3 |
| | |||||
* | pkgIndex.tcl requires Tk 8.4 or 8.5 depending on the version used to build ↵ | treectrl | 2008-01-22 | 1 | -2/+2 |
| | | | | treectrl. | ||||
* | pkgIndex.tcl requires Tk 8.4 or 8.5 depending on the version used to build ↵ | treectrl | 2008-01-22 | 1 | -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. | treectrl | 2008-01-22 | 5 | -8/+8 |
| | |||||
* | Fixed compiler warnings. | treectrl | 2008-01-22 | 2 | -5/+7 |
| | |||||
* | Fix the dotted-rectangle drawing code on OSX Tk 8.4.17+/8.5.0+. | treectrl | 2008-01-21 | 1 | -1/+20 |
| | |||||
* | Fixed inverted Tk version check, was < 8.4.17 should be >= 8.4.17. | treectrl | 2008-01-21 | 1 | -2/+2 |
| | |||||
* | Fixes for OSX 8.4.17/8.5.0 where TkRegion changed from RgnHandle to HIShapeRef. | treectrl | 2008-01-21 | 1 | -3/+13 |
| | |||||
* | ANSI'd 3 callback functions to shutup MSVC compiler. | treectrl | 2007-12-14 | 1 | -10/+10 |
| | |||||
* | Fixed an old bug caused by a MSVC compiler optimization bug that stopped ↵ | treectrl | 2007-12-14 | 1 | -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. | treectrl | 2007-12-14 | 1 | -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 ↵ | treectrl | 2007-12-14 | 1 | -1/+5 |
| | | | | and 8.5. | ||||
* | Comment updated. | treectrl | 2007-12-14 | 1 | -3/+3 |
| | |||||
* | Added "Increase Font Size" and "Decrease Font Size" menu entries. | treectrl | 2007-11-30 | 1 | -3/+29 |
| | | | | Don't change the console font when running under Tk 8.5. | ||||
* | Added -columntagexpr and -itemtagexpr options. [Patch 1684169] | treectrl | 2007-11-12 | 3 | -4/+105 |
| | | | | Documented use of double-quoted tag names in tag expressions. | ||||
* | Added tests of -itemtagexpr. | treectrl | 2007-11-12 | 1 | -1/+20 |
| | |||||
* | The new option -columntagexpr is checked to disable tag expressions in ↵ | treectrl | 2007-11-12 | 1 | -19/+81 |
| | | | | column descriptions. [Patch 1684169] | ||||
* | The new option -itemtagexpr is checked to disable tag expressions in item ↵ | treectrl | 2007-11-12 | 1 | -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. | treectrl | 2007-11-12 | 2 | -2/+11 |
| | |||||
* | Added some comments about the importance of order in per-state options. [BUG ↵ | treectrl | 2007-10-23 | 3 | -4/+45 |
| | | | | 1816723] | ||||
* | Check for potential NULL pointer in TreeTheme_ThemeChanged. [BUG 1805700] | treectrl | 2007-10-03 | 1 | -8/+13 |
| | |||||
* | * generic/tkTreeUtils.c (Tree_FillRegion): disable OS X specific | hobbs2 | 2007-05-11 | 2 | -2/+8 |
| | | | | | code as Tk improvements have made it unnecessary, and it actually made it act funny in 8.5. |