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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
add pureMessage.
David Roundy
2007-10-05
1
-3
/
+2
*
manageHook: use the curry style, better documentation
Spencer Janssen
2007-10-03
1
-1
/
+1
*
some renaming of classes and data types.
David Roundy
2007-09-29
1
-13
/
+13
*
Pass window name and class info to manageHook
Spencer Janssen
2007-10-02
1
-1
/
+4
*
Send ClassHints to manageHook
Spencer Janssen
2007-10-01
1
-1
/
+1
*
First cut at manageHook
Spencer Janssen
2007-10-01
1
-5
/
+5
*
set border color more judiciously, so layouts can customize this.
David Roundy
2007-09-29
1
-4
/
+4
*
Operation: coding style conformance
Andrea Rossato
2007-09-28
1
-3
/
+3
*
define defaultLayout in Config.hs.
David Roundy
2007-09-28
1
-3
/
+3
*
Use LANGUAGE pragmas over -fglasgow-exts
Spencer Janssen
2007-09-28
1
-1
/
+3
*
LayoutSelection: describe the active layout only
Spencer Janssen
2007-09-28
1
-0
/
+3
*
put transients completely on the screen when possible.
David Roundy
2007-09-27
1
-5
/
+10
*
setLayout should not call sendMessage, because sendMessage calls windows
Spencer Janssen
2007-09-28
1
-3
/
+3
*
Add setLayout to the core
Spencer Janssen
2007-09-28
1
-0
/
+7
*
Refactor floating code in manage
Spencer Janssen
2007-09-27
1
-8
/
+7
*
fix bug where ReleaseResources wasn't getting sent to all layouts.
David Roundy
2007-09-25
1
-0
/
+4
*
add support for parseable layouts not in the default.
David Roundy
2007-09-25
1
-2
/
+3
*
rename modifyLayout to handleMessage.
David Roundy
2007-09-25
1
-10
/
+10
*
make it easier to define pure layouts.
David Roundy
2007-09-25
1
-2
/
+1
*
Make a String description part of each Layout.
David Roundy
2007-09-24
1
-9
/
+13
*
Added LayoutMessages
Andrea Rossato
2007-09-24
1
-7
/
+16
*
create default modifyLayout that ignores messages.
David Roundy
2007-09-23
1
-1
/
+0
*
add layout selection back into core xmonad using LayoutSelection.
David Roundy
2007-09-21
1
-21
/
+42
*
make layouts preserved over restart
David Roundy
2007-09-21
1
-1
/
+7
*
move Layout into StackSet.
David Roundy
2007-09-21
1
-23
/
+23
*
Pointfree Mirror and SomeLayout instances
Spencer Janssen
2007-09-20
1
-2
/
+2
*
Use derived Show and Read instances for Mirror
Spencer Janssen
2007-09-20
1
-7
/
+1
*
add Read instance to Layout.
David Roundy
2007-09-20
1
-5
/
+10
*
add Show instance to Layout
David Roundy
2007-09-20
1
-2
/
+4
*
eliminate ugly OldLayout.
David Roundy
2007-09-20
1
-20
/
+21
*
move Layout stuff into class (hokey first cut).
David Roundy
2007-09-14
1
-12
/
+12
*
Split float up
Spencer Janssen
2007-09-24
1
-8
/
+17
*
Use the new StackSet.screens in windows
Spencer Janssen
2007-09-24
1
-1
/
+1
*
Eliminate Operations.sink too
Spencer Janssen
2007-09-17
1
-4
/
+0
*
Remove Operations functions which have StackSet equivalents, just use 'window...
Spencer Janssen
2007-09-17
1
-16
/
+0
*
Fix float behaviour, add shiftWin.
Karsten Schoelzel
2007-09-10
1
-10
/
+8
*
Add delete' for use in shift
Karsten Schoelzel
2007-09-10
1
-5
/
+1
*
pointfree looks nicer here
Don Stewart
2007-09-11
1
-1
/
+1
*
Remove redundant reveal
Spencer Janssen
2007-09-10
1
-1
/
+1
*
Move lower boundary check into applySizeHints, because all users of applySize...
Karsten Schoelzel
2007-09-05
1
-4
/
+8
*
don't refresh when setting focus to already focussed window.
David Roundy
2007-08-20
1
-1
/
+1
*
clear out motion events when processing one motion event.
David Roundy
2007-08-20
1
-6
/
+9
*
remove unneeded do.
David Roundy
2007-08-13
1
-3
/
+2
*
make splitHorizontallyBy accept any RealFrac.
David Roundy
2007-08-13
1
-1
/
+1
*
Operations.windows: minor refactor
Spencer Janssen
2007-08-15
1
-3
/
+2
*
Cleanup
Spencer Janssen
2007-08-10
1
-8
/
+11
*
move event loop out of mouseDrag.
David Roundy
2007-08-07
1
-20
/
+24
*
only display any given window once.
David Roundy
2007-07-24
1
-1
/
+5
*
Add greedyView, make it the default action for mod-wer
Spencer Janssen
2007-08-15
1
-1
/
+1
*
restore focus to currently focused window after "float" (closes #32)
Jason Creighton
2007-07-10
1
-1
/
+1
[next]