graph: fix crash on alias in prio tree
[fio.git] / graph.c
2012-03-21 Jens Axboegraph: fix crash on alias in prio tree
2012-03-21 Jens Axboegraph: clear prio root iter on extra loop
2012-03-21 Jens Axboegraph: fix for unitialized graph_value nodes
2012-03-21 Jens Axboegraph: remove debug printf
2012-03-21 Jens Axboegraph: switch tooltip lookups to being range based...
2012-03-21 Jens Axboegraph: stop matching tooltips if X diff is too large
2012-03-17 Jens AxboeMerge branch 'master' into gfio
2012-03-17 Jens AxboeMerge branch 'master' into gfio
2012-03-16 Jens AxboeMerge branch 'master' into gfio
2012-03-16 Jens Axboegraph: use 0 as the floor for the line graph
2012-03-15 Jens Axboegraph: tighten x-axis tooltip hit
2012-03-15 Jens Axboegraph: fix bar graph min/max displays
2012-03-14 Jens Axboegraph: move graphs a bit to the left, now we don't...
2012-03-14 Jens Axboegfio: graphing updates
2012-03-13 Jens AxboeMerge branch 'master' into gfio
2012-03-13 Jens Axboegfio: add support for graph tooltips
2012-03-12 Stephen M. Camerongfio: add extra space to the graphs at the edges
2012-03-11 Jens Axboegraph: drop more than 1 entry, if we are more than...
2012-03-11 Stephen M. Camerongfio: encapsulate x- and y-offsets into graph library
2012-03-11 Stephen M. Camerongfio: add graph axis unit change notification callbacks
2012-03-11 Stephen M. Camerongfio: fix discrepancies between graph header and implem...
2012-03-08 Stephen M. Camerongfio: move graph area a bit to the right
2012-03-07 Stephen M. Camerongfio: allow graph to stretch or shrink as window expand...
2012-03-07 Stephen M. Camerongfio: right justify y-axis labels
2012-03-07 Stephen M. Camerongfio: fix problem with graph finding data range.
2012-03-07 Stephen M. Camerongfio: get rid of invisible data
2012-03-07 Jens Axboegfio: remove boxes between graphs
2012-03-07 Stephen M. Camerongfio: make empty graph show grid lines, not "No good...
2012-03-07 Jens Axboegfio: add font selection and resize original window
2012-03-07 Jens Axboegraph: use unsigned ints
2012-03-07 Stephen M. Camerongfio: Add mini library to draw bar graphs and line...