aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Recommend latest packages rather than specific versionsSpencer Janssen2008-09-051-3/+3
* Also remove -optl from the executable sectionSpencer Janssen2008-08-201-1/+1
* -optl-Wl,-s is not needed with recent Cabal versionsSpencer Janssen2008-08-201-1/+1
* Haddock linksMalebria2008-06-014-45/+45
* Haddock syntax for enumerationMalebria2008-06-014-0/+15
* I prefer the spencerjanssen@gmail.com address nowSpencer Janssen2008-07-144-4/+4
* Raise windows in the floating layer when moving or resizingTrevor Elliott2008-05-211-2/+4
* add currentTag convenience functionDevin Mullins2008-05-122-5/+12
* Make Mirror a newtypeSpencer Janssen2008-05-081-1/+1
* CommentsSpencer Janssen2008-05-071-0/+6
* Break long lineSpencer Janssen2008-05-071-1/+2
* StyleSpencer Janssen2008-05-071-2/+1
* SimplifySpencer Janssen2008-05-071-4/+2
* Overhaul Choose, fixes issue 183Spencer Janssen2008-05-071-34/+55
* Remember if focus changes were caused by mouse actions or by key commandsKlaus Weidner2008-05-023-3/+8
* WibbleSpencer Janssen2008-05-061-1/+1
* Added doShift function for more user-friendly hooksIvan N. Veselov2008-05-061-0/+4
* use named colours. fixes startup failure on the XODon Stewart2008-05-021-2/+2
* Set focus *after* revealing windowsSpencer Janssen2008-04-081-1/+1
* Reveal windows after moving/resizing them.Spencer Janssen2008-04-081-1/+2
* Hide newly created but non-visible windows (fixes bug #172)Spencer Janssen2008-04-301-1/+2
* formatting, eta expansionDon Stewart2008-04-181-3/+8
* XMonad.ManageHook: add 'appName', another name for 'resource'Lukas Mai2008-04-061-2/+6
* XMonad.ManageHook: make 'title' locale-aware; haddock cleanupLukas Mai2008-04-061-10/+26
* XMonad.Main: call setlocale on startupLukas Mai2008-04-061-1/+11
* floats always use current screen (with less bugs)robreim2008-04-051-2/+2
* XMonad.Operations: applySizeHint reshuffleLukas Mai2008-04-041-5/+21
* XMonad.Layout: documentation cleanupLukas Mai2008-04-041-32/+22
* Remove gaps from the example configSpencer Janssen2008-03-301-18/+1
* Remove gapsSpencer Janssen2008-03-254-45/+8
* Remove -fhpc from ghc-options (annoying hackage workaround)Spencer Janssen2008-03-291-1/+1
* Remove version numbers from READMESpencer Janssen2008-03-291-2/+2
* Bump version to 0.7Spencer Janssen2008-03-291-1/+1
* no need to expose --resume to the userDon Stewart2008-03-281-1/+0
* Rename property to stringPropertySpencer Janssen2008-03-251-4/+4
* ManageHook: add a 'property' Query that can get an arbitrary String property ...Brent Yorgey2008-03-251-0/+12
* Main.hs: startupHook should be guarded by userCodeBrent Yorgey2008-03-251-1/+1
* Also print compilation errors to stderrSpencer Janssen2008-03-241-0/+3
* clean up for styleDon Stewart2008-03-221-10/+11
* add sendMessageWithNoRefresh and have broadcastMessage use itAndrea Rossato2008-02-232-33/+37
* --recompile now forces recompilation of xmonad.hsSpencer Janssen2008-03-242-8/+3
* add --help optionLukas Mai2008-01-301-0/+17
* add mod-shift-tab to the default bindings, from Mathias StearnDon Stewart2008-03-231-0/+1
* more testsDon Stewart2008-03-231-1/+13
* some tests for the size increment handling in Operations.hsDon Stewart2008-03-231-0/+18
* more properties for splitting horizontally and verticallyDon Stewart2008-03-221-0/+46
* test message handling of Full layoutDon Stewart2008-03-221-2/+10
* formattingDon Stewart2008-03-221-2/+4
* strict fields on layout messagesDon Stewart2008-03-221-2/+2
* QuickCheck properties to fully specify the Tall layout, and its messagesDon Stewart2008-03-221-8/+71