Version 0.0.3 2003-04-20
Bugfixes:
- Fixed buglets in dragging with VGradeZoom and VGrade
widgets. These widgets sometimes seem to recieve mouse
drag events with a button down *before* they receive button
presses. So, now they only respond to mouse drag events
after button presses have been receieved (rather than
checking if the mouse button is down, as was done before).
- Fixed font used in VGradeScale to work OK under Windows.
New Features:
- Added ability to select a region within the StripChart
widget.
- StripChart now displays small crosses at the data points if
there is enough room for them.
- Added ScaledStripChart widget, which combines a VGrade with
a StripChart automatically.
- Added HGradeScale widget, which displays a horizontal scale
(the horizontal analogue to the VGradeScale widget).
- Added new demos.
Known Issues:
- MS Windows version doesn't work well. This is due to
different event sequences received by the widgets under
Windows vs Linux. The widgets sometimes remain hilighted
when they should become inactive.
Jonathan Merritt.
|