| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | update description field of cabal file | Don Stewart | 2007-09-16 | 1 | -10/+9 |
* | pointfree looks nicer here | Don Stewart | 2007-09-11 | 1 | -1/+1 |
* | Remove redundant reveal | Spencer Janssen | 2007-09-10 | 1 | -1/+1 |
* | Add missing insert markers for generate-configs.sh in Config.hs | Alex Tarkovsky | 2007-09-07 | 1 | -4/+9 |
* | Move lower boundary check into applySizeHints, because all users of applySize... | Karsten Schoelzel | 2007-09-05 | 1 | -4/+8 |
* | export getAtom from XMonad. | Ivan Tarasov | 2007-08-25 | 1 | -1/+1 |
* | Use show rather than string hacks | Spencer Janssen | 2007-09-05 | 1 | -1/+1 |
* | switch WorkspaceId to String. | David Roundy | 2007-08-20 | 2 | -3/+3 |
* | Alex Tarkovsky's docstring patch updated for conflicts | Spencer Janssen | 2007-09-05 | 1 | -2/+10 |
* | tasks done | Don Stewart | 2007-09-05 | 1 | -8/+1 |
* | README: spelling | Spencer Janssen | 2007-09-04 | 1 | -1/+1 |
* | Bump version to 0.3 | Spencer Janssen | 2007-09-04 | 1 | -1/+1 |
* | Add a link to XMonadContrib | Spencer Janssen | 2007-09-04 | 1 | -0/+12 |
* | Point to X11-extras-0.3 in the README | Spencer Janssen | 2007-09-04 | 1 | -1/+1 |
* | Depend on X11-extras > | Spencer Janssen | 2007-09-03 | 1 | -1/+1 |
* | Add location of X11-extras to README | Spencer Janssen | 2007-08-24 | 1 | -0/+2 |
* | Add docstrings for mouse controls | Spencer Janssen | 2007-08-24 | 1 | -0/+3 |
* | todos | Don Stewart | 2007-08-22 | 1 | -0/+9 |
* | comment only: example of 2 monitor gaps | Don Stewart | 2007-08-21 | 1 | -0/+5 |
* | 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 |
* | Fix new bug in screen switching | Spencer Janssen | 2007-08-16 | 1 | -1/+2 |
* | -Wall police | Don Stewart | 2007-08-16 | 1 | -1/+1 |
* | Comment only | Spencer Janssen | 2007-08-16 | 1 | -1/+1 |
* | simplify code in StackSet. | David Roundy | 2007-08-14 | 1 | -1/+1 |
* | change workspaces to [WorkspaceId] | David Roundy | 2007-08-14 | 3 | -6/+6 |
* | Operations.windows: minor refactor | Spencer Janssen | 2007-08-15 | 1 | -3/+2 |
* | Cleanup | Spencer Janssen | 2007-08-10 | 2 | -13/+16 |
* | move event loop out of mouseDrag. | David Roundy | 2007-08-07 | 3 | -22/+44 |
* | 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 | 3 | -2/+57 |
* | Remove 'Eq' constraint from StackSet.index | Spencer Janssen | 2007-08-07 | 1 | -1/+1 |
* | trailing whitespace only | Don Stewart | 2007-08-05 | 1 | -2/+2 |
* | added workspaces to hs-boot (needed by XMonadContrib.Commands and possibly ot... | Andrea Rossato | 2007-07-28 | 1 | -0/+1 |
* | QuickCheck filter preserves order | Karsten Schoelzel | 2007-07-28 | 1 | -0/+12 |
* | Bugfix: reordering when filtering out the last window on a workspace | Karsten Schoelzel | 2007-07-28 | 1 | -1/+1 |
* | shift: use guards instead of if | Spencer Janssen | 2007-07-24 | 1 | -2/+2 |
* | Remove unnecessary Integral constraints | Spencer Janssen | 2007-07-24 | 1 | -2/+2 |
* | make delete work when window is in multiple workspaces. | David Roundy | 2007-07-24 | 1 | -22/+9 |
* | Remove redundant 'n > | Spencer Janssen | 2007-07-24 | 1 | -1/+1 |
* | Cleanup of shift code | Michael G. Sloan | 2007-07-22 | 1 | -4/+4 |
* | use $HOME in examples | Don Stewart | 2007-07-19 | 1 | -2/+2 |
* | Tweak dmenu binding | Peter De Wachter | 2007-07-17 | 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 | 2 | -4/+4 |
* | 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 | 2 | -2/+10 |
* | refresh after starting | Spencer Janssen | 2007-06-30 | 1 | -1/+1 |