aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-06-04Comment onlySpencer Janssen1-1/+0
2007-06-04Dump state at launch (commented for now)Spencer Janssen1-0/+2
2007-06-04base >Spencer Janssen1-1/+1
2007-06-04Remove no-longer-needed 'dimensions' state (-5 loc)Stefan O'Rear1-3/+1
2007-06-04Set WM_STATE, iconify invisible windows (+9 loc)Stefan O'Rear1-2/+13
2007-06-04clean up Main.hs slightlyDon Stewart1-9/+9
2007-06-04do not cache atom values within Xmonad, instead let Xlib worry about caching ...Stefan O'Rear1-4/+0
2007-06-04Honor configure requests from unmanaged windowsSpencer Janssen1-4/+4
2007-06-03-Wall policeSpencer Janssen1-4/+3
2007-06-03Correctly handle resize requests (-12 +22)Stefan O'Rear1-12/+22
2007-06-02make mouse bindings configurableJason Creighton1-41/+20
2007-06-01ignore numlock/capslock on mouse bindingsJason Creighton1-2/+1
2007-05-31clean up mouse code a bitDon Stewart1-12/+16
2007-05-31first shot at a floating layerJason Creighton1-3/+42
2007-05-28be sure to reset the gap list on rescreenDon Stewart1-1/+1