aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Operations.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-01Haddock linksMalebria1-7/+7
2008-05-02Remember if focus changes were caused by mouse actions or by key commandsKlaus Weidner1-2/+5
2008-05-06WibbleSpencer Janssen1-1/+1
2008-04-08Set focus *after* revealing windowsSpencer Janssen1-1/+1
2008-04-08Reveal windows after moving/resizing them.Spencer Janssen1-1/+2
2008-04-30Hide newly created but non-visible windows (fixes bug #172)Spencer Janssen1-1/+2
2008-04-05floats always use current screen (with less bugs)robreim1-2/+2
2008-04-04XMonad.Operations: applySizeHint reshuffleLukas Mai1-5/+21
2008-03-25Remove gapsSpencer Janssen1-16/+2
2008-03-22clean up for styleDon Stewart1-10/+11
2008-02-23add sendMessageWithNoRefresh and have broadcastMessage use itAndrea Rossato1-12/+35
2008-03-21Revert float location patch. Not Xinerama safeDon Stewart1-8/+8
2008-02-22runLayout is now a LayoutClass method and takes the Workspace and the screen ...Andrea Rossato1-5/+5
2008-03-08Small linecount fix :)robreim1-2/+1
2008-03-08Change floats to always use the current screenrobreim1-5/+6
2008-02-06Lift initColor exceptions into MaybeDon Stewart1-3/+5
2008-02-04Rename runManageHook to runQuerySpencer Janssen1-1/+2
2008-01-18Simplify duplicate/cloned screen logicSpencer Janssen1-20/+21
2007-12-31Put the screen removing stuff in getCleanedScreenInfoJoachim Breitner1-5/+13
2007-12-31Ignore cloned screensJoachim Breitner1-2/+13
2007-12-19Call 'broadcastMessage ReleaseResources' in restartSpencer Janssen1-17/+0
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 Janssen1-1/+0
2007-12-10normalize Module headersLukas Mai1-1/+1
2007-11-24Move XMonad.Layouts to XMonad.Layout for uniformity with xmcAndrea Rossato1-1/+1
2007-11-20clean up fmap overuse with applicatives. more opportunities remainDon Stewart1-8/+9
2007-11-19ManageHook is a MonoidSpencer Janssen1-1/+1
2007-11-19No more liftMSpencer Janssen1-3/+3
2007-11-09New ManageHook systemSpencer Janssen1-3/+1
2007-11-07Provide top level XMonad.hs export moduleDon Stewart1-1/+1
2007-11-01HierarchifySpencer Janssen1-3/+3
2007-11-01Add readsLayout, remove the existential from XConfigSpencer Janssen1-2/+2
2007-11-01Delete Main.hs-boot!Spencer Janssen1-6/+8
2007-11-01Remove manageHook from Main.hs-bootSpencer Janssen1-2/+3
2007-11-01-Wall policeSpencer Janssen1-2/+1
2007-11-01Store user configuration in XConfSpencer Janssen1-3/+3
2007-11-01This is a massive update, here's what has changed:Spencer Janssen1-158/+2
2007-10-29cleaner version of main/config inversion.David Roundy1-4/+5
2007-10-25make setLayout a bit more inclusive.David Roundy1-2/+2
2007-10-18make xmonad work with inverted main/config.David Roundy1-1/+2
2007-10-28New windows start in the iconic stateSpencer Janssen1-5/+6
2007-10-22Replace 'findIndex' with 'findTag', which more accurately describes what the ...Brent Yorgey1-1/+1
2007-10-19Operations.hs: flip maybe id is fromMaybeEric Mertens1-1/+1
2007-10-19Deobfuscate Tall layoutEric Mertens1-3/+3
2007-10-19UNDO: setInitialProperties after placing windowsSpencer Janssen1-2/+1
2007-10-19setInitialProperties after placing windowsSpencer Janssen1-1/+2
2007-10-19UNDO: Ignore borders in the stored RationalRects of floating windows.Spencer Janssen1-18/+8