]> sigrok.org Git - pulseview.git/history - pv/view/rowitem.cpp
ViewItem: Added rect parameter to point()
[pulseview.git] / pv / view / rowitem.cpp
2014-12-29 Joel HoldsworthViewItem: Added rect parameter to point()
2014-12-28 Joel HoldsworthRowItemOwner: Renamed appearance_changed to row_item_ap...
2014-12-28 Joel HoldsworthViewItem: Moved in paint_fore, paint_mid and paint_back
2014-12-28 Joel HoldsworthRowItemPaintParams: Renamed to ViewItemPaintParams
2014-12-09 Joel HoldsworthRowItem: Bundled painting parameters into RowItemPaintP...
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-22 Joel HoldsworthMake member variable underscores a suffix instead of...
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 HoldsworthHeader: Moved drag functionality into SelectableItem
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