Bug 3211 - Glyphs of differing size on the same trace can overrwrite each other
Summary: Glyphs of differing size on the same trace can overrwrite each other
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: Nurdin Premji
URL:
Keywords:
Depends on:
Blocks: 3212
  Show dependency treegraph
 
Reported: 2006-09-14 20:35 UTC by Phil Muldoon
Modified: 2006-09-18 14:59 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Muldoon 2006-09-14 20:35:28 UTC
If you have a fork glyph of size 20 and a syscall glyph of size 6, and you start
a session up with bash, the larger size glyph can overwrite the smaller glyphs
when the larger glyph event happens very close to the smaller glyph event.


The may be works as intended, it just seemed a little odd.

A long term feature might be to make the glyphs alpha-blended so they are semi
transpernt.
Comment 1 Nurdin Premji 2006-09-18 14:59:07 UTC
Added transparency and api.

frysk-gtk/tlwidgets/CL
        * src/widgets/ftkeventviewer.c: Added api to change alpha values externa
lly.
        * src/widgets/ftkeventviewer.h: Ditto.
        * src/java/com/redhat/ftk/EventViewer.java: Ditto
        * src/jni/com_redhat_ftk_EventViewer.c: Ditto.