summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Add checks for ATSUI.Anders Carlsson2005-11-2210-2/+1433
* Only update static mid on a match.Behdad Esfahbod2005-11-221-2/+3
* Return double instead of int. (#321891, Sebastian Bacher)Behdad Esfahbod2005-11-211-2/+2
* Use the new support for negative offsets in g_utf8_pointer_to_offset. SoBehdad Esfahbod2005-11-181-2/+5
* Documentation improvements. (#321731)Behdad Esfahbod2005-11-181-13/+13
* General cleanup. (pango_font_description_unset_fields): Set fields beingBehdad Esfahbod2005-11-181-96/+73
* Compare language too. (#318168)Behdad Esfahbod2005-11-171-0/+1
* Remove g_utf8_strlen that was only used to give a warning.Behdad Esfahbod2005-11-171-10/+1
* More documentation improvements.Behdad Esfahbod2005-11-1711-116/+128
* Part of #101079:Behdad Esfahbod2005-11-172-2/+10
* Various documentation improvements.Behdad Esfahbod2005-11-1717-72/+73
* Added % to PANGO_DIRECTION_LTR in doc comments.Behdad Esfahbod2005-11-161-1/+1
* Respect fontconfig reassignment of pixelsize. (#317121, Funda Wang)Behdad Esfahbod2005-11-151-3/+24
* Updates from #320666:Behdad Esfahbod2005-11-144-8246/+2752
* Remove g_utf8_strlen and work around the logic. Patch by Owen Taylor.Behdad Esfahbod2005-11-141-16/+10
* Include string.h, needed for memset.Behdad Esfahbod2005-11-141-3/+10
* Fix get/set typo in docs. (#321247, Masao Mutoh)Behdad Esfahbod2005-11-111-1/+1
* Call get_context_info after g_return_if_fail.Behdad Esfahbod2005-11-101-1/+3
* Do not call strlen when length < 0. Leave it to language engines to handleBehdad Esfahbod2005-11-101-3/+0
* Short-circuit on LTR-only or RTL-only text.Behdad Esfahbod2005-11-103-71/+296
* Remove debug line that got in accidentally.Behdad Esfahbod2005-11-092-2/+0
* 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-093-13/+11
* Fixes bug #320666:Federico Mena Quintero2005-11-084-342/+8300
* Update to handle new line-breaking types in the Unicode 4.1 UAX#14.Behdad Esfahbod2005-11-051-67/+185
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-0433-45/+72
* Fixes #320665:Federico Mena Quintero2005-11-041-0/+111
* Use quarks for GObject data to improve performance. (Patch from FedericoBehdad Esfahbod2005-11-043-6/+12
* Use macros for locking and unlocking fonts we know are valid to avoidBehdad Esfahbod2005-11-041-14/+26
* Updated to FriBidi version 0.10.7 patched to handle UTF-8 directly. MovedBehdad Esfahbod2005-11-0315-1917/+1390
* Patches from #170414. Reviewed by Matthias Clasen.Behdad Esfahbod2005-11-034-177/+159
* Add const to gchar * members of structs. Shuts up gcc warnings. (#317676)Behdad Esfahbod2005-10-031-4/+4
* unset all part colors, since when drawing just a glyph string,Owen Taylor2005-10-032-1/+11
* Removed. Not needed since 2003 or so!Behdad Esfahbod2005-09-251-131/+0
* Move the calculation of dpi and size earlier. Use the size variable instadTor Lillqvist2005-09-223-22/+18
* Use identical glyph extents cacheing as in pangocairo-fcfont.c. HugeTor Lillqvist2005-09-141-24/+77
* Have a list of metrics by language instead of just one metrics.Tor Lillqvist2005-09-144-59/+157
* Fixed typo (#316054).Jean Brefort2005-09-121-1/+1
* Use g_free() to free g_new()-allocated data, otherwise the GLib memoryMatthias Clasen2005-09-111-1/+1
* Fixed typo in docs.Behdad Esfahbod2005-09-051-1/+1
* Generate valid XML output. Dump LookupFlag too.Behdad Esfahbod2005-08-292-37/+44
* Protect against future line-break type additions in glib Unicode module.Behdad Esfahbod2005-08-261-1/+5
* Use pangocairo.def when linking libpangocairo on Windows, instead ofTor Lillqvist2005-08-242-0/+7
* convert from Pango units to doubles, fix some coordinate space problemsOwen Taylor2005-08-241-33/+44
* Updated to that of FriBidi 0.10.5 which corresponds to Unicode 4.1.Behdad Esfahbod2005-08-153-1254/+368
* Glagolitic shouldn't have Coptic as a sample language; it was used toOwen Taylor2005-08-151-2/+5
* Cut out the meat of pango_fc_font_get_metrics_for_context() and export itOwen Taylor2005-08-153-33/+108
* Fix unconditional access to logical_rect. (#312691, Hans Breuer)Owen Taylor2005-08-151-1/+1
* Add pango_item_get_type and pango_layout_line_get_type. Thanks to VittorioTor Lillqvist2005-08-151-0/+2
* Replace perror with perror_. Remove FT_BEGIN_STMNT and FT_END_STMNT.Behdad Esfahbod2005-08-151-4/+4