summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-02-13ProcessList_buildTree: drop sort direction checkingDenis Lisov
2022-02-13ProcessList: introduce displayListDenis Lisov
2022-02-13ProcessList_buildTree: handle every process onceDenis Lisov
2022-02-13ProcessList_buildTree: lookup parent via hashtableDenis Lisov
2022-02-13ProcessList: sort before panel rebuild if neededDenis Lisov
2022-02-13Remove duplicate sections on COMM and EXEDaniel Lange
2022-02-13Fix custom thread name display issueJan Kończak
2022-02-03Fix division by zero when calculating IO ratesBenny Baumann
2022-01-22build: use AC_CANONICAL_HOST, not AC_CANONICAL_TARGETSam James
2022-01-18freebsd/dragonfly: Stop aligning equals signs in PLATFORM_PROCESS_FIELDSJessica Clarke
2022-01-16FreeBSD: Add support for showing process emulationJessica Clarke
2022-01-13Help: Linux swap consistencyKevin Bracey
2022-01-11Avoid zombie processes on signal racesTobias Stoeckmann
2022-01-11Always set SIGCHLD to default handlingTobias Stoeckmann
2022-01-11Removed unused String_getToken functionTobias Stoeckmann
2022-01-11Fix out of boundary writes in XUtilsTobias Stoeckmann
2022-01-11Fix typoTobias Stoeckmann
2022-01-03Year 2022 updatesDaniel Lange
2021-12-20GH Actions: enable Werror in PCP buildChristian Göttsche
2021-12-18LinuxProcessList: do not collect LRS per threadDenis Lisov
2021-12-17Set correct default sorting directionChristian Göttsche
2021-12-17Drop getCommandStr member of ProcessChristian Göttsche
2021-12-17Do not combine default and configuration process fieldsChristian Göttsche
2021-12-17Use correct command field as default fieldChristian Göttsche
2021-12-17Mark ScreenDefaults constChristian Göttsche
2021-12-17Drop unused Platform variablesChristian Göttsche
2021-12-16configure: support libunwind of LLVMChristian Göttsche
2021-12-13Hashtable: use a minimum size of 7Christian Göttsche
2021-12-13Hashtable: adjust shrink-on-remove factorDenis Lisov
2021-12-13Hashtable: skip rehashing if the size is the sameDenis Lisov
2021-12-09Do not leave empty last column in headerChristian Göttsche
2021-12-09Merge pull request #889 from cgzones/screens_updateNathan Scott
2021-12-08Linux: read generic sysfs batteriesChristian Göttsche
2021-12-08IOMeters: rework initial displayChristian Göttsche
2021-12-08ScreenPanels: free ScreenSettings of deleted screensChristian Göttsche
2021-12-08ScreenPanel: misc updatesChristian Göttsche
2021-12-08Add ScreenSettings_delete helperChristian Göttsche
2021-12-08Settings: initialize default sort key for new screenpanelChristian Göttsche
2021-12-08Process: print default keyChristian Göttsche
2021-12-08CRT: add debug printing functionChristian Göttsche
2021-12-08Panel: initialize cursorOn memberChristian Göttsche
2021-12-07Fix memory leak on shutdown in new screen settings code.Nathan Scott
2021-12-07fix CI issueSohaib Mohamed
2021-12-07Fix misc styleguide issues and add missing header filesSohaib Mohamed
2021-12-07Enable tabs for a fresh install of htop OnlySohaib Mohamed
2021-12-07Fixup tabs with dynamic Columns - add missing `Dynamic()`Sohaib Mohamed
2021-12-07Pass correct ColorElements values to Panel_setSelectionColorSohaib Mohamed
2021-12-07Improvements to the tab code after initial feedbackNathan Scott
2021-12-07Introduce screen tabsHisham Muhammad
2021-12-05Pre-select the last sent signal in SignalsPanelChristian Göttsche