]> sigrok.org Git - pulseview.git/history - pv/data/decoderstack.cpp
pv::data::DecoderStack: Set _row for each annotation.
[pulseview.git] / pv / data / decoderstack.cpp
2014-02-01 Uwe Hermannpv::data::DecoderStack: Set _row for each annotation.
2014-01-31 Uwe Hermanndecoderstack.cpp: Improve two error messages a bit.
2014-01-30 Uwe Hermanndecode: Clear error message upon every new session...
2014-01-25 Joel HoldsworthFixed off-by-one in DecoderStack::decode_proc
2014-01-12 Joel Holdsworthdecode: Do not overflow the chunk buffer
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-27 Joel HoldsworthMoved annotation painting code into DecodeTrace, and...
2013-12-27 Joel HoldsworthStore annotations as objects emplaced in the vector
2013-12-02 Joel HoldsworthRenamed get_samplerate to samplerate
2013-12-02 Joel HoldsworthImplemented pv::data::SignalData::get_max_sample_count
2013-12-02 Joel HoldsworthImplemented DecoderStack::clear
2013-12-02 Joel HoldsworthRenamed SignalData::clear_snapshots to clear
2013-12-02 Joel HoldsworthRenamed pv::view::LogicSignal::data to logic_data
2013-12-02 Joel HoldsworthPaint the unresolved area to show the decode progress
2013-11-30 Joel HoldsworthAdded decoder stack item deletion
2013-11-30 Joel HoldsworthImplemented decoder stacking
2013-11-30 Joel HoldsworthRenamed pv::data::Decoder to DecoderStack