Age | Commit message (Expand) | Author |
2007-03-09 | sneaky inline | Don Stewart |
2007-03-09 | little bit of strictness, based on -prof output | Don Stewart |
2007-03-09 | explicit interface on StackSet. maybe it should be a seperate package ... ? | Don Stewart |
2007-03-09 | -12 lines, refactor | Don Stewart |
2007-03-09 | refactor, -10 or so loc | Don Stewart |
2007-03-09 | more QC properties on StackSets | Don Stewart |
2007-03-09 | simpler type (no need to cache size, we *could* grow new stacks on demand now) | Don Stewart |
2007-03-09 | replace Seq [a] with IntMap [a], hopefully gets 6.4 support | Don Stewart |
2007-03-09 | simplify StackSet api even further (-15 loc) | Don Stewart |
2007-03-09 | smaller api, less tests | Don Stewart |
2007-03-09 | use new StackSet api | Don Stewart |
2007-03-09 | shrink StackSet api | Don Stewart |
2007-03-09 | Update location for X11-extras | Spencer Janssen |
2007-03-09 | comments | Don Stewart |
2007-03-09 | handle MappingNotifyEvent properly, and missing test in MapRequestEvent. fire... | Don Stewart |
2007-03-09 | comments | Don Stewart |
2007-03-08 | stub for MappingNotifyEvent, based on dwm. But the X11-extras binding for thi... | Don Stewart |
2007-03-08 | refactoring. heads up: depends on withServer in X11-extras | Don Stewart |
2007-03-08 | comments | Don Stewart |
2007-03-08 | move W -> WMonad | Don Stewart |
2007-03-08 | forgot to add Properties.hs | Don Stewart |
2007-03-08 | move tests into subdir | Don Stewart |
2007-03-08 | Switch to using abstract StackSet data type. Most workspace logic moved into ... | Don Stewart |
2007-03-08 | unpack on our own | Don Stewart |
2007-03-08 | cleanup only | Don Stewart |
2007-03-08 | Make the number of workspaces configurable. | Spencer Janssen |
2007-03-08 | Print a message for unhandled events | Spencer Janssen |
2007-03-07 | Manage windows that are created before thunk starts | Spencer Janssen |
2007-03-08 | Add Alt-Shift-[1..5], to move the current client to a new workspace | Don Stewart |
2007-03-08 | cleaner implementation of 'view'. Only hide the current list. And shortcut if... | Don Stewart |
2007-03-08 | Fill in missing workspace code | Don Stewart |
2007-03-07 | Add support for multiple workspaces | Don Stewart |
2007-03-07 | no -Werror | Don Stewart |
2007-03-07 | -Wall police. and strip the binary | Don Stewart |
2007-03-07 | fmt. and use a Map for keycode lookup | Don Stewart |
2007-03-07 | xKillClient -> killClient | Spencer Janssen |
2007-03-07 | formatting and comments only | Don Stewart |
2007-03-07 | Add alt-c, kill client | Don Stewart |
2007-03-07 | dead code | Don Stewart |
2007-03-07 | need Data.List | Don Stewart |
2007-03-07 | focus left and right (mod-j/mod-k) | Don Stewart |
2007-03-07 | Plan for statusbar/multithreading | Spencer Janssen |
2007-03-07 | Add TODO | Spencer Janssen |
2007-03-07 | wibble | Don Stewart |
2007-03-07 | derive MonadState, removes most accessors | Don Stewart |
2007-03-07 | Handle several more events, should fix several issues. | Spencer Janssen |
2007-03-07 | refactoring. less code | Don Stewart |
2007-03-07 | just use [Window] | Don Stewart |
2007-03-07 | url of dmenu. it now works | Don Stewart |
2007-03-07 | typo in dmenu code | Don Stewart |