summaryrefslogtreecommitdiff
path: root/Bustle.hs
AgeCommit message (Expand)AuthorFilesLines
2008-11-13Add 'saved' to wrap a Render () in save/restoreWill Thompson1-1/+1
2008-11-13Calculate image size from bounding boxesWill Thompson1-3/+8
2008-11-13Render only those shapes which are visibleWill Thompson1-6/+22
2008-11-13Silence warnings in BustleWill Thompson1-5/+6
2008-11-12print region of Layout to be redrawn on ExposeWill Thompson1-0/+11
2008-11-12Compile!Will Thompson1-0/+1
2008-11-11move log processing into runWill Thompson1-4/+5
2008-11-11factor window creation out of runWill Thompson1-11/+17
2008-11-11Refactor renderer to produce a Render () rather than being oneWill Thompson1-6/+7
2008-11-09Fail gracefully on parse errorsWill Thompson1-2/+7
2008-11-09Add a window iconWill Thompson1-0/+12
2008-11-09Add a meaningful window title, including file nameWill Thompson1-3/+4
2008-11-09Make the canvas only as large as it needs to beWill Thompson1-5/+5
2008-11-09remove unused record puns extensionWill Thompson1-1/+0
2008-11-09Read log filename from command line; add READMEWill Thompson1-3/+9
2008-11-08Extract rendering code to its own moduleWill Thompson1-236/+2
2008-11-08Perform some prefix-removal, change alignment, miscWill Thompson1-7/+6
2008-11-08don't draw headers for ignored clientsWill Thompson1-21/+32
2008-11-08remove plan since it is (almost) a realityWill Thompson1-12/+0
2008-11-08remove some misc i don't care aboutWill Thompson1-2/+9
2008-11-08drop returns with no corresponding callWill Thompson1-3/+6
2008-11-08draw something resembling a curve from returns to their callWill Thompson1-9/+79
2008-11-08Draw member names in the marginWill Thompson1-4/+5
2008-11-08Draw full arrowheads on both ends of signalsWill Thompson1-7/+17
2008-11-08Use a GtkWindow not a DialogWill Thompson1-13/+11
2008-11-08Make chart scrollable; redraw bus name labels every so oftenWill Thompson1-32/+71
2008-11-08Add LGPL; cabalizeWill Thompson1-0/+18
2008-11-08Initial importWill Thompson1-0/+149