summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2007-11-16some more tweaksDon Stewart
2007-11-16more todos: docsDon Stewart
2007-11-16we need examples for the managehook edslDon Stewart
2007-11-16more todosDon Stewart
2007-11-16polish readmeDon Stewart
2007-11-16more polish for config docDon Stewart
2007-11-16tweak .cabal synopsis a littleDon Stewart
2007-11-16Config: small haddock fixAndrea Rossato
2007-11-16Core: documented XConfig and ScreenDetailAndrea Rossato
2007-11-15CONFIG, TODO: fix typosValery V. Vorotyntsev
2007-11-12make default ratios in config nicer to look atLukas Mai
2007-11-09refactor main, add "recompile" to XMonad.CoreLukas Mai
2007-11-14comments, reexport Data.BitsDon Stewart
2007-11-14polish .cabal file. add xmonad@ as the default maintainerDon Stewart
2007-11-14add lots more text on configurationDon Stewart
2007-11-14refactor trace.Don Stewart
2007-11-11clarify comment at top of Config.hsDevin Mullins
2007-11-11avoid Data.Ratio and % operator in XMonad.ConfigDavid Roundy
2007-11-11remove obviated (and confusing) commentsDevin Mullins
2007-11-11XMonad.Main uses FlexibleContextsSpencer Janssen
2007-11-11hide existential Layout (mostly) from user API.David Roundy
2007-11-11Depend on X11 1.3.0.20071111Don Stewart
2007-11-09update README some moreDon Stewart
2007-11-09we depend on Cabal 1.2.0 or newerDon Stewart
2007-11-09Generalize several functions to MonadIOSpencer Janssen
2007-11-09Docs for ManageHookSpencer Janssen
2007-11-09New ManageHook systemSpencer Janssen
2007-11-07Generalize the type of whenJustSpencer Janssen
2007-11-08maybe False (const True) -> isJust. spotted by shachafDon Stewart
2007-11-08typoDon Stewart
2007-11-07imports not needed in example nowDon Stewart
2007-11-07Provide top level XMonad.hs export moduleDon Stewart
2007-11-07point to where defns for config stuff can be foundDon Stewart
2007-11-07Fix haddock commentSpencer Janssen
2007-11-07fall back to previous ~/.xmonad/xmonad if recompilation failsLukas Mai
2007-11-06recommend --userDon Stewart
2007-11-05add CONFIG with details of how to configureDon Stewart
2007-11-05Remove stale commentSpencer Janssen
2007-11-05Use Cabal's optimization flags rather than -OSpencer Janssen
2007-11-05-WerrorSpencer Janssen
2007-11-05Remove superfluous 'extensions:' fieldSpencer Janssen
2007-11-05Use configurations in xmonad.cabalSpencer Janssen
2007-11-05~/.xmonad/Main.hs is now ~/.xmonad/xmonad.hs !Don Stewart
2007-11-05makeMain -> xmonadDon Stewart
2007-11-05-Wall policeDon Stewart
2007-11-05remember to compile the xmonad library also with the usual ghc-optoinsDon Stewart
2007-11-05EventLoop -> Core, DefaultConfig -> ConfigDon Stewart
2007-11-05clean up DefaultConfig.hsDon Stewart
2007-11-05clean up some weird formatting/overboard strictness annotationsDon Stewart
2007-11-04Update pragmas for GHC 6.8 compatibilitySpencer Janssen