aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-11-16Font.hs: tabsSpencer Janssen1-11/+11
2007-11-16Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer.Clemens Fruhwirth2-60/+156
2007-11-16XUtils: a small haddock fixAndrea Rossato1-1/+2
2007-11-16XMonad.Util.Run: meny haddock fixesAndrea Rossato1-28/+38
2007-11-16CustomKeys.hs: typoValery V. Vorotyntsev1-1/+1
2007-11-15CustomKeys.hs: "complete rebinding" mechanism explainedValery V. Vorotyntsev1-0/+13
2007-11-14EZConfig.hs: haddock fixesAndrea Rossato1-0/+3
2007-11-14CustomKeys.hs: moved into `Util' directoryValery V. Vorotyntsev2-1/+77