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
/
tkTreeElem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump copyright to 2008.
treectrl
2008-01-22
1
-2/+2
*
ANSI'd 3 callback functions to shutup MSVC compiler.
treectrl
2007-12-14
1
-10/+10
*
Fixed partially-exposed transparent photo images not being redrawn when scrol...
treectrl
2007-04-21
1
-2/+2
*
Make TreeElemTypeXXX variables start with lowercase letter.
treectrl
2007-01-31
1
-44/+45
*
Renamed many symbols to avoid collisions under ELF.
treectrl
2007-01-23
1
-221/+232
*
Changed the way text elements display an ellipsis. At least 1 character plus ...
treectrl
2006-12-23
1
-11/+20
*
Formatting of braces.
treectrl
2006-12-22
1
-63/+32
*
Deprecated the -draw option of every element. The new style layout option -dr...
treectrl
2006-12-07
1
-105/+314
*
Return an error message when unable to get a double or long from a text eleme...
treectrl
2006-12-06
1
-8/+13
*
Created a stack of TkRegions to avoid creating/destroying them repeatedly.
treectrl
2006-12-06
1
-5/+5
*
Renamed the 2 PerStateGC_xxx functions since they had nothing to do with per-...
treectrl
2006-12-06
1
-6/+2
*
Remove ElementText.stringRepInvalid, and set ElementText.textLen to -1 when t...
treectrl
2006-12-05
1
-64/+56
*
Fixed bug where text elements were requesting height when displaying an empty...
treectrl
2006-12-04
1
-8/+17
*
DynamicOption_FindData returns void* to avoid lots of casts.
treectrl
2006-12-04
1
-81/+134
*
Removed some unnecessary casts.
treectrl
2006-12-02
1
-18/+18
*
Fix potential segfaults when a display update is requested in the middle of d...
treectrl
2006-11-25
1
-1/+12
*
Fix window elements not respecting -squeeze layout.
treectrl
2006-11-23
1
-6/+13
*
Use OptionSpec_Find in a few places.
treectrl
2006-11-19
1
-42/+21
*
Fixed handling of Tcl_Obj with per-state custom options.
treectrl
2006-11-03
1
-14/+27
*
Added -underline option to text element. [ Patch 1580928 ]
treectrl
2006-10-31
1
-26/+88
*
Pass flags argument to Tree_ElementChangedItself for when a master element co...
treectrl
2006-10-30
1
-5/+5
*
Changed dynamic-option code to use AllocHax_xxx.
treectrl
2006-10-26
1
-2/+3
*
Moved 4 fields out of ElementText into a dynamic-option record.
treectrl
2006-10-25
1
-77/+119
*
Merged with BRANCH_dynamic_options.
treectrl
2006-10-18
1
-178/+496
*
Remove rowlabels.
treectrl
2006-10-14
1
-33/+1
*
Fixed a bug with window elements when another geometry manager takes control ...
treectrl
2006-10-11
1
-7/+18
*
Use the new PerStateInfo custom option, eliminating a lot of code.
treectrl
2006-10-05
1
-263/+80
*
Added TreeRowLabel field/arg.
treectrl
2006-10-04
1
-2/+33
*
Added -clip option to window element to support clipping of windows.
treectrl
2006-09-27
1
-6/+154
*
Bumped copyright to 2006.
treectrl
2006-09-05
1
-2/+2
*
Added -tiled option to image element.
treectrl
2005-07-16
1
-1/+22
*
Added "none" to text element -wrap option to disable line wrapping.
treectrl
2005-07-15
1
-25/+34
*
Added IntegerCO_Init to init the "integer" custom option used by the text ele...
treectrl
2005-07-12
1
-189/+162
*
Added 2 functions for initializing booean and string-table custom options.
treectrl
2005-07-10
1
-3/+48
*
Bitmap, image and text elements are drawn clipped if given less space than th...
treectrl
2005-07-07
1
-19/+65
*
Added ElementType.onScreenProc which is called when an item becomes visible o...
treectrl
2005-07-05
1
-10/+27
*
Removed ElementArgs.display.pad and ElementArgs.display.squeeze which were un...
treectrl
2005-06-20
1
-5/+4
*
Removed gobs of conditional compilation code.
treectrl
2005-06-14
1
-89/+1
*
Renamed LayoutProcXXX to NeededProcXXX for all element types.
treectrl
2005-06-13
1
-115/+206
*
Added -draw option to the new "window" element type.
treectrl
2005-06-10
1
-93/+289
*
Delete the code which was replaced by macros in the previous revision.
treectrl
2005-06-04
1
-671/+305
*
Replaced big chunks of per-state code with macros.
treectrl
2005-06-03
1
-8/+148
*
Added a custom option to handle all the per-state options.
treectrl
2005-06-03
1
-270/+212
*
Added -destroy option to "window" element type.
treectrl
2005-06-02
1
-1/+15
*
Added "-draw" option to every element type (except window).
treectrl
2005-06-02
1
-16/+258
*
Fix TextUpdateStringRep under Tcl 8.5 by passing ClientData to the clock/form...
treectrl
2005-05-29
1
-19/+20
*
Use Tree_DrawBitmap to draw bitmaps.
treectrl
2005-05-24
1
-24/+4
*
Call XSetClipOrigin after drawing bitmap.
treectrl
2005-05-19
1
-4/+5
*
Added -textvariable option to "text" elements.
treectrl
2005-05-17
1
-14/+168
*
Removed a bunch of conditional-compilation stuff and dead code.
treectrl
2005-05-11
1
-28/+15
[next]