index
:
metatile
master
A fork of XMonad
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
XMonad
/
Operations.hs
Age
Commit message (
Expand
)
Author
2010-01-18
Correct warnings with ghc-6.12
Adam Vogt
2009-12-16
Determine numlockMask automatically, fixes #120
Spencer Janssen
2009-11-19
Swap the order that windows are mapped/unmapped. Addresses #322
Spencer Janssen
2009-11-06
Support for extensible state in contrib modules.
Daniel Schoepe
2009-01-10
More flexible userCode function
Daniel Schoepe
2008-12-10
Call logHook as the very last action in windows
Spencer Janssen
2008-11-18
Tile all windows at once
Spencer Janssen
2008-11-18
Factor rational rect scaling into a separate function
Spencer Janssen
2008-10-05
add killWindow function
Joachim Breitner
2008-10-07
Regression: ungrab buttons on *non* root windows
Spencer Janssen
2008-10-07
Partial fix for #40
Spencer Janssen
2008-10-07
Fix haddock
Spencer Janssen
2008-10-07
Move screen locating code into pointScreen
Spencer Janssen
2008-10-07
Make pointWithin a top-level binding
Spencer Janssen
2008-06-01
Haddock links
Malebria
2008-05-02
Remember if focus changes were caused by mouse actions or by key commands
Klaus Weidner
2008-05-06
Wibble
Spencer Janssen
2008-04-08
Set focus *after* revealing windows
Spencer Janssen
2008-04-08
Reveal windows after moving/resizing them.
Spencer Janssen
2008-04-30
Hide newly created but non-visible windows (fixes bug #172)
Spencer Janssen
2008-04-05
floats always use current screen (with less bugs)
robreim
2008-04-04
XMonad.Operations: applySizeHint reshuffle
Lukas Mai
2008-03-25
Remove gaps
Spencer Janssen
2008-03-22
clean up for style
Don Stewart
2008-02-23
add sendMessageWithNoRefresh and have broadcastMessage use it
Andrea Rossato
2008-03-21
Revert float location patch. Not Xinerama safe
Don Stewart
2008-02-22
runLayout is now a LayoutClass method and takes the Workspace and the screen ...
Andrea Rossato
2008-03-08
Small linecount fix :)
robreim
2008-03-08
Change floats to always use the current screen
robreim
2008-02-06
Lift initColor exceptions into Maybe
Don Stewart
2008-02-04
Rename runManageHook to runQuery
Spencer Janssen
2008-01-18
Simplify duplicate/cloned screen logic
Spencer Janssen
2007-12-31
Put the screen removing stuff in getCleanedScreenInfo
Joachim Breitner
2007-12-31
Ignore cloned screens
Joachim Breitner
2007-12-19
Call 'broadcastMessage ReleaseResources' in restart
Spencer Janssen
2007-12-12
Set withdrawnState after calling hide
Spencer Janssen
2007-12-11
Remove stale comment
Spencer Janssen
2007-12-11
Make windows responsible for setting withdrawn state
Spencer Janssen
2007-12-11
Remove stale comment
Spencer Janssen
2007-12-11
Clean up stale mapped/waitingUnmap state in handle rather than unmanage.
Spencer Janssen
2007-12-10
normalize Module headers
Lukas Mai
2007-11-24
Move XMonad.Layouts to XMonad.Layout for uniformity with xmc
Andrea Rossato
2007-11-20
clean up fmap overuse with applicatives. more opportunities remain
Don Stewart
2007-11-19
ManageHook is a Monoid
Spencer Janssen
2007-11-19
No more liftM
Spencer Janssen
2007-11-09
New ManageHook system
Spencer Janssen
2007-11-07
Provide top level XMonad.hs export module
Don Stewart
2007-11-01
Hierarchify
Spencer Janssen