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