summaryrefslogtreecommitdiff
path: root/modules/hangul
Commit message (Expand)AuthorAgeFilesLines
* handle non-Hangul unicode chars, fixes #129741, #137347.Changwoo Ryu2004-04-172-5/+27
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-231-6/+3
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-031-40/+22
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-032-40/+12
* Remove some leftovers.Owen Taylor2003-08-021-2/+0
* Remove old X font shapers.Owen Taylor2003-08-024-1885/+0
* Remove leftover FRIBIDI_LIBS reference. (Pointed out by Sven Neumann)Owen Taylor2003-07-251-1/+1
* Add HAVE_X.Tor Lillqvist2003-05-291-1/+5
* Fix out-of-bounds read where the value wasn't actually used. (#106744,Owen Taylor2003-04-152-25/+29
* Switch over the way that module entry points work, taking advantage of theOwen Taylor2003-04-144-467/+51
* make similar changes to the ones on glib head (call gtk-docize, etc).James Henstridge2003-03-111-49/+31
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-171-0/+1
* Fix typo where xft_sources was used again. (#105219, Chris Ross)Owen Taylor2003-02-121-1/+1
* When we get an isolated tone in isolation, do something reasonable ratherOwen Taylor2002-12-172-4/+66
* Do not add GLIB_CFLAGS to CFLAGS.Sebastian Wilhelmi2002-11-261-1/+10
* Renamed from render_syllable_with_ksx1005 (#95800).Changwoo Ryu2002-11-081-6/+6
* Applied some of the hangul-xft changes into hangul-x; it takes precomposedChangwoo Ryu2002-11-051-90/+56
* Fixed wrong syllable check.Changwoo Ryu2002-11-034-41/+109
* Added Hangul Tone Marks rendering by Jungshik Shin (#96299).Changwoo Ryu2002-11-013-8/+224
* Added U+AC00- coverage (hangul_engine_shape): Renders U+AC00 HangulChangwoo Ryu2002-10-303-18/+47
* fixed a typoChangwoo Ryu2002-10-152-2/+2
* Added missing memcpy() from the static jamo buffer to allocated jamoChangwoo Ryu2002-10-153-3/+12
* add tables-jamos.ijacob berkman2002-08-081-1/+2
* add hangul-defs.h so it gets distedjacob berkman2002-08-081-2/+2
* Get rid of direct access to FT_Face.Owen Taylor2002-08-072-40/+14
* Add missing XFT_CFLAGS to INCLUDES. (Joe Yandle)Owen Taylor2002-08-071-1/+1
* Renders the prefix of uncomposable Hangul syllable in the way of otherChangwoo Ryu2002-08-011-26/+15
* Patch from Changwoo Ryu <cwryu@debian.org> (#86591)Owen Taylor2002-07-318-579/+1230
* Patch from Qingjiang (Brian) Yuan and Changwoo Ryu to add support forOwen Taylor2002-07-262-0/+141
* Fix problem where == was used instead if =. (#73694, Martin Gansser)Owen Taylor2002-03-061-1/+1
* Fix pangoxft-$(PANGO_API_VERSION). (Reported by Manish Singh.)Owen Taylor2002-03-051-1/+1
* Switch over to GLib/GTK+ style library versioning. Update version numbersOwen Taylor2002-03-051-3/+3
* Compile with -DG_DISABLE_DEPRECATED. See #52790.Sebastian Wilhelmi2001-12-131-1/+1
* Instead of including all-unicode.txt in the distribution, include a smallOwen Taylor2001-11-261-1/+46
* Up to 0.19.Owen Taylor2001-09-181-1/+1
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-1/+1
* Require libtool 1.4 when build out of CVS.Owen Taylor2001-05-161-2/+12
* Fix numeric format in warning.Owen Taylor2001-05-021-1/+1
* Move some fontmap stuff to pangox-private.h to access fontmap->resolutionHavoc Pennington2001-04-271-1/+1
* Makefile.am configure.in modules/*/Makefile.am make it compile without XSven Neumann2001-03-151-0/+2
* add X_CFLAGSHavoc Pennington2001-01-051-1/+1
* i2001-01-04 Alexander Larsson <alla@lysator.liu.se>Alexander Larsson2001-01-041-3/+5
* Rename all x modules from abc to abc-x.Alexander Larsson2001-01-033-770/+10
* Fix build breakage, reported by Alex Larsson and Yasushi ShojiHavoc Pennington2000-12-182-2/+2
* add assertion that shaper != NULL to catch engine problems fasterHavoc Pennington2000-12-141-1/+2
* delete lang engineHavoc Pennington2000-12-022-76/+4
* Fix warnings - mostly include string.h for strcmp.Elliot Lee2000-11-212-0/+2
* Replace fallback shaper with a call to pango_x_fallback_shape, this setsRobert Brady2000-11-132-18/+2
* Remove tests for libunicodeOwen Taylor2000-06-212-32/+32
* Add ZWS to hacky break algorithm.Owen Taylor2000-05-053-8/+29