aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Core.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-18Correct warnings with ghc-6.12Adam Vogt1-8/+9
2009-12-23Add xfork: a forkProcess that works around process global stateSpencer Janssen1-3/+7
2009-12-16Determine numlockMask automatically, fixes #120Spencer Janssen1-1/+2
2009-11-06Support for extensible state in contrib modules.Daniel Schoepe1-7/+39
2009-11-06Set SIGPIPE to default in forked processesSpencer Janssen1-0/+1
2009-09-18Remove redundant parensSpencer Janssen1-1/+1
2009-05-04Only watch mtime for .hs, .lhs, .hsc for ~/.xmonad/libAdam Vogt1-1/+2
2009-03-22Add lib to ghc searchpath with recompilation checkAdam Vogt1-4/+13
2009-02-08Use standard -fforce-recomp instead of undocumented -no-recompDon Stewart1-1/+1
2009-02-03Support for custom event hooksDaniel Schoepe1-0/+3
2009-01-28Make X an instance of TypeableDaniel Schoepe1-1/+1
2009-01-22Add uninstallSignalHandlers, use in spawnSpencer Janssen1-2/+8
2009-01-22Create a new session for forked processesSpencer Janssen1-2/+3
2009-01-17Close stdin in spawned processesSpencer Janssen1-2/+9
2009-01-17Document spawnPIDSpencer Janssen1-0/+1
2009-01-16Remove doubleFork, handle SIGCHLDSpencer Janssen1-16/+29
2009-01-10More flexible userCode functionDaniel Schoepe1-3/+9
2008-09-28add'l documentationDevin Mullins1-1/+2
2008-10-07Track mouse position via events receivedSpencer Janssen1-0/+3
2008-06-01Haddock linksMalebria1-14/+14
2008-06-01Haddock syntax for enumerationMalebria1-0/+3
2008-07-14I prefer the spencerjanssen@gmail.com address nowSpencer Janssen1-1/+1
2008-05-02Remember if focus changes were caused by mouse actions or by key commandsKlaus Weidner1-0/+1
2008-03-25Remove gapsSpencer Janssen1-5/+2
2008-03-24Also print compilation errors to stderrSpencer Janssen1-0/+3
2008-02-23add sendMessageWithNoRefresh and have broadcastMessage use itAndrea Rossato1-21/+2
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