Ecosyste.ms: OpenCollective

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

github.com/xmonad/xmonad

The core of xmonad, a small but functional ICCCM-compliant tiling window manager
https://github.com/xmonad/xmonad

Delete Main.hs-boot!

22aacf9bf6eac410aa9a2d54a11944d2ad52001f authored about 17 years ago by Spencer Janssen <[email protected]>
Remove manageHook from Main.hs-boot

b0b43050f47209517bc5dde8d8c6a02a8c485886 authored about 17 years ago by Spencer Janssen <[email protected]>
Remove workspaces from Main.hs-boot

23035e944b0e57275fe5c0c545ff25e82e6ab853 authored about 17 years ago by Spencer Janssen <[email protected]>
-Wall police

bf52d34bbfe59d47bb9b1763e026ccb7c587c004 authored about 17 years ago by Spencer Janssen <[email protected]>
Eliminate defaultTerminal

8a8c538c2343cc62c33d1d11a04e7a1202b81491 authored about 17 years ago by Spencer Janssen <[email protected]>
Store user configuration in XConf

e50927ffc0fdaefa1652ae883b8416234a59a29c authored about 17 years ago by Spencer Janssen <[email protected]>
This is a massive update, here's what has changed:

* Read is no longer a superclass of Layout
* All of the core layouts have moved to the new Lay...

3789f37f25f74c10d07300636bfa0c8b4ecad4d8 authored about 17 years ago by Spencer Janssen <[email protected]>
more precise X11 version required

c1e039ba88463e63149ab7cec237006573b41319 authored about 17 years ago by Don Stewart <[email protected]>
tweaks to todo

9bd11aeea5767365a5abe2a629dfc12407bc3f5d authored about 17 years ago by Don Stewart <[email protected]>
HEADS UP: remove X11-extras dependency, depend on X11 >= 1.3.0

The X11-extras library has been merged into the larger X11 library,
so we now drop the dependen...

c350caf9b8dccc7f9b2cebdcf7c0bccd99f18b6b authored about 17 years ago by Don Stewart <[email protected]>
cleaner version of main/config inversion.

48ccbc7fb23d37978cc676e3f1583e1eb4964f47 authored about 17 years ago by David Roundy <[email protected]>
New windows start in the iconic state

066da1cd9923bec6bed201d1fea4c21f2c52ad8f authored about 17 years ago by Spencer Janssen <[email protected]>
add text on using xprop to find client names

cadf81976ffc0e2579bbf7e89ead1720a7d1808c authored about 17 years ago by Don Stewart <[email protected]>
add text reminding people to run mod-shift-space

ddd1fa9caebdbf2db48f74b0df8353dcc1a136d7 authored about 17 years ago by Don Stewart <[email protected]>
make setLayout a bit more inclusive.

d679ceb23417dabb98db3fbcacb5d413a2e8eee2 authored about 17 years ago by David Roundy <[email protected]>
Add Config.terminal

fc82a7d412a2a72a4ed9b60c6c015ad670037480 authored about 17 years ago by Spencer Janssen <[email protected]>
explain that you need ghc as well

cc019f487c1d64cd5bb6c81478a5d0be950df880 authored about 17 years ago by Don Stewart <[email protected]>
xmonad, not XMonad

4c7cf15cdb3f2425c47aa39595f30fcd22164bb0 authored about 17 years ago by Spencer Janssen <[email protected]>
STYLE: enlarge on existing principles

Comments: the -Wall thing was just trying to say -Wall -Werror should work. The license thing wa...

350a4d6f6b63b792c30edb43a1707388cafca08b authored about 17 years ago by gwern0 <[email protected]>
start on style guide

1ddaffbfba7e85976e6977a04e2c26797a20676d authored about 17 years ago by Don Stewart <[email protected]>
StackSet.hs: (insertUp): remove comments about new window being made master window, since that clearly isn't true.

3bd63adb60b7b4d262e0bf6828d2ebc7d92ed60b authored about 17 years ago by Brent Yorgey <[email protected]>
Replace 'findIndex' with 'findTag', which more accurately describes what the function does.

I realize this is a big change, but the name 'findIndex' was confusing for me, since I expected ...

e384a358b5b11c6fa36a9ea20d9c10edfc80f302 authored about 17 years ago by Brent Yorgey <[email protected]>
StackSet.hs: (ensureTags): elaborate into a more descriptive comment.

8971ab7faef157bf945e31c9eb605c1ddb1ca7bf authored about 17 years ago by Brent Yorgey <[email protected]>
StackSet.hs: remove dead code.

2e8794d0f3a24a91e8403c6ea9c5a42c967c1671 authored about 17 years ago by Brent Yorgey <[email protected]>
StackSet.hs: (differentiate): 'Texture' doesn't mean anything to me; replace with a more descriptive comment.

92d58ae0a84d326c24908f6f414ee1e82dabb780 authored about 17 years ago by Brent Yorgey <[email protected]>
StackSet.hs: (new): better comment; 'm' is not an integer, it is a list of screen descriptions.

33e14e7ba7d5841d3f797971334d99e2785f9208 authored about 17 years ago by Brent Yorgey <[email protected]>
StackSet.hs: align some comments

ec45881d4c20f6329080e9bad5519335c1cd149f authored about 17 years ago by Brent Yorgey <[email protected]>
StackSet.hs: small grammar fix and better flow in comment

b73ac809bae5ee7e16cc78d4213f2093b7596d1e authored about 17 years ago by Brent Yorgey <[email protected]>
StackSet.hs: better comments regarding hidden/visible workspace tracking for Xinerama

I'm not 100% sure that I understand what's going on here, but it seems as though the comment sti...

d0507c9eb3b34a8b7bcb036af1242bf5ea3598e6 authored about 17 years ago by Brent Yorgey <[email protected]>
setInitialProperties after placing windows

1ea1c05617b22a69738b151e33380e727e7aa891 authored about 17 years ago by Spencer Janssen <[email protected]>
setInitialProperties after placing windows

f5ad47081512a55f8b632e4bdd74e435c1476431 authored about 17 years ago by Spencer Janssen <[email protected]>
Only assign workspace keys up to xK_9. Related to bug #63

0514380d76892116bc88b573120c50003a988953 authored about 17 years ago by Spencer Janssen <[email protected]>
Ignore borders in the stored RationalRects of floating windows.

Also, add 'floatWindow' which computes the actual Rectangle for that window,
including border.

1be4bc5d9116d863d907758710c906bdbf134651 authored about 17 years ago by Spencer Janssen <[email protected]>
Ignore borders in the stored RationalRects of floating windows.

Also, add 'floatWindow' which computes the actual Rectangle for that window,
including border.

18cf8fbb10441bbb0435522dcbcd371511212664 authored about 17 years ago by Spencer Janssen <[email protected]>
I prefer fmap over liftM

eb654735912f56ba92c4fc0e9447de99678918b0 authored about 17 years ago by Spencer Janssen <[email protected]>
Operations.hs: flip maybe id is fromMaybe

0903c76d40b60ed0efdea099e9a949101136c9e5 authored about 17 years ago by Eric Mertens <[email protected]>
Deobfuscate Tall layout

156a89b76103fb2cc070f231522dfb2f02fb62c9 authored about 17 years ago by Eric Mertens <[email protected]>
make xmonad work with inverted main/config.

7b3c1243b7112e30b23f5e11615fcbc3e6f39f82 authored about 17 years ago by David Roundy <[email protected]>
sketch of config/main inversion.

97fe14dfd23747e74244474a9395782d87723ff3 authored about 17 years ago by David Roundy <[email protected]>
change 0/1/3 to named states, per X11-extras darcs head

c734586275f4d0e427c7dc6d2d812ee29d911af4 authored about 17 years ago by Devin Mullins <[email protected]>
remove StackOrNot type synonymn.

74131eb15f187839842cc6128f7da6d5797db1e8 authored about 17 years ago by David Roundy <[email protected]>
Operations.hs: make use of notElem and notMember

ac9493234570ac445ba4fbc0dc5d2f60c6150bde authored about 17 years ago by Eric Mertens <[email protected]>
Bump XMonadContrib version

bec871d254c5dfc7ae55622c34718b4040d29d31 authored about 17 years ago by Spencer Janssen <[email protected]>
Bump X11, X11-extras versions in the README

258f85dd082a935e3db4af2a66db49061e06469f authored about 17 years ago by Spencer Janssen <[email protected]>
reformat comments

16abab4241c01229ce58b64973e69dace839817a authored about 17 years ago by l.mai <[email protected]>
Whitespace fixes for Properties.hs

01cf4a558121fd5ed6693331ddb6f7155044e0ec authored about 17 years ago by Spencer Janssen <[email protected]>
Clean up trailing whitespace

bd6a52e587c8285d2ded0b3f3a1ed7404d601c63 authored about 17 years ago by Spencer Janssen <[email protected]>
explain numlockMask

0938298f29eb0ae857831ae368ef4e9924009224 authored about 17 years ago by Devin Mullins <[email protected]>
whitespace cleanup in Config.hs

5bd96a8e1a257de9a55a66a9612ab07d80095651 authored about 17 years ago by Devin Mullins <[email protected]>
bump the version tag to 0.4, we're almost there

874e6f80f054d55767d45b3094d9200fc9af8c13 authored about 17 years ago by Don Stewart <[email protected]>
document, and use better names, for serialising/existential-dispatch framework

6fecf7c425b1d3048c002ad5a61e366beaeced2a authored about 17 years ago by Don Stewart <[email protected]>
typo in comment

3a18204adb142cb30251eb21d60438a0c35d275a authored about 17 years ago by Don Stewart <[email protected]>
more todos

25997061411f35fdee65e5a26b6251022fe51990 authored about 17 years ago by Don Stewart <[email protected]>
done

2edc5a92c27f5b5dfdfe87db9ff9c3cb659c5657 authored about 17 years ago by Don Stewart <[email protected]>
release tasks

b6d36f3c70fd26ff3fef1416257049b9c4b0c409 authored about 17 years ago by Don Stewart <[email protected]>
some more layout clean ups

5c9850bf6db9066c051ec33a98cf77f5137454af authored about 17 years ago by Don Stewart <[email protected]>
clean up Layout code a little more

3f3b4251c227dc3dc33beec500d24739c1703eda authored about 17 years ago by Don Stewart <[email protected]>
restore magic markup comments

2de6cc7cf199b9790d6edce2ddbef29315aff0f2 authored about 17 years ago by Don Stewart <[email protected]>
defer to sjanssen's manageHook comment

3aa746c0db5d97e6b2dffd2497bb89f9a953cb30 authored about 17 years ago by Don Stewart <[email protected]>
Heads up: rework the Config.hs file comments, and some variable names. Please manually resync your Config.hs if you're tracking the darcs branch

48b001f9a2fb882c50a17f3656d43c1f5aa8653b authored about 17 years ago by Don Stewart <[email protected]>
Another manageHook example

f5bec53b83f836aba8bf6f0f8eefa437b7bec582 authored about 17 years ago by Spencer Janssen <[email protected]>
clean up names of layout code

775172983b3f9a9ba01309071ab84900d8200c66 authored about 17 years ago by Don Stewart <[email protected]>
Better comment for the default manageHook

77e3876d076301c05fbe0f994d1969fd140635b6 authored about 17 years ago by Spencer Janssen <[email protected]>
add can't happen case to silence incomplete patterns in StackSet.hs

f439e766a4c107308edb8a9a7f97175284055add authored about 17 years ago by Don Stewart <[email protected]>
Bump X11-extras dependency

c436e63a1564608016daae1ad2d0087c9f482b84 authored about 17 years ago by Spencer Janssen <[email protected]>
Respect ExitExceptions, fixes a regression where exitWith had no effect

d610407cf887eaa4926699302193e27d41f8d936 authored about 17 years ago by Spencer Janssen <[email protected]>
Make runX return XState

f7d6f6b6f7a3b63c8c7f7ee80c7dfe123d593a85 authored about 17 years ago by Spencer Janssen <[email protected]>
fix potential hole in userCode.

This makes userCode catch errors even when the
user does something like (return undefined).

6dba9ddeb3e2d916b05b21332f6987608c37faa0 authored about 17 years ago by David Roundy <[email protected]>
Haddox fix

49f64197b292e0cf244bedf3f481815f517bbf1f authored about 17 years ago by Andrea Rossato <[email protected]>
Add userCode function for the popular m `catchX` return ()

1f625a6c0df4e0dbe3e3ef0a10ecef74b3192a3e authored about 17 years ago by Spencer Janssen <[email protected]>
catch exceptions when calling user-written code.

This is a minimal approach that only catches error
in actual user-written code.

1eaee82e8579a3b756e4fa3a6ec51e078c52e586 authored about 17 years ago by David Roundy <[email protected]>
use the right catch in catchX.

Don't ask *me* why the prelude includes a version of
catch that is worse than useless (because i...

07be5998c08d260fccf692b0328c480daa718739 authored about 17 years ago by David Roundy <[email protected]>
fix one last bug w.r.t. issue 55.

6d7307030af9fe31ecaf848510f798c16351027c authored about 17 years ago by David Roundy <[email protected]>
one more comment.

1a48b527ffe39cfb8f7dfbe78a23448b828e67c9 authored about 17 years ago by David Roundy <[email protected]>
add comments in XMonad.

This change also removes readLayout as a top level function,
since it's only used once.

75874040cc825f0be4db60859ac8b4da663bfe1f authored about 17 years ago by David Roundy <[email protected]>
Nuke old TODOs, add a documentation TODO

e331dd4a82ec8c88fbd35eb981d7df0bd4531ffe authored about 17 years ago by Spencer Janssen <[email protected]>
Set the border color of new windows, nice catch by mauke

3cf5c1f9d4324165d065a2c5c27aca541b2bd6be authored about 17 years ago by Spencer Janssen <[email protected]>
Bump required X11-extras version to 0.3.1

4cfe583f63064cef9ddaa3567948804b667be008 authored about 17 years ago by Spencer Janssen <[email protected]>
Only adjust floating windows that are actually larger than the screen

Also, fix a typo caught by Xiao-Yong Jin on the mailing list.

d348f2ae729e006525f06ea229a09382ec00f385 authored over 17 years ago by Spencer Janssen <[email protected]>
Add LANGUAGE pragmas

It seems that GHC 6.6 just enables -fglasgow-exts when it sees any LANGUAGE
pragma, so not all o...

41063f2e5777989b102a2d426da2bf8149ecc3e8 authored over 17 years ago by Shachaf Ben-Kiki <[email protected]>
Moving to code.haskell.org

f7ecf70a351c1c65008eb08b72f7804c91edabf3 authored over 17 years ago by Spencer Janssen <[email protected]>
The empty line isntcomment.

There is a separate filter for that case.

42dde26d4d7f4fd8702aa0a83c983302aa8d1d8d authored over 17 years ago by Ferenc Wagner <[email protected]>
Add event handler for PropertyNotifyEvent that calls logHook if window title changed

c66ff8335eede2dc0a22c66dc58ce7b32a2ab7e4 authored over 17 years ago by Christian Thiemann <[email protected]>
more comments

6c94b3b2177770ac6cdde2fa784f8c672938e651 authored over 17 years ago by Don Stewart <[email protected]>
comments need to be given for all top level bindings

fd10c198e6ec68a13a01197e7c50241724dc107f authored over 17 years ago by Don Stewart <[email protected]>
a bunch of things in XMonad.hs are missing top level comments!

c49b8f567f492973b825ad158a20f5beeba35f94 authored over 17 years ago by Don Stewart <[email protected]>
change email

6c382265532c451e1f5700b1db495f855f0c938b authored over 17 years ago by Don Stewart <[email protected]>
style on layout class code

5cd9094f58a2a98cb58c659e33aa9af713ffb535 authored over 17 years ago by Don Stewart <[email protected]>
avoid name class with forever in 6.8

053f1adb7cd506a49f978c34bbe05362be6c729c authored over 17 years ago by Don Stewart <[email protected]>
polish some syntax

1f9e77bd90060884ed4f7986b2c2ed8b0023899e authored over 17 years ago by Don Stewart <[email protected]>
comment out type error'd property

bab04b71d344dc9a1fcf1e5ad4e02fa9c4dcb453 authored over 17 years ago by Don Stewart <[email protected]>
add floating property

d83ce46a1eacde41903a74a5c642c438aecc2c73 authored over 17 years ago by Don Stewart <[email protected]>
mention C headers

aaaeae54c326c2025bc0c2ade181c67d4b46d459 authored over 17 years ago by Don Stewart <[email protected]>
add mapWorkspace tests

(just completely duplicated the two mapLayout tests :)

1d0191184fb223498fc931a47baf3e3a874ec668 authored over 17 years ago by Devin Mullins <[email protected]>
oops, need to export

8d3b6fa304ec5fa324fbb138454e6c0a387db2ec authored over 17 years ago by Devin Mullins <[email protected]>
darcs setpref test

Fix, per that Main extraction I made the other day.

6316d4f2ff6d73a7ca254966e12cc1cf5f1fde00 authored over 17 years ago by Devin Mullins <[email protected]>
(cleanup) extract mapWorkspace out of renameTag

a88a0b1b8bf2cce4436c2c2d1f437c566e022d02 authored over 17 years ago by Devin Mullins <[email protected]>
add pureMessage.

6294e6adf5a6e489b03b9e098c98c4a62bef3dec authored over 17 years ago by David Roundy <[email protected]>
Comment only

e0bcad162f66f5d41042b9d9b43992c2ce1cd873 authored over 17 years ago by Spencer Janssen <[email protected]>
Move grabButtons/Keys into X

b07e3344056339bcdd4fb5db64834c62ec0c3975 authored over 17 years ago by Spencer Janssen <[email protected]>