Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [modules] Move language modules in source tree and remove modules/ | Behdad Esfahbod | 2015-04-04 | 7 | -662/+0 |
| | | | | | | | This should complete the kill-modules effort. What is left is leftover removal and unbreaking stuff. Bug 733882 - Kill Pango modules, engines, and config files | ||||
* | Move shapers from modules/basic/ into pango/ | Behdad Esfahbod | 2015-04-04 | 5 | -1944/+0 |
| | | | | Note wired up yet. Doesn't build. | ||||
* | Kill module.def and Module.mk | Behdad Esfahbod | 2015-04-04 | 7 | -20/+28 |
| | |||||
* | Kill unused pangorc file | Khaled Hosny | 2015-04-04 | 2 | -5/+1 |
| | |||||
* | [modules] Simplify build a bit | Khaled Hosny | 2015-04-04 | 6 | -29/+6 |
| | |||||
* | [modules] Kill build tree pango.modules file | Khaled Hosny | 2015-04-04 | 2 | -50/+0 |
| | |||||
* | [modules] Don't build any dynamic modules | Khaled Hosny | 2015-04-04 | 6 | -82/+5 |
| | |||||
* | Allow disabling OpenType features from fontconfig | Behdad Esfahbod | 2015-04-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | For example: <!--match target="font"> <edit name="fontfeatures" mode="append"> <string>liga off</string> <string>dlig off</string> </edit> </match--> The format is like CSS font-feature-settings. | ||||
* | [coretext] Minor fix | Behdad Esfahbod | 2014-08-10 | 1 | -1/+1 |
| | |||||
* | [coretext] Bug 734174 Crashes on OS Yosemite | Behdad Esfahbod | 2014-08-10 | 1 | -1/+14 |
| | |||||
* | [win32] Invert y_offset | Behdad Esfahbod | 2014-07-29 | 1 | -2/+2 |
| | | | | | All these years, in the win32 backend, the y_offset was inverted. Ie. no vertical glyph positioning worked, ever... Sigh. | ||||
* | [coretext] Reverse glyphs if right-to-left | Behdad Esfahbod | 2014-07-29 | 1 | -0/+4 |
| | | | | | The shape.c layer is doing this for clumsy backends but warns. Fix properly. | ||||
* | Prevent HarfBuzz from using REPLACEMENT CHARACTER | Behdad Esfahbod | 2014-07-11 | 1 | -0/+6 |
| | | | | | Needed after this: https://github.com/behdad/harfbuzz/commit/efe74214bbb68eaa3d7621e73869b5d58210107e | ||||
* | 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 |
| | | |