summaryrefslogtreecommitdiff
path: root/Bustle/Diagram.hs
AgeCommit message (Expand)AuthorFilesLines
2018-07-04Use NonEmpty instance in baseDaniel Firth1-4/+4
2018-07-04Fix hlint errors in Diagram.hs, Loader.hs, StatisticPane.hs, Stats.hs, UI.hs andDaniel Firth1-2/+2
2018-07-04Fix hlint errors in Diagram.hsDaniel Firth1-3/+3
2018-07-04Remove unnecessary Control.Applicative importsDaniel Firth1-1/+0
2018-07-04Get rid of maybeM, it's just forM_Daniel Firth1-2/+2
2018-05-15Add padding around diagramWill Thompson1-2/+3
2015-02-13Rename Markup → MarqueeWill Thompson1-9/+9
2015-02-11Cope with gtk2hs's migration from String to TextWill Thompson1-1/+7
2015-02-11Don't import x/y/width/height from CairoWill Thompson1-1/+1
2014-01-12Work around haskell-src-exts limitation which breaks hgettext's scannerWill Thompson1-2/+2
2012-08-29Turn on unused-import warnings; squash 'em allWill Thompson1-2/+0
2012-04-23Make diagram font a global constantWill Thompson1-3/+7
2012-04-22Pluralize ClientLineWill Thompson1-9/+15
2012-04-15Use some dbus-core types rather than StringWill Thompson1-8/+15
2012-01-23Depend on gtk2hs ≥ 0.12Will Thompson1-6/+0
2012-01-16Renderer: allow combining RendererResultsWill Thompson1-0/+1
2012-01-13Support directed signalsWill Thompson1-13/+38
2011-07-29Begin moving towards magic zipper for selectionsWill Thompson1-23/+12
2011-07-28Highlight currently-selected message.Will Thompson1-8/+20
2011-07-27Show message bodies in the UIWill Thompson1-1/+13
2011-07-21Handle missing interfaces more neatlyWill Thompson1-3/+5
2011-07-16Add a newtype wrapper for Pango markupWill Thompson1-13/+30
2010-11-01De-magic number the initial columnsWill Thompson1-6/+20
2010-10-28Make the lines less ugly.Will Thompson1-2/+2
2010-10-28Fix signal arrowsWill Thompson1-0/+1
2010-10-28Fix up left end of rulesWill Thompson1-7/+12
2010-10-28Translate diagram so it's all visibleWill Thompson1-5/+15
2010-10-28Add mapX to transform a shape's X coordinatesWill Thompson1-1/+13
2010-10-28Clarify drawing of timestamp labelsWill Thompson1-9/+18
2010-10-28Clarify drawing of member labelsWill Thompson1-7/+17
2010-10-28Clarify the existing vertical translation hack a bitWill Thompson1-21/+32
2010-06-29Update for gtk2hs 0.11Will Thompson1-0/+6
2009-12-02Make the columns a smidge wider.Will Thompson1-1/+1
2009-12-02Only hardcode column start and width onceWill Thompson1-0/+1
2009-12-02Ensure method return arcs' bounds include the timeWill Thompson1-1/+2
2009-12-01Ensure nothing goes off the top of the diagram.Will Thompson1-4/+28
2009-11-29Align last of first-appearance headers to dividerWill Thompson1-0/+1
2009-11-29Extract 'headerHeight' and thus simplify 'headers'Will Thompson1-11/+10
2009-11-29Document 'headers'Will Thompson1-1/+5
2009-04-13Remove duplication and dead code in drawArcWill Thompson1-13/+1
2009-04-13Draw methods' elapsed times with PangoWill Thompson1-11/+16
2009-04-13Allow Pango markup in various stringsWill Thompson1-1/+2
2009-04-13Pangoize timestampsWill Thompson1-18/+16
2009-04-12Render object paths and member names with PangoWill Thompson1-6/+13
2009-04-12Move drawing a region to DiagramWill Thompson1-2/+8
2009-04-12Add 'dimensions' function to DiagramWill Thompson1-2/+6
2009-04-12Move clearCanvas into drawDiagramWill Thompson1-2/+2
2009-04-12Move some drawing to DiagramWill Thompson1-4/+14
2009-04-12Use Pango for app headers, and thus ellipsizeWill Thompson1-5/+21
2009-04-12Bottom-align name headersWill Thompson1-0/+12