summaryrefslogtreecommitdiffstats
path: root/Action.c
AgeCommit message (Expand)Author
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-16Misc conversion fixesChristian Göttsche
2020-10-14Do not hard-code line numbers in help screen building codeChristian Göttsche
2020-10-12Add key to pause process list updatesChristian Göttsche
2020-10-09use 'w' for command wrapping as 'M' is already usedryenus
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-29Drop redundant casts to the same typeChristian Göttsche
2020-09-24Do not drop qualifier in castChristian Göttsche
2020-09-24show selected command wrapped in a separate windowryenus
2020-09-24Avoid unsigned integer overflowChristian Göttsche
2020-09-18Avoid checking of undefined macrosChristian Göttsche
2020-09-18Use strict function prototypesChristian Göttsche
2020-09-17Fix memory leak in actionSetAffinity()Christian Göttsche
2020-09-03Axe automated header generation.Zev Weiss
2020-08-26fix width of `AffinitPanel`Bert Wesarg
2020-08-26Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into bertwe...Nathan Scott
2020-08-25Avoid shadowing warningsChristian Göttsche
2020-08-21Remove trailing whitespacesChristian Göttsche
2020-08-20Merge branch 'hishamhm-pull-960'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-914'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-857'Nathan Scott
2019-10-31Clean up existing whitespaceDaniel Flanagan
2019-05-26CPU_KERNEL redefinedsenjan
2019-02-12Don't follow process when selecting non-process-specific optionswangqr
2018-11-03added MainPanel actions n and N for find next and find prev. closes #601syrrim
2018-06-13Fix virtualization color in help screenHisham Muhammad
2018-04-05Collapse current subtree pressing BackspaceHisham Muhammad
2018-02-18Replace size_t with int/void* unionHisham Muhammad
2018-02-17call clear() function when SIGWINCH is received. (#660)guoci
2017-09-14Make 'c' key work with threads as well.Hisham Muhammad
2017-07-22Mark some things as constRichard
2017-04-24F6 is actually used for both actions, depending on context.Hisham
2017-04-19update keymap in helpryenus
2016-05-05Auto-follow process after a search.Hisham
2016-03-01Add "p" to HelpMarco Hinz
2016-02-17Typo in the word "priority"Vasyl Boroviak
2016-02-14Portable affinity using hwlocHisham
2016-02-02Try to make threads less confusing.Hisham
2016-01-12refactor *Screen classes, add InfoScreen superclassHisham Muhammad
2016-01-12Merge branch 'envscreen' of https://github.com/mklein-de/htop into mklein-de-...Hisham Muhammad
2016-01-11Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad
2016-01-11Present IO-Wait as a dot in monochrome. Fixes #345.Hisham Muhammad
2016-01-06Fix typo: prority => priorityBenjamin Porter
2015-12-02'e' displays environment of current processMichael Klein
2015-08-19Add expand/collapse on additional clicks!Hisham Muhammad
2015-08-19Rename String to StringUtils.David Hunt
2015-08-07Add shortcut key 'p' to toggle full program paths.Tobias Geerinckx-Rice
2015-04-09Visual tweaks: change color when following, add Broken Gray theme.Hisham Muhammad
2015-03-24handle clicks on panel header lineHisham Muhammad