summaryrefslogtreecommitdiffstats
path: root/XMonad
AgeCommit message (Expand)Author
2008-06-01Haddock linksMalebria
2008-06-01Haddock syntax for enumerationMalebria
2008-07-14I prefer the spencerjanssen@gmail.com address nowSpencer Janssen
2008-05-21Raise windows in the floating layer when moving or resizingTrevor Elliott
2008-05-12add currentTag convenience functionDevin Mullins
2008-05-08Make Mirror a newtypeSpencer Janssen
2008-05-07CommentsSpencer Janssen
2008-05-07Break long lineSpencer Janssen
2008-05-07StyleSpencer Janssen
2008-05-07SimplifySpencer Janssen
2008-05-07Overhaul Choose, fixes issue 183Spencer Janssen
2008-05-02Remember if focus changes were caused by mouse actions or by key commandsKlaus Weidner
2008-05-06WibbleSpencer Janssen
2008-05-06Added doShift function for more user-friendly hooksIvan N. Veselov
2008-05-02use named colours. fixes startup failure on the XODon Stewart
2008-04-08Set focus *after* revealing windowsSpencer Janssen
2008-04-08Reveal windows after moving/resizing them.Spencer Janssen
2008-04-30Hide newly created but non-visible windows (fixes bug #172)Spencer Janssen
2008-04-18formatting, eta expansionDon Stewart
2008-04-06XMonad.ManageHook: add 'appName', another name for 'resource'Lukas Mai
2008-04-06XMonad.ManageHook: make 'title' locale-aware; haddock cleanupLukas Mai
2008-04-06XMonad.Main: call setlocale on startupLukas Mai
2008-04-05floats always use current screen (with less bugs)robreim
2008-04-04XMonad.Operations: applySizeHint reshuffleLukas Mai
2008-04-04XMonad.Layout: documentation cleanupLukas Mai
2008-03-25Remove gapsSpencer Janssen
2008-03-25Rename property to stringPropertySpencer Janssen
2008-03-25ManageHook: add a 'property' Query that can get an arbitrary String property ...Brent Yorgey
2008-03-25Main.hs: startupHook should be guarded by userCodeBrent Yorgey
2008-03-24Also print compilation errors to stderrSpencer Janssen
2008-03-22clean up for styleDon Stewart
2008-02-23add sendMessageWithNoRefresh and have broadcastMessage use itAndrea Rossato
2008-03-23add mod-shift-tab to the default bindings, from Mathias StearnDon Stewart
2008-03-22formattingDon Stewart
2008-03-22strict fields on layout messagesDon Stewart
2008-03-22clean up Layout.hs, not entirely happy about the impure layouts.Don Stewart
2008-03-22commentsDon Stewart
2008-03-22whitespaceDon Stewart
2008-03-22reenable quickcheck properties for layouts (no overlap, fullscreen)Don Stewart
2008-03-22formattingDon Stewart
2008-03-21Revert float location patch. Not Xinerama safeDon Stewart
2008-03-21XMonad.Core: ignore SIGPIPE, let write calls throwLukas Mai
2008-03-11update documentationBrent Yorgey
2008-02-25Reimplement Mirror with runLayoutAndrea Rossato
2008-02-22Reimplement Choose with runLayoutAndrea Rossato
2008-02-22runLayout is now a LayoutClass method and takes the Workspace and the screen ...Andrea Rossato
2008-03-08Small linecount fix :)robreim
2008-03-08Change floats to always use the current screenrobreim
2008-03-07rework failure cases in StackSet.viewDon Stewart
2008-02-04Add a startupHook.Brent Yorgey