Andrea Rossato
84d5962dbe
Add DecorationMadness: a repository of weirdnesses
2008-02-09 18:25:15 +00:00
Andrea Rossato
7493f8fb04
Add Prompt.Theme: a prompt for dynamically applying a theme to the current workspace
2008-02-07 18:43:21 +00:00
Andrea Rossato
b690154b97
cabal file: respect alphabetic order for modules
2008-02-07 18:31:53 +00:00
Andrea Rossato
89fa996786
Add Util.Themes to collect user contributed themes
2008-02-07 18:28:43 +00:00
gwern0
4c7a536465
XMonad.Actions.WindowGo: add a runOrRaise module for Joseph Garvin with the help of Spencer Janssen
2008-02-04 17:34:02 +00:00
Brent Yorgey
5492a1265e
REMOVE RotView: use CycleWS instead.
...
See CycleWS docs for info on switching, or just look at the changes to
XMonad.Config.Droundy.
2008-02-01 18:06:18 +00:00
Roman Cheplyaka
bb1fce547f
add XMonad.Actions.CycleSelectedLayouts
2008-01-16 20:50:20 +00:00
Brent Yorgey
fd3751ea61
xmonad-contrib.cabal: add build-type field to get rid of Cabal warning
2008-01-28 19:01:37 +00:00
Andrea Rossato
ee0b0d59cb
Add ResizeScreen, a layout modifier for modifing the screen geometry
2008-01-27 01:07:55 +00:00
Andrea Rossato
de40bee12f
Add SimpleFloat a very basic floating layout that will place windows according to their size hints
2008-01-26 20:54:10 +00:00
Andrea Rossato
18e5a2658f
Add DwmStyle, a layout modifier to add dwm-style decorations to windows in any layout
2008-01-25 15:21:52 +00:00
Andrea Rossato
8c3d08544a
Adde SimpleDecoration, a layout modifier to add simple decorations to windows in any layout
2008-01-25 15:21:06 +00:00
Andrea Rossato
82a62c856f
Add Layout.Simplest, the simplest layout
2008-01-25 15:20:15 +00:00
Andrea Rossato
6a6a09a991
Add Decoration, a layout modifier and a class for easily writing decorated layouts
2008-01-25 15:17:26 +00:00
Andrea Rossato
c749fbc399
Add WindowArranger, a layout modifier to move and resize windows with the keyboard
2008-01-25 15:16:33 +00:00
Spencer Janssen
2659a12049
depend on xmonad-0.6
2008-01-27 22:11:01 +00:00
Spencer Janssen
3533a5d3f3
Bump version to 0.6
2008-01-27 21:15:04 +00:00
Spencer Janssen
dec7167bc8
-Werror when flag(testing) only
2008-01-18 01:52:07 +00:00
Brent Yorgey
4026d40730
Layout.Reflect: new contrib module for reflecting layouts horizontally/vertically
2008-01-15 03:09:47 +00:00
Andrea Rossato
6283298a85
Add XMonad.Util.Timer, a module to set up timers and to handle them
2008-01-13 09:01:40 +00:00
Andrea Rossato
926c5ec9d2
Add ShowWName a layout modifier to show the workspace name
...
This module requires dzen
2007-12-31 13:04:41 +00:00
gwern0
7b3466d9a9
Search.hs: mv into Actions/ per IRC suggestion
2007-12-24 04:37:35 +00:00
Lukas Mai
bf55da2bad
add XMonad.Actions.NoBorders
2007-12-20 20:39:53 +00:00
Spencer Janssen
e11534fa56
Factor workspace sorting into a separate module
2007-12-22 10:41:14 +00:00
Spencer Janssen
d4798cf7ae
Depend on X11-1.4.1, it has crucial bugfixes
2007-12-15 02:21:51 +00:00
Spencer Janssen
5954f61988
Remove network dependency, potentially breaking XMonad.Util.Search
2007-12-14 23:18:59 +00:00
gwern0
38306b1deb
+cabal support for XMonad.Util.Search
2007-12-13 20:56:54 +00:00
Lukas Mai
02012aeedd
new XMonad.Hooks.ManageHelpers module
2007-12-11 18:30:40 +00:00
Spencer Janssen
aca2d6f365
Bump version to 0.5!
2007-12-09 23:16:22 +00:00
Spencer Janssen
5f190a315e
Typo in extra-source-files
2007-12-05 05:03:11 +00:00
Spencer Janssen
05bca1c2aa
Depend on X11>=1.4.0
2007-12-05 05:00:12 +00:00
Spencer Janssen
7a054e9d3e
Remove TilePrime, it is subsumed by HintedTile
2007-12-05 04:57:46 +00:00
Brent Yorgey
7acf6462cb
refactor XMonad.Prompt, add new modules XMonad.Prompt.{Input,Email}
...
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.
2007-11-28 14:24:17 +00:00
Brent Yorgey
baa85def23
AppendFile: initial import
...
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.
2007-11-27 22:42:58 +00:00
Brent Yorgey
2bcef79a1f
xmonad-contrib.cabal: better order for the documentation links
2007-11-25 17:17:45 +00:00
Don Stewart
0c16884d6c
links to documentatoin subsections in generated docs
2007-11-25 05:22:06 +00:00
Don Stewart
3ee8f201ce
depend on X11 1.4.0
2007-11-25 03:46:56 +00:00
Andrea Rossato
70175d85bf
cabal: build Magnifier again.
2007-11-22 19:04:27 +00:00
Andrea Rossato
378a9ea8b3
cabal: added mosaic and anneal
2007-11-22 13:38:37 +00:00
Andrea Rossato
51c1e2f67b
HintedTile: ported to the LayoutClass
2007-11-21 11:23:31 +00:00
Andrea Rossato
85d3577080
A new documentation system
...
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 ...;)
2007-11-20 15:15:52 +00:00
Brent Yorgey
31cebf1b0a
new contrib module: Layout.PerWorkspace
...
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. =)
2007-11-20 02:46:12 +00:00
Don Stewart
34ff4ff6f2
Port overview from contrib.html to Documentation.hs
2007-11-19 18:31:27 +00:00
David Roundy
2d55592f21
remove Mosaic and Anneal.
2007-11-19 15:30:05 +00:00
Devin Mullins
334ab53672
remove MessageHooks
...
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
2007-11-19 07:04:17 +00:00
Spencer Janssen
ce47c37dcd
Anneal is only used by Mosaic which is disabled
2007-11-19 06:14:40 +00:00
Devin Mullins
0cb0d3eef4
experimental MessageHooks "branch" of main
...
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.
2007-11-18 01:08:36 +00:00
Devin Mullins
0ed0324496
cpp-options requires Cabal 1.2.1
2007-11-17 01:26:59 +00:00
Spencer Janssen
20da7a48d3
Use cpp-options
2007-11-16 23:23:01 +00:00
Andrea Rossato
06783babd9
cabal: I don't know how Hackage handles that so adopt a more general approach
2007-11-16 20:16:44 +00:00