| Commit message (Expand) | Author | Age | Files | Lines |
* | Use g_object_new() rather than g_type_create_instance() (Patch from | Owen Taylor | 2003-05-27 | 1 | -1/+1 |
* | Fix bug where language tag changes were not causing the font to be looked | Owen Taylor | 2003-02-12 | 1 | -4/+5 |
* | Get rid of unnecessary casts for g_object_{ref,unref} | Manish Singh | 2002-10-14 | 1 | -3/+3 |
* | Export. | Owen Taylor | 2002-08-06 | 1 | -3/+5 |
* | Add some return-if-fails to catch loading size 0 fonts. | Owen Taylor | 2002-01-29 | 1 | -0/+2 |
* | g_return_if_fail() if the desc's family is NULL. (#67947, report from | Owen Taylor | 2002-01-09 | 1 | -1/+2 |
* | pango/pango-fontmap.c (pango_font_map_load_fontset) return_val_if_fail() | Owen Taylor | 2001-12-26 | 1 | -0/+1 |
* | Add new function pango_context_load_fontset() to wrap | Alex Larsson | 2001-11-18 | 1 | -2/+24 |
* | Check for LEX and YACC. This will be made optional later, with the build | Alexander Larsson | 2001-11-18 | 1 | -305/+30 |
* | Remove pango_font_map_free_families, which was no longer in the headers, | Owen Taylor | 2001-09-19 | 1 | -2/+2 |
* | Up to 0.19. | Owen Taylor | 2001-09-18 | 1 | -157/+77 |
* | Don't corrupt the font description passed in. | Owen Taylor | 2001-07-19 | 1 | -18/+16 |
* | Couple of bug fixes for the last change. | Owen Taylor | 2001-06-26 | 1 | -61/+157 |
* | pango/pango-markup.c: modules/arabic/arabic-xft.c (arabic_engine_shape): | Owen Taylor | 2001-06-25 | 1 | -1/+1 |
* | Add a new PangoLanguage type to represent language tags; these can | Owen Taylor | 2001-06-14 | 1 | -94/+73 |
* | fixed up g_boxed_type_register_static() since GLib signature changed. | Tim Janik | 2001-03-07 | 1 | -2/+0 |
* | pass 0 as first argument to g_type_init(). | Tim Janik | 2001-02-04 | 1 | -1/+1 |
* | Adopt to new prototype for g_utf8_to_ucs4 (etc.). | Owen Taylor | 2001-01-05 | 1 | -4/+1 |
* | touch sysconfdir/pango/pango.modules even if there are no dynamic modules, | Havoc Pennington | 2000-12-15 | 1 | -6/+9 |
* | Use a fallback shaper if no engine is found for a range, the fallback | Havoc Pennington | 2000-12-15 | 1 | -0/+60 |
* | delete lang engine | Havoc Pennington | 2000-12-02 | 1 | -3/+10 |
* | Renamed pango_attribute_compare to pango_attribute_equal. Renamed compare | Sebastian Wilhelmi | 2000-11-13 | 1 | -1/+1 |
* | Remove checks for iconv - we now depend on g_iconv wrapper defined in | Owen Taylor | 2000-11-12 | 1 | -1/+0 |
* | Include a stripped-down version of fribidi to avoid the extra dependency. | Owen Taylor | 2000-11-12 | 1 | -9/+6 |
* | Add a new attribute for scaling a font; also required adding | Havoc Pennington | 2000-11-01 | 1 | -33/+88 |
* | adapted g_Type_register_*() calls. GLib wants an additional flag field to | Tim Janik | 2000-10-25 | 1 | -1/+1 |
* | Don't produce a warning unless loading all fonts fails, if loading all | Owen Taylor | 2000-08-22 | 1 | -41/+107 |
* | fix a bit of indentation | Owen Taylor | 2000-08-13 | 1 | -3/+3 |
* | Fix segfault when tmp_list has no 'prev' pointer. Infinite loops do not | Elliot Lee | 2000-08-04 | 1 | -1/+10 |
* | A bit of code cleanup. | Owen Taylor | 2000-07-21 | 1 | -4/+4 |
* | Free buffer strings. | Owen Taylor | 2000-07-21 | 1 | -1/+5 |
* | Remove tests for libunicode | Owen Taylor | 2000-06-21 | 1 | -11/+10 |
* | GTK+ should compile now... sorry about the mess... | Havoc Pennington | 2000-06-21 | 1 | -87/+83 |
* | *** empty log message *** | Owen Taylor | 2000-06-08 | 1 | -3/+4 |
* | Install pango-fontmap.h. | Owen Taylor | 2000-05-28 | 1 | -0/+1 |
* | s/pango_font_set_data/g_object_set_qdata/ | Owen Taylor | 2000-05-28 | 1 | -4/+4 |
* | Add libgobject. | Owen Taylor | 2000-05-28 | 1 | -1/+1 |
* | Fix memory leak by freeing correct list. | Owen Taylor | 2000-05-09 | 1 | -3/+3 |
* | When handling overstrikes, try to guess a bit better how overstrike glyphs | Owen Taylor | 2000-05-07 | 1 | -0/+1 |
* | Add ZWS to hacky break algorithm. | Owen Taylor | 2000-05-05 | 1 | -22/+17 |
* | Add user data to PangoContext | Owen Taylor | 2000-04-05 | 1 | -6/+45 |
* | fribidi-0.1.9 wants UCS-4 not UCS2; switch accordingly. | Owen Taylor | 2000-04-04 | 1 | -5/+5 |
* | Fix off-by-one error for RTL runs. | Owen Taylor | 2000-04-03 | 1 | -1/+1 |
* | Memory management functions for PangoItem. | Owen Taylor | 2000-03-13 | 1 | -11/+38 |
* | First draft of highlevel driver. It currently only handles a paragraph as | Owen Taylor | 2000-03-08 | 1 | -3/+5 |
* | Add size to the font description structure instead of continually passing | Owen Taylor | 2000-02-25 | 1 | -49/+4 |
* | Release 0.7 | Owen Taylor | 2000-02-17 | 1 | -2/+2 |
* | Make refcounted. | Owen Taylor | 2000-02-16 | 1 | -85/+262 |
* | Added recent API changes. Doc comment fixes | Owen Taylor | 2000-02-11 | 1 | -2/+5 |
* | Add style selector, rewrite family selector to use list_families(). | Owen Taylor | 2000-02-11 | 1 | -5/+110 |