| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 |
* | TODO for scan | Spencer Janssen | 2007-06-11 | 1 | -0/+2 |
* | 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 |
* | -Wall police | Spencer Janssen | 2007-06-11 | 1 | -1/+1 |
* | API CHANGE: Give doLayout a Stack rather than a flattened list | Spencer Janssen | 2007-06-11 | 2 | -4/+7 |
* | -Wall police | Spencer Janssen | 2007-06-11 | 1 | -1/+1 |
* | Add StackSet.filter | Spencer Janssen | 2007-06-11 | 2 | -3/+16 |
* | Use catchIO in 'restart' | Spencer Janssen | 2007-06-11 | 1 | -2/+1 |
* | Rename safeIO to catchIO | Spencer Janssen | 2007-06-11 | 1 | -3/+5 |