]> sigrok.org Git - pulseview.git/history - pv/view/ruler.cpp
Draw numbers off the end of the ruler
[pulseview.git] / pv / view / ruler.cpp
2013-04-16 Joel HoldsworthDraw numbers off the end of the ruler
2013-03-31 Joel HoldsworthSet the colour of the ruler hover marker to the correct...
2013-03-23 Joel HoldsworthImproved painting of cursor values
2013-03-23 Joel HoldsworthAdded a margin around ruler values
2013-03-23 Joel HoldsworthStopped ruler values colliding at high zoom
2013-03-23 Joel HoldsworthUse Qt namespace to simplify Ruler::paintEvent
2013-03-03 Joel HoldsworthSet the colour of ruler annotations to the correct...
2013-01-24 Uwe HermannAdd missing #include <limits.h>.
2013-01-16 Joel HoldsworthSupressed unused parameters
2013-01-08 Alexandru Gagniucglobal: Do not assert >= 0 for unsigned values
2012-12-12 Uwe HermannSome smaller whitespace fixes.
2012-11-01 Joel HoldsworthAdded cursor dragging
2012-11-01 Joel HoldsworthAdded cursors
2012-10-28 Joel HoldsworthAdded header time hover arrow
2012-10-24 Joel HoldsworthRender ruler and signals with sub-pixel accuracy
2012-10-20 Joel HoldsworthFixed timeline scale
2012-10-20 Joel HoldsworthCorrected signed/unsigned inconsistencies in Ruler...
2012-10-13 Joel HoldsworthMade extdef.h a global include
2012-10-12 Joel HoldsworthCorrected project name in header comments
2012-10-11 Joel HoldsworthFixed ruler scale units
2012-09-09 Joel HoldsworthInitial work moving ruler into the pv::view::Ruler...