aboutsummaryrefslogtreecommitdiffstats
path: root/XSelection.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* HierarchifySpencer Janssen2007-11-011-175/+0
| | | | darcs-hash:20071101201059-a5988-fc1f1262bec1b69e13ba18ae7cefeafc8c4471d4.gz
* XSelection.hs: fmt imports and sigsgwern02007-10-191-12/+16
| | | | darcs-hash:20071019181232-f7719-8042e1fc481829cd4a859bf717f60f82aef1bfa2.gz
* XSelection.hs: +2 functions, safePromptSelection and unsafePromptSelectiongwern02007-10-191-4/+13
| | | | | | Analogous to Run.hs patch; these use safeSpawn and unsafeSpawn respectively. darcs-hash:20071019181137-f7719-95fbfe642137e957f8b5aa0bb1b10297a9ba4d8f.gz
* XSelection.hs: documentation format changes.gwern02007-10-191-7/+6
| | | | darcs-hash:20071019010057-f7719-5decc9a8f35769e90dd5cb1de30eba76f4c8fb24.gz
* XSelection.hs: +type signature for auxiliary functiongwern02007-10-191-0/+1
| | | | darcs-hash:20071019010034-f7719-fa310f748e3130d12d3c40bc411aa658bf54ed0c.gz
* XSelection.hs: simplify creation of windowgwern02007-10-191-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
* Haddock fixesAndrea Rossato2007-10-121-21/+30
| | | | darcs-hash:20071012100416-32816-049c57f0dbc5d794db1b66295429ba6cd5b7b160.gz
* XSelection.hs: Implement Andrea's idea for handling non-UTF-8 string casesgwern02007-10-101-5/+4
| | | | darcs-hash:20071010020616-f7719-c516e74e6e7d37e73b2926a7cea30b97d65128f6.gz
* XSelection.hs: a new module for XMonadContrib dealing with copy-and-pastegwern02007-10-091-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