aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up stale mapped/waitingUnmap state in handle rather than unmanage.Spencer Janssen2007-12-112-2/+4
* Delete windows from waitingUnmap that aren't waitng for any unmapsSpencer Janssen2007-12-111-1/+3
* normalize Module headersLukas Mai2007-12-106-6/+6
* StackSet: some haddock tuningAndrea Rossato2007-12-091-7/+16
* Remove kicker and gnome-panel from the default manageHook, these are betterSpencer Janssen2007-12-091-6/+5
* Typos and formattingAndrea Rossato2007-11-242-5/+5
* Move XMonad.Layouts to XMonad.Layout for uniformity with xmcAndrea Rossato2007-11-243-3/+3
* Hide generalized newtype deriving from HaddockSpencer Janssen2007-12-081-1/+6
* make Query a MonadIOLukas Mai2007-11-281-1/+1
* add getXMonadDir (2nd try)Lukas Mai2007-11-211-2/+6
* Add 'and' and 'or' functions to ManageHook.Spencer Janssen2007-11-211-0/+10
* generalise type of `io'Don Stewart2007-11-211-5/+5
* Add recompilation forcing, clean up recompile's documentationSpencer Janssen2007-11-201-10/+12
* recompile does not raise any exceptionsSpencer Janssen2007-11-201-1/+0
* -no-recomp because we're doing our own recompilation checkingSpencer Janssen2007-11-201-1/+1
* pointfreeDon Stewart2007-11-201-1/+1
* clean up fmap overuse with applicatives. more opportunities remainDon Stewart2007-11-202-12/+14
* ManageHook is a MonoidSpencer Janssen2007-11-193-17/+34
* No more liftMSpencer Janssen2007-11-192-6/+6
* Refactor recompileSpencer Janssen2007-11-191-16/+15
* Trailing spaceSpencer Janssen2007-11-191-1/+1
* Generalize recompile to MonadIOSpencer Janssen2007-11-191-2/+2
* Factor out doubleFork logicSpencer Janssen2007-11-191-10/+8
* handle case of xmonad binary not existing, when checking recompilationDon Stewart2007-11-191-2/+2
* Use executeFile directly, rather than the shell, avoiding sh interepetingDon Stewart2007-11-191-3/+7
* UNDO: use 'spawn' rather than runProcess, to report errors asynchronously, av...Don Stewart2007-11-191-1/+3
* use 'spawn' rather than runProcess, to report errors asynchronously, avoiding...Don Stewart2007-11-191-3/+1
* Use xmessage to present a failure message to users when the config file canno...Don Stewart2007-11-191-4/+20
* only check xmonad.hs against the xmonad binary, not the .o file (meaning you ...Don Stewart2007-11-191-6/+8
* Do our own recompilation checking: only launch ghc if the xmonad.hs is newer ...Don Stewart2007-11-191-6/+14
* reformat export list to fit on the pageDon Stewart2007-11-191-2/+8
* add support for Mac users and their silly case-insensitive filesystemsDevin Mullins2007-11-171-1/+1
* we need examples for the managehook edslDon Stewart2007-11-161-0/+2
* Config: small haddock fixAndrea Rossato2007-11-161-1/+1
* Core: documented XConfig and ScreenDetailAndrea Rossato2007-11-161-12/+15
* make default ratios in config nicer to look atLukas Mai2007-11-121-2/+2
* refactor main, add "recompile" to XMonad.CoreLukas Mai2007-11-091-1/+14
* refactor trace.Don Stewart2007-11-141-1/+1
* clarify comment at top of Config.hsDevin Mullins2007-11-111-2/+2
* avoid Data.Ratio and % operator in XMonad.ConfigDavid Roundy2007-11-111-3/+2
* remove obviated (and confusing) commentsDevin Mullins2007-11-111-12/+0
* XMonad.Main uses FlexibleContextsSpencer Janssen2007-11-111-1/+1
* hide existential Layout (mostly) from user API.David Roundy2007-11-113-11/+12
* Generalize several functions to MonadIOSpencer Janssen2007-11-091-4/+4
* Docs for ManageHookSpencer Janssen2007-11-091-3/+12
* New ManageHook systemSpencer Janssen2007-11-094-25/+65
* Generalize the type of whenJustSpencer Janssen2007-11-071-1/+1
* maybe False (const True) -> isJust. spotted by shachafDon Stewart2007-11-081-2/+2
* Provide top level XMonad.hs export moduleDon Stewart2007-11-075-254/+548
* Fix haddock commentSpencer Janssen2007-11-071-1/+1