index
:
xmonad
master
mirror of http://code.haskell.org/xmonad
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
XMonad
/
Core.hs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
use 'spawn' rather than runProcess, to report errors asynchronously, avoiding...
Don Stewart
2007-11-19
1
-3
/
+1
*
Use xmessage to present a failure message to users when the config file canno...
Don Stewart
2007-11-19
1
-4
/
+20
*
only check xmonad.hs against the xmonad binary, not the .o file (meaning you ...
Don Stewart
2007-11-19
1
-6
/
+8
*
Do our own recompilation checking: only launch ghc if the xmonad.hs is newer ...
Don Stewart
2007-11-19
1
-6
/
+14
*
reformat export list to fit on the page
Don Stewart
2007-11-19
1
-2
/
+8
*
add support for Mac users and their silly case-insensitive filesystems
Devin Mullins
2007-11-17
1
-1
/
+1
*
Core: documented XConfig and ScreenDetail
Andrea Rossato
2007-11-16
1
-12
/
+15
*
refactor main, add "recompile" to XMonad.Core
Lukas Mai
2007-11-09
1
-1
/
+14
*
refactor trace.
Don Stewart
2007-11-14
1
-1
/
+1
*
hide existential Layout (mostly) from user API.
David Roundy
2007-11-11
1
-5
/
+5
*
Generalize several functions to MonadIO
Spencer Janssen
2007-11-09
1
-4
/
+4
*
New ManageHook system
Spencer Janssen
2007-11-09
1
-1
/
+2
*
Generalize the type of whenJust
Spencer Janssen
2007-11-07
1
-1
/
+1
*
Provide top level XMonad.hs export module
Don Stewart
2007-11-07
1
-250
/
+267
*
makeMain -> xmonad
Don Stewart
2007-11-05
1
-3
/
+3
*
EventLoop -> Core, DefaultConfig -> Config
Don Stewart
2007-11-05
1
-0
/
+277
[prev]