| Commit message (Expand) | Author | Age | Files | Lines |
* | === Released 1.11.1 === | Behdad Esfahbod | 2005-12-13 | 1 | -1/+4 |
* | Fix bug #323540. | Behdad Esfahbod | 2005-12-12 | 4 | -43/+63 |
* | Update on missing-box drawing change. Add (!glyph) to the conditional. | Behdad Esfahbod | 2005-12-10 | 1 | -1/+1 |
* | Free ->fontset_hash. (#323498, Morten Welinder) | Behdad Esfahbod | 2005-12-08 | 1 | -0/+3 |
* | Draw an empty dashed box on missing glyphs for cairo-fc backend. | Behdad Esfahbod | 2005-12-06 | 3 | -10/+33 |
* | Use new g_slice API for TypeLink allocation, instead of GMemChunks. | Behdad Esfahbod | 2005-12-05 | 3 | -110/+89 |
* | Add a constact fixed-size (256) cache for caching glyph extents, instead | Behdad Esfahbod | 2005-11-29 | 1 | -113/+169 |
* | Tiny doc improvement. | Behdad Esfahbod | 2005-11-25 | 1 | -1/+1 |
* | Fix a typo | Matthias Clasen | 2005-11-24 | 1 | -1/+1 |
* | Remove cast to double in things like a = b / c where a, b, and c are all | Behdad Esfahbod | 2005-11-23 | 2 | -8/+7 |
* | Fix typo in docs. | Behdad Esfahbod | 2005-11-23 | 1 | -1/+3 |
* | Tiny clean up. Simpler way to suppress gcc strict-aliasing warning. (part | Behdad Esfahbod | 2005-11-23 | 1 | -20/+8 |
* | Added "Since:" tags to all interfaces added after Pango 1.0. (#319116, | Behdad Esfahbod | 2005-11-23 | 11 | -0/+104 |
* | Link libpangoxft with -lm. (#318210) | Behdad Esfahbod | 2005-11-23 | 1 | -1/+1 |
* | Free used memory. (#316467, Steve Grubb) | Behdad Esfahbod | 2005-11-23 | 1 | -0/+4 |
* | Protect against possible division by zeros (#316468, Steve Grubb) | Behdad Esfahbod | 2005-11-23 | 3 | -14/+28 |
* | Remove excess "the" in docs. (#319175, Masao Mutoh) | Behdad Esfahbod | 2005-11-23 | 1 | -1/+1 |
* | Reworked basic shaper with OpenType support. (#101079, based on patch from | Behdad Esfahbod | 2005-11-23 | 1 | -3/+3 |
* | Finish previous patch. Use GType private data, cache it into fcfont->priv. | Behdad Esfahbod | 2005-11-22 | 2 | -19/+14 |
* | Fixes #322174: | Federico Mena Quintero | 2005-11-22 | 4 | -10/+33 |
* | Load a font suitable for viewing English text when creating mini font for | Behdad Esfahbod | 2005-11-22 | 2 | -18/+25 |
* | Silent cvs | Anders Carlsson | 2005-11-22 | 1 | -0/+1 |
* | Add checks for ATSUI. | Anders Carlsson | 2005-11-22 | 10 | -2/+1433 |
* | Only update static mid on a match. | Behdad Esfahbod | 2005-11-22 | 1 | -2/+3 |
* | Return double instead of int. (#321891, Sebastian Bacher) | Behdad Esfahbod | 2005-11-21 | 1 | -2/+2 |
* | 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 |