aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util (follow)
Commit message (Expand)AuthorAgeFilesLines
* WorkspaceCompare: some refactoring.Brent Yorgey2008-02-011-17/+42
* Extended PP with sorting algorithm specification and added xinerama sortingJuraj Hercek2008-01-091-6/+34
* XUtils: add functions for operating on lists of windows and export fiAndrea Rossato2008-01-241-13/+28
* Timer: some code cleanupAndrea Rossato2008-01-141-9/+7
* Use doubleFork instead of manual double fork, or buggy single fork.nicolas.pouillard2008-01-142-29/+16
* Add XMonad.Util.Timer, a module to set up timers and to handle themAndrea Rossato2008-01-131-0/+62
* formattingDon Stewart2007-12-041-2/+6
* textExtentsXMF doesn't require the displayAndrea Rossato2007-12-281-4/+4
* Fix isssue 105Andrea Rossato2007-12-241-10/+26
* Search.hs: mv into Actions/ per IRC suggestiongwern02007-12-241-101/+0
* Search.hs: add hoogleBrent Yorgey2007-12-221-2/+4
* A few short comments for WorkspaceCompareSpencer Janssen2007-12-221-0/+4
* Factor workspace sorting into a separate moduleSpencer Janssen2007-12-221-0/+37
* No more tabsSpencer Janssen2007-12-221-1/+1
* Refactor Search.hsSpencer Janssen2007-12-221-43/+29
* Generalize XSelection functions to MonadIOSpencer Janssen2007-12-221-4/+4
* Search.hs: +imdb & amazon engines for unk_redgwern02007-12-221-3/+11
* Search.hs: cleanup and refactorgwern02007-12-201-29/+31
* Util/Search.hs: a few updates/fixesBrent Yorgey2007-12-171-3/+6
* Util.Search: import escapeURIString, and fall back on the ugly const false ha...gwern02007-12-151-4/+26
* Remove network dependency, potentially breaking XMonad.Util.SearchSpencer Janssen2007-12-151-3/+1
* Search.hs: fix shadowing warning and haddock errorsBrent Yorgey2007-12-141-2/+4
* +XMonad.Util.Search: new modulegwern02007-12-131-0/+78
* Run.hs: fix documentation, cleanup whitespaceValery V. Vorotyntsev2007-12-121-3/+3
* Remove XMonad.Operations importsSpencer Janssen2007-12-081-1/+0
* Prune more importsSpencer Janssen2007-12-083-13/+1
* Remove redundant importsSpencer Janssen2007-12-086-15/+4
* update XSelection.hs; apparently the utf8-string library has updatedgwern02007-11-301-24/+24
* remove need for faulty Read instance of NamedWindow.David Roundy2007-11-221-1/+1
* NamedWindow: Mosaic requires NamedWindow to have a Read instanceAndrea Rossato2007-11-221-1/+1
* Added Anneal used by the original mosaicAndrea Rossato2007-11-221-0/+93
* Font: haddock fixAndrea Rossato2007-11-211-2/+2
* NamedWindows: haddock fixAndrea Rossato2007-11-211-1/+1
* XUtils: haddock fixAndrea Rossato2007-11-211-1/+2
* remove Mosaic and Anneal.David Roundy2007-11-191-90/+0
* Port XPrompt to XMonad.Util.Font, various other refactoringsSpencer Janssen2007-11-172-21/+19
* Miscellaneous spell-checkingShachaf Ben-Kiki2007-11-193-3/+3
* Move XMonad.Util.Font to fix haddock generationSpencer Janssen2007-11-161-2/+0
* XUtils: remove stringToPixelSpencer Janssen2007-11-161-9/+0
* Export XMonadFont's constructors, use those constructors in XMonad.PromptSpencer Janssen2007-11-161-1/+1
* Use Xft automatically if availableSpencer Janssen2007-11-161-4/+4
* Font.hs: CPP around Xft calls, use a data type rather than EitherSpencer Janssen2007-11-161-11/+30
* Font.hs: tabsSpencer Janssen2007-11-161-11/+11
* Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer.Clemens Fruhwirth2007-11-162-60/+156
* XUtils: a small haddock fixAndrea Rossato2007-11-161-1/+2
* XMonad.Util.Run: meny haddock fixesAndrea Rossato2007-11-161-28/+38
* CustomKeys.hs: typoValery V. Vorotyntsev2007-11-161-1/+1
* CustomKeys.hs: "complete rebinding" mechanism explainedValery V. Vorotyntsev2007-11-151-0/+13
* EZConfig.hs: haddock fixesAndrea Rossato2007-11-141-0/+3
* CustomKeys.hs: moved into `Util' directoryValery V. Vorotyntsev2007-11-142-1/+77