summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-02fix build failures against ghc-7.4.1HEADmasterSergei Trofimovich3-3/+2
2012-02-03bustle.ui: do something to the "open two" dialog.Will Thompson1-40/+55
2012-01-27Replace instructions with buttons.Will Thompson2-12/+141
2012-01-27Make File→Close sensitive.Will Thompson1-1/+1
2012-01-26Drop Glade dependency.Will Thompson2-3/+2
2012-01-23Depend on gtk2hs ≥ 0.12Will Thompson3-63/+22
2012-01-23OpenTwoDialog: make Open insensitive until two files selectedWill Thompson1-15/+19
2012-01-23OpenTwoDialog: port to GtkBuilderWill Thompson5-124/+119
2012-01-23uiMain: show uncaught GErrors more helpfullyWill Thompson1-2/+2
2012-01-23Convert main window to GtkBuilderWill Thompson6-336/+387
2012-01-19OpenTwoDialog: open Glade file directlyWill Thompson2-4/+6
2012-01-18Make launcher script work when symlinked.Will Thompson1-1/+1
2012-01-18Markdownify README a bit more.Will Thompson1-2/+2
2012-01-18nano!Will Thompson1-1/+1
2012-01-18LICENSE: simplifybustle-0.4.0Will Thompson1-13/+3
2012-01-18.cabal: Expunge reference to bustle-dbus-monitor.cWill Thompson1-1/+4
2012-01-18Let's call this 0.4.0Will Thompson2-2/+2
2012-01-18Add huge ugly license blocks to source filesWill Thompson11-0/+198
2012-01-17Disable exit-on-close to work around a GLib bug.Will Thompson1-0/+6
2012-01-17Makefile: run ldd-me-up only after building the UIWill Thompson1-1/+2
2012-01-17Ship pcap, gmp and ffi in binary tarballsWill Thompson5-1/+254
2012-01-17LICENSE: update for bustle-dbus-monitor removalWill Thompson1-9/+3
2012-01-17Update "documentation"Will Thompson3-16/+17
2012-01-17Renderer: explicitly track columns in useWill Thompson1-18/+20
2012-01-17Add a message dumper toolWill Thompson2-0/+28
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 Thompson2-1/+22
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-16Mention live-logging in NEWS.Will Thompson1-2/+4
2012-01-16Include timestamps in live logsWill Thompson4-8/+35
2012-01-16Delete the old monitorWill Thompson2-514/+0
2012-01-16Show messages in the UI as they're received.Will Thompson3-5/+49
2012-01-16Renderer: allow combining RendererResultsWill Thompson3-8/+117
2012-01-16HUnit-ify the Renderer test, and rename it.Will Thompson3-40/+46
2012-01-16Make Participants a MonoidWill Thompson1-14/+30
2012-01-16Test that historic participants are countedWill Thompson2-0/+52
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-13monitor: signal all messages up to the applicationWill Thompson1-20/+11
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 Thompson2-0/+14
2012-01-13Regions: add regionSelectionAppendWill Thompson2-0/+24