summaryrefslogtreecommitdiffstats
path: root/XMonad
AgeCommit message (Expand)Author
2008-03-22formattingDon Stewart
2008-03-22strict fields on layout messagesDon Stewart
2008-03-22clean up Layout.hs, not entirely happy about the impure layouts.Don Stewart
2008-03-22commentsDon Stewart
2008-03-22whitespaceDon Stewart
2008-03-22reenable quickcheck properties for layouts (no overlap, fullscreen)Don Stewart
2008-03-22formattingDon Stewart
2008-03-21Revert float location patch. Not Xinerama safeDon Stewart
2008-03-21XMonad.Core: ignore SIGPIPE, let write calls throwLukas Mai
2008-03-11update documentationBrent Yorgey
2008-02-25Reimplement Mirror with runLayoutAndrea Rossato
2008-02-22Reimplement Choose with runLayoutAndrea Rossato
2008-02-22runLayout is now a LayoutClass method and takes the Workspace and the screen ...Andrea Rossato
2008-03-08Small linecount fix :)robreim
2008-03-08Change floats to always use the current screenrobreim
2008-03-07rework failure cases in StackSet.viewDon Stewart
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