914 Commits (cceab15b9dbdc2f0914c8d479cefa429d1c0daaf)
 

Author SHA1 Message Date
Hisham cceab15b9d free(NULL) is a valid no-op, so let's make String_freeArray(NULL) valid too. 10 years ago
Hisham bd5d37f297 Return when reading cmdline fails (e.g. zombie process) 10 years ago
Hisham 16406ea330 Point users to the official release tarballs. 10 years ago
Hisham Muhammad d3f575264b Merge pull request #537 from Explorer09/string-utils 10 years ago
Explorer09 bf35921abb Optimize Strings_startWith() 10 years ago
Hisham Muhammad b269eb24b0 Merge pull request #534 from Explorer09/issue-532 10 years ago
Explorer09 3d9868833e Fix scrolling behavior change caused by 759caf0f 10 years ago
Hisham 3cd0339423 Merge branch 'master' of https://github.com/hishamhm/htop 10 years ago
Hisham ef879b4a22 'Follow' only if element is found in search 10 years ago
Hisham Muhammad f161365d72 Merge pull request #526 from Explorer09/bar-tweaks 10 years ago
Explorer09 6b9b6db655 Let BarMeterMode_characters[] be const array. 10 years ago
Hisham f80e577c59 Changelog for htop 2.0.2 10 years ago
Hisham 81552d4ab5 Preparing release 2.0.2, a minor bugfix release. 10 years ago
Hisham Muhammad 265d04821a Merge pull request #524 from ricardo0y/cross_compile_with_ncurses_config 10 years ago
Ricardo Martincoski 78b82d0fdc Allow to override ncurses*-config path 10 years ago
Hisham 7f9c82f28d Refresh whole panel on Ctrl+L in infoscreen. 10 years ago
Hisham 7d5ef246f1 Let's keep it simple then! 10 years ago
Hisham Muhammad 0fa03322a9 Dynamically adjust the size of line reads 10 years ago
Hisham 52f814481c While we're at it, get rid of another sprintf. 10 years ago
Hisham b139671cbd Moving left and right needs a full redraw. 10 years ago
Hisham adcc944e35 Use "-" as the Ctrl and Alt joiner. 10 years ago
Hisham Muhammad a5ef374bb8 Merge pull request #511 from Explorer09/man-page 10 years ago
Explorer09 6dd32d3604 Document Alt+{h,j,k,l} and Ctrl+{A,E} into man page 10 years ago
Hisham 8cd045cc79 Merge branch 'master' of https://github.com/hishamhm/htop 10 years ago
Hisham 0128d222b9 Added Ctrl+A and Ctrl+E to go to beginning and end of line. 10 years ago
Hisham 1a13b4d0f4 Don't store invisible trailing whitespace 10 years ago
Hisham Muhammad 9ec41d1b65 Merge pull request #505 from Explorer09/xStrdup 10 years ago
Explorer09 c0e37bc5f5 Fix xStrdup debug build failure & allow Clang to use ((nonnull)) 10 years ago
Hisham Muhammad f9c1db514d Merge pull request #504 from Explorer09/xStrdup 10 years ago
Explorer09 3297616efa Add assert and __attribute__((nonnull)) on xStrdup 10 years ago
Explorer09 e288f690af Don't check if (!str) in xStrdup 10 years ago
Hisham ea9dc4ab74 Merge branch 'master' of https://github.com/hishamhm/htop 10 years ago
Hisham 112db9a609 Handle SIGQUIT. Closes #503. 10 years ago
Hisham 5db1b0e9a0 Remove extra checks made redundant by XAlloc. 10 years ago
Hisham 4674b4a732 Stricter strdup. 10 years ago
Hisham 7ededce9b5 Silence cast warning. 10 years ago
Hisham Muhammad 3126cfce6c Merge pull request #500 from Explorer09/meter-tweaks 10 years ago
Explorer09 313b3d3752 Remove redundant is-null checks on free(Meter.drawData) 10 years ago
Hisham fa0c637c55 Silence warnings about seteuid return value. 10 years ago
Hisham b7ac416634 Fixes #498. 10 years ago
Hisham 6cc0a8c820 Make sure a pointer fits in the argument! 10 years ago
Hisham 645057d81a Use set_escdelay() to avoid problems with ESCDELAY as a macro. 10 years ago
Hisham 6c1be63291 Fail early if libtool is not present. 10 years ago
Hisham Muhammad 642ccb49ca Merge pull request #445 from Explorer09/configure-ac 10 years ago
Hisham Muhammad 6028e1b4c4 Merge pull request #496 from tcreech/lwp_hack 10 years ago
Hisham Muhammad 95d1984339 Merge pull request #485 from Cubox-/master 10 years ago
Explorer09 c0df404701 Update INSTALL text from autoconf-2.69 10 years ago
Explorer09 b71b07f5e0 Reorder configure macros to avoid "missing script" warning. 10 years ago
Explorer09 f0df28a470 Replace deprecated autoconf macros. 10 years ago
Hisham Muhammad 7d72715a6b Merge pull request #490 from Explorer09/macro-fixes 10 years ago