summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-07-21Changelog for htop 2.0.22.0.2Hisham
2016-07-21Preparing release 2.0.2, a minor bugfix release.Hisham
2016-07-12Merge pull request #524 from ricardo0y/cross_compile_with_ncurses_configHisham Muhammad
2016-07-11Allow to override ncurses*-config pathRicardo Martincoski
2016-06-23Refresh whole panel on Ctrl+L in infoscreen.Hisham
2016-06-20Let's keep it simple then!Hisham
2016-06-19Dynamically adjust the size of line readsHisham Muhammad
2016-06-19While we're at it, get rid of another sprintf.Hisham
2016-06-19Moving left and right needs a full redraw.Hisham
2016-06-17Use "-" as the Ctrl and Alt joiner.Hisham
2016-06-17Merge pull request #511 from Explorer09/man-pageHisham Muhammad
2016-06-17Document Alt+{h,j,k,l} and Ctrl+{A,E} into man pageExplorer09
2016-06-15Merge branch 'master' of https://github.com/hishamhm/htopHisham
2016-06-15Added Ctrl+A and Ctrl+E to go to beginning and end of line.Hisham
2016-06-15Don't store invisible trailing whitespaceHisham
2016-06-04Merge pull request #505 from Explorer09/xStrdupHisham Muhammad
2016-06-03Fix xStrdup debug build failure & allow Clang to use ((nonnull))Explorer09
2016-06-02Merge pull request #504 from Explorer09/xStrdupHisham Muhammad
2016-06-02Add assert and __attribute__((nonnull)) on xStrdupExplorer09
2016-06-02Don't check if (!str) in xStrdupExplorer09
2016-05-30Merge branch 'master' of https://github.com/hishamhm/htopHisham
2016-05-30Handle SIGQUIT. Closes #503.Hisham
2016-05-30Remove extra checks made redundant by XAlloc.Hisham
2016-05-30Stricter strdup.Hisham
2016-05-30Silence cast warning.Hisham
2016-05-27Merge pull request #500 from Explorer09/meter-tweaksHisham Muhammad
2016-05-27Remove redundant is-null checks on free(Meter.drawData)Explorer09
2016-05-25Silence warnings about seteuid return value.Hisham
2016-05-25Fixes #498.Hisham
2016-05-25Make sure a pointer fits in the argument!Hisham
2016-05-19Use set_escdelay() to avoid problems with ESCDELAY as a macro.Hisham
2016-05-19Fail early if libtool is not present.Hisham
2016-05-19Merge pull request #445 from Explorer09/configure-acHisham Muhammad
2016-05-19Merge pull request #496 from tcreech/lwp_hackHisham Muhammad
2016-05-16Merge pull request #485 from Cubox-/masterHisham Muhammad
2016-05-08Update INSTALL text from autoconf-2.69Explorer09
2016-05-08Reorder configure macros to avoid "missing script" warning.Explorer09
2016-05-08Replace deprecated autoconf macros.Explorer09
2016-05-07Merge pull request #490 from Explorer09/macro-fixesHisham Muhammad
2016-05-07Fix macro Header_forEachColumnExplorer09
2016-05-05Auto-follow process after a search.Hisham
2016-05-04Merge branch 'master' of https://github.com/hishamhm/htopHisham
2016-05-04Make PgDown behavior more usual.Hisham
2016-05-04Merge pull request #472 from jrtc27/hurdHisham Muhammad
2016-05-04Merge pull request #473 from fasterit/upstream/typo1Hisham Muhammad
2016-05-04Merge pull request #475 from fasterit/upstream/desktop-keywordsHisham Muhammad
2016-05-04Improve reproducible builds.Hisham
2016-05-04Fix a small undefined behavior detected by libubsan.Hisham
2016-05-04Merge pull request #488 from Explorer09/func-namingHisham Muhammad
2016-05-04Rename Meter.setValues() functions to updateValues()Explorer09