summaryrefslogtreecommitdiffstats
path: root/ProcessList.c
Commit message (Expand)AuthorAgeFilesLines
* Rename ProcessList to ProcessTable throughoutNathan Scott2023-08-311-94/+0
* Introduce Row and Table classes for screens beyond top-processesNathan Scott2023-08-301-420/+41
* Adapt platform code for the new Machine base classNathan Scott2023-05-081-8/+2
* Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott2023-05-081-56/+18
* Fix scroll relative to followed processgandalf32023-04-121-1/+2
* Refactor and consolidate dynamic meters/columns pointersNathan Scott2023-04-061-21/+26
* Avoid UB for deep nested processesChristian Göttsche2022-08-041-2/+2
* Merge branch 'fix-allBranchesCollapsed' of tanriol/htopDaniel Lange2022-05-301-0/+3
|\
| * ProcessList_collapseAllBranches: actually build treeDenis Lisov2022-05-301-0/+3
* | Correct titleBuffer size and share it in alignedProcessFieldTitle()Explorer092022-05-301-7/+8
* | Process: Display single digit precision for CPU% greater than 99.9%Kumar2022-05-261-1/+4
|/
* ProcessList.h: remove `ProcessList_remove`Denis Lisov2022-05-051-10/+1
* ProcessList: fix quadratic process removal when scanningCharlie Vieth2022-05-051-19/+29
* Improve String_contains_i to allow for multiple termsDaniel Lange2022-03-251-1/+1
* Linux: dynamically adjust the SECATTR column widthChristian Göttsche2022-03-061-0/+7
* ProcessList_buildTreeBranch: drop extra assertDenis Lisov2022-02-131-3/+0
* ProcessList_buildTree: skip hashtable if known rootDenis Lisov2022-02-131-2/+6
* ProcessList: delay tree rebuild until panel rebuildDenis Lisov2022-02-131-3/+0
* ProcessList: cleanup the tree set sorting remainsDenis Lisov2022-02-131-176/+4
* ProcessList_buildTree: produce sorted treeDenis Lisov2022-02-131-5/+7
* ProcessList_buildTree: sort by parent for fast searchDenis Lisov2022-02-131-27/+50
* ProcessList_buildTree: drop sort direction checkingDenis Lisov2022-02-131-9/+4
* ProcessList: introduce displayListDenis Lisov2022-02-131-62/+55
* ProcessList_buildTree: handle every process onceDenis Lisov2022-02-131-17/+6
* ProcessList_buildTree: lookup parent via hashtableDenis Lisov2022-02-131-21/+9
* ProcessList: sort before panel rebuild if neededDenis Lisov2022-02-131-0/+5
* Introduce screen tabsHisham Muhammad2021-12-071-8/+10
* Dynamically scale the ST_UID size to support 32-bit UIDsSilke Hofstra2021-10-271-5/+19
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
* PCP: support for 'dynamic columns' added at runtimeSohaib Mohamed2021-08-131-4/+21
* Rework CPU countingChristian Göttsche2021-07-181-1/+2
* Pointer indication aligned to typenameBenny Baumann2021-07-151-4/+4
* Add a new DynamicMeter class for runtime Meter extensionNathan Scott2021-07-071-1/+2
* Call makeCommandStr on all platformsBenny Baumann2021-05-231-2/+2
* Rename command line field from comm to cmdlineBenny Baumann2021-05-231-1/+1
* cleaned up includes with iwyumayurdahibhate2021-05-101-1/+0
* Avoid implicit pointer to bool conversion in assignmentChristian Göttsche2021-04-211-1/+1
* Drop ProcessList_get and ProcessList_sizeChristian Göttsche2021-04-211-10/+2
* Update timestamps for the special process scans at startup alsoNathan Scott2021-04-091-1/+3
* Request the realtime and monotonic clock times once per sampleNathan Scott2021-04-051-15/+12
* ProcessList: fix treeview on OpenBSD when hiding kernel threadsChristian Göttsche2021-03-201-0/+5
* RichString: do not unnecessarily clean whole bufferChristian Göttsche2021-03-171-1/+1
* Improve process followingChristian Göttsche2021-03-141-5/+15
* InfoScreen/ProcessList: do not access Vector internalsChristian Göttsche2021-03-121-1/+1
* Follow followed process when switching thread visibilitiesChristian Göttsche2021-03-031-0/+8
* Make the first tree item stable on expand / collapse againDaniel Lange2021-02-281-1/+1
* Option and key ("*") to collapse / expand all branches under PID 1Daniel Lange2021-02-131-0/+10
* Improve handling when selected last process entryChristian Göttsche2021-01-311-1/+14
* Sort out the mess around column sorting that had accumulated over timeDaniel Lange2021-01-211-1/+1
* RichString: implement safe rewindChristian Göttsche2021-01-151-1/+1

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