summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-30Remove gaps from the example configSpencer Janssen
2008-03-25Remove gapsSpencer Janssen
2008-03-29Remove -fhpc from ghc-options (annoying hackage workaround)Spencer Janssen
2008-03-29Remove version numbers from READMESpencer Janssen
2008-03-29Bump version to 0.7Spencer Janssen
2008-03-28no need to expose --resume to the userDon Stewart
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-24--recompile now forces recompilation of xmonad.hsSpencer Janssen
2008-01-30add --help optionLukas Mai
2008-03-23add mod-shift-tab to the default bindings, from Mathias StearnDon Stewart
2008-03-23more testsDon Stewart
2008-03-23some tests for the size increment handling in Operations.hsDon Stewart
2008-03-22more properties for splitting horizontally and verticallyDon Stewart
2008-03-22test message handling of Full layoutDon Stewart
2008-03-22formattingDon Stewart
2008-03-22strict fields on layout messagesDon Stewart
2008-03-22QuickCheck properties to fully specify the Tall layout, and its messagesDon Stewart
2008-03-22clean up Layout.hs, not entirely happy about the impure layouts.Don Stewart
2008-03-22commentsDon Stewart
2008-03-22add hpc generation scriptDon Stewart
2008-03-22add QuickCheck property for Full: it produces one window, it is fullscreen, a...Don Stewart