summaryrefslogtreecommitdiffstats
path: root/XMonad.hs
AgeCommit message (Expand)Author
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
2007-03-14Actually fix the zombie issue.Spencer Janssen
2007-03-13Sloppy typos in spawn.Spencer Janssen
2007-03-13Fix forking issues, add unix dependency.Spencer Janssen
2007-03-12catch exceptions in spawn, so failing to fork won't kill the wmDon Stewart
2007-03-12comments, move isRoot into XMonadDon Stewart
2007-03-11general refactor, and call xerrorhandler to ignore certain undetectable issuesDon Stewart
2007-03-10XMonadDon Stewart