]> sigrok.org Git - pulseview.git/history - pv/data/decode/annotation.cpp
Rename 'probe' to 'channel' (libsigrokdecode change).
[pulseview.git] / pv / data / decode / annotation.cpp
2014-02-02 Joel HoldsworthSplit annotation data set into rows, and improved painting.
2014-02-01 Uwe Hermannpv::data::decode::Annotation: Add pd_index() and set_pd...
2014-02-01 Uwe Hermannpv::data::decode::Annotation: Add row() and set_row().
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-28 Joel HoldsworthAdded missing include to annotation.cpp
2013-12-28 Joel HoldsworthHandle C-strings as UTF-8
2013-12-27 Joel HoldsworthMoved annotation painting code into DecodeTrace, and...