aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/Font.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-11-09Use Control.Exception.catch explitly to avoid warningsAdam Vogt1-4/+3
Ignore-this: 2cebdfe604c581f2b4a644e9aed726c7 The base that comes with ghc-7.6.1 no longer includes Prelude.catch; so these modules were changed so that there is no warning for import Prelude hiding (catch) At the same time these changes should be compatible with older GHCs, since the catch being has never been the one in the Prelude. darcs-hash:20121109013506-1499c-c593662b0780eb49287efcbfe0e9796f7dd57c73.gz
2012-02-29Fix typo in tabbed layout link for font utils docscrodjer1-1/+1
Ignore-this: 2f7e90269e08ce08264d7b1d05bb16f9 darcs-hash:20120229070022-fbbbc-48f37639ecdaa828e63be0dcccc1aa14016fa88e.gz
2011-07-31GHC 7 compatDaniel Wagner1-2/+7
Ignore-this: 17a43a709e70ebccc925e016d7057399 * true error: more modules export foldl/foldl'/foldr, so explicitly use the Data.Foldable one * -Werror error: transition from Control.OldException to Control.Exception, assuming everything was IOException darcs-hash:20110731170850-76d51-71271524485f6d10f84521f271182bea5085d400.gz
2010-09-14Remove last excess definition of `fi' (fromIntegral)Adam Vogt1-0/+1
Ignore-this: 42d9282697573b361d763d980b816465 darcs-hash:20100913233850-1499c-20e07e9b380af55b7e1786630472a05996229c8c.gz
2010-06-15remove decodeInput/encodeOutputgwern01-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
2010-04-29Move Util.Font to .hs, and enable -XCPPAdam Vogt1-0/+1
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
2009-10-24Extended decoration theme to contain extra static text that always appears ↵Jan Vornberger1-0/+1
in the title bar Ignore-this: 95f46d6b9ff716a2d8002a426c1012c8 darcs-hash:20091024213928-594c5-bd98d27b6a6389e04aeef5e1a80d9dbf2a32c46b.gz
2009-10-24Added the alignment option 'AlignRightOffset'Jan Vornberger1-1/+2
Ignore-this: 58cc00e1be669877e38a97e36b924969 darcs-hash:20091024204513-594c5-0156243473792c90824835f7fc0cbc8b5078336c.gz
2009-06-18Correct many typos in the documentation, consistent US spellinggAdam Vogt1-1/+1
Ignore-this: cf6dcf340fa6cc010f7879f188d376f5 darcs-hash:20090618003729-1499c-c927c08cda268b94b350f6419a64df8ca1e863d4.gz
2009-04-19Remove USE_UTF8 defines.Khudyakov Alexey1-14/+1
They are not needed any more since utf8-string is mandatory dependence. darcs-hash:20090419130909-7ba7e-9b1d2c6e54b67f29c3f52d072a661fe9c83c15c2.gz
2008-09-30XMonad.Util.Font: UTF8 -> USE_UTF8Lukas Mai1-2/+2
darcs-hash:20080930140056-462cf-8a61de464b460befca24edbefcbf98901d984cfa.gz
2008-09-21-DUTF8 flag with -DUSE_UTF8gwern01-2/+2
darcs-hash:20080921154014-f7719-42b0056cce0872dbd95dafcb07244a1bd8dabad1.gz
2008-04-06XMonad.Util.Font: minor reformattingLukas Mai1-2/+2
darcs-hash:20080406020935-462cf-7570d989ed221f4394ad87e1207aa7fa14bd0789.gz
2008-04-06XMonad.Util.Font: don't call setlocale; core does it for usLukas Mai1-15/+2
darcs-hash:20080406013123-462cf-886315685e0e1a8824b384d05d1e89b557047cde.gz
2008-03-02Font and XUtils: add UTF-8 support and various fixes related to XFTAndrea Rossato1-0/+226
- printStringXMF: use the background color for XFT fonts too - textWidthXMF now returns the text width even with xft fonts - textExtentsXMF will now return only the ascend and the descent of a string. - stringPosition now takes the display too - add support for UTF-8 locales: if the contrib library is compiled with the 'with_xft' or the 'with_utf8' option the prompt and the decoration system will support UTF-8 locales - this requires utf8-strings. darcs-hash:20080302095712-32816-f3d6d06ff9d921288b1625e4bfd643013d2075ec.gz