summaryrefslogtreecommitdiff
path: root/graph.h
AgeCommit message (Expand)Author
2012-09-26gfio: clear graphs for repeated runs on same connectionJens Axboe
2012-03-23gfio: improve and remember font selectionJens Axboe
2012-03-22graph: return opaque graph_label_t for each label addedJens Axboe
2012-03-22gfio: hide graph if all values are zeroJens Axboe
2012-03-14gfio: graphing updatesJens Axboe
2012-03-13gfio: add support for graph tooltipsJens Axboe
2012-03-12gfio: add extra space to the graphs at the edgesStephen M. Cameron
2012-03-11gfio: encapsulate x- and y-offsets into graph libraryStephen M. Cameron
2012-03-11gfio: add comments to interface of graph mini libraryStephen M. Cameron
2012-03-11gfio: add graph axis unit change notification callbacksStephen M. Cameron
2012-03-11gfio: fix discrepancies between graph header and implementationStephen M. Cameron
2012-03-07gfio: allow graph to stretch or shrink as window expands or contractsStephen M. Cameron
2012-03-07gfio: make empty graph show grid lines, not "No good data"Stephen M. Cameron
2012-03-07gfio: add font selection and resize original windowJens Axboe
2012-03-07graph: use unsigned intsJens Axboe
2012-03-07gfio: Add mini library to draw bar graphs and line graphsStephen M. Cameron