summaryrefslogtreecommitdiffstats
path: root/Main.hs
AgeCommit message (Expand)Author
2007-03-26added Config.lhs and moved most things in Main.hs into Operations.hs to enabl...Jason Creighton
2007-03-25Xinerama focus bug (couldn't focus on current workspace)Jason Creighton
2007-03-23restart (simple exec(), no state saved)Jason Creighton
2007-03-22Add promote. Makes the focused window the masterSpencer Janssen
2007-03-21I like 1%2 split. Maintainer's prerogative :)Spencer Janssen
2007-03-21Add defaultLeftWidth in the configuration sectionSpencer Janssen
2007-03-21Allow dynamic width in tiling modedaniel
2007-03-21GHC 6.4 compatibility.Spencer Janssen
2007-03-21add keybindings to change screens and tag windows to screensJason Creighton
2007-03-20Make numlockMask configurableSpencer Janssen
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