summaryrefslogtreecommitdiffstats
path: root/Operations.hs
AgeCommit message (Expand)Author
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
2007-09-20add Read instance to Layout.David Roundy
2007-09-20add Show instance to LayoutDavid Roundy
2007-09-20eliminate ugly OldLayout.David Roundy
2007-09-14move Layout stuff into class (hokey first cut).David Roundy
2007-09-24Split float upSpencer Janssen
2007-09-24Use the new StackSet.screens in windowsSpencer Janssen
2007-09-17Eliminate Operations.sink tooSpencer Janssen
2007-09-17Remove Operations functions which have StackSet equivalents, just use 'window...Spencer Janssen
2007-09-10Fix float behaviour, add shiftWin.Karsten Schoelzel
2007-09-10Add delete' for use in shiftKarsten Schoelzel
2007-09-11pointfree looks nicer hereDon Stewart
2007-09-10Remove redundant revealSpencer Janssen
2007-09-05Move lower boundary check into applySizeHints, because all users of applySize...Karsten Schoelzel
2007-08-20don't refresh when setting focus to already focussed window.David Roundy
2007-08-20clear out motion events when processing one motion event.David Roundy
2007-08-13remove unneeded do.David Roundy
2007-08-13make splitHorizontallyBy accept any RealFrac.David Roundy
2007-08-15Operations.windows: minor refactorSpencer Janssen
2007-08-10CleanupSpencer Janssen
2007-08-07move event loop out of mouseDrag.David Roundy
2007-07-24only display any given window once.David Roundy
2007-08-15Add greedyView, make it the default action for mod-werSpencer Janssen
2007-07-10restore focus to currently focused window after "float" (closes #32)Jason Creighton