summaryrefslogtreecommitdiffstats
path: root/Action.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for multiple screens, switchable using TabHisham Muhammad2018-01-301-9/+23
|
* Make 'c' key work with threads as well.Hisham Muhammad2017-09-141-1/+1
|
* Mark some things as constRichard2017-07-221-2/+2
| | | | | | | Several string pointer arrays pointed to const strings but were not const themselves. A few various structures and arrays were also marked const.
* F6 is actually used for both actions, depending on context.Hisham2017-04-241-1/+1
|
* update keymap in helpryenus2017-04-191-2/+2
|
* Auto-follow process after a search.Hisham2016-05-051-2/+2
| | | | See #237.
* Add "p" to HelpMarco Hinz2016-03-011-2/+3
|
* Typo in the word "priority"Vasyl Boroviak2016-02-171-1/+1
|
* Portable affinity using hwlocHisham2016-02-141-2/+2
|
* Try to make threads less confusing.Hisham2016-02-021-1/+5
|
* refactor *Screen classes, add InfoScreen superclassHisham Muhammad2016-01-121-8/+11
|
* Merge branch 'envscreen' of https://github.com/mklein-de/htop into ↵Hisham Muhammad2016-01-121-1/+16
|\ | | | | | | mklein-de-envscreen
| * 'e' displays environment of current processMichael Klein2015-12-021-0/+15
| | | | | | | | | | - uses sysctl(KERN_PROCARGS2) on *BSD - doesn't work on Linux yet
* | Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad2016-01-111-1/+1
|\ \
| * | Fix typo: prority => priorityBenjamin Porter2016-01-061-1/+1
| |/
* / Present IO-Wait as a dot in monochrome. Fixes #345.Hisham Muhammad2016-01-111-1/+1
|/ | | | Thank you @Explorer09 for the report!
* Add expand/collapse on additional clicks!Hisham Muhammad2015-08-191-0/+1
|
* Rename String to StringUtils.David Hunt2015-08-191-1/+1
| | | | | | | | | Fixes building on case-insensitive filesystems where String.h gets confused with <string.h>. From d734dacea0a10d0465dad4e95b3421511e7da112 Mon Sep 17 00:00:00 2001 From: David Hunt <dhunt@iolanthe.attlocal.net> Date: Sat, 11 Jul 2015 20:56:31 -0500 Subject: [PATCH 1/8] Rename String to StringUtils
* Add shortcut key 'p' to toggle full program paths.Tobias Geerinckx-Rice2015-08-071-0/+6
|
* Visual tweaks: change color when following, add Broken Gray theme.Hisham Muhammad2015-04-091-1/+2
|
* handle clicks on panel header lineHisham Muhammad2015-03-241-5/+5
|
* Simplify constructors.Hisham Muhammad2015-03-231-10/+2
|
* Tempus fugit.Hisham Muhammad2015-03-231-1/+1
| | | | | | Conflicts: htop.c htop.h
* incremental search and filter reintegrated!Hisham Muhammad2015-03-231-2/+2
|
* Move FunctionBar inside PanelHisham Muhammad2015-03-231-18/+18
|
* Working on integration of IncSet in new branch.Hisham Muhammad2015-03-221-3/+4
|
* Fix saving of header states, motion in Setup screen.Hisham Muhammad2015-03-161-0/+3
|
* Rename Setup_run to Action_runSetup.Hisham Muhammad2015-03-161-2/+2
|
* Move more Linux-specific code into Linux subdir.Hisham Muhammad2015-03-151-0/+1
|
* Another mega-patch for the refactoring process.Hisham Muhammad2015-01-231-45/+10
| | | | | Kinda runs, but functionality from the original main loop is still missing. Patience.
* Sorry about the mega-patch.Hisham Muhammad2015-01-211-4/+486
| | | | | This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
* Builds on Linux again!Hisham Muhammad2014-11-241-0/+41
|
* Changes for supporting separate platform subdirectories.Hisham Muhammad2014-11-241-0/+59

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