summaryrefslogtreecommitdiffstats
path: root/XMonad
AgeCommit message (Expand)Author
2008-02-04Add a startupHook.Brent Yorgey
2008-02-04Core.hs: add an Applicative instance for XBrent Yorgey
2008-02-07Remove non-existent windows on restartSpencer Janssen
2008-02-06Lift initColor exceptions into MaybeDon Stewart
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-28Make Mirror implement emptyLayoutAndrea Rossato
2008-01-28Kill stale xmonad 0.1 commentsSpencer Janssen
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-18Simplify duplicate/cloned screen logicSpencer Janssen
2007-12-31Put the screen removing stuff in getCleanedScreenInfoJoachim Breitner
2007-12-31Ignore cloned screensJoachim Breitner
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-27Broadcast button events to all layouts, fix for issue #111Spencer Janssen
2007-12-20Config.hs: too many users seem to be ignoring/missing the polite warning not ...Brent Yorgey
2007-12-22Remove desktop manageHook rules in favor of ManageDocksSpencer 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-12Set withdrawnState after calling hideSpencer Janssen
2007-12-11Remove stale commentSpencer Janssen
2007-12-11Make windows responsible for setting withdrawn stateSpencer Janssen
2007-12-11Remove stale commentSpencer Janssen
2007-12-11Clean up stale mapped/waitingUnmap state in handle rather than unmanage.Spencer Janssen
2007-12-11Delete windows from waitingUnmap that aren't waitng for any unmapsSpencer Janssen
2007-12-10normalize Module headersLukas Mai
2007-12-09StackSet: some haddock tuningAndrea Rossato
2007-12-09Remove kicker and gnome-panel from the default manageHook, these are betterSpencer Janssen
2007-11-24Typos and formattingAndrea Rossato
2007-11-24Move XMonad.Layouts to XMonad.Layout for uniformity with xmcAndrea 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
2007-11-21Add 'and' and 'or' functions to ManageHook.Spencer Janssen
2007-11-21generalise type of `io'Don Stewart
2007-11-20Add recompilation forcing, clean up recompile's documentationSpencer Janssen
2007-11-20recompile does not raise any exceptionsSpencer Janssen
2007-11-20-no-recomp because we're doing our own recompilation checkingSpencer Janssen
2007-11-20pointfreeDon Stewart