summaryrefslogtreecommitdiff
path: root/src/summary-chart.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-26Some forgotten changes.Chris Wilson1-6/+11
2008-05-09[summary-chart] Use save()/restore() to preserve the original clip.Chris Wilson1-1/+2
2008-05-08Correct the calculation of current blocks.Chris Wilson1-10/+4
2008-04-28Show fractions of callstack in tooltip.Chris Wilson1-3/+68
2008-04-28Add a pie-chart to allocation callstack tooltip.Chris Wilson1-23/+6
2008-04-25Differentiate between the total and current summary chart view in tooltip.Chris Wilson1-20/+78
2008-04-23Tweak label layout on SummaryChart.Chris Wilson1-1/+6
2008-04-23Tons of UI tweaks. Oops.Chris Wilson1-19/+71
2008-03-25[summary-chart] Use a global background image.Chris Wilson1-3/+7
2007-12-20Add a currently allocated summary.Chris Wilson1-1/+0
2007-12-18Push odin.png into the share dir.Chris Wilson1-2/+1
2007-12-17Correct the cursor query.Chris Wilson1-3/+3
2007-12-07Rotate the pie-chart so that the gap is vertical.Chris Wilson1-6/+39
2007-12-07Add the allocation stack to the tooltip.Chris Wilson1-5/+19
2007-12-07Eliminate duplication of hsv_to_rgb().Chris Wilson1-39/+0
2007-12-07Handle missing image correctly.Chris Wilson1-4/+8
2007-12-07Check arc height before ellipisation of summary-chart label.Chris Wilson1-22/+21
2007-12-07Add labels to summary chart and a Norse background.Chris Wilson1-17/+83
2007-12-05Store the array of Frames in the Allocator (rather than 3 arrays).Chris Wilson1-4/+5
2007-12-05Limit pie-chart tooltip to its radius.Chris Wilson1-4/+6
2007-12-05Show the most frequent callsite in the chart tooltip.Chris Wilson1-2/+35
2007-12-04Draw background/foreground in separate passes.Chris Wilson1-7/+31
2007-12-04Support reordering the summary views.Chris Wilson1-16/+46
2007-12-04Add a simple pie-chart.Chris Wilson1-0/+371