summaryrefslogtreecommitdiffstats
path: root/XMonad.hs
AgeCommit message (Expand)Author
2007-10-17remove StackOrNot type synonymn.David Roundy
2007-10-15Clean up trailing whitespaceSpencer Janssen
2007-10-14document, and use better names, for serialising/existential-dispatch frameworkDon Stewart
2007-10-14some more layout clean upsDon Stewart
2007-10-12Respect ExitExceptions, fixes a regression where exitWith had no effectSpencer Janssen
2007-10-12Make runX return XStateSpencer Janssen
2007-10-12fix potential hole in userCode.David Roundy
2007-10-12Add userCode function for the popular m `catchX` return ()Spencer Janssen
2007-10-12use the right catch in catchX.David Roundy
2007-10-11add comments in XMonad.David Roundy
2007-10-08Add LANGUAGE pragmasShachaf Ben-Kiki
2007-10-06a bunch of things in XMonad.hs are missing top level comments!Don Stewart
2007-10-06style on layout class codeDon Stewart
2007-10-05add pureMessage.David Roundy
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