aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Core.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correct warnings with ghc-6.12Adam Vogt2010-01-181-8/+9
* Add xfork: a forkProcess that works around process global stateSpencer Janssen2009-12-231-3/+7
* Determine numlockMask automatically, fixes #120Spencer Janssen2009-12-161-1/+2
* Support for extensible state in contrib modules.Daniel Schoepe2009-11-061-7/+39
* Set SIGPIPE to default in forked processesSpencer Janssen2009-11-061-0/+1
* Remove redundant parensSpencer Janssen2009-09-181-1/+1
* Only watch mtime for .hs, .lhs, .hsc for ~/.xmonad/libAdam Vogt2009-05-041-1/+2
* Add lib to ghc searchpath with recompilation checkAdam Vogt2009-03-221-4/+13
* Use standard -fforce-recomp instead of undocumented -no-recompDon Stewart2009-02-081-1/+1
* Support for custom event hooksDaniel Schoepe2009-02-031-0/+3
* Make X an instance of TypeableDaniel Schoepe2009-01-281-1/+1
* Add uninstallSignalHandlers, use in spawnSpencer Janssen2009-01-221-2/+8
* Create a new session for forked processesSpencer Janssen2009-01-221-2/+3
* Close stdin in spawned processesSpencer Janssen2009-01-171-2/+9
* Document spawnPIDSpencer Janssen2009-01-171-0/+1
* Remove doubleFork, handle SIGCHLDSpencer Janssen2009-01-161-16/+29
* More flexible userCode functionDaniel Schoepe2009-01-101-3/+9
* add'l documentationDevin Mullins2008-09-281-1/+2
* Track mouse position via events receivedSpencer Janssen2008-10-071-0/+3
* Haddock linksMalebria2008-06-011-14/+14
* Haddock syntax for enumerationMalebria2008-06-011-0/+3
* I prefer the spencerjanssen@gmail.com address nowSpencer Janssen2008-07-141-1/+1
* Remember if focus changes were caused by mouse actions or by key commandsKlaus Weidner2008-05-021-0/+1
* Remove gapsSpencer Janssen2008-03-251-5/+2
* Also print compilation errors to stderrSpencer Janssen2008-03-241-0/+3
* add sendMessageWithNoRefresh and have broadcastMessage use itAndrea Rossato2008-02-231-21/+2
* 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