summaryrefslogtreecommitdiffstats
path: root/Main.hs
AgeCommit message (Expand)Author
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
2007-06-04Comment onlySpencer Janssen
2007-06-04Dump state at launch (commented for now)Spencer Janssen
2007-06-04base >= 2.0 means we can use forM_Spencer Janssen
2007-06-04Remove no-longer-needed 'dimensions' state (-5 loc)Stefan O'Rear
2007-06-04Set WM_STATE, iconify invisible windows (+9 loc)Stefan O'Rear
2007-06-04clean up Main.hs slightlyDon Stewart
2007-06-04do not cache atom values within Xmonad, instead let Xlib worry about caching ...Stefan O'Rear
2007-06-04Honor configure requests from unmanaged windowsSpencer Janssen
2007-06-03-Wall policeSpencer Janssen
2007-06-03Correctly handle resize requests (-12 +22)Stefan O'Rear
2007-06-02make mouse bindings configurableJason Creighton
2007-06-01ignore numlock/capslock on mouse bindingsJason Creighton
2007-05-31clean up mouse code a bitDon Stewart
2007-05-31first shot at a floating layerJason Creighton
2007-05-28be sure to reset the gap list on rescreenDon Stewart
2007-05-28support per-screen gap settings. you can have different gaps on individual sc...Don Stewart
2007-05-28Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screenDon Stewart
2007-05-27mod-b, toggle on or off the status bar gapDon Stewart
2007-05-27clean Main.hs slightlyDon Stewart
2007-05-22refactor using whenXDon Stewart
2007-05-22Add preliminary randr supportSpencer Janssen
2007-05-21Experimental support for a beefier restart.Spencer Janssen