summaryrefslogtreecommitdiffstats
path: root/Operations.hs
AgeCommit message (Expand)Author
2007-10-28New windows start in the iconic stateSpencer Janssen
2007-10-22Replace 'findIndex' with 'findTag', which more accurately describes what the ...Brent Yorgey
2007-10-19Operations.hs: flip maybe id is fromMaybeEric Mertens
2007-10-19Deobfuscate Tall layoutEric Mertens
2007-10-19UNDO: setInitialProperties after placing windowsSpencer Janssen
2007-10-19setInitialProperties after placing windowsSpencer Janssen
2007-10-19UNDO: Ignore borders in the stored RationalRects of floating windows.Spencer Janssen
2007-10-19Ignore borders in the stored RationalRects of floating windows.Spencer Janssen
2007-10-19I prefer fmap over liftMSpencer Janssen
2007-10-18change 0/1/3 to named states, per X11-extras darcs headDevin Mullins
2007-10-17Operations.hs: make use of notElem and notMemberEric Mertens
2007-10-15Clean up trailing whitespaceSpencer Janssen
2007-10-14document, and use better names, for serialising/existential-dispatch frameworkDon Stewart
2007-10-14clean up Layout code a little moreDon Stewart
2007-10-13clean up names of layout codeDon Stewart
2007-10-12Haddox fixAndrea Rossato
2007-10-12Add userCode function for the popular m `catchX` return ()Spencer Janssen
2007-10-12catch exceptions when calling user-written code.David Roundy
2007-10-11one more comment.David Roundy
2007-10-11Set the border color of new windows, nice catch by maukeSpencer Janssen
2007-10-10Only adjust floating windows that are actually larger than the screenSpencer Janssen
2007-10-08Add LANGUAGE pragmasShachaf Ben-Kiki
2007-10-06comments need to be given for all top level bindingsDon Stewart
2007-10-05add pureMessage.David Roundy
2007-10-03manageHook: use the curry style, better documentationSpencer Janssen
2007-09-29some renaming of classes and data types.David Roundy
2007-10-02Pass window name and class info to manageHookSpencer Janssen
2007-10-01Send ClassHints to manageHookSpencer Janssen
2007-10-01First cut at manageHookSpencer Janssen
2007-09-29set border color more judiciously, so layouts can customize this.David Roundy
2007-09-28Operation: coding style conformanceAndrea Rossato
2007-09-28define defaultLayout in Config.hs.David Roundy
2007-09-28Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen
2007-09-28LayoutSelection: describe the active layout onlySpencer Janssen
2007-09-27put transients completely on the screen when possible.David Roundy
2007-09-28setLayout should not call sendMessage, because sendMessage calls windowsSpencer Janssen
2007-09-28Add setLayout to the coreSpencer Janssen
2007-09-27Refactor floating code in manageSpencer Janssen
2007-09-25fix bug where ReleaseResources wasn't getting sent to all layouts.David Roundy
2007-09-25add support for parseable layouts not in the default.David Roundy
2007-09-25rename modifyLayout to handleMessage.David Roundy
2007-09-25make it easier to define pure layouts.David Roundy
2007-09-24Make a String description part of each Layout.David Roundy
2007-09-24Added LayoutMessagesAndrea Rossato
2007-09-23create default modifyLayout that ignores messages.David Roundy
2007-09-21add layout selection back into core xmonad using LayoutSelection.David Roundy
2007-09-21make layouts preserved over restartDavid Roundy
2007-09-21move Layout into StackSet.David Roundy
2007-09-20Pointfree Mirror and SomeLayout instancesSpencer Janssen
2007-09-20Use derived Show and Read instances for MirrorSpencer Janssen