summaryrefslogtreecommitdiffstats
path: root/CRT.c
AgeCommit message (Collapse)Author
2015-07-29initialize locale for LC_CTYPE onlyChristian Hesse
htop uses scanf functions to parse values from proc filesystem. This breaks when initializing locale for LC_NUMERIC because of unexpected commas. So initialize locale for LC_CTYPE only.
2015-07-16simplify UTF-8 detectionChristian Hesse
2015-07-16initialize localeChristian Hesse
This has two effects: * The locale may have impact on string formatting. So depending on the locale we may end up with different decimal point. * We can use nl_langinfo() for UTF-8 detection.
2015-07-14paint PROCESS_LOW_PRIORITY in greenChristian Hesse
... and thus make it use a different color than PROCESS_HIGH_PRIORITY.
2015-04-09Visual tweaks: change color when following, add Broken Gray theme.Hisham Muhammad
2015-02-04Let's see if responsiveness is still good using the full CRT_delayHisham Muhammad
in ncurses. CPU usage goes down noticeably. (Also, add missing comma, sorry.)
2015-02-03Make the implementation of color schemes declarative.Hisham Muhammad
2015-01-21Sorry about the mega-patch.Hisham Muhammad
This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
2014-11-24Changes for supporting separate platform subdirectories.Hisham Muhammad
2014-10-14Added new color for 'D' state.Valmiky Arquissandas
2014-04-28Fix behavior of `htop -d 1`. Closes #72.Hisham Muhammad
2014-04-24Make blue text more readable. Closes #55.Hisham Muhammad
2014-04-24Report this as an exit function.Hisham Muhammad
2014-04-09Better support for Home and End keysHisham Muhammad
2014-02-27alignment improvementsHisham Muhammad
2014-01-14New home, new life!Hisham Muhammad
2013-02-26Remove explicit calls to curses.h in other filesHisham Muhammad
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad
UTF-8 display of big numbers.
2012-10-19Fail gracefully when /proc is not mountedHisham Muhammad
(thanks to Philipp Hagemeister)
2012-10-04Add IO priority support ('i' key)Hisham Muhammad
2012-07-12improve crash message Hisham Muhammad
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2011-09-08show cursor when function bar allows typing an entry.Hisham Muhammad
2011-08-26Fix number of supported backtrace frames (thanks to Sebastian Pipping)Hisham Muhammad
2011-05-26Tempus fugit.Hisham Muhammad
2010-12-05make htop friendly to uclibc (thanks to Matt for the report)Hisham Muhammad
2010-11-23Split process and thread counts in tasks meterHisham Muhammad
2010-11-20Don't ask for bug reports when running on unsupported platforms.Hisham Muhammad
2010-11-20Fix IO-wait color on "Black on White" scheme. Closes #3054717.Hisham Muhammad
2010-08-24add support for steal/guest CPU time measurementHisham Muhammad
simplify processor data accounting (add CPUData structure) remove Process_clone trick
2010-02-25Tempus fugit.Hisham Muhammad
2010-02-25warning fixesHisham Muhammad
2009-02-17Option to display hostname in the meters areaHisham Muhammad
2008-09-23ACPI Battery meterHisham Muhammad
contributed by Ian Hands
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
Reduces resulting code size.
2008-03-08BUGFIX: Fix display of CPU count for threaded processes.Hisham Muhammad
When user threads are hidden, process now shows the sum of processor usage for all processors. When user threads are displayed, each thread shows its own processor usage, including the root thread. (thanks to Bert Wesarg for the report) Also, add option to display thread colors differently.
2008-03-05Fix display of time with the "Black on White" theme.Hisham Muhammad
2007-11-09IO-wait time now counts as idle time, which is a moreHisham Muhammad
accurate description. It is still available in split time, now called detailed CPU time. (thanks to Samuel Thibault for the report)
2007-11-08Improve error display on crash to get better bug reports.Hisham Muhammad
2006-10-04Contribution by Philipp Richter: Display IO-Wait, IRQ and Soft-IRQ values in ↵Hisham Muhammad
status bar (minor modifications: default to false, add help)
2006-08-24Fix bug 1538463.Hisham Muhammad
2006-07-23Horizontally scroll in larger increments when on theHisham Muhammad
Linux console because of slow update of unaccelerated fb
2006-06-06Updates for new version of the MakeHeader.py script.Hisham Muhammad
2006-03-23Fixes for header generation.Hisham Muhammad
2006-03-04Initial import.Hisham Muhammad