aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update location for X11-extrasSpencer Janssen2007-03-091-1/+1
* commentsDon Stewart2007-03-091-20/+9
* handle MappingNotifyEvent properly, and missing test in MapRequestEvent. fire...Don Stewart2007-03-091-8/+7
* commentsDon Stewart2007-03-091-1/+6
* stub for MappingNotifyEvent, based on dwm. But the X11-extras binding for thi...Don Stewart2007-03-081-6/+37
* refactoring. heads up: depends on withServer in X11-extrasDon Stewart2007-03-082-30/+24
* commentsDon Stewart2007-03-081-3/+4
* move W -> WMonadDon Stewart2007-03-082-2/+2
* forgot to add Properties.hsDon Stewart2007-03-081-0/+166
* move tests into subdirDon Stewart2007-03-081-171/+4
* Switch to using abstract StackSet data type. Most workspace logic moved into ...Don Stewart2007-03-083-133/+479
* unpack on our ownDon Stewart2007-03-081-1/+1
* cleanup onlyDon Stewart2007-03-081-4/+4
* Make the number of workspaces configurable.Spencer Janssen2007-03-081-15/+13
* Print a message for unhandled eventsSpencer Janssen2007-03-081-1/+1
* Manage windows that are created before thunk startsSpencer Janssen2007-03-071-0/+4
* Add Alt-Shift-[1..5], to move the current client to a new workspaceDon Stewart2007-03-081-0/+22
* cleaner implementation of 'view'. Only hide the current list. And shortcut if...Don Stewart2007-03-081-15/+17
* Fill in missing workspace codeDon Stewart2007-03-081-18/+19
* Add support for multiple workspacesDon Stewart2007-03-072-41/+72
* no -WerrorDon Stewart2007-03-071-1/+1