aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-28Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen1-1/+3
2007-09-28LayoutSelection: describe the active layout onlySpencer Janssen1-0/+3
2007-09-27put transients completely on the screen when possible.David Roundy1-5/+10
2007-09-28setLayout should not call sendMessage, because sendMessage calls windowsSpencer Janssen1-3/+3
2007-09-28Add setLayout to the coreSpencer Janssen1-0/+7
2007-09-27Refactor floating code in manageSpencer Janssen1-8/+7
2007-09-25fix bug where ReleaseResources wasn't getting sent to all layouts.David Roundy1-0/+4
2007-09-25add support for parseable layouts not in the default.David Roundy1-2/+3
2007-09-25rename modifyLayout to handleMessage.David Roundy1-10/+10
2007-09-25make it easier to define pure layouts.David Roundy1-2/+1
2007-09-24Make a String description part of each Layout.David Roundy1-9/+13
2007-09-24Added LayoutMessagesAndrea Rossato1-7/+16
2007-09-23create default modifyLayout that ignores messages.David Roundy1-1/+0
2007-09-21add layout selection back into core xmonad using LayoutSelection.David Roundy1-21/+42
2007-09-21make layouts preserved over restartDavid Roundy1-1/+7
2007-09-21move Layout into StackSet.David Roundy1-23/+23
2007-09-20Pointfree Mirror and SomeLayout instancesSpencer Janssen1-2/+2
2007-09-20Use derived Show and Read instances for MirrorSpencer Janssen1-7/+1
2007-09-20add Read instance to Layout.David Roundy1-5/+10
2007-09-20add Show instance to LayoutDavid Roundy1-2/+4
2007-09-20eliminate ugly OldLayout.David Roundy1-20/+21
2007-09-14move Layout stuff into class (hokey first cut).David Roundy1-12/+12
2007-09-24Split float upSpencer Janssen1-8/+17
2007-09-24Use the new StackSet.screens in windowsSpencer Janssen1-1/+1
2007-09-17Eliminate Operations.sink tooSpencer Janssen1-4/+0
2007-09-17Remove Operations functions which have StackSet equivalents, just use 'window...Spencer Janssen1-16/+0
2007-09-10Fix float behaviour, add shiftWin.Karsten Schoelzel1-10/+8
2007-09-10Add delete' for use in shiftKarsten Schoelzel1-5/+1
2007-09-11pointfree looks nicer hereDon Stewart1-1/+1
2007-09-10Remove redundant revealSpencer Janssen1-1/+1
2007-09-05Move lower boundary check into applySizeHints, because all users of applySize...Karsten Schoelzel1-4/+8
2007-08-20don't refresh when setting focus to already focussed window.David Roundy1-1/+1
2007-08-20clear out motion events when processing one motion event.David Roundy1-6/+9
2007-08-13remove unneeded do.David Roundy1-3/+2
2007-08-13make splitHorizontallyBy accept any RealFrac.David Roundy1-1/+1
2007-08-15Operations.windows: minor refactorSpencer Janssen1-3/+2
2007-08-10CleanupSpencer Janssen1-8/+11
2007-08-07move event loop out of mouseDrag.David Roundy1-20/+24
2007-07-24only display any given window once.David Roundy1-1/+5
2007-08-15Add greedyView, make it the default action for mod-werSpencer Janssen1-1/+1
2007-07-10restore focus to currently focused window after "float" (closes #32)Jason Creighton1-1/+1
2007-07-08Operations.screenWorkspace: return Nothing when the screen does not existSpencer Janssen1-3/+3
2007-07-08Operations.rescreen: screen indexes start at zeroSpencer Janssen1-1/+1
2007-07-05Note and workaround bugs in Operations.floatSpencer Janssen1-0/+4
2007-06-30UPGRADE X11-Extras! Manage iconified windowsSpencer Janssen1-1/+1
2007-06-29Move screen details into StackSetSpencer Janssen1-25/+23
2007-06-28Change a window's workspace when dragging across screens (closes #30)Jason Creighton1-6/+16
2007-06-23support self-modifying layouts.David Roundy1-5/+9
2007-06-21minor tweaks, ideas from joachim.fasting@Don Stewart1-1/+1
2007-06-21only perform mouse events on managed windows. closes #28Don Stewart1-2/+2