Commit Graph

  • d872e36308 LinuxProcess: drop dead Process columns Christian Göttsche 2020-12-15 19:44:46 +0100
  • 77db240b48 Split boilerplate and platform-independent field comparison Benny Baumann 2020-12-18 22:12:26 +0100
  • 2327260ee8 Separate tree and list sort orders Hisham Muhammad 2020-12-18 11:03:31 -0300
  • e8c6994f40 Add "Tree view is always sorted by PID" option to mimic htop 2 behavior Hisham Muhammad 2020-12-17 19:08:56 -0300
  • 3d1703f16f Invert Process_compare resolution so that superclass matches run first Hisham Muhammad 2020-12-17 20:09:55 -0300
  • 52fa4e7ee4 Fix typo Christian Göttsche 2020-12-18 21:14:12 +0100
  • 27b8d81ed2 ProcessList: save scan time in millisecond Christian Göttsche 2020-12-13 13:18:38 +0100
  • 26993d2d2b Support clock_gettime() on OSX El Capitan and earlier Christian Göttsche 2020-12-13 13:16:44 +0100
  • 0401df8cbd Update key mapping documentation for sorting Benny Baumann 2020-12-18 07:32:26 +0100
  • 0cb257586a Move macro definitions close to usage Christian Göttsche 2020-12-15 19:44:44 +0100
  • 1193c6e349 Use common naming for bare enum types Christian Göttsche 2020-12-15 19:44:36 +0100
  • edd6130be7 MainPanel: use actual KEY_RESIZE instead of KEY_SHUFFLE Christian Göttsche 2020-12-15 16:59:07 +0100
  • 107e3c8aa5 MainPanel: do not reset hideProcessSelection on KEY_SHUFFLE Christian Göttsche 2020-12-15 14:23:09 +0100
  • 4eeeb63647 LibSensors: fix unversioned libsensors library name Christian Göttsche 2020-12-15 13:54:32 +0100
  • eb36385a6b LibSensors: restore temperature for Raspberry Pi Christian Göttsche 2020-12-15 13:46:46 +0100
  • 79970f05f3 Meter: restore non-wide-character build Christian Göttsche 2020-12-15 12:05:20 +0100
  • 61b8e31b41 Misc CRT cleanup Christian Göttsche 2020-12-14 15:45:48 +0100
  • c9583c692d Handle absence of package CPU temperature Christian Göttsche 2020-12-13 16:46:10 +0100
  • 4507911cc3
    Merge pull request #398 from natoscott/harden-linux-btime-init Nathan Scott 2020-12-14 17:53:24 +1100
  • b7836515e8 Harden the extraction of boot time for the Linux platform Nathan Scott 2020-12-14 12:16:32 +1100
  • a3db2da4a7 Cleanup initialization of jiffies on the Linux platform Nathan Scott 2020-12-14 11:19:54 +1100
  • cf982f2928
    Merge pull request #395 from natoscott/man-page-linting Nathan Scott 2020-12-14 11:48:01 +1100
  • 8d69a9a53e Simplify initialization of the Linux haveSmapsRollup variable Nathan Scott 2020-12-14 11:27:13 +1100
  • 366b78edd9 Remove superflous breaks around man page section heads Nathan Scott 2020-12-14 11:03:46 +1100
  • f8a610e6e1 Merge branch 'fix-dlopen-libsensors-debian' of fasterit/htop Daniel Lange 2020-12-13 20:09:06 +0100
  • 4b1a4a4ebd Merge branch 'fix_mach_timebase' of benbe/htop Daniel Lange 2020-12-13 20:02:38 +0100
  • 3655b6ca0b Add column in darwin to indicate whether the the process is running under translation Dániel Bakai 2020-12-13 15:54:13 +0100
  • 1506283aff Move Process_fields from darwin/Platform to darwin/DarwinProcess Dániel Bakai 2020-12-13 15:52:58 +0100
  • 4b877eb16a Move Process_fields from unsupported/Platform to unsupported/UnsupportedProcess Dániel Bakai 2020-12-13 15:52:32 +0100
  • f32f0188cd Correct timebase for non-x86 CPUs on Darwin Benny Baumann 2020-12-12 20:43:08 +0100
  • e65cdf947c Sort include in Darwin platform headers Benny Baumann 2020-12-12 20:41:19 +0100
  • ab60f59ed8 Check if clock_gettime needs linking of librt Chris Burr 2020-12-12 11:56:47 +0100
  • 8149823d56 Define O_PATH if not already defined Chris Burr 2020-12-12 11:41:15 +0100
  • 12421f460a Fix dlopen issue for libsensors5 in Debian Buster, Bullseye Daniel Lange 2020-12-12 20:08:17 +0100
  • 880eecabf5 Indentation and line continuation fixes in configure.ac Benny Baumann 2020-12-12 19:49:52 +0100
  • 738d31b903 Add sys/dirent.h to iwyu/htop.imp Graham Inggs 2020-12-11 21:46:59 +0200
  • 28bc087d8a Drop redundant sys/dirent.h include Graham Inggs 2020-12-11 20:50:29 +0200
  • 2700d99069
    Merge pull request #379 from natoscott/streamline-pagesize-variables Nathan Scott 2020-12-11 11:06:40 +1100
  • 75e9f9a8d9 Cull the definitions of pageSize and pageSizeKB from CRT.c Nathan Scott 2020-12-10 11:57:48 +1100
  • db5687a355 Sort in paused mode after inverting sort order Christian Göttsche 2020-12-09 13:43:07 +0100
  • 7b739b6292 Fix pause mode ("Z") in tree view Daniel Lange 2020-12-09 11:43:53 +0100
  • ded9c5d363 PSI Meter: use constant width and only print ten-duration as bar Christian Göttsche 2020-12-08 15:55:26 +0100
  • 2d231d77ca Process: simplify Christian Göttsche 2020-12-08 22:37:15 +0100
  • f6613db5cd Additional code simplification Benny Baumann 2020-12-08 21:24:19 +0100
  • 4c44a70f96 Fix broken tree display on inverted sort order Benny Baumann 2020-12-08 21:11:43 +0100
  • 157086e750 Split RichString_(append|appendn|write) into wide and ascii Christian Göttsche 2020-12-04 14:44:57 +0100
  • 5506925b34 Use sizeof buffer instead of magic number Christian Göttsche 2020-12-08 16:36:00 +0100
  • c6d9fa279b travis CI: drop macOS and Linux builds Christian Göttsche 2020-12-04 17:37:23 +0100
  • dcf7ad386c GitHub CI: add macOS build Christian Göttsche 2020-12-04 17:35:41 +0100
  • 30bf212185 Merge branch 'gentoo' of cgzones/htop Daniel Lange 2020-12-07 16:29:52 +0100
  • 05969998c1 SELinuxMeter: silence comparison warning on 32-bit Christian Göttsche 2020-12-07 15:21:57 +0100
  • ead978bce6 configure: check for additional linker flags for keypad(3) Christian Göttsche 2020-12-07 15:30:56 +0100
  • 4f88d38256 Correct the version of htop development repo Nathan Scott 2020-12-07 19:57:44 +1100
  • f03f48a0fb Change version string to note development repo build Nathan Scott 2020-12-07 12:16:03 +1100
  • ad8aa2ce77 Bump version number for 3.0.3 release 3.0.3 Nathan Scott 2020-12-07 11:49:14 +1100
  • b92cfa7d7a Merge branch 'conversion' of https://github.com/cgzones/htop into cgzones-conversion Nathan Scott 2020-12-07 11:41:22 +1100
  • 57d9ecc551 OpenBSD update Christian Göttsche 2020-12-05 22:57:07 +0100
  • ad764ff972 Introduce METER_BUFFER_CHECK and METER_BUFFER_APPEND_CHR to cleanup writing to bar buffers Christian Göttsche 2020-11-24 19:34:27 +0100
  • 77ec86aff4 Use size_t as type for buffer length in Process Christian Göttsche 2020-11-24 18:37:13 +0100
  • e1ce141bc3 Use size_t as len type for Meter_UpdateValues Christian Göttsche 2020-11-24 18:31:03 +0100
  • d9224c66a4 Use size_t as len type for xSnprintf Christian Göttsche 2020-11-24 18:14:56 +0100
  • 3d15ba5197 Remove unused function Header_readMeterName Christian Göttsche 2020-11-24 19:19:58 +0100
  • 7ba25aa3c4 IWYU update Christian Göttsche 2020-12-06 15:22:41 +0100
  • 22f8f8000c Initialize buffer for retrieved path Benny Baumann 2020-12-06 11:51:03 +0100
  • 4c4ba9d949 DragonFlyBSDProcessList: fix missing type Christian Göttsche 2020-12-06 00:43:41 +0100
  • 8d1595a20e FreeBSD: fix crash on empty environment Christian Goettsche 2020-12-05 20:34:23 +0100
  • 876194492f LinuxProcessList: add underscore suffix for raw struct name Christian Göttsche 2020-12-05 20:25:54 +0100
  • 5f528b7455 Meter: fix bar coloring without wide ncurses support Christian Göttsche 2020-12-04 16:11:21 +0100
  • 641fd2c4ad RichString: avoid signed integer misuse Christian Göttsche 2020-12-04 16:10:40 +0100
  • f913680020 Hide degree character without wide ncurses support Christian Göttsche 2020-12-04 16:09:44 +0100
  • f0a9dfc37e Resolve conversion from int to char Christian Göttsche 2020-11-24 17:52:05 +0100
  • 1e9b184367 Resolve conversion from int to unsigned and back Christian Göttsche 2020-11-24 17:49:41 +0100
  • ba1549f99b Resolve conversion from int to short Christian Göttsche 2020-11-24 17:42:52 +0100
  • f61e74a4af Resolve conversion from ssize_t to int for readlink return value Christian Göttsche 2020-11-24 17:40:00 +0100
  • 8029e9af04 Update htop logo, provide .svg file as well Daniel Lange 2020-11-30 16:17:09 +0100
  • ef0fc7129e Update AUTHORS file with htop-dev team Daniel Lange 2020-12-05 11:07:32 +0100
  • bc16fa037f
    Convert personal copyright authorship to team Christian Göttsche 2020-12-04 13:42:00 +0100
  • cc7f16bb8f Some minor additions to the changelog Benny Baumann 2020-12-04 07:51:33 +0100
  • 1f9e2ded9e Update changelog for upcoming 3.0.3 release, annotate rc1 3.0.3rc1 Nathan Scott 2020-12-04 14:05:27 +1100
  • bd6237eb31 Document implicit incremental search Benny Baumann 2020-11-28 20:41:00 +0100
  • bc91a382f6 Allow to pass '/' for item search Benny Baumann 2020-11-21 18:02:39 +0100
  • bda07fa42b Handle 'q' as quit if first character Benny Baumann 2020-11-21 17:04:05 +0100
  • 9adb94a379 Some visual code cleanup Benny Baumann 2020-11-21 17:04:25 +0100
  • 5fe2a88c08 Use common handling for scrolling Benny Baumann 2020-11-21 17:03:17 +0100
  • a7955c4966 Reduce code duplication Benny Baumann 2020-11-21 17:00:58 +0100
  • c49ca61dd9 Common order for ESC/q/F10 Benny Baumann 2020-11-21 16:59:38 +0100
  • 4f08d2d5ad Fix sensors configure argument Christian Göttsche 2020-12-03 16:42:38 +0100
  • 64230ee5cd ci: use clang-11 Christian Göttsche 2020-12-03 15:24:26 +0100
  • 2ec940e0d2 ci: use correct configure flags for sensors Christian Göttsche 2020-12-03 15:23:44 +0100
  • d1db9da936 Linux: avoid float division by 0 after system sleep Christian Göttsche 2020-11-29 14:03:48 +0100
  • 3695cbd5d8 Silence possible NULL dereference Christian Göttsche 2020-12-03 12:32:54 +0100
  • fe84840314 Add Linux cwd process column Christian Göttsche 2020-11-26 17:51:54 +0100
  • c6b66a75ea Minor code streamlining Benny Baumann 2020-12-02 18:52:09 +0100
  • 709821ff55 Some minor spelling issues Benny Baumann 2020-12-02 08:08:35 +0100
  • 2d874177bc Avoid expensive build of tree when not using it Benny Baumann 2020-12-02 00:16:49 +0100
  • bd24664fc2 Avoid useless search for pid 0 Benny Baumann 2020-12-01 23:34:06 +0100
  • d0e71cb75f Reorder field initialization to group fields by task Benny Baumann 2020-12-01 23:27:04 +0100
  • e3b6049043 Code style cleanup and documentation/comments Benny Baumann 2020-12-01 22:38:13 +0100
  • b4b952d78d Use common values for initial size estimates for Hashtables Benny Baumann 2020-11-29 14:35:23 +0100
  • 4907d90cff Fix issue with inconsistent displayTreeSet Maxim Zhiburt 2020-11-22 21:36:07 +0300