summaryrefslogtreecommitdiffstats
path: root/XMonad/Core.hs
AgeCommit message (Expand)Author
2008-03-22commentsDon Stewart
2008-03-22formattingDon Stewart
2008-03-11update documentationBrent Yorgey
2008-02-22runLayout is now a LayoutClass method and takes the Workspace and the screen ...Andrea Rossato
2008-02-04Add a startupHook.Brent Yorgey
2008-02-04Core.hs: add an Applicative instance for XBrent Yorgey
2008-02-06module uses CPPDon Stewart
2008-02-04Rename runManageHook to runQuerySpencer Janssen
2008-02-03let enter dismiss compile errorsdaniel
2008-02-01Core.hs, StackSet.hs: some documentation updatesBrent Yorgey
2008-01-28Generalize the type of catchIO, use it in Main.hsSpencer Janssen
2008-01-24Add emptyLayout to LayoutClass, a method to be called when a workspace is emptyAndrea Rossato
2008-01-14Export doubleForknicolas.pouillard
2007-11-22reword comment (previous version didn't make sense to me)Lukas Mai
2008-01-05The recompile function now returns a boolean status instead of ().nicolas.pouillard
2007-12-29Make focus-follows-mouse configurableSpencer Janssen
2007-12-29Strictify all XConfig fields, gives nice error messages when a field is forgo...Spencer Janssen
2007-12-29SpellingSpencer Janssen
2007-12-29WibbleSpencer Janssen
2007-12-22WibbleSpencer Janssen
2007-12-19Remove getProgName capability from restart, we don't use it anymoreSpencer Janssen
2007-12-19Flush pending X calls before restartingSpencer Janssen
2007-12-18Allow for sharing of home directory across architectures.tim.thelion
2007-12-19Call 'broadcastMessage ReleaseResources' in restartSpencer Janssen
2007-12-10normalize Module headersLukas Mai
2007-11-24Typos and formattingAndrea 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-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-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-16Core: documented XConfig and ScreenDetailAndrea Rossato