]> sigrok.org Git - pulseview.git/history - pv/view/cursor.cpp
Rename 'probe' to 'channel' (libsigrokdecode change).
[pulseview.git] / pv / view / cursor.cpp
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-05-19 Joel HoldsworthAdded selection highlights to Cursor
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-20 Joel HoldsworthRemoved unneeded Cursor::Size constant
2013-03-23 Joel HoldsworthImproved painting of cursor values
2012-11-01 Joel HoldsworthInitial code to render text inside cursor markers
2012-11-01 Joel HoldsworthAdded cursor dragging
2012-11-01 Joel HoldsworthAdded Cursor class