aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-28Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen1-1/+2
2007-09-28SomeLayout: use the description of the wrapped layoutSpencer Janssen1-0/+1
2007-09-25Simplify readLayout, comment on surprising behaviorSpencer Janssen1-3/+3
2007-09-25fix bug in reading of SomeLayouts.David Roundy1-1/+3
2007-09-25rename modifyLayout to handleMessage.David Roundy1-7/+7
2007-09-25make it easier to define pure layouts.David Roundy1-0/+4
2007-09-24Make a String description part of each Layout.David Roundy1-0/+2
2007-09-23create default modifyLayout that ignores messages.David Roundy1-0/+1
2007-09-21add layout selection back into core xmonad using LayoutSelection.David Roundy1-1/+9
2007-09-21make layouts preserved over restartDavid Roundy1-6/+1
2007-09-21move Layout into StackSet.David Roundy1-3/+2
2007-09-20add (unused) Layout to StackSet.David Roundy1-1/+1
2007-09-20Pointfree Mirror and SomeLayout instancesSpencer Janssen1-4/+2
2007-09-20define readLayout to create a SomeLayout based on a set of possible layout ty...David Roundy1-1/+7
2007-09-20add Read instance to Layout.David Roundy1-1/+3
2007-09-20add Show instance to LayoutDavid Roundy1-1/+3
2007-09-20eliminate ugly OldLayout.David Roundy1-9/+1
2007-09-14move Layout stuff into class (hokey first cut).David Roundy1-5/+22
2007-09-27use hPrint instead of hPutStrLnDon Stewart1-1/+1
2007-08-25export getAtom from XMonad.Ivan Tarasov1-1/+1
2007-08-20switch WorkspaceId to String.David Roundy1-2/+2
2007-08-16Comment onlySpencer Janssen1-1/+1
2007-08-07move event loop out of mouseDrag.David Roundy1-1/+2
2007-06-29Move screen details into StackSetSpencer Janssen1-4/+8
2007-06-23support self-modifying layouts.David Roundy1-3/+3
2007-06-21minor tweaks, ideas from joachim.fasting@Don Stewart1-1/+1
2007-06-20Update Layout documentationSpencer Janssen1-2/+9
2007-06-19make Layouts able to layout whatever they like.David Roundy1-4/+4
2007-06-14move initColor to Operations and only store the Pixel value of colorsJason Creighton1-2/+2
2007-06-13haddick fine tuningAndrea Rossato1-10/+10
2007-06-13IndentationSpencer Janssen1-7/+7
2007-06-12add catchX to catch exceptions.David Roundy1-1/+12
2007-06-12make focus, up and down complete functions.David Roundy1-1/+4
2007-06-11API CHANGE: Give doLayout a Stack rather than a flattened listSpencer Janssen1-1/+1
2007-06-11Use catchIO in 'restart'Spencer Janssen1-2/+1
2007-06-11Rename safeIO to catchIOSpencer Janssen1-3/+5
2007-06-11add safeIO which catches and logs exceptions.David Roundy1-1/+4
2007-06-10implement Spencer's decoration suggestion.David Roundy1-1/+1
2007-06-10haddock compatibilityAndrea Rossato1-2/+1
2007-06-10Move state logging into Config.hs, via logHook :: X ()Don Stewart1-49/+3
2007-06-10polish serialisation code (-7 lines)Don Stewart1-30/+36
2007-06-09HEADS UP: (logging format change). use a custom pretty printer, for an easier...Don Stewart1-2/+42
2007-06-06Fix unmap handlingSpencer Janssen1-5/+7
2007-06-04Remove no-longer-needed 'dimensions' state (-5 loc)Stefan O'Rear1-1/+0
2007-06-04Set WM_STATE, iconify invisible windows (+9 loc)Stefan O'Rear1-2/+4
2007-06-04whitespaceDon Stewart1-3/+3
2007-06-04-WallDon Stewart1-1/+0
2007-06-04do not cache atom values within Xmonad, instead let Xlib worry about caching ...Stefan O'Rear1-3/+11
2007-06-01Rename withWorkspace to withWindowSet.glasser1-4/+4
2007-05-30Minor style change.Spencer Janssen1-1/+1