Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | colors: Add missing colors from the web palette | Benjamin Otte | 2012-11-13 | 2 | -790/+805 |
* | Xft: Fix a deadlock on display close | Matthias Clasen | 2012-11-13 | 1 | -3/+4 |
* | Flush cairo surface when done | Behdad Esfahbod | 2012-11-07 | 1 | -0/+2 |
* | Bug 685021: "Add" load_fontset() for Win32 backend | Chun-wei Fan | 2012-10-30 | 1 | -0/+157 |
* | 1.32.11.32.1 | Matthias Clasen | 2012-09-27 | 2 | -1/+6 |
* | Don't wipe docs in dist-hook-local | Matthias Clasen | 2012-09-27 | 1 | -4/+1 |
* | Fixup grapheme clusters | Behdad Esfahbod | 2012-09-27 | 1 | -2/+3 |
* | Add template for new API | Behdad Esfahbod | 2012-09-26 | 1 | -0/+11 |
* | Revert "Temporarily work around doc build breakages" | Matthias Clasen | 2012-09-26 | 2 | -3/+1 |
* | 1.32.01.32.0 | Matthias Clasen | 2012-09-26 | 2 | -2/+7 |
* | Temporarily work around doc build breakages | Matthias Clasen | 2012-09-26 | 2 | -1/+3 |
* | Add pango_shape_full() | Behdad Esfahbod | 2012-09-26 | 12 | -37/+115 |
* | Unbreak build system | Behdad Esfahbod | 2012-09-26 | 1 | -2/+4 |
* | Port PangoCoreTextFont to use GWeakRef | John Ralls | 2012-09-25 | 1 | -8/+9 |
* | Allow --without-xft | Behdad Esfahbod | 2012-09-24 | 1 | -5/+8 |
* | Revert "Temporarily work around doc build breakages" | Matthias Clasen | 2012-09-17 | 2 | -3/+1 |
* | 1.31.21.31.2 | Matthias Clasen | 2012-09-17 | 2 | -1/+6 |
* | Temporarily work around doc build breakages | Matthias Clasen | 2012-09-17 | 2 | -1/+3 |
* | Make modules.c thread-safe | Matthias Clasen | 2012-09-14 | 1 | -11/+23 |
* | Rework config file reading | Matthias Clasen | 2012-09-14 | 1 | -36/+39 |
* | Load config file only once | Matthias Clasen | 2012-09-14 | 1 | -6/+12 |
* | Add HarfBuzz to pkgconfig requires.private | Behdad Esfahbod | 2012-09-14 | 1 | -0/+1 |
* | pango/pangowin32-fontmap.c: Fix build | Chun-wei Fan | 2012-09-14 | 1 | -1/+3 |
* | Fixups for introspecting without Freetype | John Ralls | 2012-09-13 | 1 | -5/+11 |
* | Only build pangocoretext if have cairo-qaurtz | Behdad Esfahbod | 2012-09-08 | 1 | -0/+2 |
* | Bump the required GLib version | Matthias Clasen | 2012-09-04 | 1 | -1/+1 |
* | Revert "Temporarily work around doc build breakages" | Matthias Clasen | 2012-09-04 | 2 | -3/+1 |
* | 1.31.11.31.1 | Matthias Clasen | 2012-09-04 | 2 | -2/+9 |
* | Temporarily work around doc build breakages | Matthias Clasen | 2012-09-04 | 2 | -1/+3 |
* | Use thread-safe qdata API for caching | Matthias Clasen | 2012-09-01 | 2 | -6/+17 |
* | Fix PangoCoreTextFontsetClass definition so that it builds | John Ralls | 2012-08-30 | 1 | -4/+9 |
* | Use g_value_take_object | Behdad Esfahbod | 2012-08-29 | 1 | -3/+1 |
* | Fix warning | Behdad Esfahbod | 2012-08-29 | 1 | -1/+2 |
* | Bug 682952 - remove old glib check | Behdad Esfahbod | 2012-08-29 | 1 | -4/+0 |
* | Port pangofc-font.c to GWeakRef | Behdad Esfahbod | 2012-08-29 | 2 | -25/+27 |
* | Plug leak | Behdad Esfahbod | 2012-08-29 | 1 | -1/+4 |
* | Update config.h.win32.in | Chun-wei Fan | 2012-08-29 | 1 | -10/+7 |
* | Make enum get_type functions thread-safe | Matthias Clasen | 2012-08-28 | 3 | -19/+70 |
* | pangoft2: Fix typo | Colin Walters | 2012-08-28 | 1 | -1/+1 |
* | Start cleaning up config reading | Behdad Esfahbod | 2012-08-28 | 1 | -5/+5 |
* | More churn | Behdad Esfahbod | 2012-08-28 | 19 | -60/+56 |
* | Protect fontmaps with a mutex in pangoxft-fontmap.c | Alessandro Pignotti | 2012-08-27 | 1 | -3/+21 |
* | Make static data thread safe in pangowin32-fontmap.c | Alessandro Pignotti | 2012-08-27 | 1 | -4/+2 |
* | Make static data thread safe in pangoft2-fontmap.c | Alessandro Pignotti | 2012-08-27 | 1 | -4/+2 |
* | Make pangofc-fontmap.c thread-safe | Behdad Esfahbod | 2012-08-27 | 1 | -5/+5 |
* | More thread-safety | Behdad Esfahbod | 2012-08-27 | 5 | -12/+16 |
* | Make static data thread safe in pango-context.c | Alessandro Pignotti | 2012-08-27 | 1 | -2/+2 |
* | Make static data thread safe in pangocairo-fcfont.c | Alessandro Pignotti | 2012-08-27 | 1 | -2/+2 |
* | Make static data thread safe in pango-engine.c | Alessandro Pignotti | 2012-08-27 | 1 | -2/+2 |
* | Make static data thread safe in pangocairo-fontmap.c | Alessandro Pignotti | 2012-08-27 | 1 | -2/+2 |