index
:
tktreectrl.git
master
Mirror of https://github.com/davidw/tktreectrl.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
generic
/
tkTreeStyle.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed a useless #args check from [element delete] and added one to [element...
treectrl
2006-11-12
1
-6/+6
*
Fixed crash with incorrect number of args in [element perstate].
treectrl
2006-11-10
1
-2/+2
*
TreeStyle_ValidateElements no longer used.
treectrl
2006-11-07
1
-7/+12
*
Deprecated the treectrl option -defaultstyle.
treectrl
2006-11-03
1
-1/+10
*
Fix compilation when ALLOC_HAX is undefined.
treectrl
2006-11-03
1
-3/+3
*
Fixed a crash when a master element calls Tree_ElementChangedItself.
treectrl
2006-10-30
1
-22/+25
*
Changed dynamic-option code to use AllocHax_xxx.
treectrl
2006-10-26
1
-4/+4
*
Merged with BRANCH_dynamic_options.
treectrl
2006-10-18
1
-1/+11
*
AllocHax_xxx takes a Tk_Uid arg for gathering stats on memory allocations.
treectrl
2006-10-16
1
-28/+43
*
Remove rowlabels.
treectrl
2006-10-14
1
-239/+2
*
Added StyleDrawArgs.bounds for clipping window elements.
treectrl
2006-10-11
1
-43/+56
*
Separated Style into MStyle and IStyle to save some memory.
treectrl
2006-10-04
1
-356/+827
*
Set ElementArgs.display.bounds in two places to support clipping of window el...
treectrl
2006-09-27
1
-3/+27
*
Use new Tree_StateFromListObj for getting state flags from a list object.
treectrl
2006-09-22
1
-11/+2
*
Bumped copyright to 2006.
treectrl
2006-09-05
1
-2/+2
*
Fix cut-and-paste error in comment.
treectrl
2006-07-11
1
-2/+2
*
Converted to tab+space indentation.
treectrl
2005-09-16
1
-4131/+4137
*
Add Tcl block comments above each function. Comment function arguments.
treectrl
2005-09-15
1
-102/+1705
*
Style_DoLayoutH/V: Removed unused return values.
treectrl
2005-09-07
1
-21/+12
*
* generic/tkTreeStyle.c (Style_DoLayout): use if instead of
hobbs2
2005-08-10
1
-4/+6
*
Eliminate "type-punned pointer" warnings from GCC.
treectrl
2005-07-23
1
-16/+17
*
Added [element perstate] command.
treectrl
2005-07-15
1
-3/+39
*
Add TreeStyle_GetImage and TreeStyle_SetImage.
treectrl
2005-07-12
1
-27/+56
*
TreeStyle_Draw: added call to Style_CheckNeededSize.
treectrl
2005-07-05
1
-6/+7
*
Style_DoLayoutH: Allow column justification to occur when a -detach element i...
treectrl
2005-06-20
1
-86/+77
*
Allow expansion of non-detach non-union elements if a -detach element is larg...
treectrl
2005-06-15
1
-254/+200
*
Removed gobs of conditional compilation code.
treectrl
2005-06-14
1
-362/+7
*
Style_DoExpandH rearranged to allocate space to the right padding before the ...
treectrl
2005-06-13
1
-206/+405
*
New style layout option "-sticky" controls how an element is stretched/positi...
treectrl
2005-06-10
1
-281/+384
*
Rewrote Style_DoExpandH and Style_DoExpandV to handle -expand and -iexpand at...
treectrl
2005-06-08
1
-6/+237
*
Fixed panic attacks in Style_DoLayout caused by LAYOUTHAX changes (caller was...
treectrl
2005-06-06
1
-84/+54
*
LAYOUTHAX code accepted, removed conditional compilation.
treectrl
2005-06-06
1
-164/+32
*
Added -minwidth, -minheight, -width, -height style layout options.
treectrl
2005-06-06
1
-33/+291
*
Fixed y-position bug in Style_DoLayoutV.
treectrl
2005-06-04
1
-135/+107
*
Fixed bug with calculation of needed size of a style.
treectrl
2005-06-02
1
-7/+41
*
Fix layout bug with new LAYOUT_HAX code.
treectrl
2005-05-28
1
-1/+11
*
Cast argument to AllocHax_Free() and AllocHax_CFree().
treectrl
2005-05-19
1
-11/+11
*
ALLOC_HAX: play games with memory allocation for speed boost.
treectrl
2005-05-17
1
-1/+79
*
Experimental hacks to allow -detach elements to appear under the button/line ...
treectrl
2005-05-14
1
-13/+212
*
Return a better error when attempting to retrieve configuration info for an e...
treectrl
2005-05-13
1
-4/+23
*
Removed a bunch of conditional-compilation stuff and dead code.
treectrl
2005-05-11
1
-33/+3
*
Fixed bug with column -justify center|right and horizontal expansion. Element...
treectrl
2005-05-10
1
-94/+247
*
Bumped copyright to 2005.
treectrl
2005-05-01
1
-8/+13
*
Removed spurious '\' character.
treectrl
2005-03-29
1
-2/+2
*
Add some element-iterating routines for exporting via stubs.
treectrl
2004-10-12
1
-1/+103
*
Add TreeItem argument to element create proc so element can call Tree_RedrawE...
treectrl
2004-08-13
1
-6/+22
*
Moved elementTypeList to tkTreeElem.c where it is initialized.
treectrl
2004-08-09
1
-29/+1
*
Add copyright.
treectrl
2004-07-30
1
-22/+40
*
Update -defaultstyle widget option when a style is deleted.
treectrl
2004-07-26
1
-0/+22
*
Moved static Tk_OptionTable vars into structs.
treectrl
2003-01-28
1
-10/+8
[next]