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