aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-11-21HintedTile: ported to the LayoutClassAndrea Rossato1-1/+1
darcs-hash:20071121112331-32816-9cf35d9f7f439bc133959483859923be8735599f.gz
2007-11-20A new documentation systemAndrea Rossato1-2/+6
What to see a real Haddock abuse? Here you go. Removed Documentation.hs and added a new name space: XMonad.Doc. By importing other documentation modules we may also use the synopsis in XMonad.Doc. If you believe that we should not have modules without code, well this code is not for you: just that strange -- stuff ...;) darcs-hash:20071120151552-32816-f4c08bb12ceeb931a5c82c782100d698f5efc22f.gz
2007-11-20new contrib module: Layout.PerWorkspaceBrent Yorgey1-0/+1
This module allows you to configure layouts on a per-workspace basis, rather than specifying the same layout for all workspaces. (Of course, you still really *are* specifying the same layout for all workspaces, it just acts differently depending on the workspace. darcs-hash:20071120024612-bd4d7-742aa9157b0c9f3d0f4f54c5c61d4299cf37bd8a.gz
2007-11-19Port overview from contrib.html to Documentation.hsDon Stewart1-2/+3
darcs-hash:20071119183127-cba2c-6c4b9e721883c5a0202d1d8a934297dc26960aa0.gz
2007-11-19remove Mosaic and Anneal.David Roundy1-2/+0
darcs-hash:20071119153005-72aca-97fdeb24114039c698f5cfbb411e7d99810b4eab.gz
2007-11-19remove MessageHooksDevin Mullins1-1/+0
Duplicating xmonad-core and working around static-linking issues was getting old quick. MessageHooks is now a branch of core, located at: http://code.haskell.org/~twifkak/xmonad-MessageHooks darcs-hash:20071119070417-78224-706000d56489327ae51048b70b3175ae6b174565.gz
2007-11-19Anneal is only used by Mosaic which is disabledSpencer Janssen1-1/+1
darcs-hash:20071119061440-a5988-f75fecbbfb826e0d7c695677496342f220a398f4.gz
2007-11-18experimental MessageHooks "branch" of mainDevin Mullins1-0/+1
Doesn't do much now, but is enough to allow me to define noFollow again. :) I believe the need to change XConfig may force this to be an *actual* branch of xmonad core, but I'm not sure yet. darcs-hash:20071118010836-78224-ebf356b999f98aff6f99f575057c493efdf5f264.gz
2007-11-17cpp-options requires Cabal 1.2.1Devin Mullins1-1/+1
darcs-hash:20071117012659-78224-70e6766d96679ee1f2d2376b74ad59f921c433ff.gz
2007-11-17Use cpp-optionsSpencer Janssen1-1/+1
darcs-hash:20071116232301-a5988-0e187a1f6e6914a412c2670d627c8a7ee183cda7.gz
2007-11-16cabal: I don't know how Hackage handles that so adopt a more general approachAndrea Rossato1-1/+1
darcs-hash:20071116201644-32816-c995a5cad7f808e4b4b33ff212bcef68a2f7388d.gz
2007-11-16utf8-string isn't neededSpencer Janssen1-1/+1
darcs-hash:20071116133738-a5988-f745a1a7175ca93a00d0fec5e1215e308e3ada09.gz
2007-11-16Depend on X11-xft >Spencer Janssen1-1/+1
darcs-hash:20071116130926-a5988-ab36012c24e27006de23dfb435d4496e0fa300cd.gz
2007-11-16Use Xft automatically if availableSpencer Janssen1-1/+8
darcs-hash:20071116124211-a5988-2f871dda01cf247852787d9c0d30f85dba73b444.gz
2007-11-16Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer.Clemens Fruhwirth1-1/+2
darcs-hash:20071116120653-ed0c4-9a8c7fbac69976bbc85701338f89cf085a1f1ddf.gz
2007-11-16Add Documentation.hs for documentation purposesAndrea Rossato1-1/+4
An empty module for documentation purpose with configuration instructions. darcs-hash:20071116104827-32816-366cb9be6b7204ce174a190fac64b493741a5d86.gz
2007-11-14CustomKeys.hs: moved into `Util' directoryValery V. Vorotyntsev1-1/+1
I still wonder why do we need all those configuration examples. :) darcs-hash:20071114153418-ae588-f5280e0c2f0de7aebec97b81f934b2529aba4f0f.gz
2007-11-12HEADS UP: Rename XMonadContrib library as xmonad-contrib.Don Stewart1-4/+4
After building and install as normal, be sure to unregister your old XMonadContrib library: $ ghc-pkg unregister --user XMonadContrib-0.4 $ ghc-pkg unregister XMonadContrib-0.4 And then your ~/.xmonad/* stuff should link as normal. darcs-hash:20071112180919-cba2c-1a58c3d5d29e86aaf391d823dd6c3427726a8f55.gz
2007-11-12XMonad.Config.CustomKeys - new moduleValery V. Vorotyntsev1-0/+1
This module is another key bindings customization helper. Differences from XMonad.Util.EZConfig by Devin Mullins: EZConfig -- M.union/M.difference CustomKeys -- Monad.Reader + foldr'ed M.insert/M.delete IMHO, both modules could evolve into something nice. :) Please discuss at the mailing list. darcs-hash:20071112175530-ae588-abdff35dfe36459867a21d6d181e4c91aab5b0d2.gz
2007-11-11depend on X11Don Stewart1-1/+1
darcs-hash:20071111201055-cba2c-18b11dad65eb98caeea2bdf05056ac37b965299b.gz
2007-11-11add two new modules, one to name layouts, another to select a layout.David Roundy1-0/+2
The latter is pretty useless, as there's no way to find out what layouts are available, but it can at least allow you to select between any layouts that you happen to be using already (in one workspace or another). The former is handy any time you'd rather have a short name for a layout (either for selecting, or for viewing in a status bar). darcs-hash:20071111195036-72aca-8ffbd496a9dbbdd7ca7e92a5bbedb568b2384485.gz
2007-11-11add helper module for writing configsDevin Mullins1-0/+1
Looking for suggestions on this module. Does it belong here? Is there a better name? Should the additional* functions pass the modMask to their second argument? etc. darcs-hash:20071111075222-78224-05444e7180cbb34f2d4762774bb160bf90d9db22.gz
2007-11-10get UrgencyHook to compileDevin Mullins1-1/+1
(The boilerplate, it burns!) Still isn't useful (to me) yet, as I haven't ported dzenUrgencyHook to the new UrgencyHook class. darcs-hash:20071110224303-78224-54e4049d4a3fcb1d97b87fe29bb3fc08697aadd0.gz
2007-11-07Add my configuration fileAndrea Rossato1-0/+1
Spencer and David: you really did a great job. Thank you guys! darcs-hash:20071107191305-32816-da8612ddf8ae92098c562bac0f591360c74f87bb.gz
2007-11-07Add EwmhDesktops to exposed-modulesSpencer Janssen1-0/+1
darcs-hash:20071107031135-a5988-9fc745222ca3d82318542e62e99c07edb4dcab48.gz
2007-11-06Remove SwitchTransSpencer Janssen1-1/+0
darcs-hash:20071106065933-a5988-1cc9eb194b2b512a809ae896fb3d641869b0551e.gz
2007-11-06add serializable SwitchTrans (a.k.a. MultiToggle)Lukas Mai1-0/+1
darcs-hash:20071106005819-462cf-50760b735eaf204c05bd1ddf706e4265cabf3442.gz
2007-11-06make TilePrime compile againl.mai1-1/+1
darcs-hash:20071105233218-42ea9-f20727078ceb3e9e809e09eec50f16649f09d1c0.gz
2007-11-06make LayoutHints compile againl.mai1-1/+1
darcs-hash:20071105233020-42ea9-524293c9ebb76b29c181ed45235bd455ff275ce4.gz
2007-11-06Expose LayoutCombinatorsSpencer Janssen1-1/+1
darcs-hash:20071106021611-a5988-67e4bef481537e05e0034ceb3ff833e78424a32a.gz
2007-11-06Add LANGUAGE pragmas for ManageDocksSpencer Janssen1-1/+1
darcs-hash:20071106021507-a5988-dbc0273c1eeb426ae2eda2e18949825db4c5242e.gz
2007-11-06Combo builds nowSpencer Janssen1-1/+1
darcs-hash:20071106021341-a5988-c950740eecc4439cbf344f10681c3c9e9a97efaf.gz
2007-11-05-WerrorSpencer Janssen1-1/+1
darcs-hash:20071105060223-a5988-2de9272b12736e2268888ba9528215c0b9363848.gz
2007-11-05fix Config.Droundy to compile again.David Roundy1-1/+1
darcs-hash:20071105205339-72aca-df4311b8589e3672fafd603f9898bfb2eea37575.gz
2007-11-05Use configurationsSpencer Janssen1-78/+89
darcs-hash:20071105034109-a5988-9bbb57efa1f293dbba5c4766f64902d7d9f3707f.gz
2007-11-05-Wall is onDon Stewart1-0/+1
darcs-hash:20071105031815-cba2c-c2e4c8fbdd8b8361d4dac361e314a24c267d7f72.gz
2007-11-05Revert ghc-options changesSpencer Janssen1-2/+0
darcs-hash:20071105030327-a5988-f95e59b405676c410c5d90c54ad28f73baa3e700.gz
2007-11-05build with optimisations on as usual, fix a few compile errorsDon Stewart1-1/+4
darcs-hash:20071105024858-cba2c-487d19f4b02e347f1ae744afcbad0c3e73db01e0.gz
2007-11-05Add XMonad.Config.SjanssenSpencer Janssen1-0/+1
darcs-hash:20071105005832-a5988-faa21c833bbe9ef9cc09af4dd1765ccc10ba4c3d.gz
2007-11-04Move configs/droundy.hs to an actual library moduleSpencer Janssen1-8/+0
darcs-hash:20071104202957-a5988-61a18506058c7dfaa58eeea28241a97314d01f78.gz
2007-11-01add configs demo directoryDavid Roundy1-0/+9
darcs-hash:20071101203720-72aca-70886edf7c724f40819f803799b1a890c1aa630a.gz
2007-11-01Add Cabal stuffSpencer Janssen1-0/+89
darcs-hash:20071101202041-a5988-4a6513e08409e31d8dc97e75da236c669c62d761.gz