]> sigrok.org Git - pulseview.git/history - pv/data/decode/annotation.cpp
Session: Fix issue #67 by improving error handling
[pulseview.git] / pv / data / decode / annotation.cpp
2021-06-22 Stefan BrünsFix broken build due to C++ template behind C linkage
2020-05-21 Soeren ApelFix compile issues with some compiler versions
2020-05-03 Soeren ApelIntroduce DecodeSignal::annotation_visibility_changed...
2020-05-03 Soeren ApelTabularDecView: Implement "hide hidden rows/classes...
2020-05-03 Soeren ApelTabularDecView: Visually indent annotations by PD stack...
2020-05-03 Soeren ApelAdd row colors and some fixes
2020-05-03 Soeren ApelMove row/annotation color management out of DecodeTrace
2020-05-03 Soeren ApelFix #811 by using a hashed annotation text backing...
2020-05-03 Soeren ApelTabularDecView: Make the model/view work
2020-01-30 Soeren ApelDecodeTrace: Add "%c" to the format string
2020-01-10 Soeren ApelMinor decode refactorizations
2020-01-01 Soeren ApelRework decoder infrastructure
2018-08-21 Soeren ApelImplement annotation export for all rows
2018-04-19 Soeren ApelAnnotation: Use special type for the class, not plain int
2017-03-18 Uwe HermannDon't use std:: in the code directly (where possible).
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2015-07-25 Uwe HermannMinor whitespace fixes.
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-22 Joel HoldsworthMake member variable underscores a suffix instead of...
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...