| Commit message (Expand) | Author | Age | Files | Lines |
* | Split float up | Spencer Janssen | 2007-09-24 | 1 | -8/+17 |
* | Use the new StackSet.screens in windows | Spencer Janssen | 2007-09-24 | 1 | -1/+1 |
* | Eliminate Operations.sink too | Spencer Janssen | 2007-09-17 | 1 | -4/+0 |
* | Remove Operations functions which have StackSet equivalents, just use 'window... | Spencer Janssen | 2007-09-17 | 1 | -16/+0 |
* | Fix float behaviour, add shiftWin. | Karsten Schoelzel | 2007-09-10 | 1 | -10/+8 |
* | Add delete' for use in shift | Karsten Schoelzel | 2007-09-10 | 1 | -5/+1 |
* | pointfree looks nicer here | Don Stewart | 2007-09-11 | 1 | -1/+1 |
* | Remove redundant reveal | Spencer Janssen | 2007-09-10 | 1 | -1/+1 |
* | Move lower boundary check into applySizeHints, because all users of applySize... | Karsten Schoelzel | 2007-09-05 | 1 | -4/+8 |
* | don't refresh when setting focus to already focussed window. | David Roundy | 2007-08-20 | 1 | -1/+1 |
* | clear out motion events when processing one motion event. | David Roundy | 2007-08-20 | 1 | -6/+9 |
* | remove unneeded do. | David Roundy | 2007-08-13 | 1 | -3/+2 |
* | make splitHorizontallyBy accept any RealFrac. | David Roundy | 2007-08-13 | 1 | -1/+1 |
* | Operations.windows: minor refactor | Spencer Janssen | 2007-08-15 | 1 | -3/+2 |
* | Cleanup | Spencer Janssen | 2007-08-10 | 1 | -8/+11 |
* | move event loop out of mouseDrag. | David Roundy | 2007-08-07 | 1 | -20/+24 |
* | only display any given window once. | David Roundy | 2007-07-24 | 1 | -1/+5 |
* | Add greedyView, make it the default action for mod-wer | Spencer Janssen | 2007-08-15 | 1 | -1/+1 |
* | restore focus to currently focused window after "float" (closes #32) | Jason Creighton | 2007-07-10 | 1 | -1/+1 |
* | Operations.screenWorkspace: return Nothing when the screen does not exist | Spencer Janssen | 2007-07-08 | 1 | -3/+3 |
* | Operations.rescreen: screen indexes start at zero | Spencer Janssen | 2007-07-08 | 1 | -1/+1 |
* | Note and workaround bugs in Operations.float | Spencer Janssen | 2007-07-05 | 1 | -0/+4 |
* | UPGRADE X11-Extras! Manage iconified windows | Spencer Janssen | 2007-06-30 | 1 | -1/+1 |
* | Move screen details into StackSet | Spencer Janssen | 2007-06-29 | 1 | -25/+23 |
* | Change a window's workspace when dragging across screens (closes #30) | Jason Creighton | 2007-06-28 | 1 | -6/+16 |
* | support self-modifying layouts. | David Roundy | 2007-06-23 | 1 | -5/+9 |
* | minor tweaks, ideas from joachim.fasting@ | Don Stewart | 2007-06-21 | 1 | -1/+1 |
* | only perform mouse events on managed windows. closes #28 | Don Stewart | 2007-06-21 | 1 | -2/+2 |
* | -Wall police | Spencer Janssen | 2007-06-20 | 1 | -1/+1 |
* | Stack windows in the order they are returned by doLayout | Spencer Janssen | 2007-06-20 | 1 | -4/+3 |
* | make Layouts able to layout whatever they like. | David Roundy | 2007-06-19 | 1 | -3/+3 |
* | float fixed size windows | Peter De Wachter | 2007-06-18 | 1 | -1/+3 |
* | -Wall police, and turn on -fno-warn-orphans | Don Stewart | 2007-06-17 | 1 | -2/+2 |
* | Fix float stacking | Spencer Janssen | 2007-06-14 | 1 | -2/+3 |
* | Remove 'temporary work around' in 'windows' | Spencer Janssen | 2007-06-14 | 1 | -23/+0 |
* | move initColor to Operations and only store the Pixel value of colors | Jason Creighton | 2007-06-14 | 1 | -2/+7 |
* | prevent keyboard focus from getting lost in some cases | Jason Creighton | 2007-06-13 | 1 | -5/+5 |
* | resolve conflict in Operations. | David Roundy | 2007-06-12 | 1 | -1/+2 |
* | add catchX to catch exceptions. | David Roundy | 2007-06-12 | 1 | -3/+4 |
* | make focus, up and down complete functions. | David Roundy | 2007-06-12 | 1 | -7/+4 |
* | fmt | Don Stewart | 2007-06-12 | 1 | -2/+2 |
* | -Wall police | Stefan O'Rear | 2007-06-12 | 1 | -1/+1 |
* | Use a more descriptive name for the layout reversal message | Stefan O'Rear | 2007-06-12 | 1 | -5/+5 |
* | Use broadcastMessage in windows and switchLayout, should improve Xinerama for... | Stefan O'Rear | 2007-06-12 | 1 | -3/+9 |
* | Add a broadcastMessage function, which sends to all visible workspaces withou... | Stefan O'Rear | 2007-06-12 | 1 | -0/+10 |
* | Set withdrawn state after calling windows | Spencer Janssen | 2007-06-11 | 1 | -1/+1 |
* | Remove obsolete 'layout' function | Spencer Janssen | 2007-06-11 | 1 | -14/+6 |
* | -Wall police | Spencer Janssen | 2007-06-11 | 1 | -1/+1 |
* | Comment only | Spencer Janssen | 2007-06-11 | 1 | -4/+2 |
* | Hide windows that are not supposed to be visible | Spencer Janssen | 2007-06-11 | 1 | -13/+11 |