Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modules/basic/basic-win32.c: Silence a Warning | Chun-wei Fan | 2013-12-13 | 1 | -1/+1 |
| | | | | | The length is an unsigned int, and it is already enforced that it must be greater or equal to 0 in this source file, so fix the type declaration. | ||||
* | Update win32/coretext shaper signature | Behdad Esfahbod | 2013-04-26 | 2 | -2/+6 |
| | |||||
* | Bug 668154 - GTK+ Crashes on Non BMP utf-8 charpoints | Behdad Esfahbod | 2013-02-25 | 1 | -27/+18 |
| | |||||
* | Let people enable font features through fontconfig snippets | Behdad Esfahbod | 2013-01-10 | 1 | -1/+23 |
| | | | | | | | | | | | | | Like this: <match target="font"> <edit name="pangofontfeatures" mode="append"> <string>smcp</string> <string>ss20</string> </edit> </match> Finally we are starting to see new features coming out of the HarfBuzz integration... | ||||
* | Link basicfc module to HarfBuzz | Behdad Esfahbod | 2012-12-19 | 1 | -1/+1 |
| | | | | FDO Bug 58496 - Basic module doesn't link against HarfBuzz | ||||
* | [hb] Pass down BOT/EOT flags to HarfBuzz | Behdad Esfahbod | 2012-12-18 | 1 | -0/+3 |
| | |||||
* | Hint advances correctly | Behdad Esfahbod | 2012-12-17 | 1 | -6/+4 |
| | |||||
* | Fixup grapheme clusters | Behdad Esfahbod | 2012-09-27 | 1 | -2/+3 |
| | | | | | | | | | | | | | After adding pango_shape_full() and passing full paragraph text to HarfBuzz, we were getting cluster values relative to beginning to paragraph back from HarfBuzz, and I forgot to account for that. Caused severe crashes. Fixes: Bug 684959 - crash after "Add pango_shape_full()" and the dupes... | ||||
* | Add pango_shape_full() | Behdad Esfahbod | 2012-09-26 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | Variant of pango_shape() that takes the full paragraph text as input. This is then passed in entirety to HarfBuzz, which would allow certain cross-run interactions (in Arabic for example). When combined with upcoming HarfBuzz 0.9.5+, this fixes: Red Hat Bug 858736 - [Spanish] Stray dotted circle rendered https://bugzilla.redhat.com/show_bug.cgi?id=858736 and partially: Bug 313181 - color changes break arabic shaping https://bugzilla.gnome.org/show_bug.cgi?id=313181 | ||||
* | Plug leak | Behdad Esfahbod | 2012-08-29 | 1 | -1/+4 |
| | |||||
* | More churn | Behdad Esfahbod | 2012-08-28 | 1 | -1/+1 |
| | |||||
* | coretext: silence compiler | Kristian Rietveld | 2012-08-27 | 1 | -0/+7 |
| | |||||
* | coretext: silently fail on invalid UTF8 instead of crashing | Kristian Rietveld | 2012-08-27 | 1 | -2/+13 |
| | | | | | | | When an attempt is made to create a CFString with a C string containing invalid UTF8, the call returns NULL. We now check this return value and silently fail instead of continuing and reading from a NULL pointer. | ||||
* | Bug 682421 - Arabic is broken with gravity hint=line when gravity is east/north | Behdad Esfahbod | 2012-08-23 | 1 | -26/+124 |
| | | | | | | | Fix-up gravity and vertical support in HarfBuzz module. Still needs more work for vertical GPOS to work correctly, but this is a huge improvement already. | ||||
* | Remove old cruft | Behdad Esfahbod | 2012-08-23 | 1 | -63/+0 |
| | |||||
* | Remove residuals from pangox and pangoatsui removals | Behdad Esfahbod | 2012-08-16 | 3 | -5004/+0 |
| | |||||
* | Remove Atsui Module | Behdad Esfahbod | 2012-08-16 | 2 | -228/+0 |
| | | | | CoreText for the win. | ||||
* | Remove PangoX | Behdad Esfahbod | 2012-08-16 | 2 | -738/+0 |
| | | | | Been overdue... | ||||
* | Merge branch 'harfbuzz-ng-external' | Behdad Esfahbod | 2012-08-16 | 36 | -7998/+234 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in docs/tmpl/text-attributes.sgml modules/arabic/arabic-ot.c modules/indic/indic-ot.c pango/opentype/Makefile.am pango/opentype/hb-blob.c pango/opentype/hb-buffer-private.h pango/opentype/hb-common.h pango/opentype/hb-ot-layout-gsubgpos-private.hh pango/opentype/hb-private.h pango/pango-ot-info.c | ||||
| * | [HB] Remove Indic moduleharfbuzz-ng-external | Behdad Esfahbod | 2012-08-16 | 7 | -1824/+0 |
| | | |||||
| * | [HB] Remove Thai shaper | Behdad Esfahbod | 2012-08-16 | 6 | -1271/+0 |
| | | |||||
| * | [HB] Remove Hangul, Hebrew, Khmer, and Tibetan shaping modules | Behdad Esfahbod | 2012-08-16 | 13 | -3268/+1 |
| | | |||||
| * | [hb] Adapt to harfbuzz API changes | Behdad Esfahbod | 2011-09-19 | 1 | -2/+2 |
| | | |||||
| * | Revert "[HB] Fix cluster setting with recent HB change" | Behdad Esfahbod | 2011-07-29 | 1 | -8/+1 |
| | | | | | | | | | | | | | | This reverts commit 26475e516f2384efaefe3dd97bd99f2176291354. HarfBuzz reverted to setting clusters logically all the time again, so we don't need this change. | ||||
| * | [HB] Fix cluster setting with recent HB change | Behdad Esfahbod | 2011-07-21 | 1 | -1/+8 |
| | | |||||
| * | Merge branch 'master' into harfbuzz-ng-external | Behdad Esfahbod | 2011-06-17 | 3 | -1/+267 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: configure.in pango/opentype/hb-common.h pango/pango-ot-info.c | ||||
| * | | [HB] Final update for font-funcs API changes | Behdad Esfahbod | 2011-05-25 | 1 | -7/+5 |
| | | | |||||
| * | | [HB] Adjust to more vertical API changes | Behdad Esfahbod | 2011-05-19 | 1 | -12/+7 |
| | | | |||||
| * | | [HB] Update to newer vertical API | Behdad Esfahbod | 2011-05-17 | 1 | -8/+7 |
| | | | |||||
| * | | [HB] Update to latest API changes for vertical text | Behdad Esfahbod | 2011-05-17 | 1 | -16/+24 |
| | | | |||||
| * | | [HB] Adjust to latest API changes | Behdad Esfahbod | 2011-05-12 | 1 | -8/+9 |
| | | | |||||
| * | | [HB] Adjust to latest API changes | Behdad Esfahbod | 2011-05-11 | 1 | -10/+10 |
| | | | |||||
| * | | [HB] Update to latest HarfBuzz API changes | Behdad Esfahbod | 2011-05-11 | 1 | -28/+36 |
| | | | |||||
| * | | [HB] Adapt to hb_font_create() taking an input face | Behdad Esfahbod | 2011-05-02 | 1 | -10/+7 |
| | | | |||||
| * | | [HB] Make y grow down | Behdad Esfahbod | 2011-04-21 | 1 | -4/+4 |
| | | | | | | | | | | | | More intuitive. | ||||
| * | | [HB] Remove usage of hb_buffer_get_reference_count() | Behdad Esfahbod | 2011-04-21 | 1 | -1/+1 |
| | | | |||||
| * | | [HB] More update to HarfBuzz API change | Behdad Esfahbod | 2011-04-20 | 1 | -3/+3 |
| | | | |||||
| * | | Update to HarfBuzz API changes | Behdad Esfahbod | 2011-04-19 | 1 | -2/+2 |
| | | | |||||
| * | | More hb_buffer_clear() removal | Behdad Esfahbod | 2011-04-15 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into harfbuzz-ng-external | Behdad Esfahbod | 2011-04-15 | 1 | -3/+4 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pango/opentype/hb-buffer-private.h pango/opentype/hb-buffer.c pango/opentype/hb-buffer.h pango/opentype/hb-open-type-private.hh pango/opentype/hb-ot-layout-gpos-private.hh | ||||
| * | | | Update to harfbuzz 0.3 api | Behdad Esfahbod | 2010-10-27 | 1 | -11/+27 |
| | | | | |||||
| * | | | Remove Arabic and Syriac shapers, require harfbuzz >= 0.2 | Behdad Esfahbod | 2010-10-12 | 9 | -1457/+0 |
| | | | | |||||
| * | | | Fix y_offset negation | Behdad Esfahbod | 2010-10-12 | 1 | -4/+4 |
| | | | | |||||
| * | | | Merge branch 'master' into harfbuzz-ng-external | Behdad Esfahbod | 2010-09-21 | 11 | -128/+169 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pango/Makefile.am pango/pango-ot-buffer.c pango/pango-ot-info.c Removed: pango/opentype/Makefile.am pango/opentype/hb-blob.c pango/opentype/hb-open-file-private.hh pango/opentype/hb-open-type-private.hh pango/opentype/hb-ot-layout-common-private.hh pango/opentype/hb-ot-layout-gdef-private.hh pango/opentype/hb-ot-layout-gpos-private.hh pango/opentype/hb-ot-layout-gsub-private.hh pango/opentype/hb-ot-layout-gsubgpos-private.hh pango/opentype/hb-ot-layout.cc pango/opentype/hb-ot-layout.h pango/opentype/hb-private.h | ||||
| * | | | | Adjust to hb-ng scale cleanup | Behdad Esfahbod | 2010-05-19 | 1 | -4/+3 |
| | | | | | |||||
| * | | | | Fix hb font scale | Behdad Esfahbod | 2009-12-20 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | [HB module] Hook-up TT kerning | Behdad Esfahbod | 2009-12-20 | 1 | -11/+20 |
| | | | | | |||||
| * | | | | [HB module] Release font | Behdad Esfahbod | 2009-12-20 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Adjust to hb_buffer_get_len() rename | Behdad Esfahbod | 2009-11-06 | 1 | -2/+3 |
| | | | | | |||||
| * | | | | Start porting basic-fc to harfbuzz-ng | Behdad Esfahbod | 2009-11-05 | 2 | -136/+199 |
| | | | | |