| Commit message (Expand) | Author | Files | Lines |
2007-12-11 | Clean up stale mapped/waitingUnmap state in handle rather than unmanage. | Spencer Janssen | 2 | -2/+4 |
2007-12-11 | Delete windows from waitingUnmap that aren't waitng for any unmaps | Spencer Janssen | 1 | -1/+3 |
2007-12-10 | normalize Module headers | Lukas Mai | 6 | -6/+6 |
2007-12-09 | StackSet: some haddock tuning | Andrea Rossato | 1 | -7/+16 |
2007-12-09 | Remove kicker and gnome-panel from the default manageHook, these are better | Spencer Janssen | 1 | -6/+5 |
2007-11-24 | Typos and formatting | Andrea Rossato | 2 | -5/+5 |
2007-11-24 | Move XMonad.Layouts to XMonad.Layout for uniformity with xmc | Andrea Rossato | 3 | -3/+3 |
2007-12-08 | Hide generalized newtype deriving from Haddock | Spencer Janssen | 1 | -1/+6 |
2007-11-28 | make Query a MonadIO | Lukas Mai | 1 | -1/+1 |
2007-11-21 | add getXMonadDir (2nd try) | Lukas Mai | 1 | -2/+6 |
2007-11-21 | Add 'and' and 'or' functions to ManageHook. | Spencer Janssen | 1 | -0/+10 |
2007-11-21 | generalise type of `io' | Don Stewart | 1 | -5/+5 |
2007-11-20 | Add recompilation forcing, clean up recompile's documentation | Spencer Janssen | 1 | -10/+12 |
2007-11-20 | recompile does not raise any exceptions | Spencer Janssen | 1 | -1/+0 |
2007-11-20 | -no-recomp because we're doing our own recompilation checking | Spencer Janssen | 1 | -1/+1 |
2007-11-20 | pointfree | Don Stewart | 1 | -1/+1 |
2007-11-20 | clean up fmap overuse with applicatives. more opportunities remain | Don Stewart | 2 | -12/+14 |
2007-11-19 | ManageHook is a Monoid | Spencer Janssen | 3 | -17/+34 |
2007-11-19 | No more liftM | Spencer Janssen | 2 | -6/+6 |
2007-11-19 | Refactor recompile | Spencer Janssen | 1 | -16/+15 |
2007-11-19 | Trailing space | Spencer Janssen | 1 | -1/+1 |
2007-11-19 | Generalize recompile to MonadIO | Spencer Janssen | 1 | -2/+2 |
2007-11-19 | Factor out doubleFork logic | Spencer Janssen | 1 | -10/+8 |
2007-11-19 | handle case of xmonad binary not existing, when checking recompilation | Don Stewart | 1 | -2/+2 |
2007-11-19 | Use executeFile directly, rather than the shell, avoiding sh interepeting | Don Stewart | 1 | -3/+7 |
2007-11-19 | UNDO: use 'spawn' rather than runProcess, to report errors asynchronously, av... | Don Stewart | 1 | -1/+3 |
2007-11-19 | use 'spawn' rather than runProcess, to report errors asynchronously, avoiding... | Don Stewart | 1 | -3/+1 |
2007-11-19 | Use xmessage to present a failure message to users when the config file canno... | Don Stewart | 1 | -4/+20 |
2007-11-19 | only check xmonad.hs against the xmonad binary, not the .o file (meaning you ... | Don Stewart | 1 | -6/+8 |
2007-11-19 | Do our own recompilation checking: only launch ghc if the xmonad.hs is newer ... | Don Stewart | 1 | -6/+14 |
2007-11-19 | reformat export list to fit on the page | Don Stewart | 1 | -2/+8 |
2007-11-17 | add support for Mac users and their silly case-insensitive filesystems | Devin Mullins | 1 | -1/+1 |
2007-11-16 | we need examples for the managehook edsl | Don Stewart | 1 | -0/+2 |
2007-11-16 | Config: small haddock fix | Andrea Rossato | 1 | -1/+1 |
2007-11-16 | Core: documented XConfig and ScreenDetail | Andrea Rossato | 1 | -12/+15 |
2007-11-12 | make default ratios in config nicer to look at | Lukas Mai | 1 | -2/+2 |
2007-11-09 | refactor main, add "recompile" to XMonad.Core | Lukas Mai | 1 | -1/+14 |
2007-11-14 | refactor trace. | Don Stewart | 1 | -1/+1 |
2007-11-11 | clarify comment at top of Config.hs | Devin Mullins | 1 | -2/+2 |
2007-11-11 | avoid Data.Ratio and % operator in XMonad.Config | David Roundy | 1 | -3/+2 |
2007-11-11 | remove obviated (and confusing) comments | Devin Mullins | 1 | -12/+0 |
2007-11-11 | XMonad.Main uses FlexibleContexts | Spencer Janssen | 1 | -1/+1 |
2007-11-11 | hide existential Layout (mostly) from user API. | David Roundy | 3 | -11/+12 |
2007-11-09 | Generalize several functions to MonadIO | Spencer Janssen | 1 | -4/+4 |
2007-11-09 | Docs for ManageHook | Spencer Janssen | 1 | -3/+12 |
2007-11-09 | New ManageHook system | Spencer Janssen | 4 | -25/+65 |
2007-11-07 | Generalize the type of whenJust | Spencer Janssen | 1 | -1/+1 |
2007-11-08 | maybe False (const True) -> isJust. spotted by shachaf | Don Stewart | 1 | -2/+2 |
2007-11-07 | Provide top level XMonad.hs export module | Don Stewart | 5 | -254/+548 |
2007-11-07 | Fix haddock comment | Spencer Janssen | 1 | -1/+1 |