- 21 Jan, 2016 1 commit
-
-
Hisham authored
as suggested by @Explorer09. It's not really faster.
-
- 15 Jan, 2016 1 commit
-
-
Explorer09 authored
(Stupid me for forgetting to delete the line when changing code in commit 5c18866e )
-
- 11 Jan, 2016 1 commit
-
-
Hisham Muhammad authored
Thank you @Explorer09 for the report!
-
- 05 Jan, 2016 1 commit
-
-
Explorer09 authored
-
- 26 Dec, 2015 1 commit
-
-
Explorer09 authored
The variable 'dot' in GraphMeterMode_draw now means "maximum number of dots per value (column) in graph". The old meaning was "amount of value that is to be represented by a dot" and was always a fraction. Due to a limitation in floating point computing, if GRAPH_HEIGHT were not a power of 2, then rounding errors will occur on numbers like (1.0/3). (Currently GRAPH_HEIGHT is 4 and so no precision loss.) 'dot' was used as a divisor, and it's "division by a reciprocal". We change that to simple multiplication.
-
- 24 Dec, 2015 6 commits
-
-
Explorer09 authored
This allows the graph be rendered with a differ color scheme when user changes the color scheme.
-
Explorer09 authored
-
Explorer09 authored
-
Explorer09 authored
-
Explorer09 authored
This patch colors the graph meter based on the items of the bar meter. For example, if most of the CPU power is running on low-priority processes, then blue will be shown on the graph columns. If most of the CPU is running on kernel things, then the columns will be red, and so on. The algorithm in this patch is not final yet. Expect some bugs such as: that some of the cells are colored gray while ideally they shouldn't.
-
Explorer09 authored
Currently GRAPH_HEIGHT=4 . This prevents hard-coding the height of the graph meters, and allows user to change it at compile-time. (It's still unchangeable in runtime yet. Can a Setup option be implemented for this thing?)
-
- 23 Nov, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 29 Aug, 2015 1 commit
-
-
Christian Hesse authored
Signed-off-by: Christian Hesse <mail@eworm.de>
-
- 28 Aug, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 27 Aug, 2015 1 commit
-
-
Christian Hesse authored
Signed-off-by: Christian Hesse <mail@eworm.de>
-
- 25 Aug, 2015 1 commit
-
-
Christian Hesse authored
If the terminal has no font with braille characters we see... Nothing useful. Use an ASCII blank at least, so we have an idea about what's going on.
-
- 20 Aug, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 19 Aug, 2015 4 commits
-
-
Christian Hesse authored
* Use MIN() and MAX() to make sure values are inside bounds. This should fix an issue where Meters were missing dots at the bottom. * Remove variable 'level' and calculate on the fly.
-
Christian Hesse authored
-
Christian Hesse authored
With more dimensional arrays we have to define the array size. Use one dimensional arrays to be more flexible. Additionally this allows to shrink array size for ASCII.
-
David Hunt authored
Fixes building on case-insensitive filesystems where String.h gets confused with <string.h>. From d734dacea0a10d0465dad4e95b3421511e7da112 Mon Sep 17 00:00:00 2001 From: David Hunt <dhunt@iolanthe.attlocal.net> Date: Sat, 11 Jul 2015 20:56:31 -0500 Subject: [PATCH 1/8] Rename String to StringUtils
-
- 17 Mar, 2015 2 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
- 04 Feb, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 03 Feb, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 23 Jan, 2015 1 commit
-
-
Hisham Muhammad authored
Kinda runs, but functionality from the original main loop is still missing. Patience.
-
- 22 Jan, 2015 1 commit
-
-
Hisham Muhammad authored
This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
-
- 27 Nov, 2014 1 commit
-
-
Hisham Muhammad authored
Set up environment to move other meters.
-
- 21 Apr, 2014 1 commit
-
-
Hisham Muhammad authored
-
- 27 Feb, 2014 1 commit
-
-
Hisham Muhammad authored
-
- 16 Jan, 2014 2 commits
-
-
Hisham Muhammad authored
(Patch by Dawid Gajownik)
-
Hisham Muhammad authored
See https://bugzilla.redhat.com/show_bug.cgi?id=987805 for details. (thanks to Dawid Gajownik for the detailed analysis!)
-
- 05 Dec, 2012 1 commit
-
-
Hisham Muhammad authored
Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
-
- 26 Dec, 2011 2 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
- 18 Nov, 2011 1 commit
-
-
Hisham Muhammad authored
* Performance improvements * Support for splitting CPU meters into two or four columns (thanks to Wim Heirman) * Switch from PLPA, which is now deprecated, to HWLOC. * Bring back support for native Linux sched_setaffinity, so we don't have to use HWLOC where we don't need to. * Support for typing in user names and column fields in selection panels.
-
- 25 Oct, 2011 1 commit
-
-
Hisham Muhammad authored
-
- 26 Aug, 2011 1 commit
-
-
Hisham Muhammad authored
-
- 26 May, 2011 1 commit
-
-
Hisham Muhammad authored
-
- 31 Mar, 2011 1 commit
-
-
Hisham Muhammad authored
-