summaryrefslogtreecommitdiff
path: root/Bustle
AgeCommit message (Expand)AuthorFilesLines
2020-08-06AboutDialog: bump copyright dateWill Thompson1-1/+1
2020-08-06AboutDialog: use :license-type propertyWill Thompson1-6/+5
2020-07-29DetailsView: reintroduce special case for error messagesWill Thompson2-11/+12
2020-07-06Remove unsafePerformIO from GDBusMessage bindingWill Thompson3-70/+76
2020-07-02Use GDBusMessage rather than 'dbus' libraryWill Thompson9-265/+480
2020-06-05Use BustlePcapReader rather than 'pcap' bindingWill Thompson2-32/+132
2020-06-05monitor: include GDBusMessage in ::message-loggedWill Thompson2-1/+52
2020-05-15Add new iconWill Thompson1-0/+5
2020-02-04Drop close-without-saving confirmation dialogWill Thompson1-36/+0
2019-10-18UI: Fix buildJan Tojnar1-1/+2
2019-03-07Renderer: build fake names more quietlyWill Thompson1-15/+7
2019-03-07Renderer: use Data.Map.StrictWill Thompson1-2/+2
2019-03-07Pcap: drop unused importsWill Thompson1-6/+1
2019-03-07Update diagram immediately when filter changesWill Thompson2-17/+11
2019-03-07FilterDialog: update Reset button state more efficientlyWill Thompson2-24/+50
2019-03-07Support "positive" filteringWill Thompson4-46/+136
2019-03-07Modernize filter dialogWill Thompson1-48/+37
2018-12-07details: silence hlint complaning about a redundant 'do'Will Thompson1-9/+7
2018-12-07details: simplify showing verbatim error messageWill Thompson1-16/+10
2018-12-07Remove references to freedesktop.org/wiki/Software/BustleWill Thompson1-1/+1
2018-12-07details: show error message verbatimWill Thompson1-1/+11
2018-12-07Show error name in detailsWill Thompson1-12/+34
2018-11-22Use .pcap extension by defaultWill Thompson1-1/+1
2018-08-21Pcap: remove snaplen bug checkWill Thompson1-14/+1
2018-07-16Auto-derive Applicative in Bustle/Renderer.hsDaniel Firth1-4/+1
2018-07-13Tidy up typeclass constraints in Bustle/Loader/Pcap.hsDaniel Firth1-14/+15
2018-07-10Use maybe instead of case statement in DetailsView.hsDaniel Firth1-3/+1
2018-07-09Avoid using return (), use void and forM_Daniel Firth6-41/+28
2018-07-05Renderer: don't shadow 'first'Will Thompson1-3/+3
2018-07-04Use NonEmpty instance in baseDaniel Firth3-21/+5
2018-07-04AboutDialog: credit @locallycompactWill Thompson1-0/+1
2018-07-04Fix hlint errors in Diagram.hs, Loader.hs, StatisticPane.hs, Stats.hs, UI.hs andDaniel Firth6-11/+10
2018-07-04eta reduce in Bustle/Application/Monad.hsDaniel Firth1-1/+1
2018-07-04Fix hlint errors in Monitor.hs, Noninteractive.hs and Regions.hsDaniel Firth3-7/+7
2018-07-04Fix hlint errors in Stats.hsDaniel Firth1-11/+7
2018-07-04Fix hlint errors in Diagram.hsDaniel Firth1-3/+3
2018-07-04Fix hlint errors in Pcap.hsDaniel Firth1-14/+13
2018-07-04Remove unnecessary Control.Monad.Except importDaniel Firth1-1/+0
2018-07-04Fix hlint errors in Renderer.hsDaniel Firth1-10/+9
2018-07-04Remove unnecessary Control.Applicative importsDaniel Firth3-3/+0
2018-07-04Fix hlint errors in UI.hsDaniel Firth1-25/+25
2018-07-04Fix hlint errors in Canvas.hsDaniel Firth1-2/+1
2018-07-04Fix hlint errors in DetailsView.hsDaniel Firth1-1/+1
2018-07-04Fix hlint errors in FilterDialog.hs and OpenTwoDialog.hsDaniel Firth2-10/+7
2018-07-04Get rid of maybeM, it's just forM_Daniel Firth5-17/+8
2018-07-04Add Semigroup instances for MonoidsDaniel Firth2-15/+24
2018-06-28Show bytestrings as text even with embedded NULsWill Thompson1-2/+4
2018-06-22Make ay formatting clearerWill Thompson1-2/+3
2018-06-22Don't lose empty window after errorWill Thompson1-11/+21
2018-06-22Move errors to a GtkInfoBarWill Thompson3-72/+76