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
/
Operations.hs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-03-21
Revert float location patch. Not Xinerama safe
Don Stewart
1
-8
/
+8
2008-02-22
runLayout is now a LayoutClass method and takes the Workspace and the screen ...
Andrea Rossato
1
-5
/
+5
2008-03-08
Small linecount fix :)
robreim
1
-2
/
+1
2008-03-08
Change floats to always use the current screen
robreim
1
-5
/
+6
2008-02-06
Lift initColor exceptions into Maybe
Don Stewart
1
-3
/
+5
2008-02-04
Rename runManageHook to runQuery
Spencer Janssen
1
-1
/
+2
2008-01-18
Simplify duplicate/cloned screen logic
Spencer Janssen
1
-20
/
+21
2007-12-31
Put the screen removing stuff in getCleanedScreenInfo
Joachim Breitner
1
-5
/
+13
2007-12-31
Ignore cloned screens
Joachim Breitner
1
-2
/
+13
2007-12-19
Call 'broadcastMessage ReleaseResources' in restart
Spencer Janssen
1
-17
/
+0
2007-12-12
Set withdrawnState after calling hide
Spencer Janssen
1
-1
/
+5
2007-12-11
Remove stale comment
Spencer Janssen
1
-1
/
+0
2007-12-11
Make windows responsible for setting withdrawn state
Spencer Janssen
1
-3
/
+4
2007-12-11
Remove stale comment
Spencer Janssen
1
-2
/
+0
2007-12-11
Clean up stale mapped/waitingUnmap state in handle rather than unmanage.
Spencer Janssen
1
-1
/
+0
2007-12-10
normalize Module headers
Lukas Mai
1
-1
/
+1
2007-11-24
Move XMonad.Layouts to XMonad.Layout for uniformity with xmc
Andrea Rossato
1
-1
/
+1
2007-11-20
clean up fmap overuse with applicatives. more opportunities remain
Don Stewart
1
-8
/
+9
2007-11-19
ManageHook is a Monoid
Spencer Janssen
1
-1
/
+1
2007-11-19
No more liftM
Spencer Janssen
1
-3
/
+3
2007-11-09
New ManageHook system
Spencer Janssen
1
-3
/
+1
2007-11-07
Provide top level XMonad.hs export module
Don Stewart
1
-1
/
+1
2007-11-01
Hierarchify
Spencer Janssen
1
-3
/
+3
2007-11-01
Add readsLayout, remove the existential from XConfig
Spencer Janssen
1
-2
/
+2
2007-11-01
Delete Main.hs-boot!
Spencer Janssen
1
-6
/
+8
2007-11-01
Remove manageHook from Main.hs-boot
Spencer Janssen
1
-2
/
+3
2007-11-01
-Wall police
Spencer Janssen
1
-2
/
+1
2007-11-01
Store user configuration in XConf
Spencer Janssen
1
-3
/
+3
2007-11-01
This is a massive update, here's what has changed:
Spencer Janssen
1
-158
/
+2
2007-10-29
cleaner version of main/config inversion.
David Roundy
1
-4
/
+5
2007-10-25
make setLayout a bit more inclusive.
David Roundy
1
-2
/
+2
2007-10-18
make xmonad work with inverted main/config.
David Roundy
1
-1
/
+2
2007-10-28
New windows start in the iconic state
Spencer Janssen
1
-5
/
+6
2007-10-22
Replace 'findIndex' with 'findTag', which more accurately describes what the ...
Brent Yorgey
1
-1
/
+1
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
[next]