summaryrefslogtreecommitdiffstats
path: root/Meter.c
AgeCommit message (Expand)Author
2020-08-20Merge branch 'hishamhm-pull-960'Nathan Scott
2020-08-18fixed display of blank barsJonischkeit Clemens
2019-10-31Clean up existing whitespaceDaniel Flanagan
2018-02-18Fix out-of-bounds readHisham Muhammad
2018-02-18Fix indentationHisham Muhammad
2018-02-13Fix issue with small terminals.Hisham Muhammad
2018-02-04Clarify we are looking for the null terminationcoypoop
2017-07-27Security review: check results of snprintf.Hisham Muhammad
2017-07-26Merge pull request #651 from Explorer09/graph-mode-drawHisham Muhammad
2017-07-22Mark some things as constRichard
2017-07-15Round values in graph drawing (instead of implicit truncate)Explorer09
2016-07-22Let BarMeterMode_characters[] be const array.Explorer09
2016-05-27Remove redundant is-null checks on free(Meter.drawData)Explorer09
2016-05-04Rename Meter.setValues() functions to updateValues()Explorer09
2016-03-22BarMeterMode_draw minor code improvementExplorer09
2016-03-11Explicit "maxItems" property of metersExplorer09
2016-02-02Avoid crash on huge screens.Hisham
2016-02-02Check for failure in allocations.Hisham
2016-01-21Change variable 'dot' to avoid division by reciprocal.Explorer09
2016-01-21New macro GRAPH_HEIGHT for Graph Meter heightExplorer09
2016-01-15Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses.Explorer09
2016-01-11Present IO-Wait as a dot in monochrome. Fixes #345.Hisham Muhammad
2015-11-23Array entries have been oddly flipped here for years.Hisham Muhammad
2015-08-29kilobytes is the smallest unit and never has precisionChristian Hesse
2015-08-27Fix indentation.Hisham Muhammad
2015-08-27Merge pull request #208 from eworm-de/dynamic-unitHisham Muhammad
2015-08-27make units more dynamicChristian Hesse
2015-08-25use ASCII blank even for graphical meter in UTF-8 modeChristian Hesse
2015-08-20Standardize variable name.Hisham Muhammad
2015-08-19simplify Meter loopChristian Hesse
2015-08-19remove UTF-8 code when compiling with --disable-unicodeChristian Hesse
2015-08-19make arrays one dimensionalChristian Hesse
2015-08-19Rename String to StringUtils.David Hunt
2015-03-16Fix saving of header states, motion in Setup screen.Hisham Muhammad
2015-03-16Remove spurious UTF-8 char from ASCII mode.Hisham Muhammad
2015-02-04Move graph according to configured CRT_delay.Hisham Muhammad
2015-02-03Add longer descriptions to available meters.Hisham Muhammad
2015-01-23Another mega-patch for the refactoring process.Hisham Muhammad
2015-01-21Sorry about the mega-patch.Hisham Muhammad
2014-11-27Move UptimeMeter into platform-dependent area.Hisham Muhammad
2014-04-21Remove useless assignment.Hisham Muhammad
2014-02-27alignment improvementsHisham Muhammad
2014-01-16Fix order of calloc arguments.Hisham Muhammad
2014-01-16BUGFIX: Fix crash when adding meters and toggling detailed CPU time.Hisham Muhammad
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ...Hisham Muhammad
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2011-11-18Mega-commit with features and tweaks for 1.0:Hisham Muhammad
2011-10-25cleanups and fixes, thanks to cppcheck and gcc -WextraHisham Muhammad
2011-08-26Fix segfault in BarMeterMode_draw() for small terminal widthsHisham Muhammad