summaryrefslogtreecommitdiffstats
path: root/XMonad/Core.hs
AgeCommit message (Expand)Author
2009-09-18Remove redundant parensSpencer Janssen
2009-05-04Only watch mtime for .hs, .lhs, .hsc for ~/.xmonad/libAdam Vogt
2009-03-22Add lib to ghc searchpath with recompilation checkAdam Vogt
2009-02-08Use standard -fforce-recomp instead of undocumented -no-recompDon Stewart
2009-02-03Support for custom event hooksDaniel Schoepe
2009-01-28Make X an instance of TypeableDaniel Schoepe
2009-01-22Add uninstallSignalHandlers, use in spawnSpencer Janssen
2009-01-22Create a new session for forked processesSpencer Janssen
2009-01-17Close stdin in spawned processesSpencer Janssen
2009-01-17Document spawnPIDSpencer Janssen
2009-01-16Remove doubleFork, handle SIGCHLDSpencer Janssen
2009-01-10More flexible userCode functionDaniel Schoepe
2008-09-28add'l documentationDevin Mullins
2008-10-07Track mouse position via events receivedSpencer Janssen
2008-06-01Haddock linksMalebria
2008-06-01Haddock syntax for enumerationMalebria
2008-07-14I prefer the spencerjanssen@gmail.com address nowSpencer Janssen
2008-05-02Remember if focus changes were caused by mouse actions or by key commandsKlaus Weidner
2008-03-25Remove gapsSpencer Janssen
2008-03-24Also print compilation errors to stderrSpencer Janssen
2008-02-23add sendMessageWithNoRefresh and have broadcastMessage use itAndrea Rossato
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