aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-14refactor trace.Don Stewart1-1/+1
2007-11-11clarify comment at top of Config.hsDevin Mullins1-2/+2
2007-11-11avoid Data.Ratio and % operator in XMonad.ConfigDavid Roundy1-3/+2
2007-11-11remove obviated (and confusing) commentsDevin Mullins1-12/+0
2007-11-11XMonad.Main uses FlexibleContextsSpencer Janssen1-1/+1
2007-11-11hide existential Layout (mostly) from user API.David Roundy3-11/+12
2007-11-09Generalize several functions to MonadIOSpencer Janssen1-4/+4
2007-11-09Docs for ManageHookSpencer Janssen1-3/+12
2007-11-09New ManageHook systemSpencer Janssen4-25/+65
2007-11-07Generalize the type of whenJustSpencer Janssen1-1/+1
2007-11-08maybe False (const True) -> isJust. spotted by shachafDon Stewart1-2/+2
2007-11-07Provide top level XMonad.hs export moduleDon Stewart5-254/+548
2007-11-07Fix haddock commentSpencer Janssen1-1/+1
2007-11-05makeMain -> xmonadDon Stewart1-3/+3
2007-11-05-Wall policeDon Stewart1-2/+2
2007-11-05EventLoop -> Core, DefaultConfig -> ConfigDon Stewart2-4/+4
2007-11-05clean up DefaultConfig.hsDon Stewart1-39/+62
2007-11-04Use the layout and workspaces values from the actual configuration usedSpencer Janssen1-2/+2
2007-11-02Float handler out of makeMain, make keys and mouseBindings dependent on XConf...Spencer Janssen2-131/+140
2007-11-01We can't rely on the executable name, because it may be 'Main'Spencer Janssen1-1/+1
2007-11-01Get defaultGaps from the current config, not the default oneSpencer Janssen1-1/+2
2007-11-01HierarchifySpencer Janssen5-0/+1770