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
/
Operations.hs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-10-19
Operations.hs: flip maybe id is fromMaybe
Eric Mertens
1
-1
/
+1
2007-10-19
Deobfuscate Tall layout
Eric Mertens
1
-3
/
+3
2007-10-19
UNDO: setInitialProperties after placing windows
Spencer Janssen
1
-2
/
+1
2007-10-19
setInitialProperties after placing windows
Spencer Janssen
1
-1
/
+2
2007-10-19
UNDO: Ignore borders in the stored RationalRects of floating windows.
Spencer Janssen
1
-18
/
+8
2007-10-19
Ignore borders in the stored RationalRects of floating windows.
Spencer Janssen
1
-8
/
+18
2007-10-19
I prefer fmap over liftM
Spencer Janssen
1
-1
/
+1
2007-10-18
change 0/1/3 to named states, per X11-extras darcs head
Devin Mullins
1
-3
/
+3
2007-10-17
Operations.hs: make use of notElem and notMember
Eric Mertens
1
-2
/
+2
2007-10-15
Clean up trailing whitespace
Spencer Janssen
1
-5
/
+5
2007-10-14
document, and use better names, for serialising/existential-dispatch framework
Don Stewart
1
-4
/
+4
2007-10-14
clean up Layout code a little more
Don Stewart
1
-62
/
+69
2007-10-13
clean up names of layout code
Don Stewart
1
-24
/
+27
2007-10-12
Haddox fix
Andrea Rossato
1
-1
/
+1
2007-10-12
Add userCode function for the popular m `catchX` return ()
Spencer Janssen
1
-1
/
+1
2007-10-12
catch exceptions when calling user-written code.
David Roundy
1
-2
/
+2
2007-10-11
one more comment.
David Roundy
1
-1
/
+2
2007-10-11
Set the border color of new windows, nice catch by mauke
Spencer Janssen
1
-1
/
+4
2007-10-10
Only adjust floating windows that are actually larger than the screen
Spencer Janssen
1
-1
/
+1
2007-10-08
Add LANGUAGE pragmas
Shachaf Ben-Kiki
1
-2
/
+2
2007-10-06
comments need to be given for all top level bindings
Don Stewart
1
-2
/
+13
2007-10-05
add pureMessage.
David Roundy
1
-3
/
+2
2007-10-03
manageHook: use the curry style, better documentation
Spencer Janssen
1
-1
/
+1
2007-09-29
some renaming of classes and data types.
David Roundy
1
-13
/
+13
2007-10-02
Pass window name and class info to manageHook
Spencer Janssen
1
-1
/
+4
2007-10-01
Send ClassHints to manageHook
Spencer Janssen
1
-1
/
+1
2007-10-01
First cut at manageHook
Spencer Janssen
1
-5
/
+5
2007-09-29
set border color more judiciously, so layouts can customize this.
David Roundy
1
-4
/
+4
2007-09-28
Operation: coding style conformance
Andrea Rossato
1
-3
/
+3
2007-09-28
define defaultLayout in Config.hs.
David Roundy
1
-3
/
+3
2007-09-28
Use LANGUAGE pragmas over -fglasgow-exts
Spencer Janssen
1
-1
/
+3
2007-09-28
LayoutSelection: describe the active layout only
Spencer Janssen
1
-0
/
+3
2007-09-27
put transients completely on the screen when possible.
David Roundy
1
-5
/
+10
2007-09-28
setLayout should not call sendMessage, because sendMessage calls windows
Spencer Janssen
1
-3
/
+3
2007-09-28
Add setLayout to the core
Spencer Janssen
1
-0
/
+7
2007-09-27
Refactor floating code in manage
Spencer Janssen
1
-8
/
+7
2007-09-25
fix bug where ReleaseResources wasn't getting sent to all layouts.
David Roundy
1
-0
/
+4
2007-09-25
add support for parseable layouts not in the default.
David Roundy
1
-2
/
+3
2007-09-25
rename modifyLayout to handleMessage.
David Roundy
1
-10
/
+10
2007-09-25
make it easier to define pure layouts.
David Roundy
1
-2
/
+1
2007-09-24
Make a String description part of each Layout.
David Roundy
1
-9
/
+13
2007-09-24
Added LayoutMessages
Andrea Rossato
1
-7
/
+16
2007-09-23
create default modifyLayout that ignores messages.
David Roundy
1
-1
/
+0
2007-09-21
add layout selection back into core xmonad using LayoutSelection.
David Roundy
1
-21
/
+42
2007-09-21
make layouts preserved over restart
David Roundy
1
-1
/
+7
2007-09-21
move Layout into StackSet.
David Roundy
1
-23
/
+23
2007-09-20
Pointfree Mirror and SomeLayout instances
Spencer Janssen
1
-2
/
+2
2007-09-20
Use derived Show and Read instances for Mirror
Spencer Janssen
1
-7
/
+1
2007-09-20
add Read instance to Layout.
David Roundy
1
-5
/
+10
2007-09-20
add Show instance to Layout
David Roundy
1
-2
/
+4
[next]