| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | no unix dependency | Don Stewart | 2007-03-09 | 1 | -1/+0 |
* | fmt only | Don Stewart | 2007-03-09 | 1 | -2/+1 |
* | unnec. export list | Don Stewart | 2007-03-09 | 1 | -24/+1 |
* | unnec. `nub' | Don Stewart | 2007-03-09 | 1 | -2/+2 |
* | just use Map, not int map. strict updates don't seem to help btw. | Don Stewart | 2007-03-09 | 1 | -13/+12 |
* | comments on whether we lose space due to lazy updates of the stack set | Don Stewart | 2007-03-09 | 1 | -0/+5 |
* | don't need the unix package | Don Stewart | 2007-03-09 | 1 | -1/+1 |
* | sneaky inline | Don Stewart | 2007-03-09 | 1 | -0/+1 |
* | little bit of strictness, based on -prof output | Don Stewart | 2007-03-09 | 3 | -4/+5 |
* | explicit interface on StackSet. maybe it should be a seperate package ... ? | Don Stewart | 2007-03-09 | 1 | -1/+24 |
* | -12 lines, refactor | Don Stewart | 2007-03-09 | 2 | -22/+10 |
* | refactor, -10 or so loc | Don Stewart | 2007-03-09 | 2 | -35/+31 |
* | more QC properties on StackSets | Don Stewart | 2007-03-09 | 1 | -7/+42 |
* | simpler type (no need to cache size, we *could* grow new stacks on demand now) | Don Stewart | 2007-03-09 | 2 | -57/+23 |
* | replace Seq [a] with IntMap [a], hopefully gets 6.4 support | Don Stewart | 2007-03-09 | 1 | -19/+19 |
* | simplify StackSet api even further (-15 loc) | Don Stewart | 2007-03-09 | 3 | -63/+28 |
* | smaller api, less tests | Don Stewart | 2007-03-09 | 1 | -37/+5 |
* | use new StackSet api | Don Stewart | 2007-03-09 | 2 | -20/+24 |
* | shrink StackSet api | Don Stewart | 2007-03-09 | 1 | -40/+25 |
* | Update location for X11-extras | Spencer Janssen | 2007-03-09 | 1 | -1/+1 |
* | comments | Don Stewart | 2007-03-09 | 1 | -20/+9 |
* | handle MappingNotifyEvent properly, and missing test in MapRequestEvent. fire... | Don Stewart | 2007-03-09 | 1 | -8/+7 |
* | comments | Don Stewart | 2007-03-09 | 1 | -1/+6 |
* | stub for MappingNotifyEvent, based on dwm. But the X11-extras binding for thi... | Don Stewart | 2007-03-08 | 1 | -6/+37 |
* | refactoring. heads up: depends on withServer in X11-extras | Don Stewart | 2007-03-08 | 2 | -30/+24 |
* | comments | Don Stewart | 2007-03-08 | 1 | -3/+4 |
* | move W -> WMonad | Don Stewart | 2007-03-08 | 2 | -2/+2 |
* | forgot to add Properties.hs | Don Stewart | 2007-03-08 | 1 | -0/+166 |
* | move tests into subdir | Don Stewart | 2007-03-08 | 1 | -171/+4 |
* | Switch to using abstract StackSet data type. Most workspace logic moved into ... | Don Stewart | 2007-03-08 | 3 | -133/+479 |
* | unpack on our own | Don Stewart | 2007-03-08 | 1 | -1/+1 |
* | cleanup only | Don Stewart | 2007-03-08 | 1 | -4/+4 |
* | Make the number of workspaces configurable. | Spencer Janssen | 2007-03-08 | 1 | -15/+13 |
* | Print a message for unhandled events | Spencer Janssen | 2007-03-08 | 1 | -1/+1 |
* | Manage windows that are created before thunk starts | Spencer Janssen | 2007-03-07 | 1 | -0/+4 |
* | Add Alt-Shift-[1..5], to move the current client to a new workspace | Don Stewart | 2007-03-08 | 1 | -0/+22 |
* | cleaner implementation of 'view'. Only hide the current list. And shortcut if... | Don Stewart | 2007-03-08 | 1 | -15/+17 |
* | Fill in missing workspace code | Don Stewart | 2007-03-08 | 1 | -18/+19 |
* | Add support for multiple workspaces | Don Stewart | 2007-03-07 | 2 | -41/+72 |
* | no -Werror | Don Stewart | 2007-03-07 | 1 | -1/+1 |
* | -Wall police. and strip the binary | Don Stewart | 2007-03-07 | 3 | -11/+14 |
* | fmt. and use a Map for keycode lookup | Don Stewart | 2007-03-07 | 2 | -39/+30 |
* | xKillClient -> killClient | Spencer Janssen | 2007-03-07 | 1 | -1/+1 |
* | formatting and comments only | Don Stewart | 2007-03-07 | 1 | -9/+8 |
* | Add alt-c, kill client | Don Stewart | 2007-03-07 | 1 | -11/+28 |
* | dead code | Don Stewart | 2007-03-07 | 1 | -5/+0 |
* | need Data.List | Don Stewart | 2007-03-07 | 1 | -0/+1 |
* | focus left and right (mod-j/mod-k) | Don Stewart | 2007-03-07 | 2 | -41/+55 |
* | Plan for statusbar/multithreading | Spencer Janssen | 2007-03-07 | 1 | -0/+16 |
* | Add TODO | Spencer Janssen | 2007-03-07 | 1 | -0/+0 |