]> sigrok.org Git - pulseview.git/history - pv/view/viewport.cpp
Fix #849 by making sure no references to the DecodeTrace instance remain
[pulseview.git] / pv / view / viewport.cpp
2016-12-04 Soeren ApelChange namespace for the trace view and implement ViewBase
2016-02-13 Uwe HermannStandardize on 'event' as name for all Qt events.
2015-12-28 Soeren ApelViewport: Allow for vertical dragging as well
2015-12-26 Uwe HermannVarious minor whitespace and consistency fixes.
2015-11-07 Tilman SauerbeckWhen hovering a ViewItem only change the mouse cursor...
2015-10-18 Joel HoldsworthViewport: Anti-alias time items, but not row items
2015-10-18 Joel HoldsworthViewItem: Make hit_box_rect take ViewItemPaintParams
2015-10-18 Joel HoldsworthViewport: Render all types of RowItem
2015-10-18 Joel HoldsworthUse list_by_type instead of iterator
2015-10-17 Joel HoldsworthTraceTreeItem: Separated from RowItem
2015-09-04 Jens SteinhauserViewport: Don't draw the cursors and markers antialiased
2015-09-04 Jens SteinhauserUse a type with a greater resolution to represent time...
2015-01-01 Uwe HermannFix an isnan() issue on (at least) MinGW and Mac OS X.
2014-12-30 Joel HoldsworthViewport: Mouse wheel scrolls vertically when the contr...
2014-12-30 Joel HoldsworthViewport: Removed broken using std::isnan
2014-12-30 Uwe HermannMinGW: Fix a compile error due to missing std::isnan.
2014-12-29 Joel HoldsworthViewport: Implemented item hover cursors
2014-12-29 Joel HoldsworthViewport: Implemented on-canvas drag
2014-12-29 Joel HoldsworthViewport: Use fabs instead of branch
2014-12-29 Joel HoldsworthViewWidget: Moved in event and touch_event
2014-12-29 Joel HoldsworthViewWidget: Moved in mouse handlers
2014-12-29 Joel HoldsworthView: Removed signals_moved signals
2014-12-29 Joel HoldsworthAdded ViewWidget as a common ancestor of all view widgets
2014-12-28 Joel HoldsworthCursorPair: Paint with ViewItem::paint_fore/paint_back
2014-12-28 Joel HoldsworthViewItemPaintParams: Added vertical layout information
2014-12-28 Joel HoldsworthRowItemPaintParams: Renamed to ViewItemPaintParams
2014-12-10 Joel HoldsworthView: Store CursorPair in a shared_ptr
2014-12-09 Joel HoldsworthRowItemPaintParams: Bundled scale and offset
2014-12-09 Joel HoldsworthRowItem: Bundled painting parameters into RowItemPaintP...
2014-12-03 Joel HoldsworthSession: Renamed files to match class name
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 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 HoldsworthView: Replaced signals_changed handler with signals_upd...
2014-11-19 Joel HoldsworthRowItem: Combined appearance change signals into appear...
2014-11-19 Joel HoldsworthHeader, Viewport: Don't manually invoke on_signals_chan...
2014-11-19 Joel HoldsworthUse iterators to traverse signals
2014-11-19 Joel HoldsworthView: Keep a list of owned traces in RowItemOwner
2014-11-19 Joel HoldsworthReplace View ownership of traces with RowItemOwner
2014-11-19 Joel HoldsworthRowItem: Renamed get_v_offset to v_offset
2014-10-31 Uwe HermannAdd missing <cmath> #includes.
2014-08-27 Uwe HermannFix two errors with clang 3.6.
2014-08-26 Uwe Hermannview: Minor whitespace fixes.
2014-08-26 Marcus ComstedtView: Implement pinch-zoom
2014-05-24 Joel HoldsworthReplaced boost::function with std::function
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-05-23 Joel HoldsworthReplaced BOOST_FOREACH with C++11 range-based for loops
2014-03-22 Joel HoldsworthHeader/Viewport: Manually trigger the signals_changed...
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-25 Joel HoldsworthAdded double-click zoom behaviour
2013-10-13 Joel HoldsworthProbes popup now live applies properly
2013-09-29 Joel HoldsworthSplit signal painting into 3 layers
2013-09-29 Joel HoldsworthAdd a pointer to the current View inside Trace
2013-09-29 Joel HoldsworthPaint decoder traces
2013-04-18 Joel HoldsworthMoved viewport cursor draw functions into CursorsPair
2013-04-18 Joel HoldsworthReplaced std::pair<Cursor, Cursor> with CursorPair
2013-03-09 Joel HoldsworthDeleted unused pv::view::Viewport::mouseReleaseEvent...
2013-01-19 Joel HoldsworthEliminated get_nominal_offset
2013-01-16 Joel HoldsworthSupressed unused parameters
2012-12-21 Alexandru GagniucViewport: Allow horizontal scrolling via mouse wheel...
2012-12-21 Alexandru GagniucViewport: Only zoom in/out at vertical wheel events
2012-12-12 Uwe HermannSome smaller whitespace fixes.
2012-12-11 Joel HoldsworthMutex protected SigSession::_signals
2012-11-18 Joel HoldsworthImproved propagation of drag event so that the scroll...
2012-11-17 Joel HoldsworthUse static signal offsets instead of offsets calculated...
2012-11-03 Joel HoldsworthMoved Signal and LogicSignal into pv::view
2012-11-01 Joel HoldsworthAdded cursors
2012-10-24 Joel HoldsworthRender ruler and signals with sub-pixel accuracy
2012-10-12 Joel HoldsworthMoved all classes into the pv namespace
2012-10-12 Joel HoldsworthCorrected project name in header comments
2012-09-09 Joel HoldsworthRemoved OpenGL from pv::view::Viewport
2012-09-09 Joel HoldsworthInitial work moving ruler into the pv::view::Ruler...
2012-09-09 Joel HoldsworthInitial work moving headers into the pv::view::Header...
2012-09-07 Joel HoldsworthExposed View::_session with accessor function
2012-09-07 Joel HoldsworthMoved view classes into the pv::view:: namespace