summaryrefslogtreecommitdiffstats
path: root/XMonad/Operations.hs
AgeCommit message (Expand)Author
2010-01-18Rename numlockMask to numberlockMask to help users of the template config.Adam Vogt
2010-01-18Correct warnings with ghc-6.12Adam Vogt
2009-12-16Determine numlockMask automatically, fixes #120Spencer Janssen
2009-11-19Swap the order that windows are mapped/unmapped. Addresses #322Spencer Janssen
2009-11-06Support for extensible state in contrib modules.Daniel Schoepe
2009-01-10More flexible userCode functionDaniel Schoepe
2008-12-10Call logHook as the very last action in windowsSpencer Janssen
2008-11-18Tile all windows at onceSpencer Janssen
2008-11-18Factor rational rect scaling into a separate functionSpencer Janssen
2008-10-05add killWindow functionJoachim Breitner
2008-10-07Regression: ungrab buttons on *non* root windowsSpencer Janssen
2008-10-07Partial fix for #40Spencer Janssen
2008-10-07Fix haddockSpencer Janssen
2008-10-07Move screen locating code into pointScreenSpencer Janssen
2008-10-07Make pointWithin a top-level bindingSpencer Janssen
2008-06-01Haddock linksMalebria
2008-05-02Remember if focus changes were caused by mouse actions or by key commandsKlaus Weidner
2008-05-06WibbleSpencer Janssen
2008-04-08Set focus *after* revealing windowsSpencer Janssen
2008-04-08Reveal windows after moving/resizing them.Spencer Janssen
2008-04-30Hide newly created but non-visible windows (fixes bug #172)Spencer Janssen
2008-04-05floats always use current screen (with less bugs)robreim
2008-04-04XMonad.Operations: applySizeHint reshuffleLukas Mai
2008-03-25Remove gapsSpencer Janssen
2008-03-22clean up for styleDon Stewart
2008-02-23add sendMessageWithNoRefresh and have broadcastMessage use itAndrea Rossato
2008-03-21Revert float location patch. Not Xinerama safeDon Stewart
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-02-06Lift initColor exceptions into MaybeDon Stewart
2008-02-04Rename runManageHook to runQuerySpencer Janssen
2008-01-18Simplify duplicate/cloned screen logicSpencer Janssen
2007-12-31Put the screen removing stuff in getCleanedScreenInfoJoachim Breitner
2007-12-31Ignore cloned screensJoachim Breitner
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-10normalize Module headersLukas Mai
2007-11-24Move XMonad.Layouts to XMonad.Layout for uniformity with xmcAndrea Rossato
2007-11-20clean up fmap overuse with applicatives. more opportunities remainDon Stewart
2007-11-19ManageHook is a MonoidSpencer Janssen
2007-11-19No more liftMSpencer Janssen
2007-11-09New ManageHook systemSpencer Janssen
2007-11-07Provide top level XMonad.hs export moduleDon Stewart
2007-11-01HierarchifySpencer Janssen