aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Operations.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* move library part to src/Adam Vogt2014-05-021-586/+0
* configurableEventMasksmwlochbaum2013-02-051-7/+4
* Issue 135 use wa_border_width for floating windows (neoraider)Adam Vogt2013-01-151-1/+1
* Add configuration option clickToFocus (issue 225)Adam Vogt2012-01-031-3/+6
* pass mouse clicks on to focused windows (experimental)conrad.irwin2011-05-251-1/+1
* Resolve conflicts Geoff Reedy's window focus hack.Adam Vogt2010-02-221-2/+21
* Give focus to windows that don't set the input hintGeoff Reedy2009-10-111-1/+1
* implement the ICCCM WM_TAKE_FOCUS protocolGeoff Reedy2009-06-221-1/+2
* Remove -fglasgow-exts for deriving Data/Typeable needed with ghc-6.6Adam Vogt2011-06-091-1/+0
* reveal: don't insert non-clients into the set of mapped windowsTomas Janousek2010-03-271-1/+1
* Various clean-ups suggested by HLintSpencer Janssen2010-02-141-8/+7
* Rename numlockMask to numberlockMask to help users of the template config.Adam Vogt2010-01-181-2/+2
* Correct warnings with ghc-6.12Adam Vogt2010-01-181-3/+2
* Determine numlockMask automatically, fixes #120Spencer Janssen2009-12-161-2/+2
* Swap the order that windows are mapped/unmapped. Addresses #322Spencer Janssen2009-11-191-3/+3
* Support for extensible state in contrib modules.Daniel Schoepe2009-11-061-3/+7
* More flexible userCode functionDaniel Schoepe2009-01-101-3/+3
* Call logHook as the very last action in windowsSpencer Janssen2008-12-101-4/+4
* Tile all windows at onceSpencer Janssen2008-11-181-9/+11
* Factor rational rect scaling into a separate functionSpencer Janssen2008-11-181-5/+8
* add killWindow functionJoachim Breitner2008-10-051-3/+7
* Regression: ungrab buttons on *non* root windowsSpencer Janssen2008-10-071-1/+1
* Partial fix for #40Spencer Janssen2008-10-071-6/+12
* Fix haddockSpencer Janssen2008-10-071-2/+2
* Move screen locating code into pointScreenSpencer Janssen2008-10-071-3/+8
* Make pointWithin a top-level bindingSpencer Janssen2008-10-071-5/+8
* Haddock linksMalebria2008-06-011-7/+7
* Remember if focus changes were caused by mouse actions or by key commandsKlaus Weidner2008-05-021-2/+5
* WibbleSpencer Janssen2008-05-061-1/+1
* Set focus *after* revealing windowsSpencer Janssen2008-04-081-1/+1
* Reveal windows after moving/resizing them.Spencer Janssen2008-04-081-1/+2
* Hide newly created but non-visible windows (fixes bug #172)Spencer Janssen2008-04-301-1/+2
* floats always use current screen (with less bugs)robreim2008-04-051-2/+2
* XMonad.Operations: applySizeHint reshuffleLukas Mai2008-04-041-5/+21
* Remove gapsSpencer Janssen2008-03-251-16/+2
* clean up for styleDon Stewart2008-03-221-10/+11
* add sendMessageWithNoRefresh and have broadcastMessage use itAndrea Rossato2008-02-231-12/+35
* Revert float location patch. Not Xinerama safeDon Stewart2008-03-211-8/+8
* runLayout is now a LayoutClass method and takes the Workspace and the screen ...Andrea Rossato2008-02-221-5/+5
* Small linecount fix :)robreim2008-03-081-2/+1
* Change floats to always use the current screenrobreim2008-03-081-5/+6
* Lift initColor exceptions into MaybeDon Stewart2008-02-061-3/+5
* Rename runManageHook to runQuerySpencer Janssen2008-02-041-1/+2
* Simplify duplicate/cloned screen logicSpencer Janssen2008-01-181-20/+21
* Put the screen removing stuff in getCleanedScreenInfoJoachim Breitner2007-12-311-5/+13
* Ignore cloned screensJoachim Breitner2007-12-311-2/+13
* Call 'broadcastMessage ReleaseResources' in restartSpencer Janssen2007-12-191-17/+0
* Set withdrawnState after calling hideSpencer Janssen2007-12-121-1/+5
* Remove stale commentSpencer Janssen2007-12-111-1/+0
* Make windows responsible for setting withdrawn stateSpencer Janssen2007-12-111-3/+4