| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | basic xinerama support (depends on Graphics.X11.Xinerama in X11-extras) | Jason Creighton | 2007-03-18 | 3 | -19/+47 |
* | Whitespace only | Spencer Janssen | 2007-03-16 | 1 | -1/+1 |
* | -Wall police | Spencer Janssen | 2007-03-16 | 2 | -1/+1 |
* | abstract out modMask for easy user configuration | shae | 2007-03-16 | 1 | -8/+13 |
* | tasks before 0.1 | Spencer Janssen | 2007-03-15 | 1 | -0/+5 |
* | s/thunk/xmonad | Spencer Janssen | 2007-03-15 | 1 | -1/+1 |
* | Tiling notes | Spencer Janssen | 2007-03-14 | 1 | -0/+15 |
* | Actually fix the zombie issue. | Spencer Janssen | 2007-03-14 | 1 | -3/+8 |
* | Sloppy typos in spawn. | Spencer Janssen | 2007-03-13 | 1 | -2/+4 |
* | Fix forking issues, add unix dependency. | Spencer Janssen | 2007-03-13 | 3 | -4/+4 |
* | catch exceptions in spawn, so failing to fork won't kill the wm | Don Stewart | 2007-03-12 | 1 | -1/+3 |
* | fiddling, comments | Don Stewart | 2007-03-12 | 1 | -14/+27 |
* | comments, move isRoot into XMonad | Don Stewart | 2007-03-12 | 2 | -6/+12 |
* | 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 | 2 | -69/+53 |
* | 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 | 3 | -5/+5 |
* | XMonad | Don Stewart | 2007-03-10 | 2 | -38/+38 |
* | 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 |
* | typo | Don Stewart | 2007-03-10 | 1 | -2/+2 |
* | 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 | 2 | -38/+50 |
* | notes on the firefox bug | Don Stewart | 2007-03-09 | 1 | -4/+16 |
* | grammar nazis | Don Stewart | 2007-03-09 | 1 | -1/+1 |
* | 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 |
* | 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 |