aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use executeFile directly, rather than the shell, avoiding sh interepetingDon Stewart2007-11-191-3/+7
* UNDO: use 'spawn' rather than runProcess, to report errors asynchronously, av...Don Stewart2007-11-191-1/+3
* use 'spawn' rather than runProcess, to report errors asynchronously, avoiding...Don Stewart2007-11-191-3/+1
* Use xmessage to present a failure message to users when the config file canno...Don Stewart2007-11-191-4/+20
* only check xmonad.hs against the xmonad binary, not the .o file (meaning you ...Don Stewart2007-11-191-6/+8
* Do our own recompilation checking: only launch ghc if the xmonad.hs is newer ...Don Stewart2007-11-192-7/+15
* reformat export list to fit on the pageDon Stewart2007-11-191-2/+8
* add support for Mac users and their silly case-insensitive filesystemsDevin Mullins2007-11-171-1/+1
* some more tweaksDon Stewart2007-11-162-9/+6
* more todos: docsDon Stewart2007-11-161-0/+2
* we need examples for the managehook edslDon Stewart2007-11-161-0/+2
* more todosDon Stewart2007-11-161-2/+1
* polish readmeDon Stewart2007-11-161-8/+13
* more polish for config docDon Stewart2007-11-161-19/+13
* tweak .cabal synopsis a littleDon Stewart2007-11-161-1/+1
* Config: small haddock fixAndrea Rossato2007-11-161-1/+1
* Core: documented XConfig and ScreenDetailAndrea Rossato2007-11-161-12/+15
* CONFIG, TODO: fix typosValery V. Vorotyntsev2007-11-152-9/+9
* make default ratios in config nicer to look atLukas Mai2007-11-121-2/+2
* refactor main, add "recompile" to XMonad.CoreLukas Mai2007-11-092-5/+16
* comments, reexport Data.BitsDon Stewart2007-11-141-1/+22
* polish .cabal file. add xmonad@ as the default maintainerDon Stewart2007-11-141-6/+6
* add lots more text on configurationDon Stewart2007-11-141-6/+60
* refactor trace.Don Stewart2007-11-141-1/+1
* clarify comment at top of Config.hsDevin Mullins2007-11-111-2/+2
* avoid Data.Ratio and % operator in XMonad.ConfigDavid Roundy2007-11-111-3/+2
* remove obviated (and confusing) commentsDevin Mullins2007-11-111-12/+0
* XMonad.Main uses FlexibleContextsSpencer Janssen2007-11-111-1/+1
* hide existential Layout (mostly) from user API.David Roundy2007-11-113-11/+12
* Depend on X11 1.3.0.20071111Don Stewart2007-11-111-1/+1
* update README some moreDon Stewart2007-11-091-18/+36
* we depend on Cabal 1.2.0 or newerDon Stewart2007-11-091-0/+12
* Generalize several functions to MonadIOSpencer Janssen2007-11-091-4/+4
* Docs for ManageHookSpencer Janssen2007-11-091-3/+12
* New ManageHook systemSpencer Janssen2007-11-095-25/+66
* Generalize the type of whenJustSpencer Janssen2007-11-071-1/+1
* maybe False (const True) -> isJust. spotted by shachafDon Stewart2007-11-081-2/+2
* typoDon Stewart2007-11-081-1/+0
* imports not needed in example nowDon Stewart2007-11-071-2/+0
* Provide top level XMonad.hs export moduleDon Stewart2007-11-078-547/+560
* point to where defns for config stuff can be foundDon Stewart2007-11-071-0/+8
* Fix haddock commentSpencer Janssen2007-11-071-1/+1
* fall back to previous ~/.xmonad/xmonad if recompilation failsLukas Mai2007-11-071-2/+1
* recommend --userDon Stewart2007-11-061-35/+13
* add CONFIG with details of how to configureDon Stewart2007-11-051-0/+27
* Remove stale commentSpencer Janssen2007-11-051-1/+0
* Use Cabal's optimization flags rather than -OSpencer Janssen2007-11-051-2/+2
* -WerrorSpencer Janssen2007-11-051-2/+2
* Remove superfluous 'extensions:' fieldSpencer Janssen2007-11-051-1/+0
* Use configurations in xmonad.cabalSpencer Janssen2007-11-051-15/+29