| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixes bug #71414, allowing to disable building/installing modules. | Behdad Esfahbod | 2006-01-16 | 1 | -0/+8 |
* | Draw hexbox for cairo backend. Bug #313551. Based on patch by LingNing | Behdad Esfahbod | 2006-01-14 | 1 | -0/+29 |
* | Make sure #include <config.h> is the first include in the file. (bug | Behdad Esfahbod | 2006-01-14 | 1 | -0/+5 |
* | Move G_GNUC_CONST to after declaration, to be compatible with gcc 2.95. | Behdad Esfahbod | 2006-01-14 | 1 | -0/+5 |
* | pango/Makefile.am, pango/fonts.c, pango/glyphstring.c, | Behdad Esfahbod | 2006-01-05 | 1 | -0/+24 |
* | Add pangocairo-atsui.h and pangoatsui-private.h. | Behdad Esfahbod | 2006-01-04 | 1 | -0/+13 |
* | Use g_slice for ShaperFontElement allocation. (bug #325728, Matthias | Behdad Esfahbod | 2006-01-04 | 1 | -0/+7 |
* | Use g_slice for various attribute types allocations. (bug #325040, | Behdad Esfahbod | 2006-01-01 | 1 | -0/+5 |
* | Use pango_font_description_set_family_static. (bug #325013, Matthias | Behdad Esfahbod | 2005-12-27 | 1 | -0/+6 |
* | Use g_slice for PangoOTBuffer allocation. (bug #325026, Matthias Clasen) | Behdad Esfahbod | 2005-12-27 | 1 | -0/+5 |
* | modules/arabic/arabic-fc.c, modules/basic/basic-fc.c, | Behdad Esfahbod | 2005-12-26 | 1 | -0/+8 |
* | Add pango_matrix_get_font_scale_factor. (bug #323978, J. Ali Harlow) | Behdad Esfahbod | 2005-12-14 | 1 | -0/+5 |
* | Pass G_MODULE_BIND_LOCAL to g_module_open. (Pointed by Federico) | Behdad Esfahbod | 2005-12-14 | 1 | -0/+5 |
* | === Released 1.11.1 === | Behdad Esfahbod | 2005-12-13 | 1 | -0/+12 |
* | Fix bug #323540. | Behdad Esfahbod | 2005-12-12 | 1 | -0/+14 |
* | Undo last change. 2.9.1 has the revised g_slice_free_chain api and 2.9.2 | Behdad Esfahbod | 2005-12-11 | 1 | -0/+5 |
* | Bump required glib version to 2.9.2 now that it's released. We are relying | Behdad Esfahbod | 2005-12-10 | 1 | -0/+5 |
* | Update on missing-box drawing change. Add (!glyph) to the conditional. | Behdad Esfahbod | 2005-12-10 | 1 | -0/+5 |
* | Date of last change fixed. | Behdad Esfahbod | 2005-12-08 | 1 | -1/+1 |
* | Free ->fontset_hash. (#323498, Morten Welinder) | Behdad Esfahbod | 2005-12-08 | 1 | -0/+5 |
* | Draw an empty dashed box on missing glyphs for cairo-fc backend. | Behdad Esfahbod | 2005-12-06 | 1 | -0/+6 |
* | Use new g_slice API for TypeLink allocation, instead of GMemChunks. | Behdad Esfahbod | 2005-12-05 | 1 | -0/+8 |
* | Return NULL, not FALSE! | Behdad Esfahbod | 2005-12-04 | 1 | -0/+7 |
* | Add GLIB_LIBS to examples explicitly. (#322885, Manish Singh) | Behdad Esfahbod | 2005-11-30 | 1 | -0/+5 |
* | Add a constact fixed-size (256) cache for caching glyph extents, instead | Behdad Esfahbod | 2005-11-29 | 1 | -0/+7 |
* | Fix a typo | Matthias Clasen | 2005-11-24 | 1 | -0/+4 |
* | Remove cast to double in things like a = b / c where a, b, and c are all | Behdad Esfahbod | 2005-11-23 | 1 | -0/+7 |
* | Fix typo in docs. | Behdad Esfahbod | 2005-11-23 | 1 | -0/+4 |
* | Tiny clean up. Simpler way to suppress gcc strict-aliasing warning. (part | Behdad Esfahbod | 2005-11-23 | 1 | -0/+5 |
* | Added "Since:" tags to all interfaces added after Pango 1.0. (#319116, | Behdad Esfahbod | 2005-11-23 | 1 | -0/+9 |
* | Fix typo when checking libtool config deplibs_check_method. Moreover, | Behdad Esfahbod | 2005-11-23 | 1 | -0/+7 |
* | Link libpangoxft with -lm. (#318210) | Behdad Esfahbod | 2005-11-23 | 1 | -0/+4 |
* | Free used memory. (#316467, Steve Grubb) | Behdad Esfahbod | 2005-11-23 | 1 | -1/+5 |
* | Fix incorrect bounds check. (#316469, Steve Grubb) Moreover, increase | Behdad Esfahbod | 2005-11-23 | 1 | -0/+6 |
* | Protect against possible division by zeros (#316468, Steve Grubb) | Behdad Esfahbod | 2005-11-23 | 1 | -0/+10 |
* | Remove excess "the" in docs. (#319175, Masao Mutoh) | Behdad Esfahbod | 2005-11-23 | 1 | -0/+5 |
* | Reworked basic shaper with OpenType support. (#101079, based on patch from | Behdad Esfahbod | 2005-11-23 | 1 | -0/+15 |
* | Finish previous patch. Use GType private data, cache it into fcfont->priv. | Behdad Esfahbod | 2005-11-22 | 1 | -0/+10 |
* | Fixes #322174: | Federico Mena Quintero | 2005-11-22 | 1 | -0/+31 |
* | Load a font suitable for viewing English text when creating mini font for | Behdad Esfahbod | 2005-11-22 | 1 | -13/+14 |
* | Add checks for ATSUI. | Anders Carlsson | 2005-11-22 | 1 | -0/+28 |
* | Only update static mid on a match. | Behdad Esfahbod | 2005-11-22 | 1 | -0/+5 |
* | Fixed Sebastien's name spelling. | Behdad Esfahbod | 2005-11-21 | 1 | -1/+1 |
* | Return double instead of int. (#321891, Sebastian Bacher) | Behdad Esfahbod | 2005-11-21 | 1 | -0/+5 |
* | Make the Kermit notice a "no warranty" clause, to comply with LPGL. | Behdad Esfahbod | 2005-11-21 | 1 | -0/+5 |
* | === Released 1.11.0 ===PANGO_1_11_0 | Behdad Esfahbod | 2005-11-18 | 1 | -0/+8 |
* | Use the new support for negative offsets in g_utf8_pointer_to_offset. So | Behdad Esfahbod | 2005-11-18 | 1 | -0/+9 |
* | Documentation improvements. (#321731) | Behdad Esfahbod | 2005-11-18 | 1 | -0/+4 |
* | General cleanup. (pango_font_description_unset_fields): Set fields being | Behdad Esfahbod | 2005-11-18 | 1 | -0/+8 |
* | const correctness fixes | Matthias Clasen | 2005-11-17 | 1 | -0/+5 |