aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/Font.hsc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correct many typos in the documentation, consistent US spellinggAdam Vogt2009-06-181-1/+1
| | | | | | Ignore-this: cf6dcf340fa6cc010f7879f188d376f5 darcs-hash:20090618003729-1499c-c927c08cda268b94b350f6419a64df8ca1e863d4.gz
* Remove USE_UTF8 defines.Khudyakov Alexey2009-04-191-14/+1
| | | | | | They are not needed any more since utf8-string is mandatory dependence. darcs-hash:20090419130909-7ba7e-9b1d2c6e54b67f29c3f52d072a661fe9c83c15c2.gz
* XMonad.Util.Font: UTF8 -> USE_UTF8Lukas Mai2008-09-301-2/+2
| | | | darcs-hash:20080930140056-462cf-8a61de464b460befca24edbefcbf98901d984cfa.gz
* -DUTF8 flag with -DUSE_UTF8gwern02008-09-211-2/+2
| | | | darcs-hash:20080921154014-f7719-42b0056cce0872dbd95dafcb07244a1bd8dabad1.gz
* XMonad.Util.Font: minor reformattingLukas Mai2008-04-061-2/+2
| | | | darcs-hash:20080406020935-462cf-7570d989ed221f4394ad87e1207aa7fa14bd0789.gz
* XMonad.Util.Font: don't call setlocale; core does it for usLukas Mai2008-04-061-15/+2
| | | | darcs-hash:20080406013123-462cf-886315685e0e1a8824b384d05d1e89b557047cde.gz
* Font and XUtils: add UTF-8 support and various fixes related to XFTAndrea Rossato2008-03-021-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