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