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.hs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add readsLayout, remove the existential from XConfig
Spencer Janssen
2007-11-01
1
-18
/
+19
*
Delete Main.hs-boot!
Spencer Janssen
2007-11-01
1
-0
/
+1
*
Remove manageHook from Main.hs-boot
Spencer Janssen
2007-11-01
1
-0
/
+1
*
Eliminate defaultTerminal
Spencer Janssen
2007-11-01
1
-2
/
+1
*
Store user configuration in XConf
Spencer Janssen
2007-11-01
1
-3
/
+17
*
This is a massive update, here's what has changed:
Spencer Janssen
2007-11-01
1
-35
/
+24
*
cleaner version of main/config inversion.
David Roundy
2007-10-29
1
-0
/
+3
*
remove StackOrNot type synonymn.
David Roundy
2007-10-17
1
-1
/
+1
*
Clean up trailing whitespace
Spencer Janssen
2007-10-15
1
-1
/
+1
*
document, and use better names, for serialising/existential-dispatch framework
Don Stewart
2007-10-14
1
-9
/
+16
*
some more layout clean ups
Don Stewart
2007-10-14
1
-8
/
+7
*
Respect ExitExceptions, fixes a regression where exitWith had no effect
Spencer Janssen
2007-10-12
1
-4
/
+6
*
Make runX return XState
Spencer Janssen
2007-10-12
1
-2
/
+2
*
fix potential hole in userCode.
David Roundy
2007-10-12
1
-1
/
+1
*
Add userCode function for the popular m `catchX` return ()
Spencer Janssen
2007-10-12
1
-1
/
+6
*
use the right catch in catchX.
David Roundy
2007-10-12
1
-0
/
+2
*
add comments in XMonad.
David Roundy
2007-10-11
1
-17
/
+24
*
Add LANGUAGE pragmas
Shachaf Ben-Kiki
2007-10-08
1
-1
/
+1
*
a bunch of things in XMonad.hs are missing top level comments!
Don Stewart
2007-10-06
1
-7
/
+17
*
style on layout class code
Don Stewart
2007-10-06
1
-19
/
+25
*
add pureMessage.
David Roundy
2007-10-05
1
-1
/
+3
*
Make WindowSet serialization robust to layout changes
Spencer Janssen
2007-10-05
1
-1
/
+2
*
Remove commented code
Spencer Janssen
2007-10-04
1
-7
/
+0
*
some renaming of classes and data types.
David Roundy
2007-09-29
1
-20
/
+20
*
Use LANGUAGE pragmas over -fglasgow-exts
Spencer Janssen
2007-09-28
1
-1
/
+2
*
SomeLayout: use the description of the wrapped layout
Spencer Janssen
2007-09-28
1
-0
/
+1
*
Simplify readLayout, comment on surprising behavior
Spencer Janssen
2007-09-25
1
-3
/
+3
*
fix bug in reading of SomeLayouts.
David Roundy
2007-09-25
1
-1
/
+3
*
rename modifyLayout to handleMessage.
David Roundy
2007-09-25
1
-7
/
+7
*
make it easier to define pure layouts.
David Roundy
2007-09-25
1
-0
/
+4
*
Make a String description part of each Layout.
David Roundy
2007-09-24
1
-0
/
+2
*
create default modifyLayout that ignores messages.
David Roundy
2007-09-23
1
-0
/
+1
*
add layout selection back into core xmonad using LayoutSelection.
David Roundy
2007-09-21
1
-1
/
+9
*
make layouts preserved over restart
David Roundy
2007-09-21
1
-6
/
+1
*
move Layout into StackSet.
David Roundy
2007-09-21
1
-3
/
+2
*
add (unused) Layout to StackSet.
David Roundy
2007-09-20
1
-1
/
+1
*
Pointfree Mirror and SomeLayout instances
Spencer Janssen
2007-09-20
1
-4
/
+2
*
define readLayout to create a SomeLayout based on a set of possible layout ty...
David Roundy
2007-09-20
1
-1
/
+7
*
add Read instance to Layout.
David Roundy
2007-09-20
1
-1
/
+3
*
add Show instance to Layout
David Roundy
2007-09-20
1
-1
/
+3
*
eliminate ugly OldLayout.
David Roundy
2007-09-20
1
-9
/
+1
*
move Layout stuff into class (hokey first cut).
David Roundy
2007-09-14
1
-5
/
+22
*
use hPrint instead of hPutStrLn
Don Stewart
2007-09-27
1
-1
/
+1
*
export getAtom from XMonad.
Ivan Tarasov
2007-08-25
1
-1
/
+1
*
switch WorkspaceId to String.
David Roundy
2007-08-20
1
-2
/
+2
*
Comment only
Spencer Janssen
2007-08-16
1
-1
/
+1
*
move event loop out of mouseDrag.
David Roundy
2007-08-07
1
-1
/
+2
*
Move screen details into StackSet
Spencer Janssen
2007-06-29
1
-4
/
+8
*
support self-modifying layouts.
David Roundy
2007-06-23
1
-3
/
+3
*
minor tweaks, ideas from joachim.fasting@
Don Stewart
2007-06-21
1
-1
/
+1
[next]