Spencer Janssen
01cf4a5581
Whitespace fixes for Properties.hs
2007-10-15 02:27:57 +00:00
Spencer Janssen
bd6a52e587
Clean up trailing whitespace
2007-10-15 02:23:22 +00:00
Devin Mullins
0938298f29
explain numlockMask
2007-10-14 00:55:25 +00:00
Devin Mullins
5bd96a8e1a
whitespace cleanup in Config.hs
2007-10-14 00:53:42 +00:00
Don Stewart
874e6f80f0
bump the version tag to 0.4, we're almost there
2007-10-13 23:27:58 +00:00
Don Stewart
6fecf7c425
document, and use better names, for serialising/existential-dispatch framework
2007-10-13 23:21:50 +00:00
Don Stewart
3a18204adb
typo in comment
2007-10-13 23:08:28 +00:00
Don Stewart
2599706141
more todos
2007-10-13 22:52:00 +00:00
Don Stewart
2edc5a92c2
done
2007-10-13 22:35:36 +00:00
Don Stewart
b6d36f3c70
release tasks
2007-10-13 22:33:47 +00:00
Don Stewart
5c9850bf6d
some more layout clean ups
2007-10-13 22:23:17 +00:00
Don Stewart
3f3b4251c2
clean up Layout code a little more
2007-10-13 22:10:24 +00:00
Don Stewart
2de6cc7cf1
restore magic markup comments
2007-10-13 21:23:51 +00:00
Don Stewart
3aa746c0db
defer to sjanssen's manageHook comment
2007-10-13 21:03:46 +00:00
Don Stewart
48b001f9a2
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
2007-10-13 21:01:49 +00:00
Don Stewart
775172983b
clean up names of layout code
2007-10-13 20:43:00 +00:00
Spencer Janssen
f5bec53b83
Another manageHook example
2007-10-13 20:56:05 +00:00
Spencer Janssen
77e3876d07
Better comment for the default manageHook
2007-10-13 20:33:40 +00:00
Don Stewart
f439e766a4
add can't happen case to silence incomplete patterns in StackSet.hs
2007-10-13 18:55:25 +00:00
Spencer Janssen
c436e63a15
Bump X11-extras dependency
2007-10-12 20:37:21 +00:00
Spencer Janssen
d610407cf8
Respect ExitExceptions, fixes a regression where exitWith had no effect
2007-10-12 15:28:01 +00:00
Spencer Janssen
f7d6f6b6f7
Make runX return XState
2007-10-12 15:15:24 +00:00
David Roundy
6dba9ddeb3
fix potential hole in userCode.
...
This makes userCode catch errors even when the
user does something like (return undefined).
2007-10-12 15:02:53 +00:00
Andrea Rossato
49f64197b2
Haddox fix
2007-10-12 10:05:51 +00:00
Spencer Janssen
1f625a6c0d
Add userCode function for the popular m catchX
return ()
2007-10-12 01:42:17 +00:00
David Roundy
1eaee82e85
catch exceptions when calling user-written code.
...
This is a minimal approach that only catches error
in actual user-written code.
2007-10-12 01:33:05 +00:00
David Roundy
07be5998c0
use the right catch in catchX.
...
Don't ask *me* why the prelude includes a version of
catch that is worse than useless (because it lulls you
into a feeling of safety).
2007-10-12 01:14:50 +00:00
David Roundy
6d7307030a
fix one last bug w.r.t. issue 55.
2007-10-12 01:05:09 +00:00
Don Stewart
6c94b3b217
more comments
2007-10-06 15:43:51 +00:00
David Roundy
1a48b527ff
one more comment.
2007-10-11 15:44:23 +00:00
David Roundy
75874040cc
add comments in XMonad.
...
This change also removes readLayout as a top level function,
since it's only used once.
2007-10-11 15:29:42 +00:00
Spencer Janssen
e331dd4a82
Nuke old TODOs, add a documentation TODO
2007-10-11 02:21:27 +00:00
Spencer Janssen
3cf5c1f9d4
Set the border color of new windows, nice catch by mauke
2007-10-11 02:16:27 +00:00
Spencer Janssen
4cfe583f63
Bump required X11-extras version to 0.3.1
2007-10-10 16:57:05 +00:00
Spencer Janssen
d348f2ae72
Only adjust floating windows that are actually larger than the screen
...
Also, fix a typo caught by Xiao-Yong Jin on the mailing list.
2007-10-10 06:26:04 +00:00
Shachaf Ben-Kiki
41063f2e57
Add LANGUAGE pragmas
...
It seems that GHC 6.6 just enables -fglasgow-exts when it sees any LANGUAGE
pragma, so not all of them were added; this patch adds the rest of them, which
is necessary for xmonad to compile in GHC >=6.7.
2007-10-08 02:11:07 +00:00
Ferenc Wagner
42dde26d4d
The empty line isntcomment.
...
There is a separate filter for that case.
2007-10-06 19:12:31 +00:00
Christian Thiemann
c66ff8335e
Add event handler for PropertyNotifyEvent that calls logHook if window title changed
2007-10-06 17:54:58 +00:00
Spencer Janssen
f7ecf70a35
Moving to code.haskell.org
2007-10-06 19:18:43 +00:00
Don Stewart
fd10c198e6
comments need to be given for all top level bindings
2007-10-06 15:41:27 +00:00
Don Stewart
c49b8f567f
a bunch of things in XMonad.hs are missing top level comments!
2007-10-06 15:36:08 +00:00
Devin Mullins
1d0191184f
add mapWorkspace tests
...
(just completely duplicated the two mapLayout tests :)
2007-10-06 07:31:29 +00:00
Don Stewart
6c38226553
change email
2007-10-06 10:49:01 +00:00
Don Stewart
5cd9094f58
style on layout class code
2007-10-06 10:46:06 +00:00
Don Stewart
053f1adb7c
avoid name class with forever in 6.8
2007-10-06 10:35:30 +00:00
David Roundy
6294e6adf5
add pureMessage.
2007-10-05 14:05:53 +00:00
Don Stewart
1f9e77bd90
polish some syntax
2007-10-06 10:29:18 +00:00
Devin Mullins
8d3b6fa304
oops, need to export
2007-10-06 05:50:59 +00:00
Devin Mullins
6316d4f2ff
darcs setpref test
...
Fix, per that Main extraction I made the other day.
2007-10-06 05:43:33 +00:00
Devin Mullins
a88a0b1b8b
(cleanup) extract mapWorkspace out of renameTag
2007-10-06 05:41:04 +00:00