summaryrefslogtreecommitdiffstats
path: root/XMonad.hs
AgeCommit message (Expand)Author
2007-05-22restart: don't preserve old argsSpencer Janssen
2007-05-22Generalize withDisplay's typeSpencer Janssen
2007-05-22List --resume args firstSpencer Janssen
2007-05-21Experimental support for a beefier restart.Spencer Janssen
2007-05-21Catch the exception rather than explicitly checking the PATHSpencer Janssen
2007-05-21Put restart in the X monadSpencer Janssen
2007-05-21Show instances for WorkspaceId and ScreenIdSpencer Janssen
2007-05-21Use Position for dimensionsSpencer Janssen
2007-05-21Make screen info dynamic: first step to supporting randrSpencer Janssen
2007-05-21s/workspace/windowset/Jason Creighton
2007-05-20HEADS UP: Rewrite StackSet as a ZipperDon Stewart
2007-05-12put doLayout in the X monad.David Roundy
2007-05-14setsid() before exec. Intended to fix issue #7Spencer Janssen
2007-05-04since we just ignore type errors, no need to derive ShowDon Stewart
2007-05-04Constrain layout messages to be members of a Message classDon Stewart
2007-05-04Handle empty layout listsSpencer Janssen
2007-05-04refactoring, style, comments on new layout codeDon Stewart
2007-05-03add support for extensible layouts.David Roundy
2007-05-03comments. and stop tracing events to stderrDon Stewart
2007-04-30Add Config.hs-boot, remove defaultLayoutDesc from XConfSpencer Janssen
2007-04-30Comment onlySpencer Janssen
2007-04-30Comment onlySpencer Janssen
2007-04-30Add XConf for values that don't change.Spencer Janssen
2007-04-30configurable border colorsJason Creighton
2007-04-19add 8 new QC tests, including tests of the layout algorithmDon Stewart
2007-04-19WindowSet is better than WorkSpaceSpencer Janssen
2007-04-19Parameterise StackSet by two index types, rather than breaking abstractionDon Stewart
2007-04-11clean up tiling code a teensy bit, and comment on the interaction between foc...Don Stewart
2007-04-11clean up onlyDon Stewart
2007-04-11Statically distinguish Workspace and Screen indicesDon Stewart
2007-04-10moved screen <-> workspace mapping from XMonad to StackSetJason Creighton
2007-04-10Simplify rotSpencer Janssen
2007-04-09Remove unused 'screen' fieldSpencer Janssen
2007-04-09Document XState fieldsSpencer Janssen
2007-04-09Use -funbox-strict-fields, rather than UNPACK pragmas. cleaner code.Don Stewart
2007-04-03Use Tall and Wide for split screen layouts. This should be less confusing.Spencer Janssen
2007-04-03vertical (master area on top) tilingJason Creighton
2007-04-02Comment typo.Spencer Janssen
2007-04-02Revert to the old layout code.Spencer Janssen
2007-04-01Remove trailing spaces, no content changedAlec Berryman
2007-04-01Merged things together with dons changes.hughes
2007-04-01Vertical/horizontal split, and resizability.hughes
2007-04-01formatting fixes. the style is getting a bit dodgy in some places...Don Stewart
2007-03-28first shot at allowing click to focus windowsdaniel
2007-03-26Workspace-specific layoutshughes
2007-03-21Allow dynamic width in tiling modedaniel
2007-03-20Initial tiling support.Spencer Janssen
2007-03-20changed type of getScreenInfo in Graphics.X11.XineramaJason Creighton
2007-03-18basic xinerama support (depends on Graphics.X11.Xinerama in X11-extras)Jason Creighton
2007-03-16-Wall policeSpencer Janssen