| Commit message (Expand) | Author | Age | Files | Lines |
* | Emergency fix for #151068... if uniscribe shaping comes up with no glyphs, | Owen Taylor | 2004-12-16 | 1 | -1/+1 |
* | Set G_LOG_DOMAIN. | Owen Taylor | 2004-11-22 | 1 | -6/+7 |
* | Add the new pango_renderer_* symbols. | Tor Lillqvist | 2004-09-25 | 1 | -11/+0 |
* | updated | Hans Breuer | 2004-08-06 | 1 | -0/+11 |
* | #143556, Noah Misch | Owen Taylor | 2004-06-21 | 1 | -1/+1 |
* | use uniscribe_scripts instead of uniscribe_ranges (does show only with | Hans Breuer | 2004-02-28 | 1 | -2/+2 |
* | moved pango_fc_* to the latter where they live on *nix too. | Hans Breuer | 2003-12-13 | 1 | -1/+1 |
* | Simplify. | Tor Lillqvist | 2003-12-08 | 1 | -38/+32 |
* | Modules now declare a list of scripts that they cover instead of a list of | Owen Taylor | 2003-09-23 | 3 | -144/+79 |
* | New function. Uses the Uniscribe ScriptIsSimple() function to check if | Tor Lillqvist | 2003-08-07 | 1 | -7/+50 |
* | Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-based | Owen Taylor | 2003-08-03 | 3 | -95/+84 |
* | Make pangoxft depend on pangoft2. | Owen Taylor | 2003-08-03 | 2 | -36/+11 |
* | Remove. | Owen Taylor | 2003-08-02 | 1 | -1/+3 |
* | Add API to kern a complete glyph string. Remove API to kern individual | Soeren Sandmann | 2003-08-02 | 1 | -7/+3 |
* | Remove leftover FRIBIDI_LIBS reference. (Pointed out by Sven Neumann) | Owen Taylor | 2003-07-25 | 1 | -1/+1 |
* | updated to generate libtool compatible dll names, define the right | Hans Breuer | 2003-07-20 | 1 | -0/+70 |
* | Switch over the way that module entry points work, taking advantage of the | Owen Taylor | 2003-04-14 | 6 | -695/+86 |
* | make similar changes to the ones on glib head (call gtk-docize, etc). | James Henstridge | 2003-03-11 | 1 | -86/+59 |
* | Add an --enable-debug configure argument defaulting to 'yes' for unstable | Owen Taylor | 2003-02-17 | 1 | -0/+1 |
* | Add some extra ranges as "*" to match basic-x.c. (#101083, Jungshik Shin) | Owen Taylor | 2002-12-16 | 2 | -8/+8 |
* | Convert [sf]printf to g_[sf]printf, or, where appropriate g_printerr(). | Owen Taylor | 2002-12-06 | 2 | -2/+4 |
* | Do not add GLIB_CFLAGS to CFLAGS. | Sebastian Wilhelmi | 2002-11-26 | 1 | -4/+5 |
* | Remove duplicate include of basic-common.h (#97667, Tony Graham) | Owen Taylor | 2002-11-21 | 1 | -2/+0 |
* | Add more debugging output. | Tor Lillqvist | 2002-11-12 | 1 | -2/+14 |
* | Fix #96781: changes for basic X shaper's code range for compatibility | Hidetoshi Tajima | 2002-11-07 | 1 | -4/+5 |
* | Removed hangul syllables and hangul tonemarks ranges. Now hangul-xft is | Changwoo Ryu | 2002-11-02 | 2 | -4/+4 |
* | Update the non-Uniscribe ranges to cover some more simple scripts. | Tor Lillqvist | 2002-10-24 | 1 | -43/+102 |
* | Add --with-usp10 flag to indicate where to find the usp10.h header, for | Tor Lillqvist | 2002-10-21 | 2 | -1/+758 |
* | make charset ordering of chinese character sets differently for chinese | Hidetoshi Tajima | 2002-09-27 | 1 | -4/+4 |
* | Merge from pango-1-0: | Tor Lillqvist | 2002-09-24 | 1 | -1/+1 |
* | Minor spacing fixes, comment the Unicode ranges covered. | Tor Lillqvist | 2002-09-22 | 3 | -45/+64 |
* | modules/indic/indic-xft.c (maybe_add_GPOS_feature): | Owen Taylor | 2002-08-20 | 1 | -1/+1 |
* | Patch from Nils Nordman to add various missing 'static' (#90353) | Owen Taylor | 2002-08-20 | 2 | -7/+7 |
* | ri Jul 26 19:46:45 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-07-26 | 2 | -3147/+3349 |
* | Patch from Theppitak Karoonboonyanan that factors out common code from | Owen Taylor | 2002-07-26 | 2 | -2/+0 |
* | on Jun 3 18:56:09 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-06-04 | 3 | -31/+4 |
* | Fix C++ comment. (#82035, David L. Cooper II) | Owen Taylor | 2002-05-21 | 1 | -1/+1 |
* | ue Mar 26 18:22:07 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-03-26 | 7 | -72/+36 |
* | Convert U+00A0 (NON BREAK SPACE) to U+0020 (SPACE) | Owen Taylor | 2002-03-25 | 5 | -19/+23 |
* | When loading an iconv converter fails, recover gracefully and warn rather | Owen Taylor | 2002-03-20 | 3 | -40/+36 |
* | Enabled ksc5601 fonts in the Hangul compatibility jamos, the CJK unified | Changwoo Ryu | 2002-03-18 | 1 | -1265/+1277 |
* | Prefer ksc5601 fonts to unicode fonts for "ko" locales. | Owen Taylor | 2002-03-15 | 1 | -1/+2 |
* | Fix problem where == was used instead if =. (#73694, Martin Gansser) | Owen Taylor | 2002-03-06 | 1 | -1/+1 |
* | Fix pangoxft-$(PANGO_API_VERSION). (Reported by Manish Singh.) | Owen Taylor | 2002-03-05 | 1 | -1/+1 |
* | Switch over to GLib/GTK+ style library versioning. Update version numbers | Owen Taylor | 2002-03-05 | 1 | -4/+4 |
* | Patch from Sven Neumann to extend and make consistent the set of | Owen Taylor | 2002-02-23 | 4 | -4/+80 |
* | Changed support of Hebrew from full to fallback in order to make the | Dov Grobgeld | 2002-01-19 | 3 | -3/+3 |
* | Mark as only an approximate match for Hebrew, so the Hebrew shaper will be | Owen Taylor | 2001-12-27 | 1 | -1/+1 |
* | Compile with -DG_DISABLE_DEPRECATED. See #52790. | Sebastian Wilhelmi | 2001-12-13 | 1 | -0/+1 |
* | change "EUC-CN" to "GB2312" which is the canonical name for gb2312.1980 | Hidetoshi Tajima | 2001-12-10 | 1 | -1/+1 |