1808 Commits (cdfd407e2eb68c3bbb213b6a2de313ee0a7a2669)
 

Author SHA1 Message Date
Christian Göttsche cdfd407e2e Panel_init: initialize selectedLen member 5 years ago
Christian Göttsche 64c05a1ed5 EnvScreen: mark local class functions static 5 years ago
Christian Göttsche a7612b0b7d TraceScreen: mark local class functions static 5 years ago
Christian Göttsche 3ec8f67ab2 InfoScreen: drop unused member 5 years ago
Benny Baumann 068561351f Document dynamic bindings and assumed external configuration 5 years ago
Daniel Lange 9b8b380c32 De-lazy @cgzones :) 5 years ago
Christian Göttsche a09ad6b8b4 Action: sort key binding assignments 5 years ago
Christian Göttsche 9a86577cf2 DragonFlyBSD update 5 years ago
Christian Göttsche 8db8b9edac DragonFlyBSD update 5 years ago
Benny Baumann 4a73e80338 Make remaining number literals use uppercase 5 years ago
Benny Baumann 5fa1c7040d Minor typo and comment clarification 5 years ago
Christian Göttsche 7e7a53c415 Mark event arrays const 5 years ago
Christian Göttsche 6b100b0cf4 Use upper case numeric literals 5 years ago
Christian Göttsche 6e46fd6f1f BarMeter: rework text padding 5 years ago
Christian Göttsche 22da57d621 CPUMeter: drop minimum width of CPU usage in bar mode 5 years ago
Christian Göttsche c5e31ba4aa Meter: fix artifacts with very tiny width 5 years ago
Christian Göttsche f878f302ca Remove duplicate newline in CRT_fatalError calls 5 years ago
Alexander Momchilov 67ccd6b909 Unhardcode tick-to-ms conversion 5 years ago
Christian Göttsche f614b8a19f Mark Platform_defaultFields const 5 years ago
Christian Göttsche c150e4bde9 Enable -Wformat=2 5 years ago
Christian Göttsche 9f68c8d341 Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like columns 5 years ago
Christian Göttsche 89473cc9ae Rework enum ProcessField 5 years ago
Christian Göttsche d872e36308 LinuxProcess: drop dead Process columns 5 years ago
Benny Baumann 77db240b48 Split boilerplate and platform-independent field comparison 5 years ago
Hisham Muhammad 2327260ee8 Separate tree and list sort orders 5 years ago
Hisham Muhammad e8c6994f40 Add "Tree view is always sorted by PID" option to mimic htop 2 behavior 5 years ago
Hisham Muhammad 3d1703f16f Invert Process_compare resolution so that superclass matches run first 5 years ago
Christian Göttsche 52fa4e7ee4 Fix typo 5 years ago
Christian Göttsche 27b8d81ed2 ProcessList: save scan time in millisecond 5 years ago
Christian Göttsche 26993d2d2b Support clock_gettime() on OSX El Capitan and earlier 5 years ago
Benny Baumann 0401df8cbd Update key mapping documentation for sorting 5 years ago
Christian Göttsche 0cb257586a Move macro definitions close to usage 5 years ago
Christian Göttsche 1193c6e349 Use common naming for bare enum types 5 years ago
Christian Göttsche edd6130be7 MainPanel: use actual KEY_RESIZE instead of KEY_SHUFFLE 5 years ago
Christian Göttsche 107e3c8aa5 MainPanel: do not reset hideProcessSelection on KEY_SHUFFLE 5 years ago
Christian Göttsche 4eeeb63647 LibSensors: fix unversioned libsensors library name 5 years ago
Christian Göttsche eb36385a6b LibSensors: restore temperature for Raspberry Pi 5 years ago
Christian Göttsche 79970f05f3 Meter: restore non-wide-character build 5 years ago
Christian Göttsche 61b8e31b41 Misc CRT cleanup 5 years ago
Christian Göttsche c9583c692d Handle absence of package CPU temperature 5 years ago
Nathan Scott 4507911cc3
Merge pull request #398 from natoscott/harden-linux-btime-init 5 years ago
Nathan Scott b7836515e8 Harden the extraction of boot time for the Linux platform 5 years ago
Nathan Scott a3db2da4a7 Cleanup initialization of jiffies on the Linux platform 5 years ago
Nathan Scott cf982f2928
Merge pull request #395 from natoscott/man-page-linting 5 years ago
Nathan Scott 8d69a9a53e Simplify initialization of the Linux haveSmapsRollup variable 5 years ago
Nathan Scott 366b78edd9 Remove superflous breaks around man page section heads 5 years ago
Daniel Lange f8a610e6e1 Merge branch 'fix-dlopen-libsensors-debian' of fasterit/htop 5 years ago
Daniel Lange 4b1a4a4ebd Merge branch 'fix_mach_timebase' of benbe/htop 5 years ago
Dániel Bakai 3655b6ca0b Add column in darwin to indicate whether the the process is running under translation 5 years ago
Dániel Bakai 1506283aff Move Process_fields from darwin/Platform to darwin/DarwinProcess 5 years ago