]> sigrok.org Git - pulseview.git/history - pv/util.cpp
LogicSignal: Don't paint hover marker if channel is disabled
[pulseview.git] / pv / util.cpp
2018-06-16 Soeren ApelAnalogSignal: Display value under cursor
2017-06-27 Uwe HermannMinor Doxygen comment cosmetics.
2017-06-25 Gerhard Sittigutil: Introduce string tokenize helper routine
2017-03-28 Uwe HermannUse alphabetical order for #includes.
2017-03-23 Uwe HermannRandom simplifications, cosmetics/whitespace/consistenc...
2017-03-18 Uwe HermannDon't use std:: in the code directly (where possible).
2017-03-11 Uwe HermannDon't use deprecated headers.
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2015-12-26 Uwe HermannVarious minor whitespace and consistency fixes.
2015-09-04 Jens SteinhauserUntangle the time formatting functions a bit
2015-09-04 Jens SteinhauserUse typesafe enum classes in pv::util
2015-09-04 Jens Steinhauserformat_time(): Use the timestamp type in the calculation
2015-09-04 Jens Steinhauserformat_si_value(): Use the timestamp type in the calcul...
2015-09-04 Jens SteinhauserUse a type with a greater resolution to represent time...
2015-09-04 Jens SteinhauserRemove unused arguments from 'format_time()'
2015-08-25 Soeren ApelUtil: Fix malformed time formatting
2015-08-16 Soeren ApelUtil: Fix issue where t=0 randomly shows up as +0 or -0
2015-08-16 Soeren ApelUtil: Refactor format_time()
2015-08-16 Soeren ApelUtil: Introduce DD:HH:MM:SS.mmm nnn ppp fff format
2015-08-16 Soeren ApelIntroduce time units
2015-01-01 Joel Holdsworthutil: Fixed assertion
2014-12-30 Joel Holdsworthutil: Added a space between the value and prefix
2014-12-30 Joel Holdsworthutil: Added support for more SI prefixes
2014-12-30 Joel Holdsworthutil: Added format_si_value
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-05-23 Jens SteinhauserSamplingBar: Use nicer time format in the tooltip.
2014-05-23 Jens SteinhauserPut the time format function into a separate file.