]> sigrok.org Git - pulseview.git/history - pv/view/viewport.cpp
Fix two errors with clang 3.6.
[pulseview.git] / pv / view / viewport.cpp
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