| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | changed type of getScreenInfo in Graphics.X11.Xinerama | Jason Creighton | 2007-03-20 | 1 | -5/+5 |
* | Decouple the concepts of focus and window order. First step to tiling! | Spencer Janssen | 2007-03-20 | 1 | -1/+1 |
* | trace wsOnScreen when it's changed | Jason Creighton | 2007-03-19 | 1 | -0/+1 |
* | don't try to change the current workspace based on an enterNotify event | Jason Creighton | 2007-03-19 | 1 | -5/+4 |
* | use "windows" in "unmanage" | Jason Creighton | 2007-03-18 | 1 | -1/+1 |
* | replaced "let Just x | Jason Creighton | 2007-03-18 | 1 | -4/+7 |
* | basic xinerama support (depends on Graphics.X11.Xinerama in X11-extras) | Jason Creighton | 2007-03-18 | 1 | -18/+35 |
* | Whitespace only | Spencer Janssen | 2007-03-16 | 1 | -1/+1 |
* | -Wall police | Spencer Janssen | 2007-03-16 | 1 | -0/+1 |
* | abstract out modMask for easy user configuration | shae | 2007-03-16 | 1 | -8/+13 |
* | fiddling, comments | Don Stewart | 2007-03-12 | 1 | -14/+27 |
* | comments, move isRoot into XMonad | Don Stewart | 2007-03-12 | 1 | -4/+0 |
* | wibbles | Don Stewart | 2007-03-12 | 1 | -13/+12 |
* | abstract out setfocus code a bit | Don Stewart | 2007-03-12 | 1 | -31/+32 |
* | general refactor, and call xerrorhandler to ignore certain undetectable issues | Don Stewart | 2007-03-11 | 1 | -66/+47 |
* | initial support for Atom-based delete protocol. makes kill client work on fir... | Don Stewart | 2007-03-11 | 1 | -9/+50 |
* | thunk is now known as xmonad! | Spencer Janssen | 2007-03-10 | 1 | -1/+1 |
* | XMonad | Don Stewart | 2007-03-10 | 1 | -19/+19 |
* | add tracing for kill window | Don Stewart | 2007-03-10 | 1 | -1/+5 |
* | Use 9 workspaces by default | Spencer Janssen | 2007-03-10 | 1 | -1/+1 |
* | Reduce flicker on workspace change. | Spencer Janssen | 2007-03-10 | 1 | -1/+1 |
* | Add support for Enter/Leave notify events. Fixes firefox on my machine | Don Stewart | 2007-03-10 | 1 | -20/+40 |
* | refactor, trying to seperate out IO from W stuff, in order to QC the handler ... | Don Stewart | 2007-03-10 | 1 | -36/+48 |
* | 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 |