aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Core.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-191-6/+14
* 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
* Core: documented XConfig and ScreenDetailAndrea Rossato2007-11-161-12/+15
* refactor main, add "recompile" to XMonad.CoreLukas Mai2007-11-091-1/+14
* refactor trace.Don Stewart2007-11-141-1/+1
* hide existential Layout (mostly) from user API.David Roundy2007-11-111-5/+5
* Generalize several functions to MonadIOSpencer Janssen2007-11-091-4/+4
* New ManageHook systemSpencer Janssen2007-11-091-1/+2
* Generalize the type of whenJustSpencer Janssen2007-11-071-1/+1
* Provide top level XMonad.hs export moduleDon Stewart2007-11-071-250/+267
* makeMain -> xmonadDon Stewart2007-11-051-3/+3
* EventLoop -> Core, DefaultConfig -> ConfigDon Stewart2007-11-051-0/+277