aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Operations.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-24Move XMonad.Layouts to XMonad.Layout for uniformity with xmcAndrea Rossato1-1/+1
2007-11-20clean up fmap overuse with applicatives. more opportunities remainDon Stewart1-8/+9
2007-11-19ManageHook is a MonoidSpencer Janssen1-1/+1
2007-11-19No more liftMSpencer Janssen1-3/+3
2007-11-09New ManageHook systemSpencer Janssen1-3/+1
2007-11-07Provide top level XMonad.hs export moduleDon Stewart1-1/+1
2007-11-01HierarchifySpencer Janssen1-3/+3
2007-11-01Add readsLayout, remove the existential from XConfigSpencer Janssen1-2/+2
2007-11-01Delete Main.hs-boot!Spencer Janssen1-6/+8
2007-11-01Remove manageHook from Main.hs-bootSpencer Janssen1-2/+3
2007-11-01-Wall policeSpencer Janssen1-2/+1
2007-11-01Store user configuration in XConfSpencer Janssen1-3/+3
2007-11-01This is a massive update, here's what has changed:Spencer Janssen1-158/+2
2007-10-29cleaner version of main/config inversion.David Roundy1-4/+5
2007-10-25make setLayout a bit more inclusive.David Roundy1-2/+2
2007-10-18make xmonad work with inverted main/config.David Roundy1-1/+2
2007-10-28New windows start in the iconic stateSpencer Janssen1-5/+6
2007-10-22Replace 'findIndex' with 'findTag', which more accurately describes what the ...Brent Yorgey1-1/+1
2007-10-19Operations.hs: flip maybe id is fromMaybeEric Mertens1-1/+1
2007-10-19Deobfuscate Tall layoutEric Mertens1-3/+3
2007-10-19UNDO: setInitialProperties after placing windowsSpencer Janssen1-2/+1
2007-10-19setInitialProperties after placing windowsSpencer Janssen1-1/+2
2007-10-19UNDO: Ignore borders in the stored RationalRects of floating windows.Spencer Janssen1-18/+8
2007-10-19Ignore borders in the stored RationalRects of floating windows.Spencer Janssen1-8/+18
2007-10-19I prefer fmap over liftMSpencer Janssen1-1/+1
2007-10-18change 0/1/3 to named states, per X11-extras darcs headDevin Mullins1-3/+3
2007-10-17Operations.hs: make use of notElem and notMemberEric Mertens1-2/+2
2007-10-15Clean up trailing whitespaceSpencer Janssen1-5/+5
2007-10-14document, and use better names, for serialising/existential-dispatch frameworkDon Stewart1-4/+4
2007-10-14clean up Layout code a little moreDon Stewart1-62/+69
2007-10-13clean up names of layout codeDon Stewart1-24/+27
2007-10-12Haddox fixAndrea Rossato1-1/+1
2007-10-12Add userCode function for the popular m `catchX` return ()Spencer Janssen1-1/+1
2007-10-12catch exceptions when calling user-written code.David Roundy1-2/+2
2007-10-11one more comment.David Roundy1-1/+2
2007-10-11Set the border color of new windows, nice catch by maukeSpencer Janssen1-1/+4
2007-10-10Only adjust floating windows that are actually larger than the screenSpencer Janssen1-1/+1
2007-10-08Add LANGUAGE pragmasShachaf Ben-Kiki1-2/+2
2007-10-06comments need to be given for all top level bindingsDon Stewart1-2/+13
2007-10-05add pureMessage.David Roundy1-3/+2
2007-10-03manageHook: use the curry style, better documentationSpencer Janssen1-1/+1
2007-09-29some renaming of classes and data types.David Roundy1-13/+13
2007-10-02Pass window name and class info to manageHookSpencer Janssen1-1/+4
2007-10-01Send ClassHints to manageHookSpencer Janssen1-1/+1
2007-10-01First cut at manageHookSpencer Janssen1-5/+5
2007-09-29set border color more judiciously, so layouts can customize this.David Roundy1-4/+4
2007-09-28Operation: coding style conformanceAndrea Rossato1-3/+3
2007-09-28define defaultLayout in Config.hs.David Roundy1-3/+3
2007-09-28Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen1-1/+3
2007-09-28LayoutSelection: describe the active layout onlySpencer Janssen1-0/+3