]> sigrok.org Git - pulseview.git/history - pv/view/cursorpair.cpp
Renamed C++ headers to .hpp
[pulseview.git] / pv / view / cursorpair.cpp
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-22 Joel HoldsworthMake member variable underscores a suffix instead of...
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-05-23 Jens SteinhauserPut the time format function into a separate file.
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-05-19 Joel HoldsworthMade TimeMarker::_view a non-const reference
2013-05-19 Joel HoldsworthWrapped Cursors in a shared_ptr
2013-04-20 Joel HoldsworthAdded Cursors Delta display
2013-04-20 Joel HoldsworthAdded CursorPair::get_cursor_offsets()
2013-04-20 Joel HoldsworthMoved Cursor markers to the outside
2013-04-18 Joel HoldsworthMoved ruler cursor draw functions into CursorsPair
2013-04-18 Joel HoldsworthMoved viewport cursor draw functions into CursorsPair
2013-04-18 Joel HoldsworthReplaced std::pair<Cursor, Cursor> with CursorPair