summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* === Released 1.1.3 ===PANGO_1_1_3Owen Taylor2002-11-0212-2/+106
* Removed hangul syllables and hangul tonemarks ranges. Now hangul-xft isChangwoo Ryu2002-11-028-4/+34
* Added Hangul Tone Marks rendering by Jungshik Shin (#96299).Changwoo Ryu2002-11-019-8/+254
* Added U+AC00- coverage (hangul_engine_shape): Renders U+AC00 HangulChangwoo Ryu2002-10-309-18/+83
* Update the non-Uniscribe ranges to cover some more simple scripts.Tor Lillqvist2002-10-247-43/+204
* Don't break at the first char in the first item on a line. FixesAlexander Larsson2002-10-237-3/+42
* Add --with-usp10 flag to indicate where to find the usp10.h header, forTor Lillqvist2002-10-2115-92/+1233
* Update to latest gtk-doc version.Matthias Clasen2002-10-197-0/+25
* fixed a typoChangwoo Ryu2002-10-152-2/+2
* Added missing memcpy() from the static jamo buffer to allocated jamoChangwoo Ryu2002-10-159-3/+54
* Get rid of unnecessary casts for g_object_{ref,unref}Manish Singh2002-10-1418-38/+86
* Dist the xml/*.xml, not sgml/*.sgml. (#95678, Owen Taylor)Matthias Clasen2002-10-147-2/+32
* Adapt to latest gtk-doc changes.Matthias Clasen2002-10-147-3/+28
* Spelling fixOwen Taylor2002-10-131-1/+1
* === Released 1.1.2 ===PANGO_1_1_2Owen Taylor2002-10-138-8/+69
* Add, implement and document PANGO_WRAP_WORD_CHARAlexander Larsson2002-10-0410-50/+110
* shut up cvsManish Singh2002-09-291-0/+1
* ligatures can be also used in MarkBasePos lookups. (2001-03-17 WernerOwen Taylor2002-09-297-21/+46
* Start of merges from freetype1 of OpenType fixes.Owen Taylor2002-09-299-10/+73
* Revert change from 2002-09-21: Don't bypass the code that automaticallyTor Lillqvist2002-09-287-2/+70
* (Based on GTK+ patch by J. Ali Harlow in #87774)Owen Taylor2002-09-279-3/+104
* make charset ordering of chinese character sets differently for chineseHidetoshi Tajima2002-09-277-4/+46
* INCLUDED_WIN32_MODULES was missing from a couple of places. (#93372)Tor Lillqvist2002-09-257-2/+32
* Merge from pango-1-0:Tor Lillqvist2002-09-249-36/+228
* Remove. Not used. (A static library is built here. Exported entries are inTor Lillqvist2002-09-238-52/+43
* Just moved a few lines in my recent ChangeLog entry for clarity.Tor Lillqvist2002-09-236-12/+12
* pango/makefile.mingw.in pango/mini-fribidi/makefile.mingw Remove. NotTor Lillqvist2002-09-2313-237/+67
* Remove. Not used.Tor Lillqvist2002-09-228-47/+13
* Remove, obsolete.Tor Lillqvist2002-09-229-48/+55
* Make color parsing more robust and correct. (#93804)Matthias Clasen2002-09-2211-45/+192
* Minor spacing fixes, comment the Unicode ranges covered.Tor Lillqvist2002-09-2212-59/+199
* Distribute specifically pango.aliases and pango.modules, not the wholeTor Lillqvist2002-09-2111-383/+1013
* Fix problem where position wasn't updated properly.Owen Taylor2002-09-197-6/+55
* Correctly handle back, new_advance.Eric Mader2002-09-097-15/+40
* Don't fail when reading an empty script.Eric Mader2002-09-068-11/+50
* copy version with automake-1.4 fixes from -1-0 branchjacob berkman2002-09-057-4/+28
* Render only valid glyphs. Fix by Florent Duguet. Don't know if this isTor Lillqvist2002-09-047-4/+59
* G_WIN32_DLLMAIN_FOR_DLL_NAME not needed on Cygwin, surround with #ifdefTor Lillqvist2002-09-047-1/+33
* Change Punjabi script ('punj') to Gurmukhi ('guru')Eric Mader2002-08-2810-25/+69
* Released 1.1.1.PANGO_1_1_1Owen Taylor2002-08-2013-10/+272
* conditionalize FC_PATTERN usage on #ifdef FC_PATTERN, since it onlyOwen Taylor2002-08-208-0/+46
* Make the test for VARARGS macros more robust, fixing problem withOwen Taylor2002-08-207-4/+50
* modules/indic/indic-xft.c (maybe_add_GPOS_feature):Owen Taylor2002-08-2021-95/+192
* Patch from Nils Nordman to add various missing 'static' (#90353)Owen Taylor2002-08-2012-11/+60
* Delete the FC_PATTERN out of the result of FcFontRenderPrepare(), becauseOwen Taylor2002-08-1911-34/+215
* Move the common code between PangoXftFontmap and PangoFT2Fontmap into aOwen Taylor2002-08-1615-2035/+2333
* Keep a separate description => fontset hash for each language tag. PassOwen Taylor2002-08-157-23/+126
* Released 1.1.0PANGO_1_1_0Owen Taylor2002-08-136-0/+24
* use XAddExtension() magic to automatically clean up our information whenOwen Taylor2002-08-0911-24/+238
* Some fixes from #90267Owen Taylor2002-08-099-11/+140