aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Whitespace onlySpencer Janssen2007-03-161-1/+1
* -Wall policeSpencer Janssen2007-03-162-1/+1
* abstract out modMask for easy user configurationshae2007-03-161-8/+13
* tasks before 0.1Spencer Janssen2007-03-151-0/+5
* s/thunk/xmonadSpencer Janssen2007-03-151-1/+1
* Tiling notesSpencer Janssen2007-03-141-0/+15
* Actually fix the zombie issue.Spencer Janssen2007-03-141-3/+8
* Sloppy typos in spawn.Spencer Janssen2007-03-131-2/+4
* Fix forking issues, add unix dependency.Spencer Janssen2007-03-133-4/+4
* catch exceptions in spawn, so failing to fork won't kill the wmDon Stewart2007-03-121-1/+3
* fiddling, commentsDon Stewart2007-03-121-14/+27
* comments, move isRoot into XMonadDon Stewart2007-03-122-6/+12
* wibblesDon Stewart2007-03-121-13/+12
* abstract out setfocus code a bitDon Stewart2007-03-121-31/+32
* general refactor, and call xerrorhandler to ignore certain undetectable issuesDon Stewart2007-03-112-69/+53
* initial support for Atom-based delete protocol. makes kill client work on fir...Don Stewart2007-03-111-9/+50
* thunk is now known as xmonad!Spencer Janssen2007-03-103-5/+5
* XMonadDon Stewart2007-03-102-38/+38
* add tracing for kill windowDon Stewart2007-03-101-1/+5
* Use 9 workspaces by defaultSpencer Janssen2007-03-101-1/+1
* Reduce flicker on workspace change.Spencer Janssen2007-03-101-1/+1
* typoDon Stewart2007-03-101-2/+2
* Add support for Enter/Leave notify events. Fixes firefox on my machineDon Stewart2007-03-101-20/+40
* refactor, trying to seperate out IO from W stuff, in order to QC the handler ...Don Stewart2007-03-102-38/+50
* notes on the firefox bugDon Stewart2007-03-091-4/+16
* grammar nazisDon Stewart2007-03-091-1/+1
* whitespace. and note if we get a config request for an already managed windowDon Stewart2007-03-091-16/+22
* improved grabkeys (also handle lockMask down)Don Stewart2007-03-091-3/+8
* alloc the event space only onceDon Stewart2007-03-091-8/+10
* also select for enter and leave window events (need for XCrossing?)Don Stewart2007-03-091-1/+9
* we should check for OverrideRedirect on initial scan tooDon Stewart2007-03-091-1/+5
* no unix dependencyDon Stewart2007-03-091-1/+0
* fmt onlyDon Stewart2007-03-091-2/+1
* unnec. export listDon Stewart2007-03-091-24/+1
* unnec. `nub'Don Stewart2007-03-091-2/+2
* just use Map, not int map. strict updates don't seem to help btw.Don Stewart2007-03-091-13/+12
* comments on whether we lose space due to lazy updates of the stack setDon Stewart2007-03-091-0/+5
* don't need the unix packageDon Stewart2007-03-091-1/+1
* sneaky inlineDon Stewart2007-03-091-0/+1
* little bit of strictness, based on -prof outputDon Stewart2007-03-093-4/+5
* explicit interface on StackSet. maybe it should be a seperate package ... ?Don Stewart2007-03-091-1/+24
* -12 lines, refactorDon Stewart2007-03-092-22/+10
* refactor, -10 or so locDon Stewart2007-03-092-35/+31
* more QC properties on StackSetsDon Stewart2007-03-091-7/+42
* simpler type (no need to cache size, we *could* grow new stacks on demand now)Don Stewart2007-03-092-57/+23
* replace Seq [a] with IntMap [a], hopefully gets 6.4 supportDon Stewart2007-03-091-19/+19
* simplify StackSet api even further (-15 loc)Don Stewart2007-03-093-63/+28
* smaller api, less testsDon Stewart2007-03-091-37/+5
* use new StackSet apiDon Stewart2007-03-092-20/+24
* shrink StackSet apiDon Stewart2007-03-091-40/+25