]> sigrok.org Git - pulseview.git/history - pv/view/rowitem.h
TraceGroup: Implemented stacking
[pulseview.git] / pv / view / rowitem.h
2014-11-19 Joel HoldsworthTraceGroup: Implemented stacking
2014-11-19 Joel HoldsworthRowItemOwner: Replaced parent notification scheme
2014-11-19 Joel HoldsworthRowItem: Split appart visual and layout v offsets
2014-11-19 Joel HoldsworthRowItem: Replaced fixed signal heights with extents
2014-11-19 Joel HoldsworthRowItem: Derrive from std::enable_shared_from_this
2014-11-19 Joel HoldsworthHeader: Moved drag functionality into SelectableItem
2014-11-19 Joel HoldsworthRowItem: Combined appearance change signals into appear...
2014-11-19 Joel HoldsworthRowItem: Make label_rect a const function
2014-11-19 Joel HoldsworthRowItem: Added owner accessor function
2014-11-19 Joel HoldsworthReplace View ownership of traces with RowItemOwner
2014-11-19 Joel HoldsworthRowItem: Renamed get_v_offset to v_offset
2014-11-19 Joel HoldsworthRefactored common row functionality into RowItem