| Commit message (Expand) | Author | Files | Lines |
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 |
2007-06-20 | -Wall police | Spencer Janssen | 1 | -1/+1 |
2007-06-20 | Stack windows in the order they are returned by doLayout | Spencer Janssen | 1 | -4/+3 |
2007-06-19 | make Layouts able to layout whatever they like. | David Roundy | 1 | -3/+3 |
2007-06-18 | float fixed size windows | Peter De Wachter | 1 | -1/+3 |
2007-06-17 | -Wall police, and turn on -fno-warn-orphans | Don Stewart | 1 | -2/+2 |
2007-06-14 | Fix float stacking | Spencer Janssen | 1 | -2/+3 |
2007-06-14 | Remove 'temporary work around' in 'windows' | Spencer Janssen | 1 | -23/+0 |
2007-06-14 | move initColor to Operations and only store the Pixel value of colors | Jason Creighton | 1 | -2/+7 |
2007-06-13 | prevent keyboard focus from getting lost in some cases | Jason Creighton | 1 | -5/+5 |
2007-06-12 | resolve conflict in Operations. | David Roundy | 1 | -1/+2 |
2007-06-12 | add catchX to catch exceptions. | David Roundy | 1 | -3/+4 |
2007-06-12 | make focus, up and down complete functions. | David Roundy | 1 | -7/+4 |
2007-06-12 | fmt | Don Stewart | 1 | -2/+2 |
2007-06-12 | -Wall police | Stefan O'Rear | 1 | -1/+1 |
2007-06-12 | Use a more descriptive name for the layout reversal message | Stefan O'Rear | 1 | -5/+5 |
2007-06-12 | Use broadcastMessage in windows and switchLayout, should improve Xinerama for... | Stefan O'Rear | 1 | -3/+9 |
2007-06-12 | Add a broadcastMessage function, which sends to all visible workspaces withou... | Stefan O'Rear | 1 | -0/+10 |
2007-06-11 | Set withdrawn state after calling windows | Spencer Janssen | 1 | -1/+1 |
2007-06-11 | Remove obsolete 'layout' function | Spencer Janssen | 1 | -14/+6 |
2007-06-11 | -Wall police | Spencer Janssen | 1 | -1/+1 |
2007-06-11 | Comment only | Spencer Janssen | 1 | -4/+2 |
2007-06-11 | Hide windows that are not supposed to be visible | Spencer Janssen | 1 | -13/+11 |
2007-06-11 | -Wall police | Spencer Janssen | 1 | -1/+1 |
2007-06-11 | API CHANGE: Give doLayout a Stack rather than a flattened list | Spencer Janssen | 1 | -3/+6 |
2007-06-11 | Ensure windows get at least 1 pixel for width/height | Spencer Janssen | 1 | -1/+4 |
2007-06-11 | Restrict the master/slave ratio to [0, 1] | Spencer Janssen | 1 | -2/+2 |
2007-06-10 | a few modifications to event-sending to make Tabbed layout work. | David Roundy | 1 | -1/+4 |
2007-06-10 | send message when "windows" is called. | David Roundy | 1 | -0/+4 |
2007-06-10 | implement Spencer's decoration suggestion. | David Roundy | 1 | -5/+9 |
2007-06-10 | haddock compatibility | Andrea Rossato | 1 | -6/+8 |
2007-06-10 | Move state logging into Config.hs, via logHook :: X () | Don Stewart | 1 | -2/+2 |
2007-06-09 | cut incorrect comment. | David Roundy | 1 | -1/+0 |
2007-06-09 | doLayout cleanup and commented exception-handling. | David Roundy | 1 | -3/+3 |
2007-06-09 | UNDO: Give refresh sole responsibility for establishing window properties (-3... | Stefan O'Rear | 1 | -3/+1 |
2007-06-09 | Give refresh sole responsibility for establishing window properties (-3 loc) | Stefan O'Rear | 1 | -1/+3 |
2007-06-09 | HEADS UP: (logging format change). use a custom pretty printer, for an easier... | Don Stewart | 1 | -1/+1 |
2007-06-06 | Fix unmap handling | Spencer Janssen | 1 | -4/+19 |
2007-06-06 | dead import | Don Stewart | 1 | -1/+1 |
2007-06-06 | move extraModifiers/cleanMask to Operations.hs | Jason Creighton | 1 | -2/+11 |
2007-06-06 | temporary workaround for delete/focus issue in fullscreen mode | Don Stewart | 1 | -16/+22 |
2007-06-06 | simplify code | Don Stewart | 1 | -1/+1 |
2007-06-05 | mention why StackSet needs -fglasgow-exts (for deriving Typeable) | Don Stewart | 1 | -2/+3 |
2007-06-05 | comments only | Don Stewart | 1 | -23/+5 |
2007-06-05 | clean size hint code | Don Stewart | 1 | -22/+22 |
2007-06-05 | Enable logging of state changes to stdout | Don Stewart | 1 | -3/+3 |
2007-06-05 | Fix lost eventNotifyMask bug | Don Stewart | 1 | -9/+24 |
2007-06-04 | Comment only | Spencer Janssen | 1 | -1/+2 |