summaryrefslogtreecommitdiff
path: root/Bustle/UI.hs
AgeCommit message (Expand)AuthorFilesLines
2015-06-04ErrorT -> ExceptTWill Thompson1-5/+5
2015-05-25Non-pinned, non-modal open dialogWill Thompson1-6/+5
2015-04-22Don't crash when saving logs to a FS other than $HOMEWill Thompson1-3/+17
2015-04-22Readd About item in the hamburger menuWill Thompson1-2/+6
2015-04-21GtkHeaderBarWill Thompson1-39/+40
2015-04-21One Glade Per WindowWill Thompson1-1/+1
2015-04-21Uninteresting Gtk 3 API migrationWill Thompson1-15/+21
2015-02-13Rename Markup → MarqueeWill Thompson1-1/+2
2015-02-11Cope with gtk2hs's migration from String to TextWill Thompson1-3/+4
2014-07-15UI: remove some redundant stuffWill Thompson1-2/+1
2014-04-27build: Add multi-size icons to the buildPhilip Withnall1-11/+4
2014-01-12Remove non-ASCII from source strings; add en translationWill Thompson1-4/+4
2014-01-12bustle: Mark UI strings for translationPhilip Withnall1-5/+7
2013-12-04Use checkMenuItemToggled, not connectGenericWill Thompson1-3/+1
2012-08-29Turn on unused-import warnings; squash 'em allWill Thompson1-6/+4
2012-08-28Build against dbus 0.10.xWill Thompson1-2/+0
2012-04-22Segregate NOC events from messagesWill Thompson1-4/+4
2012-01-27Replace instructions with buttons.Will Thompson1-4/+12
2012-01-23OpenTwoDialog: port to GtkBuilderWill Thompson1-1/+1
2012-01-23uiMain: show uncaught GErrors more helpfullyWill Thompson1-2/+2
2012-01-23Convert main window to GtkBuilderWill Thompson1-8/+9
2012-01-19OpenTwoDialog: open Glade file directlyWill Thompson1-1/+1
2012-01-17UI: Reset the window if nothing is recordedWill Thompson1-12/+24
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-16Show messages in the UI as they're received.Will Thompson1-1/+8
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 Thompson1-37/+74
2012-01-12Change window title when log has been saved.Will Thompson1-0/+5
2012-01-12Move most remaining canvas code to moduleWill Thompson1-50/+9
2012-01-12Canvas: move drawing to moduleWill Thompson1-19/+1
2012-01-12Canvas: move all event handling inside moduleWill Thompson1-62/+21
2012-01-12Start moving canvas to its own module.Will Thompson1-79/+13
2012-01-12UI: keep some state about log in WindowInfoWill Thompson1-20/+47
2012-01-12Refactor ‘Open two logs’ dialog out to a moduleWill Thompson1-49/+7
2012-01-12Break about dialog outWill Thompson1-36/+4
2012-01-12Start logging immediately; add File → SaveWill Thompson1-18/+54
2012-01-12Replace references to "save" with "export"Will Thompson1-7/+7
2012-01-12Add Bustle.UI.UtilWill Thompson1-10/+2
2012-01-12Add and hook up File -> NewWill Thompson1-2/+6
2012-01-12Don't crash on UnmarshalErrorWill Thompson1-4/+4
2012-01-09Update copyright range to include 2012Will Thompson1-1/+1
2012-01-09Canvas: invalidate entire width when moving highlightWill Thompson1-10/+8
2011-11-06Fix up moving art to data/Will Thompson1-2/+2
2011-08-10Merge all binaries together!Will Thompson1-0/+649