]> sigrok.org Git - pulseview.git/history - pv/view/cursorpair.cpp
Use a type with a greater resolution to represent time values
[pulseview.git] / pv / view / cursorpair.cpp
2015-09-04 Jens SteinhauserUse a type with a greater resolution to represent time...
2015-08-16 Soeren ApelView: Determine time unit and use it in other classes
2015-08-16 Soeren ApelIntroduce time units
2015-07-25 Uwe HermannMinor whitespace fixes.
2014-12-30 Joel HoldsworthCursorPair: Added frequency indication
2014-12-29 Joel HoldsworthViewItem: Added rect parameter to point()
2014-12-28 Joel HoldsworthCursorPair: Simplified label_rect
2014-12-28 Joel HoldsworthViewItem: Moved in LabelPadding
2014-12-28 Joel HoldsworthCursorPair: Moved in ViewportFillColour
2014-12-28 Joel HoldsworthTimeMarker: Removed Offset
2014-12-28 Joel HoldsworthViewItem: Moved in paint_label
2014-12-28 Joel HoldsworthCursorPair: Set font before calling compute_text_size
2014-12-28 Joel HoldsworthCursorPair: Paint with ViewItem::paint_fore/paint_back
2014-12-28 Joel HoldsworthSelectableItem: Renamed to ViewItem
2014-12-10 Joel HoldsworthCursorHeader: Paint by the labels by the time item...
2014-12-10 Joel HoldsworthTimeItem: Made paint_label a mandatory field
2014-12-10 Joel HoldsworthCursorPair: Draw highlight when selected
2014-12-10 Joel HoldsworthTimeItem: Added mandatory get_x virtual method
2014-12-10 Joel HoldsworthTimeItem: Added mandatory set_time virtual method
2014-12-10 Joel HoldsworthTimeMarker: Renamed get_label_rect, and made it take...
2014-12-10 Joel HoldsworthCursorPair: Derived from TimeItem
2014-12-10 Joel HoldsworthCursor: Moved paint_label into TimeMarker
2014-12-03 Joel HoldsworthRuler: Moved calculate_tick_spacing into View
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