aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/XSelection.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-09Remove trailing whitespace.Adam Vogt1-1/+1
2010-06-15XSelection.hs: update docs w/r/t unicodegwern01-23/+15
2010-01-24Use extensible-exceptions to allow base-3 or base-4Adam Vogt1-3/+3
2010-01-12suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey1-1/+1
2009-10-30Remove putSelection, fixes #317Spencer Janssen1-42/+2
2009-10-22Refer to modm as the current modMaskAdam Vogt1-1/+1
2009-10-12Correct erroneous haddock link in U.XSelectionAdam Vogt1-1/+1
2009-06-22update callers of safeSpawngwern01-2/+2
2009-04-19Remove USE_UTF8 defines.Khudyakov Alexey1-42/+0
2009-01-10XMonad.Util.XSelection: update maintainer informationgwern01-2/+1
2009-01-02X.U.XSelection: get rid of warning about missing newline, add Haddock linkBrent Yorgey1-2/+2
2009-01-02adds haddock documentation for transformPromptSelectionloupgaroublond1-5/+8
2008-12-22adds a weird function to XSelectionloupgaroublond1-0/+6
2008-12-20hlintify XUtils, XSelection, Search, WindowGogwern01-1/+1
2008-09-21-DUTF8 flag with -DUSE_UTF8gwern01-1/+1
2008-09-20XSelection.hs: use CPP to compile against utf8-stringgwern01-40/+46
2008-03-16XSelection.hs: improved haddockf formatting, more links, & cpeditgwern01-50/+51
2008-03-02Haddock fix: Changed URL-MarkupDominik Bruhn1-1/+1
2007-12-22Generalize XSelection functions to MonadIOSpencer Janssen1-4/+4
2007-12-08Prune more importsSpencer Janssen1-10/+1
2007-11-30update XSelection.hs; apparently the utf8-string library has updatedgwern01-24/+24
2007-11-06Update docs in Utilgwern01-2/+2
2007-11-08fix types to work with Mats fix to X11.David Roundy1-4/+4
2007-11-06make Setup haddock work againLukas Mai1-2/+3
2007-11-01HierarchifySpencer Janssen1-2/+2
2007-10-19XSelection.hs: fmt imports and sigsgwern01-12/+16
2007-10-19XSelection.hs: +2 functions, safePromptSelection and unsafePromptSelectiongwern01-4/+13
2007-10-19XSelection.hs: documentation format changes.gwern01-7/+6
2007-10-19XSelection.hs: +type signature for auxiliary functiongwern01-0/+1
2007-10-19XSelection.hs: simplify creation of windowgwern01-2/+2
2007-10-12Haddock fixesAndrea Rossato1-21/+30
2007-10-10XSelection.hs: Implement Andrea's idea for handling non-UTF-8 string casesgwern01-5/+4
2007-10-09XSelection.hs: a new module for XMonadContrib dealing with copy-and-pastegwern01-0/+154