Age | Commit message (Expand) | Author |
2009-07-27 | correct a comment | Daniel Wagner |
2009-03-22 | Pester the user with one (not two) xmessages on config errors | Adam Vogt |
2009-01-17 | Add --restart, a command line flag to cause a running xmonad process to restart | Spencer Janssen |
2009-01-16 | Remove doubleFork, handle SIGCHLD | Spencer Janssen |
2008-12-07 | Main.hs: escape / in Haddocks | gwern0 |
2008-06-01 | Haddock syntax for enumeration | Malebria |
2008-03-28 | no need to expose --resume to the user | Don Stewart |
2008-03-24 | --recompile now forces recompilation of xmonad.hs | Spencer Janssen |
2008-01-30 | add --help option | Lukas Mai |
2008-01-29 | Get version from the Paths_xmonad module generated by Cabal | Daniel Neri |
2008-01-28 | bump output of --version | Don Stewart |
2008-01-28 | Generalize the type of catchIO, use it in Main.hs | Spencer Janssen |
2008-01-19 | Roll testing into the main executable, use Cabal to build the tests | Spencer Janssen |
2008-01-05 | The recompile function now returns a boolean status instead of (). | nicolas.pouillard |
2007-12-22 | Add support for several flags: | Spencer Janssen |
2007-12-18 | Allow for sharing of home directory across architectures. | tim.thelion |
2007-12-10 | normalize Module headers | Lukas Mai |
2007-12-10 | Use XMonad meta-module in Main.hs | Spencer Janssen |
2007-11-21 | add getXMonadDir (2nd try) | Lukas Mai |
2007-11-20 | Add recompilation forcing, clean up recompile's documentation | Spencer Janssen |
2007-11-19 | Do our own recompilation checking: only launch ghc if the xmonad.hs is newer ... | Don Stewart |
2007-11-09 | refactor main, add "recompile" to XMonad.Core | Lukas Mai |
2007-11-07 | Provide top level XMonad.hs export module | Don Stewart |
2007-11-07 | fall back to previous ~/.xmonad/xmonad if recompilation fails | Lukas Mai |
2007-11-05 | ~/.xmonad/Main.hs is now ~/.xmonad/xmonad.hs ! | Don Stewart |
2007-11-05 | makeMain -> xmonad | Don Stewart |
2007-11-05 | EventLoop -> Core, DefaultConfig -> Config | Don Stewart |
2007-11-01 | Hierarchify | Spencer Janssen |
2007-11-01 | Main.hs -> DefaultConfig.hs, add new Main.hs with 'buildLaunch' | Spencer Janssen |
2007-11-01 | Only export main from Main | Spencer Janssen |
2007-11-01 | Add readsLayout, remove the existential from XConfig | Spencer Janssen |
2007-11-01 | Delete Main.hs-boot! | Spencer Janssen |
2007-11-01 | Remove manageHook from Main.hs-boot | Spencer Janssen |
2007-11-01 | Eliminate defaultTerminal | Spencer Janssen |
2007-11-01 | Store user configuration in XConf | Spencer Janssen |
2007-11-01 | This is a massive update, here's what has changed: | Spencer Janssen |
2007-10-29 | cleaner version of main/config inversion. | David Roundy |
2007-10-18 | make xmonad work with inverted main/config. | David Roundy |
2007-10-18 | sketch of config/main inversion. | David Roundy |
2007-10-15 | Clean up trailing whitespace | Spencer Janssen |
2007-10-13 | clean up names of layout code | Don Stewart |
2007-10-12 | Respect ExitExceptions, fixes a regression where exitWith had no effect | Spencer Janssen |
2007-10-12 | Add userCode function for the popular m `catchX` return () | Spencer Janssen |
2007-10-12 | catch exceptions when calling user-written code. | David Roundy |
2007-10-12 | fix one last bug w.r.t. issue 55. | David Roundy |
2007-10-06 | more comments | Don Stewart |
2007-10-06 | Add event handler for PropertyNotifyEvent that calls logHook if window title ... | Christian Thiemann |
2007-10-06 | avoid name class with forever in 6.8 | Don Stewart |
2007-10-05 | Comment only | Spencer Janssen |
2007-10-05 | Move grabButtons/Keys into X | Spencer Janssen |