aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Core.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-22commentsDon Stewart1-1/+2
2008-03-22formattingDon Stewart1-2/+5
2008-03-11update documentationBrent Yorgey1-27/+62
2008-02-22runLayout is now a LayoutClass method and takes the Workspace and the screen ...Andrea Rossato1-7/+7
2008-02-04Add a startupHook.Brent Yorgey1-0/+1
2008-02-04Core.hs: add an Applicative instance for XBrent Yorgey1-0/+4
2008-02-06module uses CPPDon Stewart1-1/+1
2008-02-04Rename runManageHook to runQuerySpencer Janssen1-3/+3
2008-02-03let enter dismiss compile errorsdaniel1-1/+1
2008-02-01Core.hs, StackSet.hs: some documentation updatesBrent Yorgey1-20/+21
2008-01-28Generalize the type of catchIO, use it in Main.hsSpencer Janssen1-1/+1
2008-01-24Add emptyLayout to LayoutClass, a method to be called when a workspace is emptyAndrea Rossato1-1/+6
2008-01-14Export doubleForknicolas.pouillard1-1/+1
2007-11-22reword comment (previous version didn't make sense to me)Lukas Mai1-2/+2
2008-01-05The recompile function now returns a boolean status instead of ().nicolas.pouillard1-2/+7
2007-12-29Make focus-follows-mouse configurableSpencer Janssen1-0/+1
2007-12-29Strictify all XConfig fields, gives nice error messages when a field is forgo...Spencer Janssen1-15/+15
2007-12-29SpellingSpencer Janssen1-1/+1
2007-12-29WibbleSpencer Janssen1-2/+1
2007-12-22WibbleSpencer Janssen1-1/+1
2007-12-19Remove getProgName capability from restart, we don't use it anymoreSpencer Janssen1-11/+5
2007-12-19Flush pending X calls before restartingSpencer Janssen1-0/+1
2007-12-18Allow for sharing of home directory across architectures.tim.thelion1-4/+7
2007-12-19Call 'broadcastMessage ReleaseResources' in restartSpencer Janssen1-2/+20
2007-12-10normalize Module headersLukas Mai1-1/+1
2007-11-24Typos and formattingAndrea Rossato1-2/+2
2007-12-08Hide generalized newtype deriving from HaddockSpencer Janssen1-1/+6
2007-11-28make Query a MonadIOLukas Mai1-1/+1
2007-11-21add getXMonadDir (2nd try)Lukas Mai1-2/+6
2007-11-21generalise type of `io'Don Stewart1-5/+5
2007-11-20Add recompilation forcing, clean up recompile's documentationSpencer Janssen1-10/+12
2007-11-20recompile does not raise any exceptionsSpencer Janssen1-1/+0
2007-11-20-no-recomp because we're doing our own recompilation checkingSpencer Janssen1-1/+1
2007-11-20clean up fmap overuse with applicatives. more opportunities remainDon Stewart1-4/+5
2007-11-19ManageHook is a MonoidSpencer Janssen1-2/+17
2007-11-19No more liftMSpencer Janssen1-3/+3
2007-11-19Refactor recompileSpencer Janssen1-16/+15
2007-11-19Trailing spaceSpencer Janssen1-1/+1
2007-11-19Generalize recompile to MonadIOSpencer Janssen1-2/+2
2007-11-19Factor out doubleFork logicSpencer Janssen1-10/+8
2007-11-19handle case of xmonad binary not existing, when checking recompilationDon Stewart1-2/+2
2007-11-19Use executeFile directly, rather than the shell, avoiding sh interepetingDon Stewart1-3/+7
2007-11-19UNDO: use 'spawn' rather than runProcess, to report errors asynchronously, av...Don Stewart1-1/+3
2007-11-19use 'spawn' rather than runProcess, to report errors asynchronously, avoiding...Don Stewart1-3/+1
2007-11-19Use xmessage to present a failure message to users when the config file canno...Don Stewart1-4/+20
2007-11-19only check xmonad.hs against the xmonad binary, not the .o file (meaning you ...Don Stewart1-6/+8
2007-11-19Do our own recompilation checking: only launch ghc if the xmonad.hs is newer ...Don Stewart1-6/+14
2007-11-19reformat export list to fit on the pageDon Stewart1-2/+8
2007-11-17add support for Mac users and their silly case-insensitive filesystemsDevin Mullins1-1/+1
2007-11-16Core: documented XConfig and ScreenDetailAndrea Rossato1-12/+15