aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/Font.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove decodeInput/encodeOutputgwern02010-06-151-12/+0
| | | | | | | | Ignore-this: 2ed6a014130dba95c6b0a6fcac055110 see http://code.google.com/p/xmonad/issues/detail?id48 they are just synonyms for 2 utf8-string functions, and don't really help darcs-hash:20100614232300-f7719-66f0606d9c7323186cb6aa56dff11c506bb79c4e.gz
* Move Util.Font to .hs, and enable -XCPPAdam Vogt2010-04-291-0/+203
| | | | | | | | | | Ignore-this: 1e60993426bf8e146c9440e2dbb0f764 As the CPP pass was the only feature being used in Font.hsc (no other FFI) it's better to avoid hsc2hs, if only to make the purpose of the module clearer from the filename. darcs-hash:20100429140744-1499c-f99857787b7dfb1e80976e23dcb6dc58ef0c024e.gz
* Move XMonad.Util.Font to fix haddock generationSpencer Janssen2007-11-161-161/+0
| | | | darcs-hash:20071116215720-a5988-b4f40df339aeed5736edcb35b1a85424403d947d.gz
* Export XMonadFont's constructors, use those constructors in XMonad.PromptSpencer Janssen2007-11-161-1/+1
| | | | darcs-hash:20071116125157-a5988-4d24d051381c8ccc531cfab34a052098497a8cc9.gz
* Use Xft automatically if availableSpencer Janssen2007-11-161-4/+4
| | | | darcs-hash:20071116124211-a5988-2f871dda01cf247852787d9c0d30f85dba73b444.gz
* Font.hs: CPP around Xft calls, use a data type rather than EitherSpencer Janssen2007-11-161-11/+30
| | | | darcs-hash:20071116123552-a5988-c43165c6067c4a3f842ccc51c02e4e6380e220e3.gz
* Font.hs: tabsSpencer Janssen2007-11-161-11/+11
| | | | darcs-hash:20071116122551-a5988-0d319fc2b94c145736fb614a87b7e4120aeb0559.gz
* Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer.Clemens Fruhwirth2007-11-161-0/+142
darcs-hash:20071116120653-ed0c4-9a8c7fbac69976bbc85701338f89cf085a1f1ddf.gz