summaryrefslogtreecommitdiff
path: root/Bustle
AgeCommit message (Expand)AuthorFilesLines
2012-03-02fix build failures against ghc-7.4.1HEADmasterSergei Trofimovich2-2/+2
2012-01-27Replace instructions with buttons.Will Thompson1-4/+12
2012-01-23Depend on gtk2hs ≥ 0.12Will Thompson2-13/+0
2012-01-23OpenTwoDialog: make Open insensitive until two files selectedWill Thompson1-15/+19
2012-01-23OpenTwoDialog: port to GtkBuilderWill Thompson2-8/+6
2012-01-23uiMain: show uncaught GErrors more helpfullyWill Thompson1-2/+2
2012-01-23Convert main window to GtkBuilderWill Thompson3-16/+15
2012-01-19OpenTwoDialog: open Glade file directlyWill Thompson2-4/+6
2012-01-18Add huge ugly license blocks to source filesWill Thompson11-0/+198
2012-01-17Renderer: explicitly track columns in useWill Thompson1-18/+20
2012-01-17Pcap: correctly handle NameOwnerChanged for unique namesWill Thompson1-2/+2
2012-01-17Renderer: fix confused thinking about edgemost appsWill Thompson1-11/+4
2012-01-17Renderer: tell shapes en-mass where possibleWill Thompson1-3/+8
2012-01-17Format ASCII-printable arrays of bytes as StringsWill Thompson1-0/+11
2012-01-17UI: Reset the window if nothing is recordedWill Thompson2-22/+38
2012-01-17UI: show a “please hold” page until first message arrivesWill Thompson1-1/+3
2012-01-17UI: MonadIO-ify a couple of functionsWill Thompson1-6/+8
2012-01-17Recorder: process messages in 200ms batchesWill Thompson1-22/+43
2012-01-16Include timestamps in live logsWill Thompson2-6/+11
2012-01-16Show messages in the UI as they're received.Will Thompson3-5/+49
2012-01-16Renderer: allow combining RendererResultsWill Thompson2-3/+45
2012-01-16Make Participants a MonoidWill Thompson1-14/+30
2012-01-16Renderer: make Participants showableWill Thompson1-0/+2
2012-01-13Recorder: feed messages through the loader and rendererWill Thompson2-7/+37
2012-01-13Monitor: hand message data to UI.Will Thompson1-4/+7
2012-01-13Loader: expose isRelevantWill Thompson1-16/+19
2012-01-13Renderer: move warnings to writer's outputWill Thompson1-20/+27
2012-01-13canvas: don't crash if we try to invalidate while unrealizedWill Thompson1-4/+8
2012-01-13Add regionSelectionFlattenWill Thompson1-0/+6
2012-01-13Regions: add regionSelectionAppendWill Thompson1-0/+15
2012-01-13Add Test-suite section for regions testWill Thompson1-155/+0
2012-01-13Renderer: expose API to process logs incrementallyWill Thompson1-21/+46
2012-01-13Renderer: lazily initialize startTimeWill Thompson1-13/+17
2012-01-13Pcap: simplify message parsingWill Thompson1-17/+7
2012-01-13pcap-monitor: include details in message-logged signal.Will Thompson1-2/+11
2012-01-13Add Cosimo to About dialogWill Thompson1-0/+1
2012-01-13Support directed signalsWill Thompson7-39/+91
2012-01-13Rename BustlePcap to BustlePcapMonitorWill Thompson1-9/+9
2012-01-13Flip to the canvas page while recording logsWill Thompson1-5/+16
2012-01-13Add a mnemonic to "Close without saving"Will Thompson1-1/+1
2012-01-13Prompt before closing if the log is unsaved.Will Thompson1-8/+54
2012-01-12Mark unsaved logs' titlebarsWill Thompson2-39/+76
2012-01-12Change window title when log has been saved.Will Thompson1-0/+5
2012-01-12Move most remaining canvas code to moduleWill Thompson2-63/+79
2012-01-12Canvas: move drawing to moduleWill Thompson2-19/+24
2012-01-12Canvas: move all event handling inside moduleWill Thompson2-80/+100
2012-01-12Start moving canvas to its own module.Will Thompson2-79/+121
2012-01-12UI: keep some state about log in WindowInfoWill Thompson1-20/+47
2012-01-12Refactor ‘Open two logs’ dialog out to a moduleWill Thompson2-49/+97
2012-01-12Break about dialog outWill Thompson2-36/+71