summaryrefslogtreecommitdiff
path: root/Bustle.hs
AgeCommit message (Expand)AuthorFilesLines
2011-06-25Fix keyboard scrolling of diagramWill Thompson1-5/+7
2011-06-25glade: Give main window notebook a useful idWill Thompson1-1/+1
2011-06-25Remove orphan Error instance (and FlexibleInstances)Will Thompson1-10/+9
2011-06-25Update copyright year on main moduleWill Thompson1-1/+1
2011-06-25Clean up unused importsWill Thompson1-5/+1
2011-06-25Move more stats UI to StatisticsPaneWill Thompson1-28/+11
2011-06-25Start moving stats pane UI code to its own fileWill Thompson1-122/+2
2011-06-25Stats: make very low frequency events at least show something.Will Thompson1-1/+2
2011-06-25Stats: make font smaller to match diagramWill Thompson1-4/+8
2011-06-25Use a more self-explanatory type for frequency statsWill Thompson1-9/+10
2011-06-25Add a tickybox to toggle the stats pane.Will Thompson1-3/+23
2011-06-25Add method duration stats to the UIWill Thompson1-14/+82
2011-06-25Show relative frequencies using progress barsWill Thompson1-4/+12
2011-06-25Add little method/signal icons to statsWill Thompson1-13/+38
2011-06-25Add message frequency viewWill Thompson1-14/+64
2011-03-27Update copyright yearsWill Thompson1-1/+1
2011-03-27Split B monad into its own moduleWill Thompson1-81/+10
2011-03-27Only load program icon once.Will Thompson1-10/+18
2011-03-27Refactor pixbuf loading convenience functionWill Thompson1-8/+10
2011-03-27Add a few fixmesWill Thompson1-1/+4
2011-03-27Split the immutable config out of the app stateWill Thompson1-26/+37
2011-03-14Spit log inconsistency warnings to the console.Will Thompson1-3/+3
2011-03-14Renderer: replace use of throwError with warningsWill Thompson1-3/+3
2010-10-29Fix up window titles with two logsWill Thompson1-16/+20
2010-10-28Translate diagram so it's all visibleWill Thompson1-6/+18
2010-10-28Add a --debug switch for boundsWill Thompson1-6/+22
2010-10-28Clarify the existing vertical translation hack a bitWill Thompson1-2/+2
2010-10-28Show system bus messages in negative space.Will Thompson1-10/+12
2010-10-28Add a --pair command line argumentWill Thompson1-1/+5
2010-10-28Parse two logs when asked to do soWill Thompson1-24/+48
2010-10-28Add UI for loading two logs.Will Thompson1-7/+59
2010-10-28Clarify keypress event handling.Will Thompson1-9/+9
2010-10-28Refactor pulling stuff out of .glade a bit.Will Thompson1-10/+10
2010-10-28WindowInfo should really be a recordWill Thompson1-3/+16
2010-10-28Remove Gtk+ <2.18 URI code.Will Thompson1-14/+1
2010-06-29Squash shadowing warnings.Will Thompson1-6/+6
2010-06-29Remove 'reconstruct' variant of 'embedIO'Will Thompson1-5/+0
2010-06-29Update to base 4Will Thompson1-3/+3
2010-06-29Update for gtk2hs 0.11Will Thompson1-26/+23
2009-12-08Move the main window to use Glade.Will Thompson1-81/+25
2009-12-07Break about dialog into its own functionWill Thompson1-21/+23
2009-12-02Tweak window titles and about dialogWill Thompson1-2/+3
2009-07-08Merge branch 'backwards-compat'Will Thompson1-2/+2
2009-05-18Whoops. Don't print keypresses to stdoutWill Thompson1-1/+1
2009-05-16Use typoed 'widgetSetSensitivity' for older gtk2hsWill Thompson1-2/+2
2009-05-10Make Page Up, Page Down and Space work.Will Thompson1-13/+22
2009-05-10Show some instructions if there's no loaded logWill Thompson1-7/+20
2009-05-10Fill in the empty window when 'process' fails.Will Thompson1-1/+1
2009-05-10Prepare UI for process returning an errorWill Thompson1-5/+6
2009-05-10Catch and display exceptions reading log filesWill Thompson1-5/+19