aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-16Util.Themes: add ppThemeInfor to render the theme infoAndrea Rossato1-0/+7
2008-02-10Themes: added robertTheme and donaldThemeAndrea Rossato1-0/+37
2008-02-05Run.hs: add an option to runintermsgwern01-5/+5
2008-02-08Util.Thems: some more typos in commentsAndrea Rossato1-3/+3
2008-02-08Util.Themes: documentation and export list (added themes that have been left ...Andrea Rossato1-7/+29
2008-02-07oxymor00nThemeits.sec1-0/+21
2008-02-07Add Util.Themes to collect user contributed themesAndrea Rossato1-0/+94
2008-02-06Update to safer initColor apiDon Stewart1-3/+5
2008-02-01WorkspaceCompare: some refactoring.Brent Yorgey1-17/+42
2008-01-09Extended PP with sorting algorithm specification and added xinerama sortingJuraj Hercek1-6/+34
2008-01-24XUtils: add functions for operating on lists of windows and export fiAndrea Rossato1-13/+28
2008-01-14Timer: some code cleanupAndrea Rossato1-9/+7
2008-01-14Use doubleFork instead of manual double fork, or buggy single fork.nicolas.pouillard2-29/+16
2008-01-13Add XMonad.Util.Timer, a module to set up timers and to handle themAndrea Rossato1-0/+62
2007-12-04formattingDon Stewart1-2/+6
2007-12-28textExtentsXMF doesn't require the displayAndrea Rossato1-4/+4
2007-12-24Fix isssue 105Andrea Rossato1-10/+26
2007-12-24Search.hs: mv into Actions/ per IRC suggestiongwern01-101/+0
2007-12-22Search.hs: add hoogleBrent Yorgey1-2/+4
2007-12-22A few short comments for WorkspaceCompareSpencer Janssen1-0/+4
2007-12-22Factor workspace sorting into a separate moduleSpencer Janssen1-0/+37
2007-12-22No more tabsSpencer Janssen1-1/+1
2007-12-22Refactor Search.hsSpencer Janssen1-43/+29
2007-12-22Generalize XSelection functions to MonadIOSpencer Janssen1-4/+4
2007-12-22Search.hs: +imdb & amazon engines for unk_redgwern01-3/+11
2007-12-20Search.hs: cleanup and refactorgwern01-29/+31
2007-12-17Util/Search.hs: a few updates/fixesBrent Yorgey1-3/+6
2007-12-15Util.Search: import escapeURIString, and fall back on the ugly const false ha...gwern01-4/+26
2007-12-15Remove network dependency, potentially breaking XMonad.Util.SearchSpencer Janssen1-3/+1
2007-12-14Search.hs: fix shadowing warning and haddock errorsBrent Yorgey1-2/+4
2007-12-13+XMonad.Util.Search: new modulegwern01-0/+78
2007-12-12Run.hs: fix documentation, cleanup whitespaceValery V. Vorotyntsev1-3/+3
2007-12-08Remove XMonad.Operations importsSpencer Janssen1-1/+0
2007-12-08Prune more importsSpencer Janssen3-13/+1
2007-12-08Remove redundant importsSpencer Janssen6-15/+4
2007-11-30update XSelection.hs; apparently the utf8-string library has updatedgwern01-24/+24
2007-11-22remove need for faulty Read instance of NamedWindow.David Roundy1-1/+1
2007-11-22NamedWindow: Mosaic requires NamedWindow to have a Read instanceAndrea Rossato1-1/+1
2007-11-22Added Anneal used by the original mosaicAndrea Rossato1-0/+93
2007-11-21Font: haddock fixAndrea Rossato1-2/+2
2007-11-21NamedWindows: haddock fixAndrea Rossato1-1/+1
2007-11-21XUtils: haddock fixAndrea Rossato1-1/+2
2007-11-19remove Mosaic and Anneal.David Roundy1-90/+0
2007-11-17Port XPrompt to XMonad.Util.Font, various other refactoringsSpencer Janssen2-21/+19
2007-11-19Miscellaneous spell-checkingShachaf Ben-Kiki3-3/+3
2007-11-16Move XMonad.Util.Font to fix haddock generationSpencer Janssen1-2/+0
2007-11-16XUtils: remove stringToPixelSpencer Janssen1-9/+0
2007-11-16Export XMonadFont's constructors, use those constructors in XMonad.PromptSpencer Janssen1-1/+1
2007-11-16Use Xft automatically if availableSpencer Janssen1-4/+4
2007-11-16Font.hs: CPP around Xft calls, use a data type rather than EitherSpencer Janssen1-11/+30