aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Operations.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-18Correct warnings with ghc-6.12Adam Vogt1-3/+2
2009-12-16Determine numlockMask automatically, fixes #120Spencer Janssen1-2/+2
2009-11-19Swap the order that windows are mapped/unmapped. Addresses #322Spencer Janssen1-3/+3
2009-11-06Support for extensible state in contrib modules.Daniel Schoepe1-3/+7
2009-01-10More flexible userCode functionDaniel Schoepe1-3/+3
2008-12-10Call logHook as the very last action in windowsSpencer Janssen1-4/+4
2008-11-18Tile all windows at onceSpencer Janssen1-9/+11
2008-11-18Factor rational rect scaling into a separate functionSpencer Janssen1-5/+8
2008-10-05add killWindow functionJoachim Breitner1-3/+7
2008-10-07Regression: ungrab buttons on *non* root windowsSpencer Janssen1-1/+1
2008-10-07Partial fix for #40Spencer Janssen1-6/+12
2008-10-07Fix haddockSpencer Janssen1-2/+2
2008-10-07Move screen locating code into pointScreenSpencer Janssen1-3/+8
2008-10-07Make pointWithin a top-level bindingSpencer Janssen1-5/+8
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