- 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
- 8f07868 A more portable version of the note suggested in #113. by Hisham Muhammad · 9 years ago
- 0507cd3 Merge pull request #43 from ErkiDerLoony/master by Hisham Muhammad · 9 years ago
- 544c7ef Omit non-printable characters with widechar curses. Closes PR #111. by Hisham Muhammad · 9 years ago
- c7387fa Fix mouse click on meters setup function bar by Hisham Muhammad · 9 years ago
- 4597014 Standardize variable name. by Hisham Muhammad · 9 years ago
- f019f4c Merge pull request #221 from eworm-de/define-array-size by Hisham Muhammad · 9 years ago
- ea18a50 Merge pull request #134 from jeffgarrett/pid-selection by Hisham Muhammad · 9 years ago
- c9cab82 Extra checks. by Hisham Muhammad · 9 years ago
- 5e4f1e4 Reduce scope of variables. by Hisham Muhammad · 9 years ago
- 9428010 Make column width calculation dynamic. by Hisham Muhammad · 9 years ago
- 8bd603c Make Unicode strings safe for ncurses 6 ABI. by Hisham Muhammad · 9 years ago
- 78be820 Add expand/collapse on additional clicks! by Hisham Muhammad · 9 years ago
- b003636 Support for NCurses 6.0 and mouse wheel by Hisham Muhammad · 9 years ago
- a2a34e8 simplify Meter loop by Christian Hesse · 9 years ago
- d8e23bb remove UTF-8 code when compiling with --disable-unicode by Christian Hesse · 9 years ago
- 9e67b65 make arrays one dimensional by Christian Hesse · 9 years ago
- 3e93f9b Fix comment. by Hisham Muhammad · 9 years ago
- f70649a Standardize indentation. by Hisham Muhammad · 9 years ago
- 907f829 CPU per process implemented by David Hunt · 9 years ago