aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-14new layout module X.L.Spacing, put blank space around each windowBrent Yorgey1-0/+1
darcs-hash:20090514215552-1e371-f1100b7112ae24d4607a44c289eb1a9ebe8c4554.gz
2009-05-09X.L.LayoutBuilder custom layoutsAnders Engstrom1-0/+1
Ignore-this: 65c251663f02a083c5838ae1d1bd112a A layout combinator that sends a specified number of windows to one rectangle and the rest to another. darcs-hash:20090509174627-8978f-38d686bdd22f268ef9ea20cf945522a49f25edb7.gz
2009-04-25Export ThreeColMid from L.ThreeColumnsMiddleAdam Vogt1-0/+1
Ignore-this: f08d23d108ae9aa4ad176fd9dd275409 The configs that import it should continue to work with this module, though the type of the ThreeColMid constructor is now ThreeCol (previously ThreeColMid). darcs-hash:20090425161710-1499c-ae7237772224e9e01a907996b055f486848a0eea.gz
2009-04-11X.L.ThreeColumnsMiddle merged into X.L.ThreeColumns with some new featuresAnders Engstrom1-1/+0
Ignore-this: 1d5bb8de98f8ade3780444ed99f5a12f darcs-hash:20090411113636-8978f-e970950394e38cbd72d8ada44c62cac0934234d7.gz
2009-05-03Add H.InsertPosition: add new windows to different positions in a workspaceAdam Vogt1-0/+1
Ignore-this: 7e7d5fa5b42698799cabe600159a75f7 darcs-hash:20090503020303-1499c-03bd01137979cfbbe6aaebe4981c03c5597818ab.gz
2009-04-30Optimizer bug does not affect 6.10.2 (issue 226)Adam Vogt1-1/+1
Ignore-this: f43f9bf9502ebb19743c3b417ef02347 darcs-hash:20090430034823-1499c-fc1b5adbfd3192709c109483c32987e89d63d2da.gz
2009-04-23Add SubLayouts: a layout combinator for nesting layouts.Adam Vogt1-0/+1
Ignore-this: abb21b19bfbc567953419b3035b6a295 darcs-hash:20090423013135-1499c-4d4498e5dfe1fd1a75c319b448960a4563666161.gz
2009-04-07Update focus on mouse moves within inactive windowsDaniel Schoepe1-0/+1
Ignore-this: 36c05c60420520dab708401d8a80fc85 This patch adds functionality to update the focus on moves in unfocused windows, which would make sense if one wanted the focus to follow the mouse. Currently this only happens when the mouse enters/leaves a window. This patch should fix issue #205. darcs-hash:20090407191819-cb1c6-f94441281224917d710ae5e1e1dbc1c9f3fa98b6.gz
2009-02-20OneBig_layout.dpatchportnov841-0/+1
Ignore-this: 9d4f308d13f003aa4236417307a66c15 Add the OneBig layout, which places one (master) window at top left corner of screen (width and height of master window are parameters of layout), and other (slave) windows at bottom and at right of master, trying to give equal space for each slave window. darcs-hash:20090220172634-94bf2-9168b47e7baeb14ffeec58922d5ca80f5fa6d324.gz
2009-02-20Make utf8-string regular dependencyKhudyakov Alexey1-9/+3
Ignore-this: b38936b037c1172ec69905fa345f7afe The reason for this is that EWMH specification require utf8 encoded strings. darcs-hash:20090220183318-7ba7e-fff9447ab3b47b875de50db74c3c5a91a6d13cc8.gz
2009-04-08Module for automatic placement of floating windowsquentin.moser1-0/+1
Ignore-this: 1874df995fc02a0b80051db39d91a2e1 darcs-hash:20090408080953-5ccef-4fc6631021663d259cbc80a3ef4fa3d31be74f00.gz
2009-04-15X.H.FloatNext: new module, float the next spawned window(s)quentin.moser1-0/+1
Ignore-this: 95e1c9daa3ca43bfb058f6a881a97f3a darcs-hash:20090415181907-5ccef-14c9ead9acaf711e49c700a894581fca51c2a2d1.gz
2009-04-15ComboPkonstantin.sobolev1-0/+1
Ignore-this: 73bb986165a7bba466aae789a5448170 darcs-hash:20090415014327-fb31b-fe5f4001445dfe5a61312d3155b8beba461f7afe.gz
2009-04-19New module: XMonad.Actions.TopicSpaceNicolas Pouillard1-0/+1
Ignore-this: 4c20592ea6ca74f38545c5a1a002ef91 darcs-hash:20090419085239-eb2e9-b81c0e529e0ea8664b1ab557472df72706c9d185.gz
2009-04-19NamedScratchpadkonstantin.sobolev1-0/+1
Ignore-this: b442cb08123d2413e0bb144a73bf3f57 darcs-hash:20090419045542-fb31b-b1a385de0fbefc5c16c9f5db9c58a4e55bc4753a.gz
2009-03-21Add XMonad.Actions.PhysicalScreensnelhage1-0/+1
Add an XMonad.Actions.PhysicalScreens contrib module that allows addressing of screens by physical ordering, rather than the arbitrary ScreenID. darcs-hash:20090321001320-c0cde-b1f208797fd8c673a28a785910e8e9105a53f027.gz
2009-02-22add IndependentScreens to xmonad-contrib.cabaldaniel1-0/+1
darcs-hash:20090221231632-c98ca-50593265d620b9f27bc4ffb25646ca83e31c2ffb.gz
2009-02-09Add Cross LayoutLuis Cabellos zhen.sydow@gmail.com1-0/+1
darcs-hash:20090209174802-5016e-77ef2191d0f1705d922117e7113d7eb553d11df6.gz
2009-02-07+A.CycleWindows: bindings to cycle windows in new wayswirtwolff1-0/+1
Ignore-this: 51634299addf224cbbc421adb4b048f5 Provides binding actions and customizable pure stack operations to cycle through a list of permutations of the stack (recent), cycle nth into focus, cycle through focus excluding a neighbor, cycle unfocused, shift a window halfway around the stack. Esp. for Full, two or three pane layouts, but useful for any layout with many windows. darcs-hash:20090207170622-d17f0-342d3e2ae6cc6d2aa2ba3918b80f981a0c3a5228.gz
2009-02-04Remove X.U.SpawnOnWorkspace (superseded by X.A.SpawnOn)Roman Cheplyaka1-1/+0
darcs-hash:20090204103635-3ebed-9189e11e7e1ce9a6e2e9430016503b1302c9bda9.gz
2009-01-27move XMonad.Actions.SinkAll functionality to more general ↵Brent Yorgey1-0/+1
XMonad.Actions.WithAll, and re-export sinkAll from X.A.SinkAll for backwards compatibility darcs-hash:20090127222355-1e371-a7beafc93e557a5c5af0a4b224ac0f55f1e37a18.gz
2009-01-26XMonad.Actions.MessageFeedback modulequentin.moser1-0/+1
Ignore-this: 82e58357a44f98c35ccf6ad0ef98b552 darcs-hash:20090126181059-5ccef-02270144d6d20a439b6f0cd2331232ec816b5202.gz
2009-01-25Support for spawning most applications on a specific workspaceDaniel Schoepe1-0/+1
Ignore-this: 26076d54b131e037b42c87e4fde63200 darcs-hash:20090125191045-cb1c6-124cbecad2e7fa37ada2c6c938a95e3e4ad4e037.gz
2009-01-24A mosaic layout based on MosaicAltAdam Vogt1-0/+1
Ignore-this: 92bad7498f1ac402012e3eba6cbb2693 The position of a window in the stack determines its position and layout. And the overall tendency to make wide or tall windows can be changed, though not all of the options presented by MosaicAlt can be reached, the layout changes with each aspect ratio message. darcs-hash:20090124022058-1499c-87cc0738a670ef878b80a7753e15f5dd0ca788c4.gz
2009-01-17Add XMonad.Actions.SpawnOnSpencer Janssen1-0/+1
Ignore-this: 63869d1ab11f2ed5aab1690763065800 darcs-hash:20090117040432-25a6b-306aa18fed69a47197ca8c349cf6452939db5188.gz
2009-01-16Bump version to 0.8.1Spencer Janssen1-1/+1
Ignore-this: 1c201e87080e4404f51cadc108b228a1 darcs-hash:20090116223607-25a6b-a1615e93035a0fa3e7b8206c89fc7fdffb94f512.gz
2009-01-09Compile without optimizations on x86_64 and GHC 6.10Spencer Janssen1-0/+3
Ignore-this: a803235b8022793f648e8953d9f05e0c This is a workaround for http://xmonad.org/bugs/226 darcs-hash:20090108231650-25a6b-370961e3861b82ed0f5346d7439df1814aabc02e.gz
2009-01-11CenteredMasterportnov841-0/+1
centerMaster layout modifier places master window at top of other, at center of screen. Other windows are managed by base layout. topRightMaster is similar, but places master window at top right corner. darcs-hash:20090111134513-94bf2-42a2712685439482713639b06b347f30456f4b0f.gz
2009-01-02ThreeColumnsMiddlexmonad1-0/+1
darcs-hash:20090102091019-6ca0d-7464411f3c2064b5af5ecc3f2b152abac05d947b.gz
2008-12-12addition of combined TallGrid layoutNorbert Zeh1-0/+1
Added a module XMonad.Layouts.GridVariants, which defines layouts Grid and TallGrid. The former is a customizable version of Grid. The latter is a combination of Grid and Tall (see doc of the module). darcs-hash:20081212184836-18a2b-d407208a05e83fb686e0a58b9045675aeed85e61.gz
2008-12-13Add FixedColumn, a layout like Tall but based on the resize hints of windowsJustin Bogner1-0/+1
darcs-hash:20081213073054-18f27-8d98235fe49f631ded0dbe21c7f3e1df3dec6531.gz
2008-12-03Remove XMonad.Config.PlainConfig, it has been turned into the separate ↵Braden Shepherdson1-1/+0
xmonad-light project. darcs-hash:20081203161534-d53a8-9deed7e404210ef94d1d4d9709ce93c479ccd0a9.gz
2008-11-15added XMonad.Layout.MonitorRoman Cheplyaka1-0/+1
darcs-hash:20081115104735-3ebed-324fd5c577eb7e16915105c35a20673b1d24bbdc.gz
2008-11-07Initial version of GridSelect.hs with a lot room for improvement/cleanupsClemens Fruhwirth1-0/+1
darcs-hash:20081107115114-ed0c4-000ce76dd7160a7b5157a1bef463b213f8062705.gz
2008-11-04typoDon Stewart1-1/+1
Ignore-this: bdac0ff3316c821bce321b51c62f6e89 darcs-hash:20081104043044-cba2c-0124a9579d5f6934ed5d1c07b3fba26f91c5103a.gz
2008-11-04place an upper bound on the version of base we supportDon Stewart1-2/+2
Ignore-this: 29139cc4f0ecb299b56ae99f7d20b854 darcs-hash:20081104035857-cba2c-b9f53d0dd61c891a100a9146de361760c384f537.gz
2008-09-21-DUTF8 flag with -DUSE_UTF8gwern01-1/+1
darcs-hash:20080921154014-f7719-42b0056cce0872dbd95dafcb07244a1bd8dabad1.gz
2008-09-24add XMonad.Config.AzertyDevin Mullins1-0/+1
darcs-hash:20080924044946-78224-2db16d2bd81ac1419418c56360079b168ccd7226.gz
2008-09-21Move XMonad.Util.XPaste to XMonad.Util.PasteSpencer Janssen1-1/+1
darcs-hash:20080921060947-25a6b-6feda2edc133f5968df19892c2490a3a2df785c8.gz
2008-09-21Depend on X11 >Spencer Janssen1-1/+1
darcs-hash:20080921055456-25a6b-f2a80b8efc3ef68c00fa551ff1f878cf84f1701c.gz
2008-09-20+XMonad.Util.XPaste: a module for pasting strings to windowsgwern01-0/+1
darcs-hash:20080920152106-f7719-a6fa113c92ddfb932285957c272d0d4de1cd444b.gz
2008-09-05Bump version to 0.8Spencer Janssen1-2/+2
darcs-hash:20080905194415-25a6b-1dcd4c0285e078c2a3a76edea2fd411d48283f1d.gz
2008-08-20Accept a range of xmonad versionsSpencer Janssen1-1/+1
darcs-hash:20080820214056-25a6b-bfb5d1ae58f6658dbcf2e09c3ed53a688284a894.gz
2008-07-25Added XMonad.Hooks.DynamicHooksBraden Shepherdson1-0/+1
Allows runtime creation and modification of ManageHooks. Also allows one-shot ManageHooks that are removed after the fire. Note that if several transient hooks fire at once, only the most recently defined is executed, and all are removed. darcs-hash:20080724222054-d53a8-91832dca40a6f0fe5799f6d0ca2033bb23c9dcc0.gz
2008-07-14I prefer the spencerjanssen@gmail.com addressSpencer Janssen1-1/+1
darcs-hash:20080714204005-25a6b-52d0b1b901b1fa3e2fbdd8082f709ed3537624e2.gz
2008-06-02Add missing xfce module to .cabalDon Stewart1-0/+1
darcs-hash:20080602174219-cba2c-189a7ee97c0f323c5194c53665d545a65a262bb4.gz
2008-05-23add FadeInactive to fade out inactive windows using xcompmgrJustin Bogner1-0/+1
darcs-hash:20080523205838-18f27-7839527e8dc201d7b47e93d70b14ec6c2a6077c7.gz
2008-05-23Add XMonad.Actions.PlaneMalebria1-0/+1
darcs-hash:20080523004357-1ef02-864e1b010b5eeb5e520959168ce7a8e441434be0.gz
2008-05-20StackTileacura1-0/+1
A simple patch to get a dishes like stacking, but with the ability to resize master pane. darcs-hash:20080520195559-aeda8-c943cedb249964ac4ba0e4f66f38a8a651831ddb.gz
2008-05-16remove ScratchWorkspace.David Roundy1-1/+0
It's ugly code, and I'd be surprised if anyone actually uses it. I see no reason to continue to maintain it. darcs-hash:20080516185729-72aca-86bf61fa5bd42dcff023fde72cfa49e9b322037a.gz