summaryrefslogtreecommitdiffstats
path: root/AvailableMetersPanel.c
Commit message (Collapse)AuthorAgeFilesLines
* Assert (Platform_meterTypes[0]==&CPUMeter_class)Explorer092016-03-191-5/+7
| | | | | | | | | | | | Just assume Platform_meterTypes[0] is always &CPUMeter_class for every platform. This removes a conditional in AvailableMetersPanel_new(). Also adds some comments about the logic here. Without assuming Platform_meterTypes[0], the (int i=1) clause in this for loop will not make sense. (I.e. Why not (int i=0)? ) Also replaced a sprintf() call with safer snprintf() in code further below.
* Improve feedback when moving meters.Hisham Muhammad2015-08-271-2/+2
|
* Simplify constructors.Hisham Muhammad2015-03-231-5/+1
|
* Move FunctionBar inside PanelHisham Muhammad2015-03-231-1/+6
|
* Fix saving of header states, motion in Setup screen.Hisham Muhammad2015-03-161-1/+1
|
* Complete cursor-based movement of headers.Hisham Muhammad2015-02-031-2/+12
|
* Add longer descriptions to available meters.Hisham Muhammad2015-02-031-1/+2
|
* Sorry about the mega-patch.Hisham Muhammad2015-01-211-8/+11
| | | | | This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
* Move UptimeMeter into platform-dependent area.Hisham Muhammad2014-11-271-4/+5
| | | | Set up environment to move other meters.
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-8/+14
| | | | UTF-8 display of big numbers.
* Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad2011-12-261-1/+0
|
* major header cleanupHisham Muhammad2011-12-261-6/+14
|
* add support for steal/guest CPU time measurementHisham Muhammad2010-08-241-3/+3
| | | | | | simplify processor data accounting (add CPUData structure) remove Process_clone trick
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-36/+36
| | | | | Reduces resulting code size.
* Updates for new version of the MakeHeader.py script.Hisham Muhammad2006-06-061-2/+2
|
* Remove references to ListBoxHisham Muhammad2006-05-301-8/+8
|
* Rename ListBox'es to Panel's, matching dit.Hisham Muhammad2006-05-301-0/+106

© 2014-2024 Faster IT GmbH | imprint | privacy policy