summaryrefslogtreecommitdiffstats
path: root/XMonad
AgeCommit message (Expand)Author
2007-12-12Set withdrawnState after calling hideSpencer Janssen
2007-12-11Remove stale commentSpencer Janssen
2007-12-11Make windows responsible for setting withdrawn stateSpencer Janssen
2007-12-11Remove stale commentSpencer Janssen
2007-12-11Clean up stale mapped/waitingUnmap state in handle rather than unmanage.Spencer Janssen
2007-12-11Delete windows from waitingUnmap that aren't waitng for any unmapsSpencer Janssen
2007-12-10normalize Module headersLukas Mai
2007-12-09StackSet: some haddock tuningAndrea Rossato
2007-12-09Remove kicker and gnome-panel from the default manageHook, these are betterSpencer Janssen
2007-11-24Typos and formattingAndrea Rossato
2007-11-24Move XMonad.Layouts to XMonad.Layout for uniformity with xmcAndrea Rossato
2007-12-08Hide generalized newtype deriving from HaddockSpencer Janssen
2007-11-28make Query a MonadIOLukas Mai
2007-11-21add getXMonadDir (2nd try)Lukas Mai
2007-11-21Add 'and' and 'or' functions to ManageHook.Spencer Janssen
2007-11-21generalise type of `io'Don Stewart
2007-11-20Add recompilation forcing, clean up recompile's documentationSpencer Janssen
2007-11-20recompile does not raise any exceptionsSpencer Janssen
2007-11-20-no-recomp because we're doing our own recompilation checkingSpencer Janssen
2007-11-20pointfreeDon Stewart
2007-11-20clean up fmap overuse with applicatives. more opportunities remainDon Stewart
2007-11-19ManageHook is a MonoidSpencer Janssen
2007-11-19No more liftMSpencer Janssen
2007-11-19Refactor recompileSpencer Janssen
2007-11-19Trailing spaceSpencer Janssen
2007-11-19Generalize recompile to MonadIOSpencer Janssen
2007-11-19Factor out doubleFork logicSpencer Janssen
2007-11-19handle case of xmonad binary not existing, when checking recompilationDon Stewart
2007-11-19Use executeFile directly, rather than the shell, avoiding sh interepetingDon Stewart
2007-11-19UNDO: use 'spawn' rather than runProcess, to report errors asynchronously, av...Don Stewart
2007-11-19use 'spawn' rather than runProcess, to report errors asynchronously, avoiding...Don Stewart
2007-11-19Use xmessage to present a failure message to users when the config file canno...Don Stewart
2007-11-19only check xmonad.hs against the xmonad binary, not the .o file (meaning you ...Don Stewart
2007-11-19Do our own recompilation checking: only launch ghc if the xmonad.hs is newer ...Don Stewart
2007-11-19reformat export list to fit on the pageDon Stewart
2007-11-17add support for Mac users and their silly case-insensitive filesystemsDevin Mullins
2007-11-16we need examples for the managehook edslDon Stewart
2007-11-16Config: small haddock fixAndrea Rossato
2007-11-16Core: documented XConfig and ScreenDetailAndrea Rossato
2007-11-12make default ratios in config nicer to look atLukas Mai
2007-11-09refactor main, add "recompile" to XMonad.CoreLukas Mai
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-09Generalize several functions to MonadIOSpencer Janssen
2007-11-09Docs for ManageHookSpencer Janssen
2007-11-09New ManageHook systemSpencer Janssen