| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | UPGRADE X11-Extras! Manage iconified windows | Spencer Janssen | 2007-06-30 | 2 | -2/+7 |
* | Move screen details into StackSet | Spencer Janssen | 2007-06-29 | 5 | -90/+99 |
* | 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 | 2 | -8/+12 |
* | comment for (dubious?) integrate' | Don Stewart | 2007-06-26 | 1 | -0/+2 |
* | broadcast unidentified events. | David Roundy | 2007-06-23 | 1 | -1/+1 |
* | add 2 properties to state where focus goes on delete of focused window | Don Stewart | 2007-06-26 | 1 | -1/+24 |
* | fix empty case in 'filter', and note differences in semantics wrt. focus to '... | Don Stewart | 2007-06-26 | 1 | -4/+9 |
* | clean up 'StackSet.filter' for style | Don Stewart | 2007-06-26 | 1 | -4/+4 |
* | minor tweaks, ideas from joachim.fasting@ | Don Stewart | 2007-06-21 | 2 | -2/+2 |
* | only perform mouse events on managed windows. closes #28 | Don Stewart | 2007-06-21 | 1 | -2/+2 |
* | Update Layout documentation | Spencer Janssen | 2007-06-20 | 1 | -2/+9 |
* | -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 |
* | remove out of date `(Included with GHC)' text in README | Don Stewart | 2007-06-20 | 1 | -6/+0 |
* | make Layouts able to layout whatever they like. | David Roundy | 2007-06-19 | 3 | -8/+8 |
* | float fixed size windows | Peter De Wachter | 2007-06-18 | 1 | -1/+3 |
* | Remove all references to 'exec' | Spencer Janssen | 2007-06-18 | 2 | -2/+2 |
* | -Wall police, and turn on -fno-warn-orphans | Don Stewart | 2007-06-17 | 2 | -8/+3 |
* | make workspace tag not need to be a Num. | David Roundy | 2007-06-14 | 3 | -58/+63 |
* | 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 |
* | haddock tuning for StackSet.hs | Andrea Rossato | 2007-06-14 | 1 | -28/+45 |
* | move initColor to Operations and only store the Pixel value of colors | Jason Creighton | 2007-06-14 | 3 | -7/+11 |
* | haddick fine tuning | Andrea Rossato | 2007-06-13 | 1 | -10/+10 |
* | Indentation | Spencer Janssen | 2007-06-13 | 1 | -7/+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 | 2 | -4/+16 |
* | make focus, up and down complete functions. | David Roundy | 2007-06-12 | 5 | -74/+76 |
* | add differentiate function to StackSet to go [a] -> Stack a. | David Roundy | 2007-06-12 | 1 | -1/+8 |
* | Make 'view' a total function | Spencer Janssen | 2007-06-12 | 1 | -1/+1 |
* | fmt | Don Stewart | 2007-06-12 | 1 | -2/+2 |
* | -Wall police | Stefan O'Rear | 2007-06-12 | 1 | -1/+1 |