]> sigrok.org Git - pulseview.git/history - pv/data/decode/annotation.cpp
Replace ann_format with ann_class.
[pulseview.git] / pv / data / decode / annotation.cpp
2014-09-15 Uwe HermannReplace ann_format with ann_class.
2014-07-01 Marcus ComstedtAdd missing #include <cassert> in multiple files
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...