| Commit message (Expand) | Author | Files | Lines |
2007-12-18 | Allow for sharing of home directory across architectures. | tim.thelion | 1 | -4/+7 |
2007-12-19 | Call 'broadcastMessage ReleaseResources' in restart | Spencer Janssen | 1 | -2/+20 |
2007-12-10 | normalize Module headers | Lukas Mai | 1 | -1/+1 |
2007-11-24 | Typos and formatting | Andrea Rossato | 1 | -2/+2 |
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 | 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 | clean up fmap overuse with applicatives. more opportunities remain | Don Stewart | 1 | -4/+5 |
2007-11-19 | ManageHook is a Monoid | Spencer Janssen | 1 | -2/+17 |
2007-11-19 | No more liftM | Spencer Janssen | 1 | -3/+3 |
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 | Core: documented XConfig and ScreenDetail | Andrea Rossato | 1 | -12/+15 |
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 | hide existential Layout (mostly) from user API. | David Roundy | 1 | -5/+5 |
2007-11-09 | Generalize several functions to MonadIO | Spencer Janssen | 1 | -4/+4 |
2007-11-09 | New ManageHook system | Spencer Janssen | 1 | -1/+2 |
2007-11-07 | Generalize the type of whenJust | Spencer Janssen | 1 | -1/+1 |
2007-11-07 | Provide top level XMonad.hs export module | Don Stewart | 1 | -250/+267 |
2007-11-05 | makeMain -> xmonad | Don Stewart | 1 | -3/+3 |
2007-11-05 | EventLoop -> Core, DefaultConfig -> Config | Don Stewart | 1 | -2/+2 |
2007-11-02 | Float handler out of makeMain, make keys and mouseBindings dependent on XConf... | Spencer Janssen | 1 | -122/+131 |
2007-11-01 | Hierarchify | Spencer Janssen | 1 | -4/+4 |
2007-11-01 | Main.hs -> DefaultConfig.hs, add new Main.hs with 'buildLaunch' | Spencer Janssen | 1 | -1/+1 |
2007-11-01 | Add readsLayout, remove the existential from XConfig | Spencer Janssen | 1 | -1/+2 |
2007-11-01 | Delete Main.hs-boot! | Spencer Janssen | 1 | -4/+7 |
2007-11-01 | Eliminate defaultTerminal | Spencer Janssen | 1 | -1/+0 |
2007-11-01 | Store user configuration in XConf | Spencer Janssen | 1 | -22/+7 |
2007-11-01 | This is a massive update, here's what has changed: | Spencer Janssen | 1 | -21/+24 |
2007-10-29 | cleaner version of main/config inversion. | David Roundy | 1 | -26/+39 |
2007-10-18 | make xmonad work with inverted main/config. | David Roundy | 1 | -1/+1 |
2007-10-18 | sketch of config/main inversion. | David Roundy | 1 | -0/+264 |