| Commit message (Expand) | Author | Files | Lines |
2007-05-04 | since we just ignore type errors, no need to derive Show | Don Stewart | 1 | -1/+1 |
2007-05-04 | Constrain layout messages to be members of a Message class | Don Stewart | 1 | -20/+24 |
2007-05-04 | Handle empty layout lists | Spencer Janssen | 1 | -7/+8 |
2007-05-04 | refactoring, style, comments on new layout code | Don Stewart | 1 | -39/+58 |
2007-05-04 | added mirrorLayout to mirror arbitrary layouts | Jason Creighton | 1 | -10/+9 |
2007-05-04 | Fix layout switching order | Spencer Janssen | 1 | -2/+1 |
2007-05-03 | Avoid the unsafe pattern match, in case Config.hs has no layouts | Spencer Janssen | 1 | -1/+1 |
2007-05-03 | add support for extensible layouts. | David Roundy | 1 | -18/+30 |
2007-05-03 | comments. and stop tracing events to stderr | Don Stewart | 1 | -4/+9 |
2007-04-30 | Make border width configurable | Spencer Janssen | 1 | -1/+1 |
2007-04-30 | Add Config.hs-boot, remove defaultLayoutDesc from XConf | Spencer Janssen | 1 | -4/+4 |
2007-04-30 | Add XConf for values that don't change. | Spencer Janssen | 1 | -9/+11 |
2007-04-30 | Control.Arrow is suspicious, add an explicit import | Spencer Janssen | 1 | -1/+1 |
2007-04-30 | configurable border colors | Jason Creighton | 1 | -7/+4 |
2007-04-23 | force window border to 1px | Jason Creighton | 1 | -0/+1 |
2007-04-19 | use prefixed record names in latest X11-extras | Jason Creighton | 1 | -1/+1 |
2007-04-19 | WindowSet is better than WorkSpace | Spencer Janssen | 1 | -1/+1 |
2007-04-19 | Parameterise StackSet by two index types, rather than breaking abstraction | Don Stewart | 1 | -3/+3 |
2007-04-19 | Promote now swaps focused window with master window | Don Stewart | 1 | -4/+1 |
2007-04-16 | test for xmonad in path first, before restarting | Don Stewart | 1 | -3/+7 |
2007-04-15 | fix typo. | David Roundy | 1 | -1/+1 |
2007-04-13 | Ignore window entries while moving windows. This should fix all the focus pr... | Spencer Janssen | 1 | -0/+11 |
2007-04-11 | add license headers to two missing files | Don Stewart | 1 | -0/+12 |
2007-04-11 | clean up tiling code a teensy bit, and comment on the interaction between foc... | Don Stewart | 1 | -5/+14 |
2007-04-11 | Change semantics of 'promote'. | Don Stewart | 1 | -7/+3 |
2007-04-11 | Statically distinguish Workspace and Screen indices | Don Stewart | 1 | -12/+10 |
2007-04-11 | removed xinerama-enabled dmenu action | Jason Creighton | 1 | -10/+0 |
2007-04-10 | Move workspace fetching logic from Config.hs to Operations.hs | Spencer Janssen | 1 | -0/+4 |
2007-04-10 | moved screen <-> workspace mapping from XMonad to StackSet | Jason Creighton | 1 | -30/+12 |
2007-04-05 | Remove redundant setFocus, setFocus is called by refresh which is called by w... | Spencer Janssen | 1 | -3/+0 |
2007-04-05 | -Wall police | Don Stewart | 1 | -3/+3 |
2007-04-04 | take window borders into account when resizing (requires latest X11-extras) | Jason Creighton | 1 | -1/+10 |
2007-04-04 | replace multiple gets with a single get and record bind | Don Stewart | 1 | -16/+9 |
2007-04-03 | Use Tall and Wide for split screen layouts. This should be less confusing. | Spencer Janssen | 1 | -5/+5 |
2007-04-03 | vertical (master area on top) tiling | Jason Creighton | 1 | -3/+9 |
2007-04-02 | Comment only. | Spencer Janssen | 1 | -0/+5 |
2007-04-02 | Revert to the old layout code. | Spencer Janssen | 1 | -113/+26 |
2007-04-01 | Remove trailing spaces, no content changed | Alec Berryman | 1 | -6/+6 |
2007-04-01 | "dmenu" operation to spawn dmenu only on the current screen (for Xinerama) | Jason Creighton | 1 | -0/+11 |
2007-04-01 | Cleaned up layout a little bit | hughes | 1 | -13/+35 |
2007-04-01 | restore dwm-style keybindings. mod-shift-{j,k} resize in vert mode | Don Stewart | 1 | -1/+5 |
2007-04-01 | Merged things together with dons changes. | hughes | 1 | -29/+54 |
2007-04-01 | Vertical/horizontal split, and resizability. | hughes | 1 | -22/+59 |
2007-04-01 | formatting fixes. the style is getting a bit dodgy in some places... | Don Stewart | 1 | -30/+35 |
2007-03-31 | Move safeFocus from Main to Operations | Spencer Janssen | 1 | -0/+7 |
2007-03-31 | removed refocus; moved functionality to setFocus | Jason Creighton | 1 | -15/+9 |
2007-03-30 | refactored "focus changed" code into "refocus" | Jason Creighton | 1 | -3/+10 |
2007-03-29 | Window borders | Alec Berryman | 1 | -0/+10 |
2007-03-29 | Type error: button1 :: Button, not :: ButtonMask | Alec Berryman | 1 | -1/+1 |
2007-03-28 | first shot at allowing click to focus windows | daniel | 1 | -4/+15 |