- 96c929f Use ncurses*-config scripts bundled with ncurses. by Hisham Muhammad · 9 years ago
- d34645f Array entries have been oddly flipped here for years. by Hisham Muhammad · 9 years ago
- f02d8f4 Merge pull request #303 from kaefer/desc-load-averages-meter by Hisham Muhammad · 9 years ago
- aae02bb Merge pull request #304 from Sworddragon/master by Hisham Muhammad · 9 years ago
- 5521094 Merge pull request #309 from hishamhm/travis-ci by Hisham Muhammad · 9 years ago
- 3471415 Test for unicode-enabled libncurses by Hisham Muhammad · 9 years ago
- 0837fc5 travis-ci should really detect autogen.sh... by Hisham Muhammad · 9 years ago
- d12084b ChangeLog updates. by Hisham Muhammad · 9 years ago
- c24270b Test on Linux and OSX by Hisham Muhammad · 9 years ago
- d820d11 Add initial .travis.yml by Hisham Muhammad · 9 years ago
- 4b83a82 Minimal stub 'make test' target. by Hisham Muhammad · 9 years ago
- ad5d9c2 Merge pull request #308 from SaltwaterC/darwin-swap by Hisham Muhammad · 9 years ago
- 8895f09 Add Darwin swap meter. by SaltwaterC · 9 years ago
- f097bdc Fixed/enhanced some entries in the manpage by Sworddragon · 9 years ago
- 1e31b63 Fixed some typos by Sworddragon · 9 years ago
- 33cdaf3 match load averages desc. to what it actually shows by kaefer · 9 years ago
- bef00a4 Create directory m4 if it doesn't already exist. (See #292.) by Hisham Muhammad · 9 years ago
- 5e0f178 Fix CRT_fatalError warning. by Hisham Muhammad · 9 years ago
- a7fcbba Add missing header, silence warning. Should fix #292. by Hisham Muhammad · 9 years ago
- 3cfbcb7 Highlight moving meters in a different color. by Hisham Muhammad · 9 years ago
- f187be9 Fix moving of meters by Hisham Muhammad · 9 years ago
- fd5dd66 Merge pull request #299 from mmcco/master by Hisham Muhammad · 9 years ago
- cd3d233 Replace all err.h function uses with CRT_fatalError(). Failing with by Michael McConville · 9 years ago
- 0fb9a8c Remove a debugging print by Michael McConville · 9 years ago
- b669540 Merge pull request #298 from patrickmarlier/issue202 by Hisham Muhammad · 9 years ago
- ea8a8b2 Merge pull request #296 from hishamhm/darwin-cpu-average by Hisham Muhammad · 9 years ago
- bd93b2e Initialize variables, silence warnings. by Hisham Muhammad · 9 years ago
- 7119065 Calculate CPU averages on Darwin (See #295). by Hisham Muhammad · 9 years ago
- 9c14639 Improve prose a bit. by Hisham Muhammad · 9 years ago
- 57333d8 Merge pull request #280 from eworm-de/man-htoprc by Hisham Muhammad · 9 years ago
- 78f2933 Regenerate platform-dependent headers. Closes #293. by Hisham Muhammad · 9 years ago
- 8673a84 Remove some trailing whitespace by Michael McConville · 9 years ago
- 9f1884c Fix generation of openbsd/Platform.h and replace a vestigial dummy CPU utilization value by Michael McConville · 9 years ago
- e906c0d Merge pull request #287 from etosan/master by Hisham Muhammad · 9 years ago
- 93f05b4 fixed broken merge, where I forgot to check linux/Platform.c so that it matches upstream by Martin "eto" Misuth · 9 years ago
- 23bf564 Fixed reparenting issue. PPID should be updated each refresh as any process can get reparented to either by Martin "eto" Misuth · 9 years ago
- 214d0cf merge with 'upstream/master' by Martin "eto" Misuth · 9 years ago
- 3ea7b34 attempt to return to upstream/master by Martin "eto" Misuth · 9 years ago
- cc0fc36 Add Darwin signals (same as FreeBSD) by Hisham Muhammad · 9 years ago
- 5619332 let's let the user find SIGIOT if the look for it :) by Hisham Muhammad · 9 years ago
- ee0d602 Merge branch 'master' of https://github.com/hishamhm/htop by Hisham Muhammad · 9 years ago
- 125c23e Fix build in FreeBSD, and make sure SIGTERM is always the default. by Hisham Muhammad · 9 years ago
- 384c92f Merge pull request #286 from mmcco/master by Hisham Muhammad · 9 years ago
- c4eb99f Add header file reference for OpenBSD signals by Michael McConville · 9 years ago
- 77f12bb Add OpenBSD signals by Michael McConville · 9 years ago
- 2379835 Added platform dependent DEFAULT_SIGNAL define, for now for: by Martin "eto" Misuth · 9 years ago
- 86417e4 Unless I move signal definitions into the comment used for header generation, by Martin "eto" Misuth · 9 years ago
- 7859857 add hint about system configuration file by Christian Hesse · 9 years ago
- 3fe2f3e Move list of signals to platform-specific code. by Hisham Muhammad · 9 years ago
- fbb4c49 gcc warning cleanups. by Hisham Muhammad · 9 years ago
- bf276a0 Merge pull request #274 from mmcco/master by Hisham Muhammad · 9 years ago
- 5c2b0a6 Merge pull request #283 from eworm-de/editorconfig by Hisham Muhammad · 9 years ago
- 1cda2d7 add editorconfig file to give hints to editors by Christian Hesse · 9 years ago
- 68c3270 Merge pull request #281 from etosan/master by Hisham Muhammad · 9 years ago
- 8c00fa4 Added preliminary attempt at jails support on FreeBSD - JID and JAIL (name) columns, somewhat more correct kernel "thread" detection. by Martin "eto" Misuth · 9 years ago
- 2d1507a Merge pull request #275 from trebmuh/patch-1 by Hisham Muhammad · 9 years ago
- 6a21d2f Fix enumeratoin of on-CPU processes in OpenBSD by Michael McConville · 9 years ago
- ad1a0ad Replace some remaining tabs by Michael McConville · 9 years ago
- 571cbc0 Change more fprintf(stderr, ...); exit(...); to err[x](...). Tweak a few existing ones and fix some style. by Michael McConville · 9 years ago
- e2bbd5c Change some tabs to three spaces by Michael McConville · 9 years ago
- c5d725d Update htop.desktop by trebmuh · 9 years ago
- 9c14fa6 Merge pull request #273 from kaefer/fix-glibtoolize-detection by Hisham Muhammad · 9 years ago
- a9a5a53 (Very) initial working OpenBSD port by Michael McConville · 9 years ago
- b0e074f Update htop.desktop by trebmuh · 9 years ago
- 02727bd ignore which errors by kaefer · 9 years ago
- 445222e Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style by Michael McConville · 9 years ago
- b37d4f1 Fix a case where the usertime calculation can overflow (see issue #202) by Patrick Marlier · 9 years ago
- 40525d8 removing unnecessary include, which on top breaks compiling by kaefer · 9 years ago
- 661a4ce fix glibtoolize detection by kaefer · 9 years ago
- 1d805b3 Bring changelog up-to-date :) by Hisham Muhammad · 9 years ago
- 8e81119 Merge branch 'master' of https://github.com/hishamhm/htop by Hisham Muhammad · 9 years ago
- 0c2ccde Detect when libtoolize is called glibtoolize. by Hisham Muhammad · 9 years ago
- a92f803 Merge pull request #268 from jweyrich/darwin-fixes by Hisham Muhammad · 9 years ago
- e52c070 Remove conflicting declarations. by Jardel Weyrich · 9 years ago
- ffacac1 Remove duplicate declaration. by Jardel Weyrich · 9 years ago
- 229d005 Merge pull request #262 from eworm-de/calloc by Hisham Muhammad · 9 years ago
- e8970b6 fix calloc() calls by Christian Hesse · 9 years ago
- 2df36ee Merge pull request #254 from eworm-de/kilobyte-precision by Hisham Muhammad · 9 years ago
- bf45697 kilobytes is the smallest unit and never has precision by Christian Hesse · 9 years ago
- a859e92 Merge pull request #253 from eworm-de/clock by Hisham Muhammad · 9 years ago
- 08392ce Merge pull request #255 from eworm-de/missing-blank by Hisham Muhammad · 9 years ago
- ba3504f add missing blank by Christian Hesse · 9 years ago
- 804bd37 get a useful tolal for clock meter by Christian Hesse · 9 years ago
- 8a2dd83 call for action! by Hisham Muhammad · 9 years ago
- a008cb7 Updated README by Hisham Muhammad · 9 years ago
- 7985724 Fixes for color glitches in ncurses ABI6. by Hisham Muhammad · 9 years ago
- bdadd45 Fix indentation. by Hisham Muhammad · 9 years ago
- bde3406 Merge branch 'master' of https://github.com/hishamhm/htop by Hisham Muhammad · 9 years ago
- 3c4326b Don't select last item when clicking past the end of the panel. by Hisham Muhammad · 9 years ago
- 6082db2 Improve feedback when moving meters. by Hisham Muhammad · 9 years ago
- f6c31ee Handle KEY_RECLICK events generated by ScreenManager by Hisham Muhammad · 9 years ago
- f6d48c1 Merge pull request #247 from eworm-de/dual-meters-margin by Hisham Muhammad · 9 years ago
- 696e36c remove extra space in dual meters without margins by Christian Hesse · 9 years ago
- f585fc9 Merge pull request #208 from eworm-de/dynamic-unit by Hisham Muhammad · 9 years ago
- 79356dc Merge pull request #250 from eworm-de/ascii-blank by Hisham Muhammad · 9 years ago
- cf47f4f use dynamic units for text display by Christian Hesse · 9 years ago
- 6f58fbc make units more dynamic by Christian Hesse · 9 years ago
- f3a9f54 Merge pull request #248 from eworm-de/wctype by Hisham Muhammad · 9 years ago
- 93b811a use ASCII blank even for graphical meter in UTF-8 mode by Christian Hesse · 9 years ago
- f10cbaa include wctype.h for iswprint() by Christian Hesse · 9 years ago