summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Don't use deprecated pango_fc_font_get_unknown_glyphMatthias Clasen2013-01-071-1/+1
* Don't use the deprecated pango_ft2_font_get_faceMatthias Clasen2013-01-072-6/+17
* Avoid deprecation warningsMatthias Clasen2013-01-071-0/+2
* Fix another compiler warningMatthias Clasen2013-01-071-1/+1
* Fix a compiler warningMatthias Clasen2013-01-071-2/+4
* Don't call g_type_init if GLib is new enoughMatthias Clasen2013-01-075-0/+10
* Fix warning in g_object_ref (NULL)Behdad Esfahbod2013-01-071-1/+4
* Update docs to reflect per-thread default fontmapBehdad Esfahbod2013-01-031-2/+12
* Make pango threadsafe!Behdad Esfahbod2013-01-031-23/+10
* Link to gthread-2.0Behdad Esfahbod2013-01-031-1/+1
* Revert "Bug 689342 - Lifetime of patterns in pattern_hash may use too much me...Behdad Esfahbod2013-01-031-168/+61
* WhitespaceBehdad Esfahbod2012-12-301-4/+3
* Fix most of "failed to choose font" warningsBehdad Esfahbod2012-12-301-1/+10
* Don't RenderPrepare the FcFontMatch resultBehdad Esfahbod2012-12-301-7/+18
* Revert "Make PANGO_GLYPH flags an enum to make gobject-introspection happy."John Ralls2012-12-291-6/+4
* Bug 689342 - Lifetime of patterns in pattern_hash may use too much memoryBehdad Esfahbod2012-12-201-46/+161
* Bug 690279 - broken relocation of modulesBehdad Esfahbod2012-12-181-1/+7
* markup: Remove error from markup parser constructorJasper St. Pierre2012-12-142-9/+10
* markup: Allow incrementally parsing pango markupJasper St. Pierre2012-12-143-64/+176
* markup: Always start with a <markup> tagJasper St. Pierre2012-12-141-16/+10
* Bug 690081 - pangofc-fontmap: Remove bad use of the comma operatorBehdad Esfahbod2012-12-121-1/+1
* Bug 686512 - pango_cairo_font_get_scaled_font failed under wineBehdad Esfahbod2012-12-091-0/+2
* Bug 689882 - pango-font.h:381: error: comma at end of enumerator listBehdad Esfahbod2012-12-091-1/+1
* Fix relative module pathsJohn Ralls2012-12-081-5/+11
* Bug 689864 - build failureBehdad Esfahbod2012-12-071-1/+1
* Drop last use of deprecated G_CONST_RETURNColin Walters2012-12-071-1/+1
* Track changes in layout and dependencies via serialsAlexander Larsson2012-12-065-19/+81
* Track changes in PangoContext via a serialAlexander Larsson2012-12-064-11/+116
* Track changes in FontMaps using a serialAlexander Larsson2012-12-0613-6/+143
* Fix Win32 and CoreText cairo backends to take cairo CTM into accountBehdad Esfahbod2012-12-052-0/+5
* Update bidi tables to Unicode 6.2.0Behdad Esfahbod2012-12-021-3/+3
* Fix grapheme boundaries of surrogates and unassigned default ignorablesBehdad Esfahbod2012-12-021-0/+10
* Fix line break of surrogate charactersBehdad Esfahbod2012-12-021-2/+4
* Fix grapheme properties of U+FFxx rangeBehdad Esfahbod2012-12-021-1/+1
* Fix grapheme properties of joiner / nonjoinerBehdad Esfahbod2012-12-021-1/+1
* Remove Thai/Lao Prepend/Extend propertiesTheppitak Karoonboonyanan2012-12-021-9/+0
* Fix a copy-paste errorMatthias Clasen2012-11-291-1/+1
* Adjust to HarfBuzz 0.9.7 APIBehdad Esfahbod2012-11-151-1/+1
* Provide a phony define for the LANGUAGE macroJohn Ralls2012-11-151-0/+4
* Make PANGO_GLYPH flags an enum to make gobject-introspection happy.John Ralls2012-11-151-4/+6
* colors: Update colors to SVG/CSS paletteBenjamin Otte2012-11-131-6/+6
* colors: Add missing colors from the web paletteBenjamin Otte2012-11-131-594/+604
* Xft: Fix a deadlock on display closeMatthias Clasen2012-11-131-3/+4
* Bug 685021: "Add" load_fontset() for Win32 backendChun-wei Fan2012-10-301-0/+157
* Add pango_shape_full()Behdad Esfahbod2012-09-2610-29/+106
* Unbreak build systemBehdad Esfahbod2012-09-261-2/+4
* Port PangoCoreTextFont to use GWeakRefJohn Ralls2012-09-251-8/+9
* Make modules.c thread-safeMatthias Clasen2012-09-141-11/+23
* Rework config file readingMatthias Clasen2012-09-141-36/+39
* Load config file only onceMatthias Clasen2012-09-141-6/+12