| Commit message (Expand) | Author | Files | Lines |
2007-03-09 | comments | Don Stewart | 1 | -20/+9 |
2007-03-09 | handle MappingNotifyEvent properly, and missing test in MapRequestEvent. fire... | Don Stewart | 1 | -8/+7 |
2007-03-08 | stub for MappingNotifyEvent, based on dwm. But the X11-extras binding for thi... | Don Stewart | 1 | -6/+37 |
2007-03-08 | refactoring. heads up: depends on withServer in X11-extras | Don Stewart | 1 | -30/+12 |
2007-03-08 | move W -> WMonad | Don Stewart | 1 | -1/+1 |
2007-03-08 | Switch to using abstract StackSet data type. Most workspace logic moved into ... | Don Stewart | 1 | -96/+68 |
2007-03-08 | cleanup only | Don Stewart | 1 | -4/+4 |
2007-03-08 | Make the number of workspaces configurable. | Spencer Janssen | 1 | -15/+13 |
2007-03-08 | Print a message for unhandled events | Spencer Janssen | 1 | -1/+1 |
2007-03-07 | Manage windows that are created before thunk starts | Spencer Janssen | 1 | -0/+4 |
2007-03-08 | Add Alt-Shift-[1..5], to move the current client to a new workspace | Don Stewart | 1 | -0/+22 |
2007-03-08 | cleaner implementation of 'view'. Only hide the current list. And shortcut if... | Don Stewart | 1 | -15/+17 |
2007-03-08 | Fill in missing workspace code | Don Stewart | 1 | -18/+19 |
2007-03-07 | Add support for multiple workspaces | Don Stewart | 1 | -20/+58 |
2007-03-07 | -Wall police. and strip the binary | Don Stewart | 1 | -10/+12 |
2007-03-07 | fmt. and use a Map for keycode lookup | Don Stewart | 1 | -37/+28 |
2007-03-07 | xKillClient -> killClient | Spencer Janssen | 1 | -1/+1 |
2007-03-07 | formatting and comments only | Don Stewart | 1 | -9/+8 |
2007-03-07 | Add alt-c, kill client | Don Stewart | 1 | -11/+28 |
2007-03-07 | need Data.List | Don Stewart | 1 | -0/+1 |
2007-03-07 | focus left and right (mod-j/mod-k) | Don Stewart | 1 | -38/+27 |
2007-03-07 | wibble | Don Stewart | 1 | -1/+1 |
2007-03-07 | derive MonadState, removes most accessors | Don Stewart | 1 | -10/+10 |
2007-03-07 | Handle several more events, should fix several issues. | Spencer Janssen | 1 | -2/+31 |
2007-03-07 | refactoring. less code | Don Stewart | 1 | -91/+76 |
2007-03-07 | just use [Window] | Don Stewart | 1 | -16/+13 |
2007-03-07 | typo in dmenu code | Don Stewart | 1 | -1/+1 |
2007-03-07 | add dmenu support, seems to work, but the resulting client isn't launched | Don Stewart | 1 | -1/+2 |
2007-03-07 | refactoring | Don Stewart | 1 | -12/+16 |
2007-03-07 | Wm -> W, all good monads have single capital letter names. comment the W.hs file | Don Stewart | 1 | -11/+11 |
2007-03-07 | comments for Main.hs, add io_, like io but return () | Don Stewart | 1 | -37/+73 |
2007-03-07 | comments, rename 'l' to 'io', and state explicitly that we use GeneralizedNew... | Don Stewart | 1 | -16/+29 |
2007-03-07 | move thunk.hs -> Main.hs. Be precise about which versions of every package ar... | Don Stewart | 1 | -0/+0 |
2007-03-07 | depend on the X11-extras package | Don Stewart | 1 | -1/+1 |
2007-03-07 | Flatten module hierarchy | Don Stewart | 1 | -2/+3 |