summaryrefslogtreecommitdiffstats
path: root/XMonad
AgeCommit message (Expand)Author
2007-11-16we need examples for the managehook edslDon Stewart
2007-11-16Config: small haddock fixAndrea Rossato
2007-11-16Core: documented XConfig and ScreenDetailAndrea Rossato
2007-11-12make default ratios in config nicer to look atLukas Mai
2007-11-09refactor main, add "recompile" to XMonad.CoreLukas Mai
2007-11-14refactor trace.Don Stewart
2007-11-11clarify comment at top of Config.hsDevin Mullins
2007-11-11avoid Data.Ratio and % operator in XMonad.ConfigDavid Roundy
2007-11-11remove obviated (and confusing) commentsDevin Mullins
2007-11-11XMonad.Main uses FlexibleContextsSpencer Janssen
2007-11-11hide existential Layout (mostly) from user API.David Roundy
2007-11-09Generalize several functions to MonadIOSpencer Janssen
2007-11-09Docs for ManageHookSpencer Janssen
2007-11-09New ManageHook systemSpencer Janssen
2007-11-07Generalize the type of whenJustSpencer Janssen
2007-11-08maybe False (const True) -> isJust. spotted by shachafDon Stewart
2007-11-07Provide top level XMonad.hs export moduleDon Stewart
2007-11-07Fix haddock commentSpencer Janssen
2007-11-05makeMain -> xmonadDon Stewart
2007-11-05-Wall policeDon Stewart
2007-11-05EventLoop -> Core, DefaultConfig -> ConfigDon Stewart
2007-11-05clean up DefaultConfig.hsDon Stewart
2007-11-04Use the layout and workspaces values from the actual configuration usedSpencer Janssen
2007-11-02Float handler out of makeMain, make keys and mouseBindings dependent on XConf...Spencer Janssen
2007-11-01We can't rely on the executable name, because it may be 'Main'Spencer Janssen
2007-11-01Get defaultGaps from the current config, not the default oneSpencer Janssen
2007-11-01HierarchifySpencer Janssen