summaryrefslogtreecommitdiff
path: root/Bustle.hs
AgeCommit message (Expand)AuthorFilesLines
2017-07-20Use org.freedesktop.Bustle as app ID throughoutWill Thompson1-0/+2
2014-01-12Add hgettext infrastructureWill Thompson1-0/+2
2012-01-09--help: be slightly less obliqueWill Thompson1-0/+1
2011-08-10Merge all binaries together!Will Thompson1-619/+32
2011-08-10Hey, initGUI returns the non-GTK argumentsWill Thompson1-3/+1
2011-08-08When filtering, preserve currently-selected eventWill Thompson1-3/+7
2011-08-04filter dialog: show current ticky stateWill Thompson1-3/+7
2011-08-04Implement filtering dialogWill Thompson1-26/+60
2011-08-03WIP: filtering UIWill Thompson1-10/+17
2011-08-03Renderer: define an output structureWill Thompson1-6/+9
2011-08-03Brand the titlebar; improve instructionsWill Thompson1-1/+1
2011-07-30reduce event height magic numbersWill Thompson1-2/+2
2011-07-30Make Home and End select first/last messagesWill Thompson1-0/+2
2011-07-30Make diagram take focus when clickedWill Thompson1-0/+1
2011-07-30Clamp scrolled area around new selectionWill Thompson1-6/+34
2011-07-30Allow keyboard navigation between events.Will Thompson1-33/+42
2011-07-30Switch over to using RegionSelection cursor thingWill Thompson1-7/+10
2011-07-29Begin moving towards magic zipper for selectionsWill Thompson1-8/+22
2011-07-29Show more message detailsWill Thompson1-1/+6
2011-07-28Move details view to its own fileWill Thompson1-24/+10
2011-07-28Hide the details pane when no message is selectedWill Thompson1-1/+7
2011-07-28Highlight currently-selected message.Will Thompson1-6/+36
2011-07-27Show message bodies in the UIWill Thompson1-23/+40
2011-07-22Add initial support for loading pcap filesWill Thompson1-3/+8
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