Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-06 | Goodbye gettext, glib, gdk-pixbuf, pango, libcroco, libgsf and librsvg | Tor Lillqvist | |
Now with librsvg no longer used, and liblangtag no longer using glib, a bunch of bundled (in some configurations, always on some platforms) 3rd-party libraries are no longer needed. Initial work by rene, continued by tml. Change-Id: I76edd7aea5452e3487499f0b9ed9f767cf760194 | |||
2011-08-31 | Escaped non-ASCII characters from source files in pango | Takashi Nakamoto | |
Building pango with VC++ 2008 Express Edition on Windows platform where the locale is Japanese (or maybe Korean, Chinese or others) fails because some files extracted from the pango tarball contains non-ASCII characters. This change escapes those non-ASCII characters with "\xff" expression. |