| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up trailing whitespace | Spencer Janssen | 2007-10-15 | 1 | -1/+1 |
* | clean up names of layout code | Don Stewart | 2007-10-13 | 1 | -3/+3 |
* | Respect ExitExceptions, fixes a regression where exitWith had no effect | Spencer Janssen | 2007-10-12 | 1 | -0/+1 |
* | Add userCode function for the popular m `catchX` return () | Spencer Janssen | 2007-10-12 | 1 | -5/+3 |
* | catch exceptions when calling user-written code. | David Roundy | 2007-10-12 | 1 | -0/+2 |
* | fix one last bug w.r.t. issue 55. | David Roundy | 2007-10-12 | 1 | -1/+1 |
* | more comments | Don Stewart | 2007-10-06 | 1 | -2/+2 |
* | Add event handler for PropertyNotifyEvent that calls logHook if window title ... | Christian Thiemann | 2007-10-06 | 1 | -0/+4 |
* | avoid name class with forever in 6.8 | Don Stewart | 2007-10-06 | 1 | -2/+2 |
* | Comment only | Spencer Janssen | 2007-10-05 | 1 | -1/+1 |
* | Move grabButtons/Keys into X | Spencer Janssen | 2007-10-05 | 1 | -17/+18 |
* | Make WindowSet serialization robust to layout changes | Spencer Janssen | 2007-10-05 | 1 | -3/+10 |
* | Operations.windows is responsible for setting initial properties, remove redu... | Spencer Janssen | 2007-10-01 | 1 | -15/+13 |
* | On change of keyboard mapping, grabKeys from the root window. | Aaron Denney | 2007-09-30 | 1 | -2/+4 |
* | define defaultLayout in Config.hs. | David Roundy | 2007-09-28 | 1 | -2/+0 |
* | merge old workspace tags with new on restart. | David Roundy | 2007-09-26 | 1 | -3/+3 |
* | Make a String description part of each Layout. | David Roundy | 2007-09-24 | 1 | -1/+1 |
* | add layout selection back into core xmonad using LayoutSelection. | David Roundy | 2007-09-21 | 1 | -2/+3 |
* | move Layout into StackSet. | David Roundy | 2007-09-21 | 1 | -1/+0 |
* | add (unused) Layout to StackSet. | David Roundy | 2007-09-20 | 1 | -1/+1 |
* | eliminate ugly OldLayout. | David Roundy | 2007-09-20 | 1 | -1/+1 |
* | move Layout stuff into class (hokey first cut). | David Roundy | 2007-09-14 | 1 | -1/+1 |
* | Fix float behaviour, add shiftWin. | Karsten Schoelzel | 2007-09-10 | 1 | -5/+2 |
* | -Wall police | Don Stewart | 2007-08-16 | 1 | -1/+1 |
* | change workspaces to [WorkspaceId] | David Roundy | 2007-08-14 | 1 | -2/+2 |
* | Cleanup | Spencer Janssen | 2007-08-10 | 1 | -5/+5 |
* | move event loop out of mouseDrag. | David Roundy | 2007-08-07 | 1 | -1/+18 |
* | Note and workaround bugs in Operations.float | Spencer Janssen | 2007-07-05 | 1 | -2/+6 |
* | refresh after starting | Spencer Janssen | 2007-06-30 | 1 | -1/+1 |
* | UPGRADE X11-Extras! Manage iconified windows | Spencer Janssen | 2007-06-30 | 1 | -1/+6 |
* | Move screen details into StackSet | Spencer Janssen | 2007-06-29 | 1 | -3/+2 |
* | broadcast unidentified events. | David Roundy | 2007-06-23 | 1 | -1/+1 |
* | make workspace tag not need to be a Num. | David Roundy | 2007-06-14 | 1 | -1/+1 |
* | move initColor to Operations and only store the Pixel value of colors | Jason Creighton | 2007-06-14 | 1 | -3/+2 |
* | make focus, up and down complete functions. | David Roundy | 2007-06-12 | 1 | -2/+2 |
* | TODO for scan | Spencer Janssen | 2007-06-11 | 1 | -0/+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 | 1 | -2/+1 |
* | implement Spencer's decoration suggestion. | David Roundy | 2007-06-10 | 1 | -1/+3 |
* | haddock compatibility | Andrea Rossato | 2007-06-10 | 1 | -4/+5 |
* | Move state logging into Config.hs, via logHook :: X () | Don Stewart | 2007-06-10 | 1 | -1/+1 |
* | UNDO: Give refresh sole responsibility for establishing window properties (-3... | Stefan O'Rear | 2007-06-09 | 1 | -8/+16 |
* | Give refresh sole responsibility for establishing window properties (-3 loc) | Stefan O'Rear | 2007-06-09 | 1 | -16/+8 |
* | HEADS UP: (logging format change). use a custom pretty printer, for an easier... | Don Stewart | 2007-06-09 | 1 | -1/+1 |
* | Fix unmap handling | Spencer Janssen | 2007-06-06 | 1 | -10/+12 |
* | move extraModifiers/cleanMask to Operations.hs | Jason Creighton | 2007-06-06 | 1 | -6/+0 |
* | whitespace | Don Stewart | 2007-06-06 | 1 | -1/+1 |
* | Enable logging of state changes to stdout | Don Stewart | 2007-06-05 | 1 | -1/+2 |
* | remove accidental logging of events | Don Stewart | 2007-06-05 | 1 | -6/+3 |
* | Fix lost eventNotifyMask bug | Don Stewart | 2007-06-05 | 1 | -5/+22 |