aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Core.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* commentsDon Stewart2008-03-221-1/+2
* formattingDon Stewart2008-03-221-2/+5
* update documentationBrent Yorgey2008-03-111-27/+62
* runLayout is now a LayoutClass method and takes the Workspace and the screen ...Andrea Rossato2008-02-221-7/+7
* Add a startupHook.Brent Yorgey2008-02-041-0/+1
* Core.hs: add an Applicative instance for XBrent Yorgey2008-02-041-0/+4
* module uses CPPDon Stewart2008-02-061-1/+1
* Rename runManageHook to runQuerySpencer Janssen2008-02-041-3/+3
* let enter dismiss compile errorsdaniel2008-02-031-1/+1
* Core.hs, StackSet.hs: some documentation updatesBrent Yorgey2008-02-011-20/+21
* Generalize the type of catchIO, use it in Main.hsSpencer Janssen2008-01-281-1/+1
* Add emptyLayout to LayoutClass, a method to be called when a workspace is emptyAndrea Rossato2008-01-241-1/+6
* Export doubleForknicolas.pouillard2008-01-141-1/+1
* reword comment (previous version didn't make sense to me)Lukas Mai2007-11-221-2/+2
* The recompile function now returns a boolean status instead of ().nicolas.pouillard2008-01-051-2/+7
* Make focus-follows-mouse configurableSpencer Janssen2007-12-291-0/+1
* Strictify all XConfig fields, gives nice error messages when a field is forgo...Spencer Janssen2007-12-291-15/+15
* SpellingSpencer Janssen2007-12-291-1/+1
* WibbleSpencer Janssen2007-12-291-2/+1
* WibbleSpencer Janssen2007-12-221-1/+1
* Remove getProgName capability from restart, we don't use it anymoreSpencer Janssen2007-12-191-11/+5
* Flush pending X calls before restartingSpencer Janssen2007-12-191-0/+1
* Allow for sharing of home directory across architectures.tim.thelion2007-12-181-4/+7
* Call 'broadcastMessage ReleaseResources' in restartSpencer Janssen2007-12-191-2/+20
* normalize Module headersLukas Mai2007-12-101-1/+1
* Typos and formattingAndrea Rossato2007-11-241-2/+2
* Hide generalized newtype deriving from HaddockSpencer Janssen2007-12-081-1/+6
* make Query a MonadIOLukas Mai2007-11-281-1/+1
* add getXMonadDir (2nd try)Lukas Mai2007-11-211-2/+6
* generalise type of `io'Don Stewart2007-11-211-5/+5
* Add recompilation forcing, clean up recompile's documentationSpencer Janssen2007-11-201-10/+12
* recompile does not raise any exceptionsSpencer Janssen2007-11-201-1/+0
* -no-recomp because we're doing our own recompilation checkingSpencer Janssen2007-11-201-1/+1
* clean up fmap overuse with applicatives. more opportunities remainDon Stewart2007-11-201-4/+5
* ManageHook is a MonoidSpencer Janssen2007-11-191-2/+17
* No more liftMSpencer Janssen2007-11-191-3/+3
* Refactor recompileSpencer Janssen2007-11-191-16/+15
* Trailing spaceSpencer Janssen2007-11-191-1/+1
* Generalize recompile to MonadIOSpencer Janssen2007-11-191-2/+2
* Factor out doubleFork logicSpencer Janssen2007-11-191-10/+8
* handle case of xmonad binary not existing, when checking recompilationDon Stewart2007-11-191-2/+2
* Use executeFile directly, rather than the shell, avoiding sh interepetingDon Stewart2007-11-191-3/+7
* UNDO: use 'spawn' rather than runProcess, to report errors asynchronously, av...Don Stewart2007-11-191-1/+3
* 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