aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Operations.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove stale commentSpencer Janssen2007-12-111-2/+0
* Clean up stale mapped/waitingUnmap state in handle rather than unmanage.Spencer Janssen2007-12-111-1/+0
* normalize Module headersLukas Mai2007-12-101-1/+1
* Move XMonad.Layouts to XMonad.Layout for uniformity with xmcAndrea Rossato2007-11-241-1/+1
* clean up fmap overuse with applicatives. more opportunities remainDon Stewart2007-11-201-8/+9
* ManageHook is a MonoidSpencer Janssen2007-11-191-1/+1
* No more liftMSpencer Janssen2007-11-191-3/+3
* New ManageHook systemSpencer Janssen2007-11-091-3/+1
* Provide top level XMonad.hs export moduleDon Stewart2007-11-071-1/+1
* HierarchifySpencer Janssen2007-11-011-0/+505