40 Commits (eaeeda64c12ee7d16bfbb591a0ca2d1a4809ebb7)

Author SHA1 Message Date
Sefa Eyeoglu f7c9ede286
Print message if config file was resolved 2 years ago
Benny Baumann e56089e1fa Update includes based on IWYU 2 years ago
Benny Baumann 6aa9ef2726 Fix code style 2 years ago
Nathan Scott b74673fe37 Rename ProcessList to ProcessTable throughout 3 years ago
Sohaib Mohamed 53bdcab942 Support dynamic screens with 'top-most' entities beyond processes 3 years ago
Nathan Scott 0f751e991d Introduce Row and Table classes for screens beyond top-processes 3 years ago
Sahil Siddiq dc883b2910 Logic to retain screen and other changes 3 years ago
Sahil Siddiq 87db37966a Implement logic for '--max-iterations' 3 years ago
Nathan Scott 72235d8e09 Adapt platform code for the new Machine base class 3 years ago
Nathan Scott 0bdade1b6c Introduce Machine class for host-specific info (split from ProcessList) 3 years ago
Nathan Scott e4ebe18b67 Drop references to 'Process' in generic screen code 3 years ago
Nathan Scott 14da84f877 Refactor to use a program name pointer instead of PACKAGE macro 3 years ago
Nathan Scott e7f447b6a3 Refactor and consolidate dynamic meters/columns pointers 3 years ago
Benny Baumann 40104588f3 Reformat code base 3 years ago
Christian Göttsche 15fe50d272 Toggle the header meters with pound key 3 years ago
Christian Göttsche 2f387af6c0 Reject unsupported non-option command line arguments 3 years ago
Christian Göttsche 1b5e0071bb Restore non mouse support 4 years ago
Christian Göttsche fc22824666 Drop incorrect help message 4 years ago
Daniel Lange df955c8991 Make CLANG happy (-Wembedded-directive) 4 years ago
Daniel Lange 6a7b3fdc7d Do not show help for -M / --no-mouse if HAVE_GETMOUSE is undefined 4 years ago
Daniel Lange c6f946edd2 Improve MainPanel Label on active inc filter (Filter <-> FILTER) 4 years ago
Hisham Muhammad 72ba20fa5f Introduce screen tabs 4 years ago
Emmanuel Mathi-Amorim ff0ea41c86 Fix issue where last line is not cleared when SIGINT is received 4 years ago
Volodymyr Vasiutyk 2ef70ad7f6 Early program termination only from main() 4 years ago
наб dfa62506b7 Allow -u UID 4 years ago
Daniel Lange 94ad111391 Update license headers to explicitly say GPLv2+ 5 years ago
Nathan Scott c0c2bb98a2 Add completion handling for dynamic meters and columns 5 years ago
Christian Göttsche 68460b25e3 Reset the signal handlers at program exit 5 years ago
Sohaib Mohamed 6f2021f3d9 PCP: support for 'dynamic columns' added at runtime 5 years ago
Christian Göttsche 41af31be7f Rework CPU counting 5 years ago
nia e8f27ebc26 Disable mouse option when support is unavailable 5 years ago
Benny Baumann 68edf92434 Indentation of string arguments 5 years ago
Benny Baumann 0d85af2872 Whitespace around operators 5 years ago
Benny Baumann e7f8d7bcc9 Split statements that should go onto multiple lines 5 years ago
Nathan Scott f0ed0fdafb Add a new DynamicMeter class for runtime Meter extension 5 years ago
Christian Göttsche 1f5f40c091 Print current settings on crash 5 years ago
Christian Göttsche 36880cd61c Add read-only option 5 years ago
Nathan Scott 367561175a Update timestamps for the special process scans at startup also 5 years ago
Nathan Scott 36389fb0da Abstract htop main function to allow for a platform binary 5 years ago
Nathan Scott 253ff23f9e Use a platform-specific routine for long option usage 5 years ago
Nathan Scott d56d23d91a Each platform defines its own long opt macro, prefer printf 5 years ago
Nathan Scott 0ada9f325f Move libcap use to (Linux) platform-specific code 5 years ago
Christian Göttsche 521f1343e3 Settings: check if writing configuration file was successful 5 years ago
Daniel Lange 2c6222e30a Option and key ("*") to collapse / expand all branches under PID 1 5 years ago
Christian Göttsche fd4e6b432b Use MainPanel type in State struct 5 years ago
Daniel Lange ba630e8ad5 Make descriptions to -shelp available so people find threads 5 years ago
Christian Göttsche 6dba60f6bd Pass Settings to CRT_init 5 years ago
Christian Göttsche ceee96dcba Do not try to set not owned capabilities 5 years ago
Christian Göttsche 2b62126aea Mark several non-modified pointer variables const 5 years ago
Christian Göttsche f4404effa4 Add option to drop Linux capabilities 5 years ago