Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add safeIO which catches and logs exceptions. | David Roundy | 2007-06-11 | 1 | -1/+4 |
* | Ensure windows get at least 1 pixel for width/height | Spencer Janssen | 2007-06-11 | 1 | -1/+4 |
* | Restrict the master/slave ratio to [0, 1] | Spencer Janssen | 2007-06-11 | 1 | -2/+2 |
* | comment only | Jason Creighton | 2007-06-11 | 1 | -2/+2 |
* | a few modifications to event-sending to make Tabbed layout work. | David Roundy | 2007-06-10 | 2 | -3/+5 |
* | send message when "windows" is called. | David Roundy | 2007-06-10 | 1 | -0/+4 |
* | implement Spencer's decoration suggestion. | David Roundy | 2007-06-10 | 3 | -7/+13 |
* | haddock compatibility | Andrea Rossato | 2007-06-10 | 5 | -92/+107 |
* | Move state logging into Config.hs, via logHook :: X () | Don Stewart | 2007-06-10 | 5 | -57/+14 |
* | polish serialisation code (-7 lines) | Don Stewart | 2007-06-10 | 1 | -30/+36 |
* | cut incorrect comment. | David Roundy | 2007-06-09 | 1 | -1/+0 |
* | doLayout cleanup and commented exception-handling. | David Roundy | 2007-06-09 | 1 | -3/+3 |
* | UNDO: Give refresh sole responsibility for establishing window properties (-3... | Stefan O'Rear | 2007-06-09 | 2 | -11/+17 |
* | Give refresh sole responsibility for establishing window properties (-3 loc) | Stefan O'Rear | 2007-06-09 | 2 | -17/+11 |
* | HEADS UP: (logging format change). use a custom pretty printer, for an easier... | Don Stewart | 2007-06-09 | 4 | -5/+44 |
* | Add notes on using X11-extras from darcs | Don Stewart | 2007-06-09 | 1 | -0/+11 |
* | Fix unmap handling | Spencer Janssen | 2007-06-06 | 3 | -19/+38 |
* | dead import | Don Stewart | 2007-06-06 | 1 | -1/+1 |
* | move extraModifiers/cleanMask to Operations.hs | Jason Creighton | 2007-06-06 | 3 | -8/+13 |
* | temporary workaround for delete/focus issue in fullscreen mode | Don Stewart | 2007-06-06 | 1 | -16/+22 |
* | whitespace | Don Stewart | 2007-06-06 | 1 | -1/+1 |
* | simplify code | Don Stewart | 2007-06-06 | 1 | -1/+1 |
* | mention why StackSet needs -fglasgow-exts (for deriving Typeable) | Don Stewart | 2007-06-05 | 2 | -2/+4 |
* | comments only | Don Stewart | 2007-06-05 | 1 | -23/+5 |
* | clean size hint code | Don Stewart | 2007-06-05 | 1 | -22/+22 |
* | Enable logging of state changes to stdout | Don Stewart | 2007-06-05 | 4 | -4/+13 |
* | remove accidental logging of events | Don Stewart | 2007-06-05 | 1 | -6/+3 |
* | Fix lost eventNotifyMask bug | Don Stewart | 2007-06-05 | 2 | -14/+46 |
* | whitespace only | Don Stewart | 2007-06-05 | 1 | -8/+7 |
* | Comment only | Spencer Janssen | 2007-06-04 | 1 | -1/+2 |
* | Wibble. | Spencer Janssen | 2007-06-04 | 1 | -1/+1 |
* | -Wall police | Spencer Janssen | 2007-06-04 | 1 | -5/+8 |
* | apply size hints to floating windows | Peter De Wachter | 2007-06-04 | 1 | -2/+4 |
* | size hints infrastructure | Peter De Wachter | 2007-06-04 | 1 | -0/+33 |
* | Delete stale comment | Spencer Janssen | 2007-06-04 | 1 | -2/+0 |
* | Comment only | Spencer Janssen | 2007-06-04 | 1 | -1/+0 |
* | Use 'windows' in 'focus' | Spencer Janssen | 2007-06-04 | 1 | -1/+1 |
* | realign guard | l.mai | 2007-06-04 | 1 | -1/+1 |
* | swapUp/Down are also mirrored | Spencer Janssen | 2007-06-04 | 1 | -6/+5 |
* | Remove redundant cases in swapUp/Down | Spencer Janssen | 2007-06-04 | 1 | -2/+0 |
* | focusUp/Down are the same, in reversed order | Spencer Janssen | 2007-06-04 | 1 | -6/+9 |
* | Simplify focusUp/Down | Spencer Janssen | 2007-06-04 | 1 | -4/+2 |
* | Integral implies Eq | Spencer Janssen | 2007-06-04 | 1 | -1/+1 |
* | Comment typo. | Spencer Janssen | 2007-06-04 | 1 | -3/+0 |
* | Dump state at launch (commented for now) | Spencer Janssen | 2007-06-04 | 1 | -0/+2 |
* | Small clean up | Spencer Janssen | 2007-06-04 | 1 | -3/+2 |
* | Merge windows and refresh | Spencer Janssen | 2007-06-04 | 1 | -40/+37 |
* | Use the new integrate function | Spencer Janssen | 2007-06-04 | 2 | -4/+2 |
* | Add integrate | Spencer Janssen | 2007-06-04 | 1 | -1/+8 |
* | Delete stale comments | Spencer Janssen | 2007-06-04 | 1 | -6/+1 |