Age | Commit message (Expand) | Author |
2007-03-20 | Untabify | Spencer Janssen |
2007-03-20 | changed type of getScreenInfo in Graphics.X11.Xinerama | Jason Creighton |
2007-03-20 | Decouple the concepts of focus and window order. First step to tiling! | Spencer Janssen |
2007-03-19 | trace wsOnScreen when it's changed | Jason Creighton |
2007-03-19 | don't try to change the current workspace based on an enterNotify event | Jason Creighton |
2007-03-18 | use "windows" in "unmanage" | Jason Creighton |
2007-03-18 | replaced "let Just x = ..." in view with "case ... of ..." | Jason Creighton |
2007-03-18 | basic xinerama support (depends on Graphics.X11.Xinerama in X11-extras) | Jason Creighton |
2007-03-16 | Whitespace only | Spencer Janssen |
2007-03-16 | -Wall police | Spencer Janssen |
2007-03-16 | abstract out modMask for easy user configuration | shae |
2007-03-15 | tasks before 0.1 | Spencer Janssen |
2007-03-15 | s/thunk/xmonad | Spencer Janssen |
2007-03-14 | Tiling notes | Spencer Janssen |
2007-03-14 | Actually fix the zombie issue. | Spencer Janssen |
2007-03-13 | Sloppy typos in spawn. | Spencer Janssen |
2007-03-13 | Fix forking issues, add unix dependency. | Spencer Janssen |
2007-03-12 | catch exceptions in spawn, so failing to fork won't kill the wm | Don Stewart |
2007-03-12 | fiddling, comments | Don Stewart |
2007-03-12 | comments, move isRoot into XMonad | Don Stewart |
2007-03-12 | wibbles | Don Stewart |
2007-03-12 | abstract out setfocus code a bit | Don Stewart |
2007-03-11 | general refactor, and call xerrorhandler to ignore certain undetectable issues | Don Stewart |
2007-03-11 | initial support for Atom-based delete protocol. makes kill client work on fir... | Don Stewart |
2007-03-10 | thunk is now known as xmonad! | Spencer Janssen |
2007-03-10 | XMonad | Don Stewart |
2007-03-10 | add tracing for kill window | Don Stewart |
2007-03-10 | Use 9 workspaces by default | Spencer Janssen |
2007-03-10 | Reduce flicker on workspace change. | Spencer Janssen |
2007-03-10 | typo | Don Stewart |
2007-03-10 | Add support for Enter/Leave notify events. Fixes firefox on my machine | Don Stewart |
2007-03-10 | refactor, trying to seperate out IO from W stuff, in order to QC the handler ... | Don Stewart |
2007-03-09 | notes on the firefox bug | Don Stewart |
2007-03-09 | grammar nazis | Don Stewart |
2007-03-09 | whitespace. and note if we get a config request for an already managed window | Don Stewart |
2007-03-09 | improved grabkeys (also handle lockMask down) | Don Stewart |
2007-03-09 | alloc the event space only once | Don Stewart |
2007-03-09 | also select for enter and leave window events (need for XCrossing?) | Don Stewart |
2007-03-09 | we should check for OverrideRedirect on initial scan too | Don Stewart |
2007-03-09 | no unix dependency | Don Stewart |
2007-03-09 | fmt only | Don Stewart |
2007-03-09 | unnec. export list | Don Stewart |
2007-03-09 | unnec. `nub' | Don Stewart |
2007-03-09 | just use Map, not int map. strict updates don't seem to help btw. | Don Stewart |
2007-03-09 | comments on whether we lose space due to lazy updates of the stack set | Don Stewart |
2007-03-09 | don't need the unix package | Don Stewart |
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 |