summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2023-12-26Document compilation issues and changed config.h inclusion rulesBenny Baumann
2023-05-22Minor style guide clarificationsBenny Baumann
2022-08-30Optimize images to reduce filesizeAnthony Ryan
Amended to use ECT / DeflOpt compressed images contributed by @Explorer09
2022-05-31Fix typoTobias Stoeckmann
2021-10-01astyle: Add `--pad-header` optionSohaib Mohamed
Insert space padding between a header (e.g. 'if', 'for', 'while'...) and the following paren. ex: if(isFoo((a+2), b)) bar(a, b); becomes: if (isFoo((a+2), b)) bar(a, b); Link: http://astyle.sourceforge.net/astyle.html#_pad-paren Signed-off-by: Sohaib Mohamed <sohaib.amhmd@gmail.com>
2021-09-22Clarify licensingDaniel Lange
htop has been licensed as GPLv2 but there was inconsistency regarding the option to choose "any later version" as granted by the license. This commit clarifies the htop dev team is fine with that choice.
2021-08-08Fix misc typosChristian Göttsche
[ci skip]
2021-06-26Add a section on PRs for the styleguideBenny Baumann
2020-12-01Fix a little typo (spelling) in the styleguideNathan Scott
2020-12-01Update docs/styleguide.mdNathan Scott
Co-authored-by: BenBE <BenBE@geshi.org>
2020-11-28Tweak style guide wording around single code statementsNathan Scott
There was wording about brace-enclosing single code statements being 'strongly encouraged' - this isn't consistently used and IMO it introduces unnecessary noise in otherwise neat, concise code. I've reworded (dropped) this section and also fixed a handful of minor typos while reading this doc a little more carefully.
2020-10-31Documentation on the repository style guideBenny Baumann
2020-10-01Add screen shot of htop to readmeBart Joy
Added a basic screenshot of htop in action to the readme so that visitors to the page can quickly get a rough idea about what htop does.