summaryrefslogtreecommitdiffstats
path: root/Main.hs
AgeCommit message (Expand)Author
2007-10-15Clean up trailing whitespaceSpencer Janssen
2007-10-13clean up names of layout codeDon Stewart
2007-10-12Respect ExitExceptions, fixes a regression where exitWith had no effectSpencer Janssen
2007-10-12Add userCode function for the popular m `catchX` return ()Spencer Janssen
2007-10-12catch exceptions when calling user-written code.David Roundy
2007-10-12fix one last bug w.r.t. issue 55.David Roundy
2007-10-06more commentsDon Stewart
2007-10-06Add event handler for PropertyNotifyEvent that calls logHook if window title ...Christian Thiemann
2007-10-06avoid name class with forever in 6.8Don Stewart
2007-10-05Comment onlySpencer Janssen
2007-10-05Move grabButtons/Keys into XSpencer Janssen
2007-10-05Make WindowSet serialization robust to layout changesSpencer Janssen
2007-10-01Operations.windows is responsible for setting initial properties, remove redu...Spencer Janssen
2007-09-30On change of keyboard mapping, grabKeys from the root window.Aaron Denney
2007-09-28define defaultLayout in Config.hs.David Roundy
2007-09-26merge old workspace tags with new on restart.David Roundy
2007-09-24Make a String description part of each Layout.David Roundy
2007-09-21add layout selection back into core xmonad using LayoutSelection.David Roundy
2007-09-21move Layout into StackSet.David Roundy
2007-09-20add (unused) Layout to StackSet.David Roundy
2007-09-20eliminate ugly OldLayout.David Roundy
2007-09-14move Layout stuff into class (hokey first cut).David Roundy
2007-09-10Fix float behaviour, add shiftWin.Karsten Schoelzel
2007-08-16-Wall policeDon Stewart
2007-08-14change workspaces to [WorkspaceId]David Roundy
2007-08-10CleanupSpencer Janssen
2007-08-07move event loop out of mouseDrag.David Roundy
2007-07-05Note and workaround bugs in Operations.floatSpencer Janssen
2007-06-30refresh after startingSpencer Janssen
2007-06-30UPGRADE X11-Extras! Manage iconified windowsSpencer Janssen
2007-06-29Move screen details into StackSetSpencer Janssen
2007-06-23broadcast unidentified events.David Roundy
2007-06-14make workspace tag not need to be a Num.David Roundy
2007-06-14move initColor to Operations and only store the Pixel value of colorsJason Creighton
2007-06-12make focus, up and down complete functions.David Roundy
2007-06-11TODO for scanSpencer Janssen
2007-06-11comment onlyJason Creighton
2007-06-10a few modifications to event-sending to make Tabbed layout work.David Roundy
2007-06-10implement Spencer's decoration suggestion.David Roundy
2007-06-10haddock compatibilityAndrea Rossato
2007-06-10Move state logging into Config.hs, via logHook :: X ()Don Stewart
2007-06-09UNDO: Give refresh sole responsibility for establishing window properties (-3...Stefan O'Rear
2007-06-09Give refresh sole responsibility for establishing window properties (-3 loc)Stefan O'Rear
2007-06-09HEADS UP: (logging format change). use a custom pretty printer, for an easier...Don Stewart
2007-06-06Fix unmap handlingSpencer Janssen
2007-06-06move extraModifiers/cleanMask to Operations.hsJason Creighton
2007-06-06whitespaceDon Stewart
2007-06-05Enable logging of state changes to stdoutDon Stewart
2007-06-05remove accidental logging of eventsDon Stewart
2007-06-05Fix lost eventNotifyMask bugDon Stewart