summaryrefslogtreecommitdiffstats
path: root/XMonad/Operations.hs
AgeCommit message (Expand)Author
2013-09-11Rename XMonad to MetaTileMatthias Schiffer
2013-09-11Correctly handle resize requestsMatthias Schiffer
2013-09-11Use none for zero XIDsMatthias Schiffer
2013-09-11Add support for window bordersMatthias Schiffer
2013-09-10Implement simple reparentingMatthias Schiffer
2013-09-10Set border width to 0 for new windowsMatthias Schiffer
2013-09-10Revert "Add debug some output"Matthias Schiffer
2013-09-10Add debug some outputMatthias Schiffer
2013-09-09Add WindowState recordMatthias Schiffer
2013-09-09Don't use X bordersMatthias Schiffer
2013-09-09Remove concept of floating windowsMatthias Schiffer
2013-09-04Per screen workspacesMatthias Schiffer
2013-02-05configurableEventMasksmwlochbaum
2013-01-15Issue 135 use wa_border_width for floating windows (neoraider)Adam Vogt
2012-01-03Add configuration option clickToFocus (issue 225)Adam Vogt
2011-05-25pass mouse clicks on to focused windows (experimental)conrad.irwin
2010-02-22Resolve conflicts Geoff Reedy's window focus hack.Adam Vogt
2009-10-11Give focus to windows that don't set the input hintGeoff Reedy
2009-06-22implement the ICCCM WM_TAKE_FOCUS protocolGeoff Reedy
2011-06-09Remove -fglasgow-exts for deriving Data/Typeable needed with ghc-6.6Adam Vogt
2010-03-27reveal: don't insert non-clients into the set of mapped windowsTomas Janousek
2010-02-14Various clean-ups suggested by HLintSpencer Janssen
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