Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-18 | Simplify motion expression in mouseDragHEADmaster | Matthias Schiffer | |
2013-09-17 | Remove some comments containing old functions moved elsewhere | Matthias Schiffer | |
2013-09-17 | Keep track of the current desired frame bounds in the frame state | Matthias Schiffer | |
This saved a few round-trips to the X server and is preparation for the window confinement feature. | |||
2013-09-17 | Fix documentation for the sink function | Matthias Schiffer | |
2013-09-17 | Add layout modifier for floating layer support | Matthias Schiffer | |
2013-09-16 | Add backup files to .gitignore | Matthias Schiffer | |
2013-09-16 | Add Util.ExtensibleState module from XMonadContrib | Matthias Schiffer | |
2013-09-16 | Port LayoutModifier module from XMonadContrib | Matthias Schiffer | |
2013-09-15 | Add border support to default meta-layouts | Matthias Schiffer | |
2013-09-12 | Always use the "small base" | Matthias Schiffer | |
2013-09-12 | Don't hide Prelude.catch to avoid warnings with current GHC | Matthias Schiffer | |
2013-09-12 | Split up window and frame state | Matthias Schiffer | |
2013-09-11 | Let the layout decide about the border width | Matthias Schiffer | |
2013-09-11 | Set border width after running the layout | Matthias Schiffer | |
2013-09-11 | Revert "Always start with default config for now" | Matthias Schiffer | |
This reverts commit 5311de16a9e5032d0b47939bc36b9b39690a8920. Conflicts: Main.hs | |||
2013-09-11 | Rename XMonad to MetaTile | Matthias Schiffer | |
2013-09-11 | Correctly handle synthetic unmap events | Matthias Schiffer | |
2013-09-11 | Correctly handle resize requests | Matthias Schiffer | |
2013-09-11 | Add reparented windows to the save-set | Matthias Schiffer | |
2013-09-11 | Handle windows correctly on startup | Matthias Schiffer | |
2013-09-11 | Use none for zero XIDs | Matthias Schiffer | |
2013-09-11 | Add support for window borders | Matthias Schiffer | |
2013-09-10 | Implement simple reparenting | Matthias Schiffer | |
2013-09-10 | Set border width to 0 for new windows | Matthias Schiffer | |
2013-09-10 | Revert "Add debug some output" | Matthias Schiffer | |
This reverts commit 5eaaa1b3c2873bd737675c0d5fce7e10569cbf4f. | |||
2013-09-10 | Add debug some output | Matthias Schiffer | |
2013-09-10 | Fix initial workspace generation | Matthias Schiffer | |
2013-09-10 | Always start with default config for now | Matthias Schiffer | |
2013-09-09 | Add WindowState record | Matthias Schiffer | |
2013-09-09 | Don't use X borders | Matthias Schiffer | |
2013-09-09 | Remove concept of floating windows | Matthias Schiffer | |
They will be re-introduced later as a layout modifier | |||
2013-09-04 | Per screen workspaces | Matthias Schiffer | |
2013-09-04 | Add .gitignore | Matthias Schiffer | |
2013-07-20 | Bump version to 0.12 | Adam Vogt | |
Ignore-this: d73483c2dd30f7eea8f40daff7ef436f This is to make contrib build failures resulting from by data-default lead people to do the right thing: update xmonad-core. darcs-hash:20130720192124-1499c-072ec20f14686d1e42519d5ec5a0f93c3c443781 | |||
2013-05-28 | warning police: name userCodeDef's argument defValue instead of def | Daniel Wagner | |
Ignore-this: f32b218e2097a52c7ecccae28c23754b darcs-hash:20130528164401-76d51-91c2237bbeac06dd5fa6a08cf9a0052d06552d1f | |||
2013-05-28 | depend on data-default, and deprecate the monomorphic name defaultConfig | Daniel Wagner | |
Ignore-this: 1e746731695df3b6f684d5463a3da6a4 darcs-hash:20130528003531-76d51-cb0d530829e7ad54445399456421f3fa7fe231df | |||
2013-01-06 | use "modm" instead of "modMask" in the sample config | Daniel Wagner | |
Ignore-this: 75ad65ae7a708bce69f811c28912cc4b darcs-hash:20130106174414-76d51-d9de9abd7cbf61d586fc1b9515c54f07e890ce85 | |||
2013-01-06 | define the "help" string in the sample configuration bundled with xmonad | Daniel Wagner | |
Ignore-this: 1db666ea921046378921356e14cc828f darcs-hash:20130106174254-76d51-eb029d8f94f48f91cc5000429acfca76026b5d6b | |||
2013-02-05 | configurableEventMasks | mwlochbaum | |
Ignore-this: 3848de0f8f5ad5995e87a2a01e7752f darcs-hash:20130205182858-2314b-e8e2c7286946762cadb2e58ae043b194d681df9e | |||
2013-01-18 | Grab all keycodes linked to each keysym, not just one | Daniel Wagner | |
Ignore-this: 1a6c001560f68f99d75d5f550e7e83 This patch is based heavily on the one contributed by svein.ove@aas.no, but updated to avoid causing a conflict and to work with the newest X11 bindings. The name of the patch (and comment below) are copied verbatim from his patch. XKeysymToKeycode only gives the first code bound to a given symbol. To handle the case where multiple keys are bound to the same symbol, XKeycodeToKeysym is used instead, searching through all possible keycodes for each sym. darcs-hash:20130118225446-76d51-ae01f4eb151409ff1b9c57e93d26f1d75cc8aac6 | |||
2013-01-15 | Issue 135 use wa_border_width for floating windows (neoraider) | Adam Vogt | |
Ignore-this: c8ed6ceaf9483e31771ac25d86532f6c darcs-hash:20130115170715-1499c-66a20256d8fc43296f5ecf16c7257e8d909f1d5f | |||
2013-01-01 | Add flags for call to ghc closing issue 240 | Adam Vogt | |
Ignore-this: 42a6a8599b615884c95626f74e3ba4a The -main-is flag goes back to at least ghc 6.10, and maybe the warning that this otherwise redundant flag enables (when xmonad.hs isn't a module Main) also dates back that far. darcs-hash:20130101035034-1499c-fd2fa2fef7c36882fa529f3f96777453b0b14d1c | |||
2013-01-01 | bump cabal-version to satisfy hackage | Adam Vogt | |
Ignore-this: 9d29a1c63551152724886d7f141d98f darcs-hash:20130101014056-1499c-a2433f243b2d3549d9219e596faed7a3e6734c10 | |||
2012-12-31 | Bump version to 0.11 | Adam Vogt | |
Ignore-this: 64107430cbd4a95440ff5599189c9955 darcs-hash:20121231184810-1499c-e2ac818057e90247b86b5366a40dd70abe50bf1a | |||
2012-12-31 | Add more metadata to cabal file | Adam Vogt | |
Ignore-this: 953b536a31b5d7185c1a869137290b99 darcs-hash:20121231184652-1499c-730fca0c6fe61d34dec32e57def399c75f03cf26 | |||
2012-12-31 | Update generated manpage (and releaseDate in util/GenerateManpage.hs) | Adam Vogt | |
Ignore-this: d35ff18dd7010f1bcef093f5cbcc2ab1 darcs-hash:20121231163403-1499c-359cf40c4a91accd06c9a9678fc323787fcab232 | |||
2012-12-31 | Copy help binding from XMonad.Config to man/xmonad.hs | Adam Vogt | |
Ignore-this: d814eb9f3c7031769915f73343e38c6c darcs-hash:20121231163305-1499c-abc51e884e42dde7f1197ed4b83133e6f95003c7 | |||
2012-12-31 | Shorter hyperlinks to hackage in README. | Adam Vogt | |
Ignore-this: ea4bb326c0a378e12b7474f6f1818fc5 darcs-hash:20121231105358-1499c-c25611172388bafb03f1e2e647a5ba2aced2d863 | |||
2012-12-31 | Add clickJustFocuses option to template configuration. | Adam Vogt | |
Ignore-this: 295732eb045abb30e44a3e15ea830146 darcs-hash:20121231104420-1499c-ea30cf8ca9ab615b7684aa543afcc099b4b41daf | |||
2012-01-03 | Add configuration option clickToFocus (issue 225) | Adam Vogt | |
Ignore-this: 78961f6256e1a1ee25c085e9056af758 To summarize this allows clicks which change the focus to also be passed on to that window. darcs-hash:20120103013916-1499c-1c29f13f0565f4812cf5787caefb6142882f25b5 |