| Commit message (Expand) | Author | Files | Lines |
2007-03-18 | replaced "let Just x | Jason Creighton | 1 | -4/+7 |
2007-03-18 | basic xinerama support (depends on Graphics.X11.Xinerama in X11-extras) | Jason Creighton | 1 | -18/+35 |
2007-03-16 | Whitespace only | Spencer Janssen | 1 | -1/+1 |
2007-03-16 | -Wall police | Spencer Janssen | 1 | -0/+1 |
2007-03-16 | abstract out modMask for easy user configuration | shae | 1 | -8/+13 |
2007-03-12 | fiddling, comments | Don Stewart | 1 | -14/+27 |
2007-03-12 | comments, move isRoot into XMonad | Don Stewart | 1 | -4/+0 |
2007-03-12 | wibbles | Don Stewart | 1 | -13/+12 |
2007-03-12 | abstract out setfocus code a bit | Don Stewart | 1 | -31/+32 |
2007-03-11 | general refactor, and call xerrorhandler to ignore certain undetectable issues | Don Stewart | 1 | -66/+47 |
2007-03-11 | initial support for Atom-based delete protocol. makes kill client work on fir... | Don Stewart | 1 | -9/+50 |
2007-03-10 | thunk is now known as xmonad! | Spencer Janssen | 1 | -1/+1 |
2007-03-10 | XMonad | Don Stewart | 1 | -19/+19 |
2007-03-10 | add tracing for kill window | Don Stewart | 1 | -1/+5 |
2007-03-10 | Use 9 workspaces by default | Spencer Janssen | 1 | -1/+1 |
2007-03-10 | Reduce flicker on workspace change. | Spencer Janssen | 1 | -1/+1 |
2007-03-10 | Add support for Enter/Leave notify events. Fixes firefox on my machine | Don Stewart | 1 | -20/+40 |
2007-03-10 | refactor, trying to seperate out IO from W stuff, in order to QC the handler ... | Don Stewart | 1 | -36/+48 |
2007-03-09 | notes on the firefox bug | Don Stewart | 1 | -4/+16 |
2007-03-09 | whitespace. and note if we get a config request for an already managed window | Don Stewart | 1 | -16/+22 |
2007-03-09 | improved grabkeys (also handle lockMask down) | Don Stewart | 1 | -3/+8 |
2007-03-09 | alloc the event space only once | Don Stewart | 1 | -8/+10 |
2007-03-09 | also select for enter and leave window events (need for XCrossing?) | Don Stewart | 1 | -1/+9 |
2007-03-09 | we should check for OverrideRedirect on initial scan too | Don Stewart | 1 | -1/+5 |
2007-03-09 | little bit of strictness, based on -prof output | Don Stewart | 1 | -2/+2 |
2007-03-09 | -12 lines, refactor | Don Stewart | 1 | -10/+7 |
2007-03-09 | refactor, -10 or so loc | Don Stewart | 1 | -6/+14 |
2007-03-09 | simplify StackSet api even further (-15 loc) | Don Stewart | 1 | -6/+4 |
2007-03-09 | use new StackSet api | Don Stewart | 1 | -12/+21 |
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 |