summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2007-03-09explicit interface on StackSet. maybe it should be a seperate package ... ?Don Stewart
2007-03-09-12 lines, refactorDon Stewart
2007-03-09refactor, -10 or so locDon Stewart
2007-03-09more QC properties on StackSetsDon Stewart
2007-03-09simpler type (no need to cache size, we *could* grow new stacks on demand now)Don Stewart
2007-03-09replace Seq [a] with IntMap [a], hopefully gets 6.4 supportDon Stewart
2007-03-09simplify StackSet api even further (-15 loc)Don Stewart
2007-03-09smaller api, less testsDon Stewart
2007-03-09use new StackSet apiDon Stewart
2007-03-09shrink StackSet apiDon Stewart
2007-03-09Update location for X11-extrasSpencer Janssen
2007-03-09commentsDon Stewart
2007-03-09handle MappingNotifyEvent properly, and missing test in MapRequestEvent. fire...Don Stewart
2007-03-09commentsDon Stewart