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