| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the new support for negative offsets in g_utf8_pointer_to_offset. So | Behdad Esfahbod | 2005-11-18 | 1 | -2/+5 |
* | Documentation improvements. (#321731) | Behdad Esfahbod | 2005-11-18 | 1 | -13/+13 |
* | General cleanup. (pango_font_description_unset_fields): Set fields being | Behdad Esfahbod | 2005-11-18 | 1 | -96/+73 |
* | Compare language too. (#318168) | Behdad Esfahbod | 2005-11-17 | 1 | -0/+1 |
* | Remove g_utf8_strlen that was only used to give a warning. | Behdad Esfahbod | 2005-11-17 | 1 | -10/+1 |
* | More documentation improvements. | Behdad Esfahbod | 2005-11-17 | 11 | -116/+128 |
* | Part of #101079: | Behdad Esfahbod | 2005-11-17 | 2 | -2/+10 |
* | Various documentation improvements. | Behdad Esfahbod | 2005-11-17 | 17 | -72/+73 |
* | Added % to PANGO_DIRECTION_LTR in doc comments. | Behdad Esfahbod | 2005-11-16 | 1 | -1/+1 |
* | Respect fontconfig reassignment of pixelsize. (#317121, Funda Wang) | Behdad Esfahbod | 2005-11-15 | 1 | -3/+24 |
* | Updates from #320666: | Behdad Esfahbod | 2005-11-14 | 4 | -8246/+2752 |
* | Remove g_utf8_strlen and work around the logic. Patch by Owen Taylor. | Behdad Esfahbod | 2005-11-14 | 1 | -16/+10 |
* | Include string.h, needed for memset. | Behdad Esfahbod | 2005-11-14 | 1 | -3/+10 |
* | Fix get/set typo in docs. (#321247, Masao Mutoh) | Behdad Esfahbod | 2005-11-11 | 1 | -1/+1 |
* | Call get_context_info after g_return_if_fail. | Behdad Esfahbod | 2005-11-10 | 1 | -1/+3 |
* | Do not call strlen when length < 0. Leave it to language engines to handle | Behdad Esfahbod | 2005-11-10 | 1 | -3/+0 |
* | Short-circuit on LTR-only or RTL-only text. | Behdad Esfahbod | 2005-11-10 | 3 | -71/+296 |
* | Remove debug line that got in accidentally. | Behdad Esfahbod | 2005-11-09 | 2 | -2/+0 |
* | Set layout wrapping to PANGO_WRAP_WORD_CHAR if width is set for the | Behdad Esfahbod | 2005-11-09 | 1 | -1/+1 |
* | Set layout wrapping to PANGO_WRAP_WORD_CHAR if width is set for the | Behdad Esfahbod | 2005-11-09 | 3 | -13/+11 |
* | Fixes bug #320666: | Federico Mena Quintero | 2005-11-08 | 4 | -342/+8300 |
* | Update to handle new line-breaking types in the Unicode 4.1 UAX#14. | Behdad Esfahbod | 2005-11-05 | 1 | -67/+185 |
* | Turn various gcc warnings off. Adding const, adding static, fully | Behdad Esfahbod | 2005-11-04 | 33 | -45/+72 |
* | Fixes #320665: | Federico Mena Quintero | 2005-11-04 | 1 | -0/+111 |
* | Use quarks for GObject data to improve performance. (Patch from Federico | Behdad Esfahbod | 2005-11-04 | 3 | -6/+12 |
* | Use macros for locking and unlocking fonts we know are valid to avoid | Behdad Esfahbod | 2005-11-04 | 1 | -14/+26 |
* | Updated to FriBidi version 0.10.7 patched to handle UTF-8 directly. Moved | Behdad Esfahbod | 2005-11-03 | 15 | -1917/+1390 |
* | Patches from #170414. Reviewed by Matthias Clasen. | Behdad Esfahbod | 2005-11-03 | 4 | -177/+159 |
* | Add const to gchar * members of structs. Shuts up gcc warnings. (#317676) | Behdad Esfahbod | 2005-10-03 | 1 | -4/+4 |
* | unset all part colors, since when drawing just a glyph string, | Owen Taylor | 2005-10-03 | 2 | -1/+11 |
* | Removed. Not needed since 2003 or so! | Behdad Esfahbod | 2005-09-25 | 1 | -131/+0 |
* | Move the calculation of dpi and size earlier. Use the size variable instad | Tor Lillqvist | 2005-09-22 | 3 | -22/+18 |
* | Use identical glyph extents cacheing as in pangocairo-fcfont.c. Huge | Tor Lillqvist | 2005-09-14 | 1 | -24/+77 |
* | Have a list of metrics by language instead of just one metrics. | Tor Lillqvist | 2005-09-14 | 4 | -59/+157 |
* | Fixed typo (#316054). | Jean Brefort | 2005-09-12 | 1 | -1/+1 |
* | Use g_free() to free g_new()-allocated data, otherwise the GLib memory | Matthias Clasen | 2005-09-11 | 1 | -1/+1 |
* | Fixed typo in docs. | Behdad Esfahbod | 2005-09-05 | 1 | -1/+1 |
* | Generate valid XML output. Dump LookupFlag too. | Behdad Esfahbod | 2005-08-29 | 2 | -37/+44 |
* | Protect against future line-break type additions in glib Unicode module. | Behdad Esfahbod | 2005-08-26 | 1 | -1/+5 |
* | Use pangocairo.def when linking libpangocairo on Windows, instead of | Tor Lillqvist | 2005-08-24 | 2 | -0/+7 |
* | convert from Pango units to doubles, fix some coordinate space problems | Owen Taylor | 2005-08-24 | 1 | -33/+44 |
* | Updated to that of FriBidi 0.10.5 which corresponds to Unicode 4.1. | Behdad Esfahbod | 2005-08-15 | 3 | -1254/+368 |
* | Glagolitic shouldn't have Coptic as a sample language; it was used to | Owen Taylor | 2005-08-15 | 1 | -2/+5 |
* | Cut out the meat of pango_fc_font_get_metrics_for_context() and export it | Owen Taylor | 2005-08-15 | 3 | -33/+108 |
* | Fix unconditional access to logical_rect. (#312691, Hans Breuer) | Owen Taylor | 2005-08-15 | 1 | -1/+1 |
* | Add pango_item_get_type and pango_layout_line_get_type. Thanks to Vittorio | Tor Lillqvist | 2005-08-15 | 1 | -0/+2 |
* | Replace perror with perror_. Remove FT_BEGIN_STMNT and FT_END_STMNT. | Behdad Esfahbod | 2005-08-15 | 1 | -4/+4 |
* | Updated to Unicode 4.1, adding new scripts and Arabic joining data. | Roozbeh Pournader | 2005-08-09 | 3 | -96/+134 |
* | Add pangocairo files. Get the DLLs from "bin" unconditionally, that's | Tor Lillqvist | 2005-08-05 | 1 | -2/+9 |
* | updated | Hans Breuer | 2005-07-30 | 2 | -3/+3 |