summaryrefslogtreecommitdiffstats
path: root/Process.c
Commit message (Expand)AuthorAgeFilesLines
* Linux: use correct column alignment for wide fieldsChristian Göttsche2021-01-111-2/+6
* RichString_setAttrn: refactor to take a length instead of a stop indexChristian Göttsche2021-01-101-6/+6
* Declare for loop variables inside the loopChristian Göttsche2021-01-061-2/+2
* Object: return int on comparisonChristian Göttsche2021-01-021-4/+4
* Process: use correct column aligning on wide usernameChristian Göttsche2020-12-231-7/+6
* Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like...Christian Göttsche2020-12-191-17/+9
* Rework enum ProcessFieldChristian Göttsche2020-12-191-1/+1
* Split boilerplate and platform-independent field comparisonBenny Baumann2020-12-191-3/+14
* Separate tree and list sort ordersHisham Muhammad2020-12-191-5/+2
* Add "Tree view is always sorted by PID" option to mimic htop 2 behaviorHisham Muhammad2020-12-191-1/+6
* Invert Process_compare resolution so that superclass matches run firstHisham Muhammad2020-12-191-1/+1
* ProcessList: save scan time in millisecondChristian Göttsche2020-12-181-1/+1
* Cull the definitions of pageSize and pageSizeKB from CRT.cNathan Scott2020-12-101-2/+2
* Process: simplifyChristian Göttsche2020-12-081-2/+3
* Additional code simplificationBenny Baumann2020-12-081-1/+2
* Fix broken tree display on inverted sort orderBenny Baumann2020-12-081-1/+1
* Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche2020-12-081-38/+36
* Use size_t as type for buffer length in ProcessChristian Göttsche2020-12-061-3/+3
* Print G in gigabyte colorChristian Göttsche2020-11-291-1/+2
* Replace more snprintfs, reduce buffer sizes to what is printedDaniel Lange2020-11-281-19/+19
* Use 'N/A' instead of 'no perm' for more consistencyBenny Baumann2020-11-281-6/+9
* Minor indentation fixBenny Baumann2020-11-241-1/+1
* Improving Command display/sortNarendran Gopalakrishnan2020-11-241-1/+6
* Rename virtual memory column from M_SIZE to M_VIRTChristian Göttsche2020-11-211-3/+3
* IWYU update (Linux)Christian Göttsche2020-11-191-1/+2
* Add process column for normalized CPU usageChristian Göttsche2020-11-161-6/+12
* Merge branch 'hili-new-old' of adsr/htop into highlight-new-old-processesDaniel Lange2020-11-161-14/+34
|\
| * Address items from reviewAdam Saponara2020-10-311-6/+6
| * Highlight new and old processes (#74)Adam Saponara2020-10-301-0/+17
* | Use uid_t type for Process_getuidChristian Göttsche2020-11-151-4/+4
* | Introduce spaceship comparison for ProcessesChristian Göttsche2020-11-151-30/+29
* | Embracing branchesBenny Baumann2020-11-021-13/+30
* | Spacing around operatorsBenny Baumann2020-11-021-11/+11
* | Whitespace and indentation issuesBenny Baumann2020-11-021-2/+2
* | Spacing after keywords (if)Benny Baumann2020-11-021-1/+1
|/
* Hold only a const version of Settings in ProcessChristian Göttsche2020-10-261-1/+1
* Cache PAGE_SIZEChristian Göttsche2020-10-191-2/+2
* Make all required includes explicitBenny Baumann2020-10-181-18/+17
* Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann2020-10-161-1/+1
* Refactor generating starttime string into Process classChristian Göttsche2020-10-161-0/+6
* Mark Object pointer to _display function constChristian Göttsche2020-10-101-6/+6
* Mark Object instances constChristian Göttsche2020-10-071-1/+1
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
* Process.{h,c}: Use integer types that are more portableMichael Witten2020-09-291-14/+14
* Do not drop qualifier in castChristian Göttsche2020-09-241-8/+8
* Update IO rate display to use NAN on errorBenny Baumann2020-09-241-1/+1
* Fix minor regression in number highlightingBenny Baumann2020-09-211-1/+1
* Enhance highlighting of semi-large and large numbersBenny Baumann2020-09-171-28/+46
* Clean up some code duplication in the header filesHugo Musso Gualandi2020-09-121-23/+0
* Axe automated header generation.Zev Weiss2020-09-031-139/+0

© 2014-2024 Faster IT GmbH | imprint | privacy policy