summaryrefslogtreecommitdiffstats
path: root/Meter.c
AgeCommit message (Expand)Author
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
2011-05-26Tempus fugit.Hisham Muhammad
2011-03-31retain meter state when it is reinit'ed in the Setup screenHisham Muhammad
2011-03-22* Option for counting CPUs from zeroHisham Muhammad
2010-11-22Remove arbitrary limit from rich stringsHisham Muhammad
2010-02-25Tempus fugit.Hisham Muhammad
2010-02-25warning fixesHisham Muhammad
2009-06-02changes for htop 0.8.2Hisham Muhammad
2009-02-17Option to display hostname in the meters areaHisham Muhammad
2008-09-23ACPI Battery meterHisham Muhammad
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
2008-03-09Add Unicode support, enabled with the --enable-unicodeHisham Muhammad
2006-07-12Perform RichString operations by hand.Hisham Muhammad
2006-07-11Performance improvement hackathon: improve process comparison routines,Hisham Muhammad
2006-06-06Updates for new version of the MakeHeader.py script.Hisham Muhammad
2006-05-18Missed LoadMeter!Hisham Muhammad
2006-05-09Final fixes to make "All CPUs" the default CPU display mode.Hisham Muhammad