Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: Convert gtk-doc syntax leftoversdocs-cleanup | Matthias Clasen | 2021-05-19 | 1 | -68/+70 |
| | | | | | Remove leftovers like #Type, reduce indentations to avoid markdown block quotes, etc. | ||||
* | docs: Remove no-longer used sections | Matthias Clasen | 2021-03-11 | 1 | -12/+0 |
| | | | | | | These don't have enough meat to warrant turning them into .md files, so just drop them. They are no longer used. | ||||
* | docs: Replace lots of vestigial xml markup | Matthias Clasen | 2021-03-11 | 1 | -1/+1 |
| | | | | | We want to use pure markdown, since docbook is going away as the intermediate format. | ||||
* | pango-ot-info: Fix an uninitialized value | Timm Bäder | 2020-06-10 | 1 | -3/+4 |
| | | | | | | | | | We never assign a value to l_index. Also, we pass on language_index to hb_ot_layout_script_select_language, even though the last parameter of that function is not nullable, while our language_index parameter is. Fix this to pass &l_index to hb_ot_layout_script_select_language, which is what I believe should happen. | ||||
* | Add missing transfer annotations | Emmanuele Bassi | 2019-08-02 | 1 | -2/+2 |
| | |||||
* | ot: Avoid deprecated harfbuzz api | Matthias Clasen | 2019-07-12 | 1 | -4/+6 |
| | | | | Don't use deprecated api to implement deprecated api! | ||||
* | Mark deprecated apis more clearly | Matthias Clasen | 2019-07-04 | 1 | -3/+5 |
| | | | | Move them to their own section in the docs. | ||||
* | Add many missing nullability annotations. | Evan Nemerson | 2014-10-16 | 1 | -5/+8 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=731022 | ||||
* | Revert "ot-info: Update after API break in HarfBuzz" | Behdad Esfahbod | 2014-06-24 | 1 | -5/+4 |
| | | | | | | This reverts commit 4901fb74b3c1137d13a6b7e4e8784577c1816e47. The removed API was added back to HarfBuzz. So, no need for this. | ||||
* | ot-info: Update after API break in HarfBuzz | Emmanuele Bassi | 2014-06-20 | 1 | -4/+5 |
| | |||||
* | Avoid a crash when FT_Face is null | Akira TAGOH | 2014-02-13 | 1 | -0/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=724006 | ||||
* | Bug 685167 - migrate docs to no-tmpl flavour | Behdad Esfahbod | 2013-09-27 | 1 | -0/+10 |
| | | | | Patch from Rafał Mużyło. | ||||
* | Deprecate pango-ot.h | Behdad Esfahbod | 2012-08-23 | 1 | -22/+0 |
| | | | | | | Still needs document Deprecated tags to be done. Soon to add pango-hb.h | ||||
* | Remove some old cruft | Behdad Esfahbod | 2012-08-21 | 1 | -6/+0 |
| | |||||
* | Merge branch 'harfbuzz-ng-external' | Behdad Esfahbod | 2012-08-16 | 1 | -285/+12 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Update to HarfBuzz 0.9.2 API | Behdad Esfahbod | 2012-08-16 | 1 | -97/+2 |
| | | |||||
| * | Merge branch 'master' into harfbuzz-ng-external | Behdad Esfahbod | 2011-06-17 | 1 | -31/+6 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: configure.in pango/opentype/hb-common.h pango/pango-ot-info.c | ||||
| * | | [HB] Update to latest API changes | Behdad Esfahbod | 2011-05-11 | 1 | -0/+4 |
| | | | |||||
| * | | [HB] Adapt to hb_font_create() taking an input face | Behdad Esfahbod | 2011-05-02 | 1 | -2/+2 |
| | | | |||||
| * | | [HB] Make y grow down | Behdad Esfahbod | 2011-04-21 | 1 | -2/+2 |
| | | | | | | | | | | | | More intuitive. | ||||
| * | | Update to HarfBuzz API changes | Behdad Esfahbod | 2011-04-19 | 1 | -2/+2 |
| | | | |||||
| * | | [HB] Adjust to removal of hb_buffer_clear_positions() | Behdad Esfahbod | 2011-04-15 | 1 | -1/+2 |
| | | | |||||
| * | | Always call hb_ot_layout_position_finish() | Behdad Esfahbod | 2011-04-15 | 1 | -2/+1 |
| | | | |||||
| * | | Remove gdef synthesis code as upstream harfbuzz removed the APIs | Behdad Esfahbod | 2010-10-27 | 1 | -153/+4 |
| | | | |||||
| * | | Adjust to hb-ng scale cleanup | Behdad Esfahbod | 2010-05-19 | 1 | -3/+3 |
| | | | |||||
| * | | Fix glyph class building. Oops! | Behdad Esfahbod | 2010-05-10 | 1 | -2/+2 |
| | | | |||||
| * | | [OT] Adjust to HB API change | Behdad Esfahbod | 2010-04-22 | 1 | -2/+1 |
| | | | |||||
| * | | [OT] Adapt to HB API change | Behdad Esfahbod | 2009-11-06 | 1 | -3/+3 |
| | | | |||||
| * | | Use hb_ot_layout_position_finish() | Behdad Esfahbod | 2009-11-06 | 1 | -25/+30 |
| | | | |||||
| * | | Fix FT_Face finalizer call | Behdad Esfahbod | 2009-11-06 | 1 | -1/+1 |
| | | | |||||
| * | | Use hb-ft.h | Behdad Esfahbod | 2009-11-05 | 1 | -38/+1 |
| | | | |||||
| * | | [HB] Update to HarfBuzz struct renames | Behdad Esfahbod | 2009-11-05 | 1 | -2/+2 |
| | | | |||||
| * | | Update to new HarfBuzz query API | Behdad Esfahbod | 2009-11-04 | 1 | -11/+11 |
| | | | |||||
| * | | Use external harfbuzz shared library from harfbuzz-ng | Behdad Esfahbod | 2009-11-03 | 1 | -3/+0 |
| | | | |||||
* | | | break.c: Fix compilation against newer GLib versions | Chun-wei Fan | 2011-09-17 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | G_UNICODE_COMBINING_MARK was renamed as G_UNICODE_SPACING_MARK soon after the GLib 2.29.14 release, so fix that in break.c and pango-ot-info.c. To support GLib on and before 2.29.14, a convenience definition for G_UNICODE_SPACING_MARK is defined. | ||||
* | | | Bug 652841 - Various pieces of dead code found by gcc/clang static analyzer | Behdad Esfahbod | 2011-06-17 | 1 | -2/+0 |
| |/ |/| | |||||
* | | [OT] Fix logic | Behdad Esfahbod | 2011-05-01 | 1 | -1/+1 |
| | | | | | | | | That part of code is to be removed thanks to HarfBuzz move though. | ||||
* | | pango/pango-ot-info.c: Use G_DEFINE_TYPE | Javier Jardón | 2011-04-30 | 1 | -31/+6 |
| | | |||||
* | | Fix glyph class building. Oops! | Behdad Esfahbod | 2010-05-10 | 1 | -2/+2 |
| | | | | | | | | Bug 605870 - Incorrect shaping for Syriac | ||||
* | | Bug 609326 - Complex script shaping failed in the FT2 backend on Windows | Behdad Esfahbod | 2010-03-01 | 1 | -7/+1 |
| | | | | | | | | Check for face->stream->read == NULL instead of face->stream->base != NULL. | ||||
* | | Bug 609326 - Complex script shaping failed in the FT2 backend on Windows | Tor Lillqvist | 2010-03-01 | 1 | -1/+7 |
| | | | | | | | | | | | | I am not sure whether the root cause is a bug in FreeType, or the way Pango uses FreeType, or some more exotic mechanism. Anyway, add a simple workaround. | ||||
* | | [HB] Remove unused argument | Behdad Esfahbod | 2010-01-26 | 1 | -2/+1 |
| | | |||||
* | | Fix FT_Face finalizer call | Behdad Esfahbod | 2009-12-20 | 1 | -1/+1 |
|/ | |||||
* | Fix leak with non-mmapped fonts | Behdad Esfahbod | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | Fix bug with lookup_index overflowing our static array | Behdad Esfahbod | 2009-08-27 | 1 | -0/+2 |
| | | | | Part of Bug 593240 - updating pango to latest git master makes things crash | ||||
* | [HB] s/writeable/writable/g | Behdad Esfahbod | 2009-08-19 | 1 | -2/+2 |
| | |||||
* | [OT] Enlarge lookup array | Behdad Esfahbod | 2009-08-12 | 1 | -2/+2 |
| | | | | | We'll fix it properly later when ruleset logic is moved into HarfBuzz. In the mean time, IranNastaliq was hitting the 100 limit. | ||||
* | Bug 591465 – Gimp crashes upon opening the font selection dialog | Behdad Esfahbod | 2009-08-11 | 1 | -3/+3 |
| | | | | Initialize count variables. | ||||
* | Bug 591409 – crash in firefox. Handle non-mmapped FT_Face | Behdad Esfahbod | 2009-08-11 | 1 | -10/+40 |
| | |||||
* | [OT] Hookup glib unicode funcs | Behdad Esfahbod | 2009-08-10 | 1 | -0/+2 |
| |