aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-07rework failure cases in StackSet.viewDon Stewart1-3/+2
2008-02-04Add a startupHook.Brent Yorgey3-2/+10
2008-02-04Core.hs: add an Applicative instance for XBrent Yorgey1-0/+4
2008-02-07Remove non-existent windows on restartSpencer Janssen1-6/+9
2008-02-06Lift initColor exceptions into MaybeDon Stewart2-5/+14
2008-02-06module uses CPPDon Stewart1-1/+1
2008-02-04Rename runManageHook to runQuerySpencer Janssen2-4/+5
2008-02-03let enter dismiss compile errorsdaniel1-1/+1
2008-02-01Core.hs, StackSet.hs: some documentation updatesBrent Yorgey2-24/+25
2008-01-28Make Mirror implement emptyLayoutAndrea Rossato1-0/+2
2008-01-28Kill stale xmonad 0.1 commentsSpencer Janssen1-32/+0
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 Rossato2-1/+9
2008-01-18Simplify duplicate/cloned screen logicSpencer Janssen2-22/+22
2007-12-31Put the screen removing stuff in getCleanedScreenInfoJoachim Breitner1-5/+13
2007-12-31Ignore cloned screensJoachim Breitner1-2/+13
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 Janssen3-4/+13
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-27Broadcast button events to all layouts, fix for issue #111Spencer Janssen1-1/+1
2007-12-20Config.hs: too many users seem to be ignoring/missing the polite warning not ...Brent Yorgey1-2/+6
2007-12-22Remove desktop manageHook rules in favor of ManageDocksSpencer Janssen1-3/+1
2007-12-22WibbleSpencer Janssen1-1/+1
2007-12-19Remove getProgName capability from restart, we don't use it anymoreSpencer Janssen2-12/+6
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 Janssen3-20/+21
2007-12-12Set withdrawnState after calling hideSpencer Janssen1-1/+5
2007-12-11Remove stale commentSpencer Janssen1-1/+0
2007-12-11Make windows responsible for setting withdrawn stateSpencer Janssen1-3/+4
2007-12-11Remove stale commentSpencer Janssen1-2/+0
2007-12-11Clean up stale mapped/waitingUnmap state in handle rather than unmanage.Spencer Janssen2-2/+4
2007-12-11Delete windows from waitingUnmap that aren't waitng for any unmapsSpencer Janssen1-1/+3
2007-12-10normalize Module headersLukas Mai6-6/+6
2007-12-09StackSet: some haddock tuningAndrea Rossato1-7/+16
2007-12-09Remove kicker and gnome-panel from the default manageHook, these are betterSpencer Janssen1-6/+5
2007-11-24Typos and formattingAndrea Rossato2-5/+5
2007-11-24Move XMonad.Layouts to XMonad.Layout for uniformity with xmcAndrea Rossato3-3/+3
2007-12-08Hide generalized newtype deriving from HaddockSpencer Janssen1-1/+6
2007-11-28make Query a MonadIOLukas Mai1-1/+1
2007-11-21add getXMonadDir (2nd try)Lukas Mai1-2/+6
2007-11-21Add 'and' and 'or' functions to ManageHook.Spencer Janssen1-0/+10
2007-11-21generalise type of `io'Don Stewart1-5/+5
2007-11-20Add recompilation forcing, clean up recompile's documentationSpencer Janssen1-10/+12
2007-11-20recompile does not raise any exceptionsSpencer Janssen1-1/+0
2007-11-20-no-recomp because we're doing our own recompilation checkingSpencer Janssen1-1/+1