summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-09-18Simplify motion expression in mouseDragHEADmasterMatthias Schiffer
2013-09-17Remove some comments containing old functions moved elsewhereMatthias Schiffer
2013-09-17Keep track of the current desired frame bounds in the frame stateMatthias Schiffer
2013-09-17Fix documentation for the sink functionMatthias Schiffer
2013-09-17Add layout modifier for floating layer supportMatthias Schiffer
2013-09-16Add backup files to .gitignoreMatthias Schiffer
2013-09-16Add Util.ExtensibleState module from XMonadContribMatthias Schiffer
2013-09-16Port LayoutModifier module from XMonadContribMatthias Schiffer
2013-09-15Add border support to default meta-layoutsMatthias Schiffer
2013-09-12Always use the "small base"Matthias Schiffer
2013-09-12Don't hide Prelude.catch to avoid warnings with current GHCMatthias Schiffer
2013-09-12Split up window and frame stateMatthias Schiffer
2013-09-11Let the layout decide about the border widthMatthias Schiffer
2013-09-11Set border width after running the layoutMatthias Schiffer
2013-09-11Revert "Always start with default config for now"Matthias Schiffer
2013-09-11Rename XMonad to MetaTileMatthias Schiffer
2013-09-11Correctly handle synthetic unmap eventsMatthias Schiffer
2013-09-11Correctly handle resize requestsMatthias Schiffer
2013-09-11Add reparented windows to the save-setMatthias Schiffer
2013-09-11Handle windows correctly on startupMatthias Schiffer
2013-09-11Use none for zero XIDsMatthias Schiffer
2013-09-11Add support for window bordersMatthias Schiffer
2013-09-10Implement simple reparentingMatthias Schiffer
2013-09-10Set border width to 0 for new windowsMatthias Schiffer
2013-09-10Revert "Add debug some output"Matthias Schiffer
2013-09-10Add debug some outputMatthias Schiffer
2013-09-10Fix initial workspace generationMatthias Schiffer
2013-09-10Always start with default config for nowMatthias Schiffer
2013-09-09Add WindowState recordMatthias Schiffer
2013-09-09Don't use X bordersMatthias Schiffer
2013-09-09Remove concept of floating windowsMatthias Schiffer
2013-09-04Per screen workspacesMatthias Schiffer
2013-09-04Add .gitignoreMatthias Schiffer
2013-07-20Bump version to 0.12Adam Vogt
2013-05-28warning police: name userCodeDef's argument defValue instead of defDaniel Wagner
2013-05-28depend on data-default, and deprecate the monomorphic name defaultConfigDaniel Wagner
2013-01-06use "modm" instead of "modMask" in the sample configDaniel Wagner
2013-01-06define the "help" string in the sample configuration bundled with xmonadDaniel Wagner
2013-02-05configurableEventMasksmwlochbaum
2013-01-18Grab all keycodes linked to each keysym, not just oneDaniel Wagner
2013-01-15Issue 135 use wa_border_width for floating windows (neoraider)Adam Vogt
2013-01-01Add flags for call to ghc closing issue 240Adam Vogt
2013-01-01bump cabal-version to satisfy hackageAdam Vogt
2012-12-31Bump version to 0.11Adam Vogt
2012-12-31Add more metadata to cabal fileAdam Vogt
2012-12-31Update generated manpage (and releaseDate in util/GenerateManpage.hs)Adam Vogt
2012-12-31Copy help binding from XMonad.Config to man/xmonad.hsAdam Vogt
2012-12-31Shorter hyperlinks to hackage in README.Adam Vogt
2012-12-31Add clickJustFocuses option to template configuration.Adam Vogt
2012-01-03Add configuration option clickToFocus (issue 225)Adam Vogt