summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-03-24handle clicks on panel header lineHisham Muhammad
2015-03-23Add a test plan.Hisham Muhammad
A list of functionality to go through and test before releases.
2015-03-23Simplify constructors.Hisham Muhammad
2015-03-23Merge branch 'master' into wipHisham Muhammad
Conflicts: Panel.c htop.c htop.h
2015-03-23Tempus fugit.Hisham Muhammad
Conflicts: htop.c htop.h
2015-03-23Do not trust isalpha(c) for values > 255.Hisham Muhammad
Fixes #174. Conflicts: Panel.c
2015-03-23incremental search and filter reintegrated!Hisham Muhammad
2015-03-23Move FunctionBar inside PanelHisham Muhammad
2015-03-22Do not trust isalpha(c) for values > 255.Hisham Muhammad
Fixes #174.
2015-03-22Working on integration of IncSet in new branch.Hisham Muhammad
2015-03-22Refactor state control variables.Hisham Muhammad
2015-03-21Tempus fugit.Hisham Muhammad
2015-03-16Build fixes to resync with FreeBSD changes.Hisham Muhammad
2015-03-16Major advances in FreeBSD port.Hisham Muhammad
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-03-16Rename Setup_run to Action_runSetup.Hisham Muhammad
2015-03-16Linux build fixes.Hisham Muhammad
2015-03-16Merge branch 'master' into wipHisham Muhammad
Conflicts: Process.c Process.h linux/LinuxProcess.c linux/LinuxProcess.h linux/LinuxProcessList.c unsupported/Platform.c unsupported/Platform.h
2015-03-16Add files to unsupported platform.Hisham Muhammad
2015-03-16Get FreeBSD tree to compile again with latest changes.Hisham Muhammad
2015-03-16Merge branch 'wip' of https://github.com/hishamhm/htop into freebsdHisham Muhammad
2015-03-16Isolate portable and Linux-specific process fields.Hisham Muhammad
2015-03-15Merge branch 'wip' of https://github.com/hishamhm/htop into freebsdHisham Muhammad
2015-03-15Add MainPanel.cHisham Muhammad
2015-03-15Merge branch 'wip' of https://github.com/hishamhm/htop into freebsdHisham Muhammad
2015-03-15Merge branch 'wip' of https://github.com/hishamhm/htop into freebsdHisham Muhammad
Conflicts: htop.c unsupported/Platform.h
2015-03-15Move more Linux-specific code into Linux subdir.Hisham Muhammad
2015-03-08Fix deletion of processes. Closes #172.Hisham Muhammad
Conflicts: linux/LinuxProcess.c
2015-03-08Improve reading of cgroups.Hisham Muhammad
2015-03-08Fix deletion of processes. Closes #172.Hisham Muhammad
2015-02-23Merge fixesHisham Muhammad
2015-02-23Silence warnings reported in #70.Hisham Muhammad
2015-02-23Oops, remove test code committed by accident.Hisham Muhammad
2015-02-23Fix allocation of processes. Closes #166.Hisham Muhammad
Conflicts: Process.c Process.h ProcessList.c ScreenManager.c linux/LinuxProcessList.c
2015-02-23Work on fixing build of "unsupported" platformHisham Muhammad
2015-02-23Work on fixing build of "unsupported" platformHisham Muhammad
2015-02-20Fix allocation of processes. Closes #166.Hisham Muhammad
2015-02-04Merge branch 'master' into wipHisham Muhammad
2015-02-04Test if -Wextra is supported. Closes #155.Hisham Muhammad
2015-02-04Match IO field descriptions with new labels.Hisham Muhammad
2015-02-04Move graph according to configured CRT_delay.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-04Use UTF-8 only when using UTF-8 :-)Hisham Muhammad
2015-02-04Make sure these are initialized.Hisham Muhammad
2015-02-03Complete cursor-based movement of headers.Hisham Muhammad
2015-02-03Add longer descriptions to available meters.Hisham Muhammad
2015-02-03Make the implementation of color schemes declarative.Hisham Muhammad
2015-01-23Merge branch 'master' into wipHisham Muhammad
2015-01-23Remove bogus assertion. Closes #159.Hisham Muhammad