| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added Config.lhs and moved most things in Main.hs into Operations.hs to enabl... | Jason Creighton | 2007-03-26 | 1 | -252/+4 |
* | Xinerama focus bug (couldn't focus on current workspace) | Jason Creighton | 2007-03-25 | 1 | -16/+15 |
* | restart (simple exec(), no state saved) | Jason Creighton | 2007-03-23 | 1 | -0/+11 |
* | Add promote. Makes the focused window the master | Spencer Janssen | 2007-03-22 | 1 | -0/+5 |
* | I like 1%2 split. Maintainer's prerogative :) | Spencer Janssen | 2007-03-21 | 1 | -1/+1 |
* | Add defaultLeftWidth in the configuration section | Spencer Janssen | 2007-03-21 | 1 | -1/+5 |
* | Allow dynamic width in tiling mode | daniel | 2007-03-21 | 1 | -3/+15 |
* | GHC 6.4 compatibility. | Spencer Janssen | 2007-03-21 | 1 | -2/+2 |
* | add keybindings to change screens and tag windows to screens | Jason Creighton | 2007-03-21 | 1 | -0/+15 |
* | Make numlockMask configurable | Spencer Janssen | 2007-03-20 | 1 | -1/+7 |
* | Initial tiling support. | Spencer Janssen | 2007-03-20 | 1 | -8/+36 |
* | Fix indentation | Spencer Janssen | 2007-03-20 | 1 | -1/+1 |
* | Untabify | Spencer Janssen | 2007-03-20 | 1 | -25/+25 |
* | 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 |