summaryrefslogtreecommitdiffstats
path: root/Action.h
AgeCommit message (Collapse)Author
2020-08-22Update header files to match whitespace changes in source filesNathan Scott
2020-08-20Merge branch 'hishamhm-pull-857'Nathan Scott
2020-08-18Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott
Sync-up missing extern declarations for many functions.
2019-02-12Don't follow process when selecting non-process-specific optionswangqr
Disable the follow process logic in Action_pickFromVector(), when selecting sort order or user filter, since they don't apply on specific process. Fix #856
2016-05-05Auto-follow process after a search.Hisham
See #237.
2015-12-02'e' displays environment of current processMichael Klein
- uses sysctl(KERN_PROCARGS2) on *BSD - doesn't work on Linux yet
2015-03-24handle clicks on panel header lineHisham Muhammad
2015-03-23Tempus fugit.Hisham Muhammad
Conflicts: htop.c htop.h
2015-03-23Move FunctionBar inside PanelHisham Muhammad
2015-03-22Working on integration of IncSet in new branch.Hisham Muhammad
2015-01-23Another mega-patch for the refactoring process.Hisham Muhammad
Kinda runs, but functionality from the original main loop is still missing. Patience.
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-24Builds on Linux again!Hisham Muhammad
2014-11-24Changes for supporting separate platform subdirectories.Hisham Muhammad