summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-08-27Update ChangeLog3.1.0rc1Nathan Scott
2021-08-26Merge branch 'shorten_crash_report' of cgzones/htop, rebased by BenBEDaniel Lange
2021-08-26Shorten crash output to fit on screenChristian Göttsche
2021-08-26Remove license excemption for PLPA and update GPL-2 license textDaniel Lange
2021-08-25Clarify naming of Platform_nanosecondsPerSchedulerTickBenny Baumann
2021-08-25Merge branch 'refactor-Darwin-platform-unit-conversion-helpers' of amomchilov...Daniel Lange
2021-08-25Refactor Darwin platform unit conversion helpersAlexander Momchilov
2021-08-25Merge branch 'fix-macOS-time-calculations' of amomchilov/htopDaniel Lange
2021-08-25configure: resolve autotools 2.70 deprecation warningsChristian Göttsche
2021-08-25IWYU updateChristian Göttsche
2021-08-25IWYU: add two header rulesChristian Göttsche
2021-08-25XUtils: move implementation of String_contains_i out of header fileChristian Göttsche
2021-08-24Merge branch 'hlayout_id' of cgzones/htopDaniel Lange
2021-08-24HeaderLayout: save name in configurationChristian Göttsche
2021-08-24Unsupported: update platformChristian Göttsche
2021-08-23Style touch-upsAlexander Momchilov
2021-08-23Fix macOS CPU time calculationsAlexander Momchilov
2021-08-23Merge branch 'header_fmt' of cgzones/htopDaniel Lange
2021-08-23Merge branch 'config_versions' of fasterit/htopDaniel Lange
2021-08-23Tiny cleanup from review commentsDaniel Lange
2021-08-23Simplify delay.tv_usec calculation from BenBEDaniel Lange
2021-08-23Apply approved warning message suggested by nathansDaniel Lange
2021-08-22Widen integer type before multiplicationChristian Göttsche
2021-08-22Use break inside loop with false conditionChristian Göttsche
2021-08-22Align parameters names between function declaration and definitionChristian Göttsche
2021-08-22Simplify adding pages in one placeBenny Baumann
2021-08-22Add option to change Header layoutChristian Göttsche
2021-08-22Only request selection index in ColorsPanel when neededBenny Baumann
2021-08-22Removed unused field in ColorsPanelBenny Baumann
2021-08-22MemorySwapMeter: use full width on odd total widthChristian Göttsche
2021-08-22Meter: update documentation to match Doxygen styleChristian Göttsche
2021-08-22Linux: do not scan frequency for inactive CPUsChristian Göttsche
2021-08-22Abstract resize handling by adding a new Htop reactionChristian Göttsche
2021-08-22ScreenManager: reduce ScreenManager_resizeChristian Göttsche
2021-08-22Action: specify implication in code not in commentsChristian Göttsche
2021-08-18Merge branch 'read-settings-defaults' of bjpbakker/htopDaniel Lange
2021-08-18Spell out virtualizedDaniel Lange
2021-08-17Meter: limit LED mode by widthChristian Göttsche
2021-08-17Add combined memory and swap meterChristian Göttsche
2021-08-17Merge pull request #747 from natoscott/coverityNathan Scott
2021-08-17Apply suggestions from code reviewNathan Scott
2021-08-17PCP: ensure unsigned types used throughout CPU count detectionNathan Scott
2021-08-17Ensure DynamicColumn hash lookups never see NULL pointersNathan Scott
2021-08-16PCP: PCPMetric.[ch] MdouleSohaib
2021-08-16Simplify Action_pickFromVector() width parameter usageChristian Göttsche
2021-08-16Reset the signal handlers at program exitChristian Göttsche
2021-08-16Use proper metric to detect kernel threadsBenny Baumann
2021-08-16Build fix for NetBSDfraggerfox
2021-08-14Respect "Show custom thread names" setting updateChristian Göttsche
2021-08-14TasksMeter: save some float castsExplorer09