summaryrefslogtreecommitdiffstats
path: root/XMonad/Core.hs
AgeCommit message (Expand)Author
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-16Core: documented XConfig and ScreenDetailAndrea Rossato
2007-11-09refactor main, add "recompile" to XMonad.CoreLukas Mai
2007-11-14refactor trace.Don Stewart
2007-11-11hide existential Layout (mostly) from user API.David Roundy
2007-11-09Generalize several functions to MonadIOSpencer Janssen
2007-11-09New ManageHook systemSpencer Janssen
2007-11-07Generalize the type of whenJustSpencer Janssen
2007-11-07Provide top level XMonad.hs export moduleDon Stewart
2007-11-05makeMain -> xmonadDon Stewart
2007-11-05EventLoop -> Core, DefaultConfig -> ConfigDon Stewart