Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/xmonad/xmonad-contrib

Contributed modules for xmonad
https://github.com/xmonad/xmonad-contrib

Replace -fglasgow-exts with LANGUAGE pragma in Dishes.hs

f06195dd47f131d2e6434d2ffdb9b8ff70baadd1 authored about 17 years ago by nornagon <[email protected]>
update SwitchTrans for the new layout system

fbaa785424723788cac3b6f92a1f97cd970c4b35 authored about 17 years ago by l.mai <[email protected]>
Two new dynamic log functions that display the title of the currently focused window

I liked the window-title-in-statusbar feature of dwm very much and wanted to
have that in XMonad...

2c600dbc7c7ce983778b3e831cac86add04a6994 authored about 17 years ago by Christian Thiemann <[email protected]>
(un)Manage Docks based on WINDOW_TYPE

Hi,

this is a replacement for the example code in Config.hs that should detect
and unamange, fo...

6c2b35046d4fc12d24f2ec7b4f13435304bb5065 authored about 17 years ago by mail <[email protected]>
MetaModule.hs: add Dishes.

81c44fa3f65bd78fb41187821a3e293d9d161480 authored about 17 years ago by Joachim Fasting <[email protected]>
Dishes.hs: needs -fglasgow-exts.

da60a371b1e2e8fc42d159bb4f59da3f4b6c4c7b authored about 17 years ago by Joachim Fasting <[email protected]>
ResizableTile.hs: needs -fglasgow-exts.

d9fbcc7557165502cb33256cc9f78a32c1644614 authored about 17 years ago by Joachim Fasting <[email protected]>
MetaModule.hs: whitespace.

34b2ebb0a45397ba672976138c4a8e431bcea1b1 authored about 17 years ago by Joachim Fasting <[email protected]>
MetaModule.hs: add some missing imports.

8f1a18d8532f833960aa1d8be6c530786225c35d authored about 17 years ago by Joachim Fasting <[email protected]>
MetaModule.hs: typo.

91501f7a1c93e665428622a26b16ba6823140a8f authored about 17 years ago by Joachim Fasting <[email protected]>
EwmhWindows wrap up for inclusion

Now with haddock documentation, a proper header and nicer, warningfree code, ready
for a first r...

32cffdbca1cd212f629d579ed91e4ee183ea5b16 authored about 17 years ago by mail <[email protected]>
NoBorders.hs: unused bindings.

fff1778e7569d1614ccc7af354a748908fb342b5 authored about 17 years ago by Joachim Fasting <[email protected]>
NoBorders.smartBorders: add type signature.

9c8877dad62af5351d0fcd8f20781a138727a086 authored about 17 years ago by Joachim Fasting <[email protected]>
Grid.hs: needs -fglasgow-exts.

25bc72459dc488ac4d3415cec01d20df3f9d991c authored about 17 years ago by Joachim Fasting <[email protected]>
change Dmenu functions to return IO/X (Maybe String)

dmenu exits with code 1 when you hit Escape, and I wanna create a contrib that
takes advantage o...

beaead5256a8ad305d56129be0e9a0fea3ead953 authored about 17 years ago by Devin Mullins <[email protected]>
get rid of obviated comment

c51fcfef2da5dd15ef285ba2b75bf507ab8cf72f authored about 17 years ago by Devin Mullins <[email protected]>
get rid of duplicate mapWorkspaces function

53ae2de5acdff169a826337e834397af1ba47b9d authored about 17 years ago by Devin Mullins <[email protected]>
Dishes layout. Stacks windows underneath masters.

332a91325cdf66747a4d73b8ced19a897e0e49db authored about 17 years ago by nornagon <[email protected]>
add Grid to MetaModule

972e262e3a1976a0386f58091c441f3effd8e631 authored about 17 years ago by l.mai <[email protected]>
basic docs for Grid

2299cc3030cd7428c5a89000e985b663a98af6f6 authored about 17 years ago by l.mai <[email protected]>
EwmhDesktops initial patch

What works so far, quit hackerish:
* Number of Workspaces
* Active current workspace
* Names ...

d72ff99200e01ff4ffa99a812dec353e599637d3 authored about 17 years ago by mail <[email protected]>
fix problem found by Heffalump in CopyWindow.

dcbfe603b51d8da4667aa295e080d36ae727f0e7 authored about 17 years ago by David Roundy <[email protected]>
ShellPrompt: removed readline dependency and added escape character support

509416d0d4321e5a42b67124a8927f1946dd7d15 authored about 17 years ago by Andrea Rossato <[email protected]>
XPrompt: added ^A and ^E and more

- added ^A (start of line) and ^E (end of line)
- added support for escaping spaces (see an exam...

cfa8429450dd4ed51f3867b4df9b5ed2159f1523 authored about 17 years ago by Andrea Rossato <[email protected]>
Tabbed: check if we really have a window to focus

7e00195c4b959d536c1e2e9efe2b9621863c636d authored about 17 years ago by Andrea Rossato <[email protected]>
import Grid.hs into repository

8ed858d3c84dbd6e8ff6e2d9663fd40ba2aa8e8e authored about 17 years ago by l.mai <[email protected]>
add QC tests for SwapWorkspaces

run with -i..:../tests

b9abecd4f2a01afc9d0875aa29a5f5fba2371a7e authored about 17 years ago by Devin Mullins <[email protected]>
add man page doco

1b4c763ef9d8bfe2b1732426d668df5475ad5599 authored about 17 years ago by Devin Mullins <[email protected]>
Maximize layout modifier

2f7fb1480d219e9cd2f047d88cea160ae193fea2 authored about 17 years ago by Jamie Webb <unknown>
Mark modules that haven't been ported to the new API yet.

These need to be ported or removed before the 0.4 release.

093dd7a400a3cc7e121136402434d009f15d89f4 authored about 17 years ago by Spencer Janssen <[email protected]>
More LANGUAGE pragmas

b9dc9be07e59cb9b40b99c81f4203046eaa4d50b authored about 17 years ago by Spencer Janssen <[email protected]>
Add XPropManage to MetaModule

2bf55b013845a66500ce627af437f5e133b7f908 authored about 17 years ago by Spencer Janssen <[email protected]>
Add SwapWorkspaces to MetaModule

d60c48238eebb944bcd44e3e3bcf13f2e1ccee3f authored about 17 years ago by Spencer Janssen <[email protected]>
MosaicAlt take 2

667918e6a96c7f639f5b7fe62740caa6054a901b authored about 17 years ago by Jamie Webb <unknown>
add swapping capability in WindowNavigation.

This allows you to reorder your windows geometrically, by
swapping the currently focussed window...

5669c3903aed20fe06563f9492634f82e2a095b4 authored about 17 years ago by David Roundy <[email protected]>
export constructor to make ThreeColumns layout usable again

7b4f4e58177a82efd3314e9be338890145a0cfb2 authored about 17 years ago by Daniel Neri <[email protected]>
WindowNavigation: add configurable colors and the possibility to turn them off

e8bd7919fab693902c5321c0510643317ab2bc07 authored about 17 years ago by Andrea Rossato <[email protected]>
Rename ResizableTile.Tall to ResizableTall

Having two layouts named Tall was upsetting the deserialization code.

222c67ab8817dcd79601e6a6c0d386545dee95bf authored about 17 years ago by Jamie Webb <unknown>
Layout -> LayoutClass for ResizableTile and MosaicAlt

fe8941da1305b7d487099f8c20e0e7d85c9c7724 authored about 17 years ago by Jamie Webb <unknown>
NoBorders: reduce flicker

92efa63299bb1fd53d4d73824425b7f5705bfeb9 authored about 17 years ago by Spencer Janssen <[email protected]>
add SwapWorkspaces (to reorder them on your number keys)

71d822250f45bad59a5fbd40164db762f3a8bdf0 authored about 17 years ago by Devin Mullins <[email protected]>
Add ^K and ^U support to XPrompt

70ef0f2d885cca74eabe995c6172fe23de735f9c authored about 17 years ago by Eric Mertens <[email protected]>
TagWindows

Functions to work with window tags, including a XPrompt interface.
These are stored in the wind...

21ba61d1b9dcbbbf5c8ac6762d92e41a13964959 authored about 17 years ago by Karsten Schoelzel <[email protected]>
Add XPropManage, a manageHook using XProperties

2323614b0f1a3d6755254975230722b6b54e8bf9 authored about 17 years ago by Karsten Schoelzel <[email protected]>
SimpleStacking is deprecated

12c4318b0386c558827bdfacc1bda2114a593c3b authored about 17 years ago by Spencer Janssen <[email protected]>
make Spiral work with new layout class.

4e3fab67791754d8ccaf3eac79031cf5e8bc2eff authored about 17 years ago by David Roundy <[email protected]>
Make Tabbed use XUtils.releaseFont

e9365723a828e9ea7664be2adc5c57117cea7837 authored about 17 years ago by Andrea Rossato <[email protected]>
XUtils: added releaseFont

cbd6b83b4ff4f64c6828a8c33ec2d02147505587 authored about 17 years ago by Andrea Rossato <[email protected]>
An alternative mosaic layout implementation

e7780183fe87db77cb59f4e4346eee825c5925fe authored about 17 years ago by Jamie Webb <unknown>
Fix infinite loop in ResizableTile serialization

51d0fddb6674f54f6582bb084cf77f5243f8ee26 authored about 17 years ago by Jamie Webb <unknown>
Use newtype deriving for Invisible

59e4cc28f7f7a5f6d2dfa61a0438eff08a57aa66 authored about 17 years ago by Spencer Janssen <[email protected]>
XMonadContrib.ResizableTile in darcs patch.

I have fixed error "" to return Nothing. Thanks Andrea.

828eb2c4dce2ffb910130908a38a31916778b2e5 authored about 17 years ago by matsuyama3 <[email protected]>
Tabbed: updated usage information

39c272d85f764f4b10b1cb9e8b1d8c59e52bed37 authored about 17 years ago by Andrea Rossato <[email protected]>
Commands: added recent layout commands

7eea9939643b05de674f36cad1c1ee967206725e authored about 17 years ago by Andrea Rossato <[email protected]>
Removed fromIMaybe from Tabbed ad added it to Invisible

3ed5f5cde0f6a6a9131f9dcff2a9f13b743bf938 authored about 17 years ago by Andrea Rossato <[email protected]>
Tabbed: reintroduced shrinker configuration option and removed the unneeded Read instance

d758a8b4120279710cd8eb51615d0c52a1bee8c3 authored about 17 years ago by Andrea Rossato <[email protected]>
Tabbed: moved string positioning to XUtils

33f5c17bab962de6abf85b963b42625bcbe654eb authored about 17 years ago by Andrea Rossato <[email protected]>
refactor paintAndWrite to take the alignment and hide string positioning

44caa486a1a1b841ff689eb64b6080346f04443d authored about 17 years ago by Andrea Rossato <[email protected]>
some renaming of classes and data types.

db1026f6e96ab8db8e55fb60df5f0315f94237de authored about 17 years ago by David Roundy <[email protected]>
make DraPane use XUtils

6b3d57c896171ae576356ad6db9f0396b248a81d authored about 17 years ago by Andrea Rossato <[email protected]>
make Tabbed use XUtils

24f28e2ba6fb93bb23d182907f561493cec10a72 authored about 17 years ago by Andrea Rossato <[email protected]>
Added XUtils: a library for drawing

48afa3bbe4a0aa5567437869760073112e3d37fa authored about 17 years ago by Andrea Rossato <[email protected]>
enable color setting in WindowNavigation.

This is still somewhat experimental, comments welcome.

107c9912bf67729d6bf19fa9306ff71025835164 authored about 17 years ago by David Roundy <[email protected]>
Give Invisible a definition for fail.

The default definition of fail calls error. This is very bad, as we rely on a
non-bottom result...

9c0e28c490c66d52ca731419c7b67b572a54f329 authored about 17 years ago by Spencer Janssen <[email protected]>
Add smartBorders

ad8735114718204136e8411553cad9d2ee017878 authored about 17 years ago by Spencer Janssen <[email protected]>
Tabbed: fixed a bug: when only one window is in the stack doLayout must still return a Tabbed (I Nothing) TConf

46452ba025211acde2c118cd80b021b1e5465503 authored about 17 years ago by Andrea Rossato <[email protected]>
Added Invisible to store layout state

Invisible is a data type to store information that will be lost when
restarting XMonad (the idea...

0f525c0761b0e82503049e97845e6044d1a80873 authored about 17 years ago by Andrea Rossato <[email protected]>
WindowNavigation now uses Invisible (plus some vertical alignement)

77d047200d58673536b85a50e32e3d8b0a837ae6 authored about 17 years ago by Andrea Rossato <[email protected]>
DragPane now uses Invisible

338d0c3130c70dd5b061e1783df2f308bba7ffc0 authored about 17 years ago by Andrea Rossato <[email protected]>
Tabbed now uses Invisible

b5cabd671e8ad0a2016353a138b2f07d5520e6a5 authored about 17 years ago by Andrea Rossato <[email protected]>
Use LANGUAGE pragmas over -fglasgow-exts

de6968d1b433d8672831822a19380087a5f246c8 authored about 17 years ago by Spencer Janssen <[email protected]>
Various fixes to NoBorders. Hopefully fixes bug #42

1bd0fee18d2154875bc6d1c165d53ac67b79efbf authored about 17 years ago by Spencer Janssen <[email protected]>
Use LANGUAGE pragmas

91df16823f46bc4b37ff1e37ec3484fe28a960e9 authored about 17 years ago by Spencer Janssen <[email protected]>
LayoutModifier: call unhook after releaseResources

c1cc5b23e8388c176acc83daff30bfbdd07709ca authored about 17 years ago by Spencer Janssen <[email protected]>
DynamicLog: sort first by index in the workspaces list, then by tag name

1e0a92acd657bf5bce62c1ee5e0b52579a1a7e68 authored about 17 years ago by Spencer Janssen <[email protected]>
add new WindowNavigation module.

81371c20fa40d7469eda4d9f4e3b1183e86eb611 authored about 17 years ago by David Roundy <[email protected]>
Tabbed: removed two little bugs due to the mess during the transition (my fault, sorry ;)

285ade1cbed46638ad057ad76aaa45d36e425371 authored about 17 years ago by Andrea Rossato <[email protected]>
DeManage.hs: doesn't need -fglasgow-exts.

2fc9428df14bf1e5796778214e8179e36926aa82 authored about 17 years ago by Joachim Fasting <[email protected]>
Make modifier descriptions prettier

acc70375a7fce4470ac6cc995b93f8355556f039 authored about 17 years ago by Spencer Janssen <[email protected]>
Give Hinted a nice description

9e5501ce1fd6d4da227a9dfde3a60f50f70d05e9 authored about 17 years ago by Spencer Janssen <[email protected]>
LayoutModifier should have descriptions too

1ef72a1bfafb00416ab024fad33e212e32f1e54f authored about 17 years ago by Spencer Janssen <[email protected]>
Tabbed: give a nice description

1593bb54cdfa5839be8194722912783aa2c6b926 authored about 17 years ago by Spencer Janssen <[email protected]>
DynamicLog: print a description of the current layout

2323b1408cbfa457d06714cabb35ff57e9bb6737 authored about 17 years ago by Spencer Janssen <[email protected]>
Update docs

423db457fc99a18bd5ff5a3a6d46ffd1f48816ba authored about 17 years ago by Spencer Janssen <[email protected]>
Add simpler layoutHints

e9fbb298ec917a00c5d6377783c21058dc036c13 authored about 17 years ago by Spencer Janssen <[email protected]>
remove SetLayout.

fcd4ef11de86039ae68c19c5d9b146576c2ecb12 authored about 17 years ago by David Roundy <[email protected]>
NewTabbed: after a ReleaseResources we should return Tabbed Nothing...

91f98540bed93111692edd80438eadc135911cef authored about 17 years ago by Andrea Rossato <[email protected]>
Move NewTabbed to Tabbed

9609ec3cc3324ebbc646157aced38b35bc6f059d authored about 17 years ago by Spencer Janssen <[email protected]>
Remove Tabbed.hs

d562b3c5722bfb8aa409faf78cbffde3523f70d5 authored about 17 years ago by Spencer Janssen <[email protected]>
Remove Decoration.hs

35b39205244342fe7375cc5b0ba4bc02e34893bb authored about 17 years ago by Spencer Janssen <[email protected]>
DragPane:just code formatting

92ccfee6179dd68e4122d6281a06a82c37783d73 authored about 17 years ago by Andrea Rossato <[email protected]>
NewTabbed: fixes a (reintroduced) bug and some code formatting

- The InvisibleMaybe patch reintroduced the rectangle bug.
- Some code formatting
- Corrected us...

77404ef53b67ddf887754e568f0c2186bd98a5c6 authored about 17 years ago by Andrea Rossato <[email protected]>
make NewTabbed use InvisibleMaybe to hide its cache.

20edf8dce647743d84348e5817179586b68ee8f6 authored about 17 years ago by David Roundy <[email protected]>
make DragPane code a bit more compact.

9880d6faab24f58f6660e08c56a4547c6c607feb authored about 17 years ago by David Roundy <[email protected]>
hide implementation of DragPane from users.

f703dea0ae62d9d7a9d5c50485d185800fdf61b9 authored about 17 years ago by David Roundy <[email protected]>
make DragPane a bit more succinct.

9d2f57f6a6e8afcec844a40922c97ab08f7278b9 authored about 17 years ago by David Roundy <[email protected]>
make DragPane work with the new Layout class

2d3cf0b4fd31927d47144bd12bda900f2f03276d authored about 17 years ago by Andrea Rossato <[email protected]>
make MagicFocus work with the new Layout class

430a0dd8a940f058e83f0ae17863efa1bd449313 authored about 17 years ago by Andrea Rossato <[email protected]>
NewTabbed: we must check if the sceen rectangle changed

- Check if rectangle changed
- removed orphan instances warnings
- some code formatting

e8b225fee19a3fa2053ede2a3d94ac799c6e7eed authored about 17 years ago by Andrea Rossato <[email protected]>
fix DynamicWorkspaces.

5ff5f0ca01b433a29eeeaf70edb8629b1b4eec67 authored about 17 years ago by David Roundy <[email protected]>