| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | notes on the firefox bug | Don Stewart | 2007-03-09 | 1 | -4/+16 |
* | whitespace. and note if we get a config request for an already managed window | Don Stewart | 2007-03-09 | 1 | -16/+22 |
* | improved grabkeys (also handle lockMask down) | Don Stewart | 2007-03-09 | 1 | -3/+8 |
* | alloc the event space only once | Don Stewart | 2007-03-09 | 1 | -8/+10 |
* | also select for enter and leave window events (need for XCrossing?) | Don Stewart | 2007-03-09 | 1 | -1/+9 |
* | we should check for OverrideRedirect on initial scan too | Don Stewart | 2007-03-09 | 1 | -1/+5 |
* | little bit of strictness, based on -prof output | Don Stewart | 2007-03-09 | 1 | -2/+2 |
* | -12 lines, refactor | Don Stewart | 2007-03-09 | 1 | -10/+7 |
* | refactor, -10 or so loc | Don Stewart | 2007-03-09 | 1 | -6/+14 |
* | simplify StackSet api even further (-15 loc) | Don Stewart | 2007-03-09 | 1 | -6/+4 |
* | use new StackSet api | Don Stewart | 2007-03-09 | 1 | -12/+21 |
* | 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 |
* | 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 | 1 | -30/+12 |
* | move W -> WMonad | Don Stewart | 2007-03-08 | 1 | -1/+1 |
* | Switch to using abstract StackSet data type. Most workspace logic moved into ... | Don Stewart | 2007-03-08 | 1 | -96/+68 |
* | 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 | 1 | -20/+58 |
* | -Wall police. and strip the binary | Don Stewart | 2007-03-07 | 1 | -10/+12 |
* | fmt. and use a Map for keycode lookup | Don Stewart | 2007-03-07 | 1 | -37/+28 |
* | 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 |
* | need Data.List | Don Stewart | 2007-03-07 | 1 | -0/+1 |
* | focus left and right (mod-j/mod-k) | Don Stewart | 2007-03-07 | 1 | -38/+27 |
* | wibble | Don Stewart | 2007-03-07 | 1 | -1/+1 |
* | derive MonadState, removes most accessors | Don Stewart | 2007-03-07 | 1 | -10/+10 |
* | Handle several more events, should fix several issues. | Spencer Janssen | 2007-03-07 | 1 | -2/+31 |
* | refactoring. less code | Don Stewart | 2007-03-07 | 1 | -91/+76 |
* | just use [Window] | Don Stewart | 2007-03-07 | 1 | -16/+13 |
* | typo in dmenu code | Don Stewart | 2007-03-07 | 1 | -1/+1 |
* | add dmenu support, seems to work, but the resulting client isn't launched | Don Stewart | 2007-03-07 | 1 | -1/+2 |
* | refactoring | Don Stewart | 2007-03-07 | 1 | -12/+16 |
* | Wm -> W, all good monads have single capital letter names. comment the W.hs file | Don Stewart | 2007-03-07 | 1 | -11/+11 |
* | comments for Main.hs, add io_, like io but return () | Don Stewart | 2007-03-07 | 1 | -37/+73 |
* | comments, rename 'l' to 'io', and state explicitly that we use GeneralizedNew... | Don Stewart | 2007-03-07 | 1 | -16/+29 |
* | move thunk.hs -> Main.hs. Be precise about which versions of every package ar... | Don Stewart | 2007-03-07 | 1 | -0/+109 |