| Commit message (Expand) | Author | Age | Files | Lines |
* | Modules now declare a list of scripts that they cover instead of a list of | Owen Taylor | 2003-09-23 | 1 | -6/+3 |
* | Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-based | Owen Taylor | 2003-08-03 | 1 | -40/+22 |
* | Make pangoxft depend on pangoft2. | Owen Taylor | 2003-08-03 | 2 | -40/+12 |
* | Remove some leftovers. | Owen Taylor | 2003-08-02 | 1 | -2/+0 |
* | Remove old X font shapers. | Owen Taylor | 2003-08-02 | 4 | -1885/+0 |
* | Remove leftover FRIBIDI_LIBS reference. (Pointed out by Sven Neumann) | Owen Taylor | 2003-07-25 | 1 | -1/+1 |
* | Add HAVE_X. | Tor Lillqvist | 2003-05-29 | 1 | -1/+5 |
* | Fix out-of-bounds read where the value wasn't actually used. (#106744, | Owen Taylor | 2003-04-15 | 2 | -25/+29 |
* | Switch over the way that module entry points work, taking advantage of the | Owen Taylor | 2003-04-14 | 4 | -467/+51 |
* | make similar changes to the ones on glib head (call gtk-docize, etc). | James Henstridge | 2003-03-11 | 1 | -49/+31 |
* | Add an --enable-debug configure argument defaulting to 'yes' for unstable | Owen Taylor | 2003-02-17 | 1 | -0/+1 |
* | Fix typo where xft_sources was used again. (#105219, Chris Ross) | Owen Taylor | 2003-02-12 | 1 | -1/+1 |
* | When we get an isolated tone in isolation, do something reasonable rather | Owen Taylor | 2002-12-17 | 2 | -4/+66 |
* | Do not add GLIB_CFLAGS to CFLAGS. | Sebastian Wilhelmi | 2002-11-26 | 1 | -1/+10 |
* | Renamed from render_syllable_with_ksx1005 (#95800). | Changwoo Ryu | 2002-11-08 | 1 | -6/+6 |
* | Applied some of the hangul-xft changes into hangul-x; it takes precomposed | Changwoo Ryu | 2002-11-05 | 1 | -90/+56 |
* | Fixed wrong syllable check. | Changwoo Ryu | 2002-11-03 | 4 | -41/+109 |
* | Added Hangul Tone Marks rendering by Jungshik Shin (#96299). | Changwoo Ryu | 2002-11-01 | 3 | -8/+224 |
* | Added U+AC00- coverage (hangul_engine_shape): Renders U+AC00 Hangul | Changwoo Ryu | 2002-10-30 | 3 | -18/+47 |
* | fixed a typo | Changwoo Ryu | 2002-10-15 | 2 | -2/+2 |
* | Added missing memcpy() from the static jamo buffer to allocated jamo | Changwoo Ryu | 2002-10-15 | 3 | -3/+12 |
* | add tables-jamos.i | jacob berkman | 2002-08-08 | 1 | -1/+2 |
* | add hangul-defs.h so it gets disted | jacob berkman | 2002-08-08 | 1 | -2/+2 |
* | Get rid of direct access to FT_Face. | Owen Taylor | 2002-08-07 | 2 | -40/+14 |
* | Add missing XFT_CFLAGS to INCLUDES. (Joe Yandle) | Owen Taylor | 2002-08-07 | 1 | -1/+1 |
* | Renders the prefix of uncomposable Hangul syllable in the way of other | Changwoo Ryu | 2002-08-01 | 1 | -26/+15 |
* | Patch from Changwoo Ryu <cwryu@debian.org> (#86591) | Owen Taylor | 2002-07-31 | 8 | -579/+1230 |
* | Patch from Qingjiang (Brian) Yuan and Changwoo Ryu to add support for | Owen Taylor | 2002-07-26 | 2 | -0/+141 |
* | 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 | -3/+3 |
* | Compile with -DG_DISABLE_DEPRECATED. See #52790. | Sebastian Wilhelmi | 2001-12-13 | 1 | -1/+1 |
* | Instead of including all-unicode.txt in the distribution, include a small | Owen Taylor | 2001-11-26 | 1 | -1/+46 |
* | Up to 0.19. | Owen Taylor | 2001-09-18 | 1 | -1/+1 |
* | Add a new PangoLanguage type to represent language tags; these can | Owen Taylor | 2001-06-14 | 1 | -1/+1 |
* | Require libtool 1.4 when build out of CVS. | Owen Taylor | 2001-05-16 | 1 | -2/+12 |
* | Fix numeric format in warning. | Owen Taylor | 2001-05-02 | 1 | -1/+1 |
* | Move some fontmap stuff to pangox-private.h to access fontmap->resolution | Havoc Pennington | 2001-04-27 | 1 | -1/+1 |
* | Makefile.am configure.in modules/*/Makefile.am make it compile without X | Sven Neumann | 2001-03-15 | 1 | -0/+2 |
* | add X_CFLAGS | Havoc Pennington | 2001-01-05 | 1 | -1/+1 |
* | i2001-01-04 Alexander Larsson <alla@lysator.liu.se> | Alexander Larsson | 2001-01-04 | 1 | -3/+5 |
* | Rename all x modules from abc to abc-x. | Alexander Larsson | 2001-01-03 | 3 | -770/+10 |
* | Fix build breakage, reported by Alex Larsson and Yasushi Shoji | Havoc Pennington | 2000-12-18 | 2 | -2/+2 |
* | add assertion that shaper != NULL to catch engine problems faster | Havoc Pennington | 2000-12-14 | 1 | -1/+2 |
* | delete lang engine | Havoc Pennington | 2000-12-02 | 2 | -76/+4 |
* | Fix warnings - mostly include string.h for strcmp. | Elliot Lee | 2000-11-21 | 2 | -0/+2 |
* | Replace fallback shaper with a call to pango_x_fallback_shape, this sets | Robert Brady | 2000-11-13 | 2 | -18/+2 |
* | Remove tests for libunicode | Owen Taylor | 2000-06-21 | 2 | -32/+32 |
* | Add ZWS to hacky break algorithm. | Owen Taylor | 2000-05-05 | 3 | -8/+29 |
* | Memory management functions for PangoItem. | Owen Taylor | 2000-03-13 | 1 | -1/+1 |