Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new ChangeLog | hobbs2 | 2003-11-25 | 1 | -0/+7 |
| | |||||
* | whitespace police | hobbs2 | 2003-11-25 | 2 | -2943/+2699 |
| | |||||
* | Always redraw header when "column move" command is used. | treectrl | 2003-08-09 | 1 | -0/+2 |
| | |||||
* | Set ::Dir to Tcl/lib directory | treectrl | 2003-07-19 | 1 | -1/+1 |
| | |||||
* | Allow running from 'demos' directory and when installed. | treectrl | 2003-07-19 | 1 | -24/+47 |
| | |||||
* | Move to 'demos/pics' directory. | treectrl | 2003-07-19 | 50 | -0/+0 |
| | |||||
* | Move to 'demos' directory. | treectrl | 2003-07-19 | 1 | -1/+1 |
| | |||||
* | Work-around for auto-scanning problem. | treectrl | 2003-07-18 | 1 | -0/+2 |
| | |||||
* | Add missing close-bracket. | treectrl | 2003-07-18 | 1 | -1/+1 |
| | |||||
* | Fix for pathnames with spaces. | treectrl | 2003-07-18 | 1 | -2/+2 |
| | |||||
* | Fix for missing lines when siblings not visible. | treectrl | 2003-03-29 | 1 | -14/+28 |
| | |||||
* | Removed some dead code. | treectrl | 2003-01-28 | 1 | -16/+4 |
| | | | | | Windows support for 'scan' command. Reset -indent for each demo. | ||||
* | Implement 'scan mark' and 'scan dragto' stuff. | treectrl | 2003-01-28 | 1 | -3/+33 |
| | |||||
* | Moved static Tk_OptionTable vars into structs. | treectrl | 2003-01-28 | 4 | -41/+30 |
| | |||||
* | Added 'scan' command. | treectrl | 2003-01-28 | 2 | -3/+64 |
| | |||||
* | Test querying all the configuration options of a tree control soes no | krischan | 2003-01-08 | 1 | -3/+9 |
| | | | | | longer expect any current values, since they depends on local settings, e.g. ~/.Xdefault | ||||
* | added description of new -element option of item sort widget command. | krischan | 2003-01-06 | 4 | -13/+38 |
| | |||||
* | added tests for new -element option of item sort widget command. | krischan | 2003-01-06 | 1 | -5/+40 |
| | |||||
* | Fixed bug with 'state undefine'. | treectrl | 2003-01-06 | 1 | -7/+11 |
| | |||||
* | Fixed bug with bitmap and 'state undefine'. | treectrl | 2003-01-06 | 1 | -7/+14 |
| | |||||
* | -padw/e -> -padx | treectrl | 2003-01-05 | 1 | -2/+7 |
| | |||||
* | Some new public functions declared. | treectrl | 2003-01-05 | 1 | -2/+7 |
| | | | | | TreeElement type declared. New argument to TreeStyle_GetSortData. | ||||
* | Some new public functions defined. | treectrl | 2003-01-05 | 1 | -4/+38 |
| | | | | TreeStyle_GetSortData accepts index of element to use. | ||||
* | Tk_FillRegion moved from tkTreeDisplay.c (was XFillRegion). | treectrl | 2003-01-05 | 1 | -8/+28 |
| | | | | More SetROP2() changes: set it before every draw into HDC. | ||||
* | New -element option to item sort command. | treectrl | 2003-01-05 | 1 | -13/+144 |
| | | | | Allow item sort without columns if -command is used. | ||||
* | Move XFillRegion -> Tk_FillRegion in tkTreeUtils.c. | treectrl | 2003-01-05 | 1 | -32/+3 |
| | |||||
* | - removed all knownBug constraints, since they are solved. | krischan | 2003-01-05 | 1 | -203/+200 |
| | | | | - renamed tests to treectrl-* | ||||
* | - removed all knownBug constraints, since they are solved. | krischan | 2003-01-05 | 1 | -136/+136 |
| | | | | | - added test for call of item sort without columns. - renamed tests to item-* | ||||
* | TCL_OK -> TCL_ERROR for item sort with no columns. | treectrl | 2003-01-05 | 1 | -1/+1 |
| | |||||
* | item sort returns error if there are no columns. | treectrl | 2003-01-05 | 1 | -3/+43 |
| | | | | | | Don't allow tail column for item sort -column option. Make sure item sort -notreally returns result if only one item to sort. Return error if item sort -command gives inconsistent results. | ||||
* | Use GetROP2/SetROP2 when modifying/releasing device context. | treectrl | 2003-01-05 | 1 | -0/+6 |
| | |||||
* | 'state define' returns an error for a bad state name. | treectrl | 2003-01-05 | 1 | -0/+5 |
| | |||||
* | Added tests of strange state names in the "state define" widget command. | krischan | 2003-01-04 | 1 | -1/+24 |
| | |||||
* | Added tests of the leading ~ of the "item state set" widget command. | krischan | 2003-01-04 | 1 | -10/+27 |
| | |||||
* | Described the leading ~ of the "item state set" widget command. | krischan | 2003-01-04 | 3 | -19/+25 |
| | |||||
* | Added tests of -columnproxy widget option. | krischan | 2003-01-04 | 1 | -1/+30 |
| | |||||
* | Delete the empty image during cleanup | krischan | 2003-01-04 | 1 | -1/+2 |
| | |||||
* | Added test for "item sort" widget command | krischan | 2003-01-04 | 1 | -1/+235 |
| | |||||
* | - Described -columnproxy widget option. | krischan | 2003-01-04 | 3 | -276/+346 |
| | | | | | | - Corrected description of item sort widget command. - Give correct default value for -indent option. - Some improvements in coding the man format | ||||
* | Reworked handling of whitespace. '-doublebuffer window' works now. One new ↵ | treectrl | 2003-01-04 | 1 | -79/+185 |
| | | | | routine is not implemented on MacOS yet. | ||||
* | Remove 20-column limit. | treectrl | 2003-01-02 | 1 | -83/+100 |
| | | | | Pass sortData on stack instead of global in 'item sort' command. | ||||
* | Remove 20-element limit. | treectrl | 2003-01-02 | 2 | -35/+134 |
| | |||||
* | Remove 20-column limit. | treectrl | 2003-01-02 | 1 | -1/+10 |
| | |||||
* | Declare TreeStyle_NumElements. | treectrl | 2003-01-02 | 1 | -1/+2 |
| | | | | Remove 20-element limit on TreeStyle_GetElemRects. | ||||
* | Use STATIC_SIZE in more places. | treectrl | 2003-01-02 | 1 | -7/+7 |
| | |||||
* | HTML manual generated from treectrl.man | krischan | 2003-01-02 | 1 | -0/+2825 |
| | |||||
* | Now generated from treectrl.man | krischan | 2003-01-02 | 1 | -539/+1007 |
| | |||||
* | Master source for manual in tcllib's doctool format, which can be | krischan | 2003-01-02 | 1 | -0/+2254 |
| | | | | transformed by mpexpand into various formats, i.e. nroff or html. | ||||
* | - fixed buggy font assignments. | krischan | 2003-01-02 | 1 | -5/+5 |
| | |||||
* | - added tests of new state linkage widget command. | krischan | 2003-01-02 | 1 | -8/+22 |
| | | | | - changed tests of marquee identify widget command. |