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