Age | Commit message (Expand) | Author |
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 |
2007-10-05 | Make WindowSet serialization robust to layout changes | Spencer Janssen |
2007-10-01 | Operations.windows is responsible for setting initial properties, remove redu... | Spencer Janssen |
2007-09-30 | On change of keyboard mapping, grabKeys from the root window. | Aaron Denney |
2007-09-28 | define defaultLayout in Config.hs. | David Roundy |
2007-09-26 | merge old workspace tags with new on restart. | David Roundy |
2007-09-24 | Make a String description part of each Layout. | David Roundy |
2007-09-21 | add layout selection back into core xmonad using LayoutSelection. | David Roundy |
2007-09-21 | move Layout into StackSet. | David Roundy |
2007-09-20 | add (unused) Layout to StackSet. | David Roundy |