aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-02-21Add XMonad.Layout.IMRoman Cheplyaka1-0/+1
darcs-hash:20080221085752-3ebed-afacdaba6147abfc4fd3a2435c064e1d76e65ef6.gz
2008-02-19improvements to XMonad.Hooks.DynamicLog, and new contrib module ↵Brent Yorgey1-1/+2
XMonad.Util.Loggers Improvements to DynamicLog include: * Greatly expanded and improved documentation and examples * remove seemingly useless makeSimpleDzenConfig function * factor out xmobarPP * add new ppExtras field to PP record, for specifying 'extra' loggers which can supply information other than window title, layout, and workspace status to a status bar (for example, time and date, battery status, mail status, etc.) The new XMonad.Util.Loggers module provides some example loggers that can be used in the new ppExtras field of the PP record. Create your own, add them to this module, go crazy! darcs-hash:20080219210128-bd4d7-33f4bcf2732069a5b7cf7584efa6ee060604c40b.gz
2008-02-18Add TabBarDecoration, a layout modifier to add a bar of tabs to any layoutAndrea Rossato1-0/+1
... and port DecorationMadness to the new system. darcs-hash:20080218161121-32816-5c834c6f6c2c8b156a20f140ee15049c87f623b8.gz
2008-02-12Add Actions.MouseResize: a layout modifier to resize windows with the mouseAndrea Rossato1-0/+1
darcs-hash:20080212173455-32816-f3c4d9428563eea98d8ad0588f0e73c267dab491.gz
2008-02-09Add DecorationMadness: a repository of weirdnessesAndrea Rossato1-0/+1
darcs-hash:20080209182515-32816-f9b08279c8ae07297c6dde78f004113d829cdd21.gz
2008-02-07Add Prompt.Theme: a prompt for dynamically applying a theme to the current ↵Andrea Rossato1-0/+1
workspace darcs-hash:20080207184321-32816-90de355649c2e7190726ee5f0de2ca99a0b19bdc.gz
2008-02-07cabal file: respect alphabetic order for modulesAndrea Rossato1-3/+3
darcs-hash:20080207183153-32816-87124d73ee25b20defb821bbd30286e9e862e81a.gz
2008-02-07Add Util.Themes to collect user contributed themesAndrea Rossato1-0/+1
darcs-hash:20080207182843-32816-627be1eab5cb30e543ad88364ff459e3ae516055.gz
2008-02-04 XMonad.Actions.WindowGo: add a runOrRaise module for Joseph Garvin with the ↵gwern01-0/+1
help of Spencer Janssen darcs-hash:20080204173402-f7719-20807fc962351a57b939dcf90daa7fbe20de37d7.gz
2008-02-01REMOVE RotView: use CycleWS instead.Brent Yorgey1-1/+0
See CycleWS docs for info on switching, or just look at the changes to XMonad.Config.Droundy. darcs-hash:20080201180618-bd4d7-7b4deec416c0afd7926b44652bd00cfede1e5e17.gz
2008-01-16add XMonad.Actions.CycleSelectedLayoutsRoman Cheplyaka1-0/+1
darcs-hash:20080116205020-3ebed-4cbcc5e67871dddb863909b153205417ebe1ce94.gz
2008-01-28xmonad-contrib.cabal: add build-type field to get rid of Cabal warningBrent Yorgey1-0/+1
darcs-hash:20080128190137-bd4d7-f12ad32c1cdde5ad445e478eb1c92abad4c7d2b1.gz
2008-01-27Add ResizeScreen, a layout modifier for modifing the screen geometryAndrea Rossato1-0/+1
darcs-hash:20080127010755-32816-5e5262602de3f23f7da24d9d854fb0d6a4c22e8e.gz
2008-01-26Add SimpleFloat a very basic floating layout that will place windows ↵Andrea Rossato1-0/+1
according to their size hints darcs-hash:20080126205410-32816-5cbea7a3f698b6e53b6fd9986c4edef7a1d5992e.gz
2008-01-25Add DwmStyle, a layout modifier to add dwm-style decorations to windows in ↵Andrea Rossato1-0/+1
any layout darcs-hash:20080125152152-32816-0480e941cb549521e145d7b02c8d44807f928ccb.gz
2008-01-25Adde SimpleDecoration, a layout modifier to add simple decorations to ↵Andrea Rossato1-0/+1
windows in any layout darcs-hash:20080125152106-32816-342b1ed0a63edfc2726db6b887e2a101d8b71f9b.gz
2008-01-25Add Layout.Simplest, the simplest layoutAndrea Rossato1-0/+1
darcs-hash:20080125152015-32816-678e0595c75eb62e0124152509accefdf782ae5d.gz
2008-01-25Add Decoration, a layout modifier and a class for easily writing decorated ↵Andrea Rossato1-0/+1
layouts darcs-hash:20080125151726-32816-bc0b6fc3e33a601e2973c08efa71da35f7f0f7ef.gz
2008-01-25Add WindowArranger, a layout modifier to move and resize windows with the ↵Andrea Rossato1-0/+1
keyboard darcs-hash:20080125151633-32816-e2dbfdd6bfc1455c21ce2c8dc02a1010233d4b84.gz
2008-01-27depend on xmonad-0.6Spencer Janssen1-1/+1
darcs-hash:20080127221101-a5988-626b5e27588b7c8b72791608cf87d8b0492653ac.gz
2008-01-27Bump version to 0.6Spencer Janssen1-1/+1
darcs-hash:20080127211504-a5988-5cefa5710d98260dcdf8691e88d942c16c29c26e.gz
2008-01-18-Werror when flag(testing) onlySpencer Janssen1-1/+9
darcs-hash:20080118015207-a5988-2f32ba7d8871982597ed713f1ad13c7666205309.gz
2008-01-15Layout.Reflect: new contrib module for reflecting layouts ↵Brent Yorgey1-0/+1
horizontally/vertically darcs-hash:20080115030947-bd4d7-8983649731d40b9c737d6fe69151b2715425b121.gz
2008-01-13Add XMonad.Util.Timer, a module to set up timers and to handle themAndrea Rossato1-0/+1
darcs-hash:20080113090140-32816-8b407ee62d132e547232f674756c7c27c0f5c76b.gz
2007-12-31Add ShowWName a layout modifier to show the workspace nameAndrea Rossato1-0/+1
This module requires dzen darcs-hash:20071231130441-32816-0a0c78f6cbbc2972e965096dfda66afbc05ef1da.gz
2007-12-24Search.hs: mv into Actions/ per IRC suggestiongwern01-1/+1
darcs-hash:20071224043735-f7719-8590b54e3ee001be953ae37a0177370fbe2d6cfa.gz
2007-12-20add XMonad.Actions.NoBordersLukas Mai1-0/+1
darcs-hash:20071220203953-462cf-2d453dbf8078836204f8baa420292adc7296fbc3.gz
2007-12-22Factor workspace sorting into a separate moduleSpencer Janssen1-0/+1
darcs-hash:20071222104114-a5988-bfd9059d0556a526c275b6d0e4a930103bd7d990.gz
2007-12-15Depend on X11-1.4.1, it has crucial bugfixesSpencer Janssen1-1/+1
darcs-hash:20071215022151-a5988-3674d407021eb646e21f10f93a72aab18d975ff2.gz
2007-12-15Remove network dependency, potentially breaking XMonad.Util.SearchSpencer Janssen1-1/+1
darcs-hash:20071214231859-a5988-d1a859a979fb4f07d068a4688abb48d54966f1f9.gz
2007-12-13+cabal support for XMonad.Util.Searchgwern01-1/+2
darcs-hash:20071213205654-f7719-b05d0f0e2a15eba8b3fdfe7c608ac013bb71f2c8.gz
2007-12-11new XMonad.Hooks.ManageHelpers moduleLukas Mai1-0/+1
darcs-hash:20071211183040-462cf-f8e47e21202ddcc60bde210469693fe70d08c337.gz
2007-12-10Bump version to 0.5!Spencer Janssen1-2/+2
darcs-hash:20071209231622-a5988-299b8c05833dcb535a9dc19c794996cc57af30d3.gz
2007-12-05Typo in extra-source-filesSpencer Janssen1-1/+1
darcs-hash:20071205050311-a5988-b70e768bad59b44566bf0e8b5fff70b3460fb6a0.gz
2007-12-05Depend on X11>Spencer Janssen1-1/+1
darcs-hash:20071205050012-a5988-875540cd9b07a5fa89705b7b45f89d00ffbcbb36.gz
2007-12-05Remove TilePrime, it is subsumed by HintedTileSpencer Janssen1-1/+0
darcs-hash:20071205045746-a5988-5a580a513aa36d0b92eb865f28c85f7ba7807819.gz
2007-11-28refactor XMonad.Prompt, add new modules XMonad.Prompt.{Input,Email}Brent Yorgey1-0/+2
XMonad.Prompt.Input is a new module which provides a framework for prompting the user for input and passing it along to some other action, useful for building actions which require user input. XMonad.Prompt.Email is a simple example of the use of XMonad.Prompt.Input, which prompts the user for a recipient, subject, and body, and sends a one-line email. I also made a small refactoring to XMonad.Prompt in order to support XMonad.Prompt.Input. darcs-hash:20071128142417-bd4d7-659505bd53d074cd3d11df65014a722b6275d57c.gz
2007-11-27AppendFile: initial importBrent Yorgey1-0/+1
XMonad.Prompt.AppendFile is a new module which provides a prompt for appending a single line of text to a file. I use it for quickly writing down ideas/todos/etc. to a special file when I can't be bothered to stop what I'm doing to write things down properly. darcs-hash:20071127224258-bd4d7-6695475026c9032a5f007ef924abb7dd3334181e.gz
2007-11-25xmonad-contrib.cabal: better order for the documentation linksBrent Yorgey1-2/+3
darcs-hash:20071125171745-bd4d7-9d0355c2d6b05e7e299ce15dd167e5983a5385ba.gz
2007-11-25links to documentatoin subsections in generated docsDon Stewart1-1/+8
darcs-hash:20071125052206-cba2c-371e7b41c278a8dd41e422d3ae421d55fc11489f.gz
2007-11-25depend on X11 1.4.0Don Stewart1-3/+3
darcs-hash:20071125034656-cba2c-98193ef9c5cb701c03c1b65929410d59f513f248.gz
2007-11-22cabal: build Magnifier again.Andrea Rossato1-1/+1
darcs-hash:20071122190427-32816-fe9f5091ebecf500341a01ae3fdbe0c67f437de0.gz
2007-11-22cabal: added mosaic and annealAndrea Rossato1-0/+2
darcs-hash:20071122133837-32816-0d3759bc2092256a92f4a8c990fc5bf74fd39fd2.gz
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