summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* === Released 1.11.0 ===PANGO_1_11_0Behdad Esfahbod2005-11-183-3/+52
* Use the new support for negative offsets in g_utf8_pointer_to_offset. SoBehdad Esfahbod2005-11-182-2/+14
* Documentation improvements. (#321731)Behdad Esfahbod2005-11-182-13/+17
* General cleanup. (pango_font_description_unset_fields): Set fields beingBehdad Esfahbod2005-11-182-96/+81
* const correctness fixesMatthias Clasen2005-11-172-1/+6
* Compare language too. (#318168)Behdad Esfahbod2005-11-172-0/+6
* Remove g_utf8_strlen that was only used to give a warning.Behdad Esfahbod2005-11-172-10/+9
* More documentation improvements.Behdad Esfahbod2005-11-1720-153/+176
* Part of #101079:Behdad Esfahbod2005-11-173-2/+21
* Various documentation improvements.Behdad Esfahbod2005-11-1741-189/+155
* Added % to PANGO_DIRECTION_LTR in doc comments.Behdad Esfahbod2005-11-162-1/+5
* Added % to PANGO_DIRECTION_LTR in doc comments.Behdad Esfahbod2005-11-161-0/+4
* Added redistribution permission.Behdad Esfahbod2005-11-152-0/+8
* Fixed bug in khmer module state table. (#320569, Jens Herden)Behdad Esfahbod2005-11-152-2/+7
* Updated Tibetan shaper from Pema Geyleg. (#313513)Behdad Esfahbod2005-11-154-181/+516
* Added. The infamous "I Can Eat Glass" in vairous languages. Adopted fromBehdad Esfahbod2005-11-153-0/+175
* Respect fontconfig reassignment of pixelsize. (#317121, Funda Wang)Behdad Esfahbod2005-11-152-3/+29
* Updates from #320666:Behdad Esfahbod2005-11-148-8718/+2832
* Add X_CFLAGS to INCLUDES. We normally are picking them up from XFT_CFLAGS,Behdad Esfahbod2005-11-142-0/+7
* Remove g_utf8_strlen and work around the logic. Patch by Owen Taylor.Behdad Esfahbod2005-11-142-16/+15
* Include string.h, needed for memset.Behdad Esfahbod2005-11-142-3/+18
* Fix get/set typo in docs. (#321247, Masao Mutoh)Behdad Esfahbod2005-11-112-1/+6
* Call get_context_info after g_return_if_fail.Behdad Esfahbod2005-11-102-1/+8
* Do not call strlen when length < 0. Leave it to language engines to handleBehdad Esfahbod2005-11-102-3/+5
* Short-circuit on LTR-only or RTL-only text.Behdad Esfahbod2005-11-104-72/+303
* Remove debug line that got in accidentally.Behdad Esfahbod2005-11-093-2/+5
* Set layout wrapping to PANGO_WRAP_WORD_CHAR if width is set for theBehdad Esfahbod2005-11-091-1/+1
* Set layout wrapping to PANGO_WRAP_WORD_CHAR if width is set for theBehdad Esfahbod2005-11-095-14/+30
* Minor clean up and adjustment.Behdad Esfahbod2005-11-094-2/+9
* Fixes bug #320666:Federico Mena Quintero2005-11-087-343/+8814
* Removed. Not used for a long time, and were out of date.Behdad Esfahbod2005-11-054-213/+7
* Update to handle new line-breaking types in the Unicode 4.1 UAX#14.Behdad Esfahbod2005-11-053-68/+194
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-0453-148/+216
* Fixes #320665:Federico Mena Quintero2005-11-042-0/+129
* Use quarks for GObject data to improve performance. (Patch from FedericoBehdad Esfahbod2005-11-044-6/+20
* Use macros for locking and unlocking fonts we know are valid to avoidBehdad Esfahbod2005-11-042-14/+32
* Updated to FriBidi version 0.10.7 patched to handle UTF-8 directly. MovedBehdad Esfahbod2005-11-0318-1932/+1402
* Added a --runs options, useful for profiling. Misc cleanup, freeingBehdad Esfahbod2005-11-034-88/+107
* Patches from #170414. Reviewed by Matthias Clasen.Behdad Esfahbod2005-11-035-177/+169
* Add const to gchar * members of structs. Shuts up gcc warnings. (#317676)Behdad Esfahbod2005-10-032-4/+9
* unset all part colors, since when drawing just a glyph string,Owen Taylor2005-10-033-1/+20
* Removed. Not needed since 2003 or so!Behdad Esfahbod2005-09-252-131/+5
* Move the calculation of dpi and size earlier. Use the size variable instadTor Lillqvist2005-09-224-22/+33
* Update.Tor Lillqvist2005-09-142-9/+48
* Use identical glyph extents cacheing as in pangocairo-fcfont.c. HugeTor Lillqvist2005-09-142-24/+82
* Have a list of metrics by language instead of just one metrics.Tor Lillqvist2005-09-145-59/+194
* Drop unused font_cache variable and the call toTor Lillqvist2005-09-132-5/+8
* Fixed typo (#316054).Jean Brefort2005-09-122-1/+6
* Use g_free() to free g_new()-allocated data, otherwise the GLib memoryMatthias Clasen2005-09-112-1/+7
* Fixed typo in docs.Behdad Esfahbod2005-09-052-1/+6