summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* === Released 1.1.5 ===PANGO_1_1_5Owen Taylor2002-12-1011-16/+68
* === Released 1.1.5 ===Owen Taylor2002-12-109-45/+71
* Draw the unknown glyph box with X primitives rather than hoping that someOwen Taylor2002-12-097-85/+152
* shut up cvsManish Singh2002-12-091-0/+1
* Free the iter. (Fix from Kjartan Maraas, #100672)Owen Taylor2002-12-087-0/+32
* Document PangoIndicScript. Document.Matthias Clasen2002-12-078-8/+69
* Print out an informative error message and exit(1) if no fonts are found.Owen Taylor2002-12-0710-7/+85
* Don't use face->generic.data to hold the size the face is currently setOwen Taylor2002-12-077-17/+59
* Roughly clip glyphs into the X coordinate area to avoid wrap-around.Owen Taylor2002-12-078-24/+116
* Dynamically allocate submap arrays so we aren't constrained to the BMP.Owen Taylor2002-12-077-18/+73
* Use octal escapes rather than hex to avoid the problem over having hexOwen Taylor2002-12-077-19/+55
* Convert literal UTF-8 to hex escapes. (#92050, Arnaud Carlet)Owen Taylor2002-12-068-20/+74
* Convert [sf]printf to g_[sf]printf, or, where appropriate g_printerr().Owen Taylor2002-12-0614-31/+91
* Add missing thai-xft to thai-modules. (#99883, Tony Graham)Owen Taylor2002-12-067-1/+31
* === Released 1.1.4 ===Owen Taylor2002-12-0311-3/+113
* Rename PangoLayoutRun to PangoGlyphItem (with a typedef for compat), addOwen Taylor2002-12-0321-121/+737
* Add docs.Matthias Clasen2002-11-2811-11/+74
* Mark 1.2 API additions, fix some doc comments.Matthias Clasen2002-11-2810-6/+140
* Forgot bugnumberSebastian Wilhelmi2002-11-266-6/+6
* Do not add GLIB_CFLAGS to CFLAGS.Sebastian Wilhelmi2002-11-2619-23/+152
* Clarify the meaning of the @end parameter. (#96843, Jungshik Shin)Owen Taylor2002-11-267-1/+38
* Remove some confusing left over verbiage in API docs about what fontOwen Taylor2002-11-267-2/+43
* Fix off-by-one in check for non-BMP characters. (#91834, He Qiangqiang)Owen Taylor2002-11-267-1/+37
* Fix missing argument (#99380, Dagfinn I. Mannsåker)Owen Taylor2002-11-257-2/+32
* Add version information.Matthias Clasen2002-11-2310-2/+74
* Remove duplicate include of basic-common.h (#97667, Tony Graham)Owen Taylor2002-11-217-2/+96
* Use some shell magic rather than perl to check for the right gtk-docOwen Taylor2002-11-217-9/+73
* Add more debugging output.Tor Lillqvist2002-11-128-4/+86
* Trivial s/foo/foo_/ fixes to make pango.h includable with -WshadowSoeren Sandmann2002-11-0817-39/+141
* Renamed from render_syllable_with_ksx1005 (#95800).Changwoo Ryu2002-11-087-6/+36
* Fix #96781: changes for basic X shaper's code range for compatibilityHidetoshi Tajima2002-11-077-4/+47
* Applied some of the hangul-xft changes into hangul-x; it takes precomposedChangwoo Ryu2002-11-057-90/+92
* - Update spec.in file so that building packages from CVS is a bit easierChristian Schaller2002-11-041-55/+60
* Fixed wrong syllable check.Changwoo Ryu2002-11-0310-41/+187
* === 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