| Commit message (Expand) | Author | Age | Files | Lines |
* | Get version from the Paths_xmonad module generated by Cabal | Daniel Neri | 2008-01-29 | 1 | -1/+4 |
* | bump output of --version | Don Stewart | 2008-01-28 | 1 | -1/+1 |
* | Generalize the type of catchIO, use it in Main.hs | Spencer Janssen | 2008-01-28 | 1 | -2/+1 |
* | Roll testing into the main executable, use Cabal to build the tests | Spencer Janssen | 2008-01-19 | 1 | -0/+7 |
* | The recompile function now returns a boolean status instead of (). | nicolas.pouillard | 2008-01-05 | 1 | -2/+2 |
* | Add support for several flags: | Spencer Janssen | 2007-12-22 | 1 | -2/+9 |
* | Allow for sharing of home directory across architectures. | tim.thelion | 2007-12-18 | 1 | -1/+2 |
* | normalize Module headers | Lukas Mai | 2007-12-10 | 1 | -1/+1 |
* | Use XMonad meta-module in Main.hs | Spencer Janssen | 2007-12-10 | 1 | -3/+1 |
* | add getXMonadDir (2nd try) | Lukas Mai | 2007-11-21 | 1 | -3/+2 |
* | Add recompilation forcing, clean up recompile's documentation | Spencer Janssen | 2007-11-20 | 1 | -1/+1 |
* | Do our own recompilation checking: only launch ghc if the xmonad.hs is newer ... | Don Stewart | 2007-11-19 | 1 | -1/+1 |
* | refactor main, add "recompile" to XMonad.Core | Lukas Mai | 2007-11-09 | 1 | -4/+2 |
* | Provide top level XMonad.hs export module | Don Stewart | 2007-11-07 | 1 | -1/+1 |
* | fall back to previous ~/.xmonad/xmonad if recompilation fails | Lukas Mai | 2007-11-07 | 1 | -2/+1 |
* | ~/.xmonad/Main.hs is now ~/.xmonad/xmonad.hs ! | Don Stewart | 2007-11-05 | 1 | -11/+10 |
* | makeMain -> xmonad | Don Stewart | 2007-11-05 | 1 | -1/+2 |
* | EventLoop -> Core, DefaultConfig -> Config | Don Stewart | 2007-11-05 | 1 | -8/+10 |
* | Hierarchify | Spencer Janssen | 2007-11-01 | 1 | -2/+2 |
* | Main.hs -> DefaultConfig.hs, add new Main.hs with 'buildLaunch' | Spencer Janssen | 2007-11-01 | 1 | -251/+39 |
* | Only export main from Main | Spencer Janssen | 2007-11-01 | 1 | -1/+1 |
* | Add readsLayout, remove the existential from XConfig | Spencer Janssen | 2007-11-01 | 1 | -1/+1 |
* | Delete Main.hs-boot! | Spencer Janssen | 2007-11-01 | 1 | -2/+3 |
* | Remove manageHook from Main.hs-boot | Spencer Janssen | 2007-11-01 | 1 | -2/+3 |
* | Eliminate defaultTerminal | Spencer Janssen | 2007-11-01 | 1 | -2/+2 |
* | Store user configuration in XConf | Spencer Janssen | 2007-11-01 | 1 | -27/+27 |
* | This is a massive update, here's what has changed: | Spencer Janssen | 2007-11-01 | 1 | -18/+10 |
* | cleaner version of main/config inversion. | David Roundy | 2007-10-29 | 1 | -48/+35 |
* | make xmonad work with inverted main/config. | David Roundy | 2007-10-18 | 1 | -0/+282 |
* | sketch of config/main inversion. | David Roundy | 2007-10-18 | 1 | -262/+0 |
* | Clean up trailing whitespace | Spencer Janssen | 2007-10-15 | 1 | -1/+1 |
* | clean up names of layout code | Don Stewart | 2007-10-13 | 1 | -3/+3 |
* | Respect ExitExceptions, fixes a regression where exitWith had no effect | Spencer Janssen | 2007-10-12 | 1 | -0/+1 |
* | Add userCode function for the popular m `catchX` return () | Spencer Janssen | 2007-10-12 | 1 | -5/+3 |
* | catch exceptions when calling user-written code. | David Roundy | 2007-10-12 | 1 | -0/+2 |
* | fix one last bug w.r.t. issue 55. | David Roundy | 2007-10-12 | 1 | -1/+1 |
* | more comments | Don Stewart | 2007-10-06 | 1 | -2/+2 |
* | Add event handler for PropertyNotifyEvent that calls logHook if window title ... | Christian Thiemann | 2007-10-06 | 1 | -0/+4 |
* | avoid name class with forever in 6.8 | Don Stewart | 2007-10-06 | 1 | -2/+2 |
* | Comment only | Spencer Janssen | 2007-10-05 | 1 | -1/+1 |
* | Move grabButtons/Keys into X | Spencer Janssen | 2007-10-05 | 1 | -17/+18 |
* | Make WindowSet serialization robust to layout changes | Spencer Janssen | 2007-10-05 | 1 | -3/+10 |
* | Operations.windows is responsible for setting initial properties, remove redu... | Spencer Janssen | 2007-10-01 | 1 | -15/+13 |
* | On change of keyboard mapping, grabKeys from the root window. | Aaron Denney | 2007-09-30 | 1 | -2/+4 |
* | define defaultLayout in Config.hs. | David Roundy | 2007-09-28 | 1 | -2/+0 |
* | merge old workspace tags with new on restart. | David Roundy | 2007-09-26 | 1 | -3/+3 |
* | Make a String description part of each Layout. | David Roundy | 2007-09-24 | 1 | -1/+1 |
* | add layout selection back into core xmonad using LayoutSelection. | David Roundy | 2007-09-21 | 1 | -2/+3 |
* | move Layout into StackSet. | David Roundy | 2007-09-21 | 1 | -1/+0 |
* | add (unused) Layout to StackSet. | David Roundy | 2007-09-20 | 1 | -1/+1 |