summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2007-03-20Initial tiling support.Spencer Janssen
2007-03-20Fix indentationSpencer Janssen
2007-03-20UntabifySpencer Janssen
2007-03-20changed type of getScreenInfo in Graphics.X11.XineramaJason Creighton
2007-03-20Decouple the concepts of focus and window order. First step to tiling!Spencer Janssen
2007-03-19trace wsOnScreen when it's changedJason Creighton
2007-03-19don't try to change the current workspace based on an enterNotify eventJason Creighton
2007-03-18use "windows" in "unmanage"Jason Creighton
2007-03-18replaced "let Just x = ..." in view with "case ... of ..."Jason Creighton
2007-03-18basic xinerama support (depends on Graphics.X11.Xinerama in X11-extras)Jason Creighton
2007-03-16Whitespace onlySpencer Janssen
2007-03-16-Wall policeSpencer Janssen
2007-03-16abstract out modMask for easy user configurationshae
2007-03-15tasks before 0.1Spencer Janssen
2007-03-15s/thunk/xmonadSpencer Janssen
2007-03-14Tiling notesSpencer Janssen
2007-03-14Actually fix the zombie issue.Spencer Janssen
2007-03-13Sloppy typos in spawn.Spencer Janssen
2007-03-13Fix forking issues, add unix dependency.Spencer Janssen
2007-03-12catch exceptions in spawn, so failing to fork won't kill the wmDon Stewart
2007-03-12fiddling, commentsDon Stewart
2007-03-12comments, move isRoot into XMonadDon Stewart
2007-03-12wibblesDon Stewart
2007-03-12abstract out setfocus code a bitDon Stewart
2007-03-11general refactor, and call xerrorhandler to ignore certain undetectable issuesDon Stewart
2007-03-11initial support for Atom-based delete protocol. makes kill client work on fir...Don Stewart
2007-03-10thunk is now known as xmonad!Spencer Janssen
2007-03-10XMonadDon Stewart
2007-03-10add tracing for kill windowDon Stewart
2007-03-10Use 9 workspaces by defaultSpencer Janssen
2007-03-10Reduce flicker on workspace change.Spencer Janssen
2007-03-10typoDon Stewart
2007-03-10Add support for Enter/Leave notify events. Fixes firefox on my machineDon Stewart
2007-03-10refactor, trying to seperate out IO from W stuff, in order to QC the handler ...Don Stewart
2007-03-09notes on the firefox bugDon Stewart
2007-03-09grammar nazisDon Stewart
2007-03-09whitespace. and note if we get a config request for an already managed windowDon Stewart
2007-03-09improved grabkeys (also handle lockMask down)Don Stewart
2007-03-09alloc the event space only onceDon Stewart
2007-03-09also select for enter and leave window events (need for XCrossing?)Don Stewart
2007-03-09we should check for OverrideRedirect on initial scan tooDon Stewart
2007-03-09no unix dependencyDon Stewart
2007-03-09fmt onlyDon Stewart
2007-03-09unnec. export listDon Stewart
2007-03-09unnec. `nub'Don Stewart
2007-03-09just use Map, not int map. strict updates don't seem to help btw.Don Stewart
2007-03-09comments on whether we lose space due to lazy updates of the stack setDon Stewart
2007-03-09don't need the unix packageDon Stewart
2007-03-09sneaky inlineDon Stewart
2007-03-09little bit of strictness, based on -prof outputDon Stewart