aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* -Wall policeSpencer Janssen2007-06-201-1/+1
* Stack windows in the order they are returned by doLayoutSpencer Janssen2007-06-201-4/+3
* make Layouts able to layout whatever they like.David Roundy2007-06-191-3/+3
* float fixed size windowsPeter De Wachter2007-06-181-1/+3
* -Wall police, and turn on -fno-warn-orphansDon Stewart2007-06-171-2/+2
* Fix float stackingSpencer Janssen2007-06-141-2/+3
* Remove 'temporary work around' in 'windows'Spencer Janssen2007-06-141-23/+0
* move initColor to Operations and only store the Pixel value of colorsJason Creighton2007-06-141-2/+7
* prevent keyboard focus from getting lost in some casesJason Creighton2007-06-131-5/+5
* resolve conflict in Operations.David Roundy2007-06-121-1/+2
* add catchX to catch exceptions.David Roundy2007-06-121-3/+4
* make focus, up and down complete functions.David Roundy2007-06-121-7/+4