aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/XSelection.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-11-09Remove trailing whitespace.Adam Vogt1-1/+1
Ignore-this: 72e3afb6e6df47c51262006601765365 darcs-hash:20121109014156-1499c-45797b245e25e966e4ca337ee224b593aaac63a0.gz
2010-06-15XSelection.hs: update docs w/r/t unicodegwern01-23/+15
Ignore-this: 26042b8d27bed602c1844181036a9bb see http://code.google.com/p/xmonad/issues/detail?id48 darcs-hash:20100615000902-f7719-6b0d996115b621c065b5ab8d4ff44ff1465bd84e.gz
2010-01-24Use extensible-exceptions to allow base-3 or base-4Adam Vogt1-3/+3
Ignore-this: 136f35fcc0f3a824b96eea0f4e04f276 darcs-hash:20100124203324-1499c-6e811978a61feebf704e3cd7543cbcc0b3e8a0b3.gz
2010-01-12suppress some warnings under ghc 6.12.1 and clean up redundant imports to ↵Brent Yorgey1-1/+1
get rid of some others. Ignore-this: bf3487b27036b02797d9f528a078d006 darcs-hash:20100112172507-1e371-1b466e62ac727b196330c72c8553116282ef5702.gz
2009-10-30Remove putSelection, fixes #317Spencer Janssen1-42/+2
Ignore-this: 6cfd6d92e1d133bc9e3cbb7c8339f735 darcs-hash:20091030224354-25a6b-1181861af8f4783783d875491a8d67cd26538ca3.gz
2009-10-22Refer to modm as the current modMaskAdam Vogt1-1/+1
Ignore-this: d097c7dc1746c55e1d4078a7148f9d5a This makes the config suggestions consistent with the current template. darcs-hash:20091022041126-1499c-5dd63076fdd71a61276cfc8e648bada81d9cc586.gz
2009-10-12Correct erroneous haddock link in U.XSelectionAdam Vogt1-1/+1
Ignore-this: e5c905104741d14dbb411272c37e0e29 darcs-hash:20091012043133-1499c-798a8938259ee18cafdeb828706122e84a5bc0f5.gz
2009-06-22update callers of safeSpawngwern01-2/+2
Ignore-this: 484eca17b9877f7d587fc5bce8c5ae8a darcs-hash:20090622201423-f7719-e2e02429f80ee2ef794680ebbffda67f1847835c.gz
2009-04-19Remove USE_UTF8 defines.Khudyakov Alexey1-42/+0
They are not needed any more since utf8-string is mandatory dependence. darcs-hash:20090419130909-7ba7e-9b1d2c6e54b67f29c3f52d072a661fe9c83c15c2.gz
2009-01-10XMonad.Util.XSelection: update maintainer informationgwern01-2/+1
Ignore-this: 1592ba07f2ed5d2258c215c2d175190a darcs-hash:20090110213000-f7719-56e0f214a4477a0cc67c2c20d253e4ab43cd4b5c.gz
2009-01-02X.U.XSelection: get rid of warning about missing newline, add Haddock linkBrent Yorgey1-2/+2
darcs-hash:20090102194357-1e371-df23f1646a97cc1a2a0b8bd252d0c3b0e7eeef85.gz
2009-01-02adds haddock documentation for transformPromptSelectionloupgaroublond1-5/+8
also renames the function per mailing list recommendation darcs-hash:20090102190954-3ec9f-cbba65194ed36b0dd615a05104f5d6e0a4564605.gz
2008-12-22adds a weird function to XSelectionloupgaroublond1-0/+6
This enables you to pass a function of (String -> String) to a selection function to modify the string before executing it. This way, you can input your own escape routines to make it shell command line safe, and/or do other fancier things. darcs-hash:20081222020730-3ec9f-cca983e9800b5b712239797d7b4199e0a8d3d97a.gz
2008-12-20hlintify XUtils, XSelection, Search, WindowGogwern01-1/+1
Ignore-this: 7e877484e3cd8954b74232ea83180fa9 darcs-hash:20081220153302-f7719-750549ea12a24a7364f4be71894720700f98f6a7.gz
2008-09-21-DUTF8 flag with -DUSE_UTF8gwern01-1/+1
darcs-hash:20080921154014-f7719-42b0056cce0872dbd95dafcb07244a1bd8dabad1.gz
2008-09-20XSelection.hs: use CPP to compile against utf8-stringgwern01-40/+46
darcs-hash:20080920151615-f7719-f3e3f95487ffce029e822e9a00d2aab2f1751cdd.gz
2008-03-16XSelection.hs: improved haddockf formatting, more links, & cpeditgwern01-50/+51
darcs-hash:20080316222050-f7719-4a59f1251d47732d40495cba0aebe2a2a1442e52.gz
2008-03-02Haddock fix: Changed URL-MarkupDominik Bruhn1-1/+1
darcs-hash:20080302185435-ae55e-9f354d574e799dd14fb1c6dfead04edb8621604d.gz
2007-12-22Generalize XSelection functions to MonadIOSpencer Janssen1-4/+4
darcs-hash:20071222044514-a5988-ae8ce172dc6ea85798147292601467a3aecdab82.gz
2007-12-08Prune more importsSpencer Janssen1-10/+1
darcs-hash:20071207235116-a5988-563cabf7a60a879beb0eb54c9e352a1c27b7729f.gz
2007-11-30update XSelection.hs; apparently the utf8-string library has updatedgwern01-24/+24
Note that this does not fix the apparent problems with actually using getSelection, even though it works fine from a GHCi prompt... darcs-hash:20071130161429-f7719-bc3851efe33384219400b8ce54569a4efbb89abb.gz
2007-11-06Update docs in Utilgwern01-2/+2
darcs-hash:20071106190258-f7719-8a4db55e87a0ab36f5d491fbc207112cf4167520.gz
2007-11-08fix types to work with Mats fix to X11.David Roundy1-4/+4
darcs-hash:20071108192318-72aca-e3a1bd0fb08a79e6a7b185bcfae7babf0bcb3a50.gz
2007-11-06make Setup haddock work againLukas Mai1-2/+3
darcs-hash:20071106141829-462cf-c1daa2d74d17a314c7b1f68f9952e8502e44628f.gz
2007-11-01HierarchifySpencer Janssen1-2/+2
darcs-hash:20071101201059-a5988-fc1f1262bec1b69e13ba18ae7cefeafc8c4471d4.gz
2007-10-19XSelection.hs: fmt imports and sigsgwern01-12/+16
darcs-hash:20071019181232-f7719-8042e1fc481829cd4a859bf717f60f82aef1bfa2.gz
2007-10-19XSelection.hs: +2 functions, safePromptSelection and unsafePromptSelectiongwern01-4/+13
Analogous to Run.hs patch; these use safeSpawn and unsafeSpawn respectively. darcs-hash:20071019181137-f7719-95fbfe642137e957f8b5aa0bb1b10297a9ba4d8f.gz
2007-10-19XSelection.hs: documentation format changes.gwern01-7/+6
darcs-hash:20071019010057-f7719-5decc9a8f35769e90dd5cb1de30eba76f4c8fb24.gz
2007-10-19XSelection.hs: +type signature for auxiliary functiongwern01-0/+1
darcs-hash:20071019010034-f7719-fa310f748e3130d12d3c40bc411aa658bf54ed0c.gz
2007-10-19XSelection.hs: simplify creation of windowgwern01-2/+2
While spelunking in the xclip source code, I noticed it had much the same call to createSimpleWindow but with a simpler geometry - just 1x1 pixels, not the odd 200x100 of the original code. It seems to work the same and looks better and less mysterious, so unless arossato had a specific reason for those particular two numbers... darcs-hash:20071019010013-f7719-bc4ab9b863275e7657d0637836ae8786fd9b2654.gz
2007-10-12Haddock fixesAndrea Rossato1-21/+30
darcs-hash:20071012100416-32816-049c57f0dbc5d794db1b66295429ba6cd5b7b160.gz
2007-10-10XSelection.hs: Implement Andrea's idea for handling non-UTF-8 string casesgwern01-5/+4
darcs-hash:20071010020616-f7719-c516e74e6e7d37e73b2926a7cea30b97d65128f6.gz
2007-10-09XSelection.hs: a new module for XMonadContrib dealing with copy-and-pastegwern01-0/+154
This is based on Andrea Rossato's standalone tools and is meant for integration straight into a Config.hs. It offers two main functions, 'getSelection' and 'putSelection', whose names should be self-explanatory. darcs-hash:20071008222706-f7719-a064aa284a8434d993bc6c002b11eb85d037461d.gz