aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-04-11clean up tiling code a teensy bit, and comment on the interaction between foc...Don Stewart1-3/+3
2007-04-11clean up onlyDon Stewart1-22/+29
2007-04-11Statically distinguish Workspace and Screen indicesDon Stewart1-5/+2
2007-04-10moved screen <-> workspace mapping from XMonad to StackSetJason Creighton1-1/+0
2007-04-10Simplify rotSpencer Janssen1-2/+2
2007-04-09Remove unused 'screen' fieldSpencer Janssen1-1/+0
2007-04-09Document XState fieldsSpencer Janssen1-13/+11
2007-04-09Use -funbox-strict-fields, rather than UNPACK pragmas. cleaner code.Don Stewart1-11/+13
2007-04-03Use Tall and Wide for split screen layouts. This should be less confusing.Spencer Janssen1-1/+1
2007-04-03vertical (master area on top) tilingJason Creighton1-1/+1
2007-04-02Comment typo.Spencer Janssen1-1/+1
2007-04-02Revert to the old layout code.Spencer Janssen1-39/+7
2007-04-01Remove trailing spaces, no content changedAlec Berryman1-1/+1
2007-04-01Merged things together with dons changes.hughes1-6/+7
2007-04-01Vertical/horizontal split, and resizability.hughes1-6/+36
2007-04-01formatting fixes. the style is getting a bit dodgy in some places...Don Stewart1-1/+6
2007-03-28first shot at allowing click to focus windowsdaniel1-4/+0
2007-03-26Workspace-specific layoutshughes1-3/+15
2007-03-21Allow dynamic width in tiling modedaniel1-0/+2
2007-03-20Initial tiling support.Spencer Janssen1-2/+6
2007-03-20changed type of getScreenInfo in Graphics.X11.XineramaJason Creighton1-3/+1
2007-03-18basic xinerama support (depends on Graphics.X11.Xinerama in X11-extras)Jason Creighton1-1/+8
2007-03-16-Wall policeSpencer Janssen1-1/+0
2007-03-14Actually fix the zombie issue.Spencer Janssen1-3/+8
2007-03-13Sloppy typos in spawn.Spencer Janssen1-2/+4
2007-03-13Fix forking issues, add unix dependency.Spencer Janssen1-3/+2
2007-03-12catch exceptions in spawn, so failing to fork won't kill the wmDon Stewart1-1/+3
2007-03-12comments, move isRoot into XMonadDon Stewart1-2/+12
2007-03-11general refactor, and call xerrorhandler to ignore certain undetectable issuesDon Stewart1-3/+6
2007-03-10XMonadDon Stewart1-19/+19
2007-03-10refactor, trying to seperate out IO from W stuff, in order to QC the handler ...Don Stewart1-2/+2
2007-03-09fmt onlyDon Stewart1-2/+1
2007-03-09sneaky inlineDon Stewart1-0/+1
2007-03-09little bit of strictness, based on -prof outputDon Stewart1-1/+1
2007-03-09-12 lines, refactorDon Stewart1-12/+3
2007-03-09refactor, -10 or so locDon Stewart1-29/+17
2007-03-09use new StackSet apiDon Stewart1-8/+3
2007-03-08refactoring. heads up: depends on withServer in X11-extrasDon Stewart1-0/+12
2007-03-08commentsDon Stewart1-3/+4
2007-03-08move W -> WMonadDon Stewart1-1/+1
2007-03-08Switch to using abstract StackSet data type. Most workspace logic moved into ...Don Stewart1-37/+28
2007-03-07Add support for multiple workspacesDon Stewart1-21/+14
2007-03-07-Wall police. and strip the binaryDon Stewart1-0/+1
2007-03-07fmt. and use a Map for keycode lookupDon Stewart1-2/+2
2007-03-07dead codeDon Stewart1-5/+0
2007-03-07focus left and right (mod-j/mod-k)Don Stewart1-3/+28
2007-03-07derive MonadState, removes most accessorsDon Stewart1-23/+3
2007-03-07refactoring. less codeDon Stewart1-28/+21
2007-03-07just use [Window]Don Stewart1-7/+8
2007-03-07refactoringDon Stewart1-1/+8