]> sigrok.org Git - pulseview.git/history - pv/view/timeitem.hpp
ScaleSignalHandle: Initial implementation
[pulseview.git] / pv / view / timeitem.hpp
2015-09-04 Jens SteinhauserUse a type with a greater resolution to represent time...
2015-01-27 Joel HoldsworthModified header guards to match file names
2014-12-29 Joel HoldsworthViewItem: Use drag_point() with drag_by()
2014-12-28 Joel HoldsworthViewItem: Moved in paint_label
2014-12-28 Joel HoldsworthFlag: Added delete key support
2014-12-28 Joel HoldsworthSelectableItem: Renamed to ViewItem
2014-12-10 Joel HoldsworthTimeItem: Made paint_label a mandatory field
2014-12-10 Joel HoldsworthTimeItem: Added mandatory get_x virtual method
2014-12-10 Joel HoldsworthTimeItem: Added mandatory set_time virtual method
2014-12-10 Joel HoldsworthTimeItem: Added new class - a base of TimeMarker, deriv...