summaryrefslogtreecommitdiffstats
path: root/Operations.hs
AgeCommit message (Expand)Author
2007-09-24Split float upSpencer Janssen
2007-09-24Use the new StackSet.screens in windowsSpencer Janssen
2007-09-17Eliminate Operations.sink tooSpencer Janssen
2007-09-17Remove Operations functions which have StackSet equivalents, just use 'window...Spencer Janssen
2007-09-10Fix float behaviour, add shiftWin.Karsten Schoelzel
2007-09-10Add delete' for use in shiftKarsten Schoelzel
2007-09-11pointfree looks nicer hereDon Stewart
2007-09-10Remove redundant revealSpencer Janssen
2007-09-05Move lower boundary check into applySizeHints, because all users of applySize...Karsten Schoelzel
2007-08-20don't refresh when setting focus to already focussed window.David Roundy
2007-08-20clear out motion events when processing one motion event.David Roundy
2007-08-13remove unneeded do.David Roundy
2007-08-13make splitHorizontallyBy accept any RealFrac.David Roundy
2007-08-15Operations.windows: minor refactorSpencer Janssen
2007-08-10CleanupSpencer Janssen
2007-08-07move event loop out of mouseDrag.David Roundy
2007-07-24only display any given window once.David Roundy
2007-08-15Add greedyView, make it the default action for mod-werSpencer Janssen
2007-07-10restore focus to currently focused window after "float" (closes #32)Jason Creighton
2007-07-08Operations.screenWorkspace: return Nothing when the screen does not existSpencer Janssen
2007-07-08Operations.rescreen: screen indexes start at zeroSpencer Janssen
2007-07-05Note and workaround bugs in Operations.floatSpencer Janssen
2007-06-30UPGRADE X11-Extras! Manage iconified windowsSpencer Janssen
2007-06-29Move screen details into StackSetSpencer Janssen
2007-06-28Change a window's workspace when dragging across screens (closes #30)Jason Creighton
2007-06-23support self-modifying layouts.David Roundy
2007-06-21minor tweaks, ideas from joachim.fasting@Don Stewart
2007-06-21only perform mouse events on managed windows. closes #28Don Stewart
2007-06-20-Wall policeSpencer Janssen
2007-06-20Stack windows in the order they are returned by doLayoutSpencer Janssen
2007-06-19make Layouts able to layout whatever they like.David Roundy
2007-06-18float fixed size windowsPeter De Wachter
2007-06-17-Wall police, and turn on -fno-warn-orphansDon Stewart
2007-06-14Fix float stackingSpencer Janssen
2007-06-14Remove 'temporary work around' in 'windows'Spencer Janssen
2007-06-14move initColor to Operations and only store the Pixel value of colorsJason Creighton
2007-06-13prevent keyboard focus from getting lost in some casesJason Creighton
2007-06-12resolve conflict in Operations.David Roundy
2007-06-12add catchX to catch exceptions.David Roundy
2007-06-12make focus, up and down complete functions.David Roundy
2007-06-12fmtDon Stewart
2007-06-12-Wall policeStefan O'Rear
2007-06-12Use a more descriptive name for the layout reversal messageStefan O'Rear
2007-06-12Use broadcastMessage in windows and switchLayout, should improve Xinerama for...Stefan O'Rear
2007-06-12Add a broadcastMessage function, which sends to all visible workspaces withou...Stefan O'Rear
2007-06-11Set withdrawn state after calling windowsSpencer Janssen
2007-06-11Remove obsolete 'layout' functionSpencer Janssen
2007-06-11-Wall policeSpencer Janssen
2007-06-11Comment onlySpencer Janssen
2007-06-11Hide windows that are not supposed to be visibleSpencer Janssen