summaryrefslogtreecommitdiffstats
path: root/XMonad.hs
AgeCommit message (Expand)Author
2007-10-05Make WindowSet serialization robust to layout changesSpencer Janssen
2007-10-04Remove commented codeSpencer Janssen
2007-09-29some renaming of classes and data types.David Roundy
2007-09-28Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen
2007-09-28SomeLayout: use the description of the wrapped layoutSpencer Janssen
2007-09-25Simplify readLayout, comment on surprising behaviorSpencer Janssen
2007-09-25fix bug in reading of SomeLayouts.David Roundy
2007-09-25rename modifyLayout to handleMessage.David Roundy
2007-09-25make it easier to define pure layouts.David Roundy
2007-09-24Make a String description part of each Layout.David Roundy
2007-09-23create default modifyLayout that ignores messages.David Roundy
2007-09-21add layout selection back into core xmonad using LayoutSelection.David Roundy
2007-09-21make layouts preserved over restartDavid Roundy
2007-09-21move Layout into StackSet.David Roundy
2007-09-20add (unused) Layout to StackSet.David Roundy
2007-09-20Pointfree Mirror and SomeLayout instancesSpencer Janssen
2007-09-20define readLayout to create a SomeLayout based on a set of possible layout ty...David Roundy
2007-09-20add Read instance to Layout.David Roundy
2007-09-20add Show instance to LayoutDavid Roundy
2007-09-20eliminate ugly OldLayout.David Roundy
2007-09-14move Layout stuff into class (hokey first cut).David Roundy
2007-09-27use hPrint instead of hPutStrLnDon Stewart
2007-08-25export getAtom from XMonad.Ivan Tarasov
2007-08-20switch WorkspaceId to String.David Roundy
2007-08-16Comment onlySpencer Janssen
2007-08-07move event loop out of mouseDrag.David Roundy
2007-06-29Move screen details into StackSetSpencer Janssen
2007-06-23support self-modifying layouts.David Roundy
2007-06-21minor tweaks, ideas from joachim.fasting@Don Stewart
2007-06-20Update Layout documentationSpencer Janssen
2007-06-19make Layouts able to layout whatever they like.David Roundy
2007-06-14move initColor to Operations and only store the Pixel value of colorsJason Creighton
2007-06-13haddick fine tuningAndrea Rossato
2007-06-13IndentationSpencer Janssen
2007-06-12add catchX to catch exceptions.David Roundy
2007-06-12make focus, up and down complete functions.David Roundy
2007-06-11API CHANGE: Give doLayout a Stack rather than a flattened listSpencer Janssen
2007-06-11Use catchIO in 'restart'Spencer Janssen
2007-06-11Rename safeIO to catchIOSpencer Janssen
2007-06-11add safeIO which catches and logs exceptions.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-10polish serialisation code (-7 lines)Don Stewart
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-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-04whitespaceDon Stewart
2007-06-04-WallDon Stewart