summaryrefslogtreecommitdiffstats
path: root/Main.hs
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-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-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-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-09little bit of strictness, based on -prof outputDon Stewart
2007-03-09-12 lines, refactorDon Stewart
2007-03-09refactor, -10 or so locDon Stewart
2007-03-09simplify StackSet api even further (-15 loc)Don Stewart
2007-03-09use new StackSet apiDon Stewart
2007-03-09commentsDon Stewart
2007-03-09handle MappingNotifyEvent properly, and missing test in MapRequestEvent. fire...Don Stewart
2007-03-08stub for MappingNotifyEvent, based on dwm. But the X11-extras binding for thi...Don Stewart
2007-03-08refactoring. heads up: depends on withServer in X11-extrasDon Stewart
2007-03-08move W -> WMonadDon Stewart
2007-03-08Switch to using abstract StackSet data type. Most workspace logic moved into ...Don Stewart
2007-03-08cleanup onlyDon Stewart
2007-03-08Make the number of workspaces configurable.Spencer Janssen
2007-03-08Print a message for unhandled eventsSpencer Janssen
2007-03-07Manage windows that are created before thunk startsSpencer Janssen
2007-03-08Add Alt-Shift-[1..5], to move the current client to a new workspaceDon Stewart
2007-03-08cleaner implementation of 'view'. Only hide the current list. And shortcut if...Don Stewart
2007-03-08Fill in missing workspace codeDon Stewart