| Commit message (Expand) | Author | Files | Lines |
2008-01-29 | Get version from the Paths_xmonad module generated by Cabal | Daniel Neri | 1 | -1/+4 |
2008-01-28 | bump output of --version | Don Stewart | 1 | -1/+1 |
2008-01-28 | Generalize the type of catchIO, use it in Main.hs | Spencer Janssen | 1 | -2/+1 |
2008-01-19 | Roll testing into the main executable, use Cabal to build the tests | Spencer Janssen | 1 | -0/+7 |
2008-01-05 | The recompile function now returns a boolean status instead of (). | nicolas.pouillard | 1 | -2/+2 |
2007-12-22 | Add support for several flags: | Spencer Janssen | 1 | -2/+9 |
2007-12-18 | Allow for sharing of home directory across architectures. | tim.thelion | 1 | -1/+2 |
2007-12-10 | normalize Module headers | Lukas Mai | 1 | -1/+1 |
2007-12-10 | Use XMonad meta-module in Main.hs | Spencer Janssen | 1 | -3/+1 |
2007-11-21 | add getXMonadDir (2nd try) | Lukas Mai | 1 | -3/+2 |
2007-11-20 | Add recompilation forcing, clean up recompile's documentation | Spencer Janssen | 1 | -1/+1 |
2007-11-19 | Do our own recompilation checking: only launch ghc if the xmonad.hs is newer ... | Don Stewart | 1 | -1/+1 |
2007-11-09 | refactor main, add "recompile" to XMonad.Core | Lukas Mai | 1 | -4/+2 |
2007-11-07 | Provide top level XMonad.hs export module | Don Stewart | 1 | -1/+1 |
2007-11-07 | fall back to previous ~/.xmonad/xmonad if recompilation fails | Lukas Mai | 1 | -2/+1 |
2007-11-05 | ~/.xmonad/Main.hs is now ~/.xmonad/xmonad.hs ! | Don Stewart | 1 | -11/+10 |
2007-11-05 | makeMain -> xmonad | Don Stewart | 1 | -1/+2 |
2007-11-05 | EventLoop -> Core, DefaultConfig -> Config | Don Stewart | 1 | -8/+10 |
2007-11-01 | Hierarchify | Spencer Janssen | 1 | -2/+2 |
2007-11-01 | Main.hs -> DefaultConfig.hs, add new Main.hs with 'buildLaunch' | Spencer Janssen | 1 | -251/+39 |
2007-11-01 | Only export main from Main | Spencer Janssen | 1 | -1/+1 |
2007-11-01 | Add readsLayout, remove the existential from XConfig | Spencer Janssen | 1 | -1/+1 |
2007-11-01 | Delete Main.hs-boot! | Spencer Janssen | 1 | -2/+3 |
2007-11-01 | Remove manageHook from Main.hs-boot | Spencer Janssen | 1 | -2/+3 |
2007-11-01 | Eliminate defaultTerminal | Spencer Janssen | 1 | -2/+2 |
2007-11-01 | Store user configuration in XConf | Spencer Janssen | 1 | -27/+27 |
2007-11-01 | This is a massive update, here's what has changed: | Spencer Janssen | 1 | -18/+10 |
2007-10-29 | cleaner version of main/config inversion. | David Roundy | 1 | -48/+35 |
2007-10-18 | make xmonad work with inverted main/config. | David Roundy | 1 | -1/+2 |
2007-10-18 | sketch of config/main inversion. | David Roundy | 1 | -1/+8 |
2007-10-27 | add text on using xprop to find client names | Don Stewart | 1 | -0/+4 |
2007-10-27 | add text reminding people to run mod-shift-space | Don Stewart | 1 | -0/+6 |
2007-10-24 | Add Config.terminal | Spencer Janssen | 1 | -1/+6 |
2007-10-19 | Only assign workspace keys up to xK_9. Related to bug #63 | Spencer Janssen | 1 | -1/+1 |
2007-10-15 | Clean up trailing whitespace | Spencer Janssen | 1 | -2/+2 |
2007-10-14 | explain numlockMask | Devin Mullins | 1 | -2/+6 |
2007-10-14 | whitespace cleanup in Config.hs | Devin Mullins | 1 | -7/+7 |
2007-10-14 | typo in comment | Don Stewart | 1 | -1/+1 |
2007-10-13 | restore magic markup comments | Don Stewart | 1 | -3/+8 |
2007-10-13 | defer to sjanssen's manageHook comment | Don Stewart | 1 | -1/+2 |
2007-10-13 | Heads up: rework the Config.hs file comments, and some variable names. Please... | Don Stewart | 1 | -69/+73 |
2007-10-13 | clean up names of layout code | Don Stewart | 1 | -22/+26 |
2007-10-13 | Another manageHook example | Spencer Janssen | 1 | -0/+5 |
2007-10-13 | Better comment for the default manageHook | Spencer Janssen | 1 | -1/+2 |
2007-10-03 | manageHook: use the curry style, better documentation | Spencer Janssen | 1 | -5/+10 |
2007-10-03 | Pointfree | Spencer Janssen | 1 | -1/+1 |
2007-10-03 | Remove unused import | Spencer Janssen | 1 | -1/+0 |
2007-10-03 | Float Gimp too | Spencer Janssen | 1 | -2/+3 |
2007-10-02 | List possibleLayouts last, because users are less likely to modify it | Spencer Janssen | 1 | -7/+7 |
2007-10-02 | Docs for defaultLayout and defaultLayouts | Spencer Janssen | 1 | -1/+4 |