- 5751baf Rewrite Meter_humanUnit() to accept floating point value by Explorer09 · 2 years, 5 months ago
- 83041f3 Cap the maximum size of GraphData buffer to 32768 values. by Explorer09 · 2 years, 6 months ago
- a33cbae Meter: allocate GraphData buffer dynamically by Zev Weiss · 3 years, 11 months ago
- 25cb42f Rework ZramMeter and remove MeterClass.comprisedValues by Explorer09 · 2 years, 8 months ago
- 0bdade1 Introduce Machine class for host-specific info (split from ProcessList) by Nathan Scott · 3 years ago
- ccf745e Meter: introduce comprisedValues option by Christian Göttsche · 3 years ago
- 63fafb4 IOMeters: rework initial display by Christian Göttsche · 4 years, 4 months ago
- 94ad111 Update license headers to explicitly say GPLv2+ by Daniel Lange · 4 years, 7 months ago
- bdb015f Header: do not let multi-column meters expand to empty neighbors by Christian Göttsche · 4 years, 7 months ago
- a905c45 Meter: update documentation to match Doxygen style by Christian Göttsche · 4 years, 8 months ago
- 976c612 Pointer indication aligned to typename by Benny Baumann · 4 years, 9 months ago
- 01f5b89 Pretty-print values in the PCP DynamicMeter code by Nathan Scott · 4 years, 9 months ago
- f0ed0fd Add a new DynamicMeter class for runtime Meter extension by Nathan Scott · 4 years, 10 months ago
- 1b74dfe cleaned up includes with iwyu by mayurdahibhate · 5 years ago
- a11d015 Use unsigned types for CPU counts and associated variables by Christian Göttsche · 5 years ago
- 2d1042a Save text buffer in Meter by Christian Göttsche · 6 years ago
- 2ec4409 Allow meters in text mode to span empty neighbors to the right by Christian Göttsche · 5 years ago
- d72b0a6 Mark several non-modified pointer variables const by Christian Göttsche · 5 years ago
- 2c06566 LoadMeter: dynamically adjust color and total of bar by Christian Göttsche · 5 years ago
- ad764ff Introduce METER_BUFFER_CHECK and METER_BUFFER_APPEND_CHR to cleanup writing to bar buffers by Christian Göttsche · 5 years ago
- e1ce141 Use size_t as len type for Meter_UpdateValues by Christian Göttsche · 5 years ago
- 472f012 Meter: document MeterClass string fields by Christian Göttsche · 5 years ago
- 7cf5277 IWYU update (Linux) by Christian Göttsche · 5 years ago
- 43d274a Use integer type for item count instead of char by Christian Göttsche · 5 years ago
- 72103e9 Hold only a const version of the ProcessList in Meters by Christian Göttsche · 5 years ago
- 4c66eb6 XUtils string related updates by Christian Göttsche · 6 years ago
- 0f52629 Make all required includes explicit by Benny Baumann · 6 years ago
- 9f5b50e CPUMeter: avoid crashes and leaks in case the CPU count changes by Christian Göttsche · 6 years ago
- 0b9a001 Meter: use explicit type for drawData by Christian Göttsche · 6 years ago
- ba282cf Mark Object instances const by Christian Göttsche · 6 years ago
- 08d85e6 Mark Object classes and Object class fields const by Christian Göttsche · 6 years ago
- 079c2ab Update License consistently to GPLv2 as per COPYING file by Daniel Lange · 6 years ago
- e1c9687 Sort headers/includes by Benny Baumann · 6 years ago
- 6db2d52 Covert Meter attributes to file-local constant arrays by Christian Göttsche · 6 years ago
- 9207401 Clean up some code duplication in the header files by Hugo Musso Gualandi · 6 years ago
- c5808c5 Consolidate repeated macro definitions into one header by Nathan Scott · 6 years ago
- 8ec5d4a Further, minor cleanups to headers post-MakeHeaders by Nathan Scott · 6 years ago
- 7b7822b Remove superfluous 'extern's from function declarations. by Zev Weiss · 6 years ago
- a1a027b Axe automated header generation. by Zev Weiss · 6 years ago
- a82fd26 Merge branch 'hishamhm-pull-960' by Nathan Scott · 6 years ago
- 7ac1c70 Re-generate all headers with latest scripts/MakeHeader.py by Nathan Scott · 6 years ago
- dd33444 Clean up existing whitespace by Daniel Flanagan · 6 years ago
- 9dea20e Rename Meter.setValues() functions to updateValues() by Explorer09 · 10 years ago
- d54ab24 New macro GRAPH_HEIGHT for Graph Meter height by Explorer09 · 10 years ago
- 6dae810 Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses. by Explorer09 · 10 years ago
- 6f58fbc make units more dynamic by Christian Hesse · 11 years ago
- d8e23bb remove UTF-8 code when compiling with --disable-unicode by Christian Hesse · 11 years ago
- 9e67b65 make arrays one dimensional by Christian Hesse · 11 years ago
- 9ff5d2b Fix saving of header states, motion in Setup screen. by Hisham Muhammad · 11 years ago
- 14bd77c Add longer descriptions to available meters. by Hisham Muhammad · 11 years ago
- c2108e5 Another mega-patch for the refactoring process. by Hisham Muhammad · 11 years ago
- 3383d8e Sorry about the mega-patch. by Hisham Muhammad · 11 years ago
- 357e7a3 Move UptimeMeter into platform-dependent area. by Hisham Muhammad · 11 years ago
- 6d90e58 alignment improvements by Hisham Muhammad · 12 years ago
- c1e0f6e BUGFIX: Fix crash when adding meters and toggling detailed CPU time. by Hisham Muhammad · 12 years ago
- 00b324b Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers. by Hisham Muhammad · 13 years ago
- 84281bd major header cleanup by Hisham Muhammad · 14 years ago
- ec17b70 Convert affinity control from the deprecated PLPA to HWLOC by Hisham Muhammad · 15 years ago
- 300caa0 Tempus fugit. by Hisham Muhammad · 15 years ago
- a9c0ea3 * Option for counting CPUs from zero by Hisham Muhammad · 15 years ago
- a600d5a Tempus fugit. by Hisham Muhammad · 16 years ago
- 02a30bf warning fixes by Hisham Muhammad · 16 years ago
- 6330ff3 changes for htop 0.8.2 by Hisham Muhammad · 17 years ago
- ac5cecb Option to display hostname in the meters area by Hisham Muhammad · 17 years ago
- 11931f1 ACPI Battery meter contributed by Ian Hands by Hisham Muhammad · 18 years ago
- da23c8c Clean up headers by using 'static' whenever possible. by Hisham Muhammad · 18 years ago
- 8fa33dc Add Unicode support, enabled with the --enable-unicode by Hisham Muhammad · 18 years ago
- 5d48ab8 Performance improvement hackathon: improve process comparison routines, by Hisham Muhammad · 20 years ago
- f6e0b7d Regenerated all headers. by Hisham Muhammad · 20 years ago
- 57a1742 Final fixes to make "All CPUs" the default CPU display mode. by Hisham Muhammad · 20 years ago
- 33113fe - Overhaul meters implementation; by Hisham Muhammad · 20 years ago
- d6231ba Initial import. by Hisham Muhammad · 20 years ago