summaryrefslogtreecommitdiff
path: root/src/graphWidgets
Commit message (Expand)AuthorAgeFilesLines
* Remove graphwidgets written in 'C'. We are now 100% python!Cole Robinson2009-07-227-950/+0
* sparkline: Add color property so sparclines in the same widget can have diffe...Cole Robinson2008-10-071-5/+21
* sparkline: Add num_sets property so a sparkline graph can have multiple lines...Cole Robinson2008-10-071-54/+64
* sparkline: Add "reversed" property to process data back to front (Guido Gunther)Cole Robinson2008-10-062-8/+59
* sparkline: Add "filled" property so sparklines can be filled or not without r...Cole Robinson2008-10-061-2/+17
* sparkline: Remove unused variables to silence compiler warnings (Guido Gunther)Cole Robinson2008-10-062-10/+0
* Avoid array underflow (& thus SEGV) when no data points are set (workaround s...Daniel P. Berrange2006-09-272-14/+18
* Fix sparkline rendering to only draw a single pixel base lineDaniel P. Berrange2006-07-142-2/+2
* Fix graph rendering finallyberrange@roquette.boston.redhat.com2006-07-112-6/+6
* Updated to use Cairo again for renderingDaniel P. Berrange2006-07-113-155/+93
* Added pygtk override to EXTRA_DISTDaniel P. Berrange2006-06-301-0/+2
* Remove matplotlib and use a custom written GTK graph widget. Temporarily usin...Daniel P. Berrange2006-06-306-22/+468
* Added copyright tags & cleanup text filesRELEASE-0.1.2-3Daniel P. Berrange2006-06-282-1/+21
* Rename gnome-virt-manager -> virt-managerDaniel P. Berrange2006-06-271-0/+2
* Remove accidentally committed #if 0Daniel P. Berrange2006-06-271-2/+0
* Added missing __init__.py for vnc moduleDaniel P. Berrange2006-06-271-0/+2
* Hooked up David Malcolm's 'sparkline' widget for CPU displayDaniel P. Berrange2006-06-265-0/+456