Adam Vogt
2e30d259b8
Remove last excess definition of `fi' (fromIntegral)
2010-09-13 23:38:50 +00:00
gwern0
6472683476
remove decodeInput/encodeOutput
...
see http://code.google.com/p/xmonad/issues/detail?id=348
they are just synonyms for 2 utf8-string functions, and don't really help
2010-06-14 23:23:00 +00:00
Adam Vogt
ad5277a189
Move Util.Font to .hs, and enable -XCPP
...
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.
2010-04-29 14:07:44 +00:00
Spencer Janssen
96a534cb68
Move XMonad.Util.Font to fix haddock generation
2007-11-16 21:57:20 +00:00
Spencer Janssen
e6b8e1eb51
Export XMonadFont's constructors, use those constructors in XMonad.Prompt
2007-11-16 12:51:57 +00:00
Spencer Janssen
0494d0d5e5
Use Xft automatically if available
2007-11-16 12:42:11 +00:00
Spencer Janssen
65299e7d0c
Font.hs: CPP around Xft calls, use a data type rather than Either
2007-11-16 12:35:52 +00:00
Spencer Janssen
32109d6f83
Font.hs: tabs
2007-11-16 12:25:51 +00:00
Clemens Fruhwirth
ce5928edd3
Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer.
2007-11-16 12:06:53 +00:00