[pango: 31/31] Merge branch 'kill-modules'
- From: Behdad Esfahbod <behdad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango: 31/31] Merge branch 'kill-modules'
- Date: Sun, 5 Apr 2015 20:06:25 +0000 (UTC)
commit 3a510689764e54516b309be1c542ea0f2263d177
Merge: 2ae5739 f734d7c
Author: Behdad Esfahbod <behdad behdad org>
Date: Sun Apr 5 12:58:46 2015 -0700
Merge branch 'kill-modules'
Bug 733882 - Kill Pango modules, engines, and config files
This removes use of gmodule modules, config files, and deprecates
engine and module APIs, although for compatibility reasons, those
are still used internally to wire things up. ~2500 lines gone.
Makefile.am | 4 +-
NEWS | 6 -
build/win32/vs10/Makefile.am | 7 +-
build/win32/vs11/Makefile.am | 18 -
build/win32/vs12/Makefile.am | 18 -
build/win32/vs9/Makefile.am | 7 +-
config.h.win32.in | 6 -
configure.ac | 309 +--------
docs/Makefile.am | 26 +-
docs/pango-docs.sgml | 5 -
docs/pango-querymodules.xml | 131 ----
examples/pangowin32tobmp.c | 1 -
modules/Makefile.am | 71 --
modules/Module.mk | 35 -
modules/arabic/Makefile.am | 21 -
modules/basic/Makefile.am | 55 --
modules/indic/Makefile.am | 20 -
modules/module.def | 5 -
modules/pangorc | 8 -
modules/thai/Makefile.am | 21 -
modules/thai/thai-lang.c | 148 ----
pango-uninstalled.pc.in | 1 -
pango-view/Makefile.am | 9 +-
pango-view/viewer-render.c | 11 +-
pango-zip.sh.in | 51 --
pango.pc.in | 3 -
pango/Makefile.am | 91 +--
.../arabic/arabic-lang.c => pango/break-arabic.c | 73 +--
modules/indic/indic-lang.c => pango/break-indic.c | 113 +---
pango/break-thai.c | 90 +++
pango/break.c | 115 ++-
pango/module-defs-fc.c.win32 | 9 -
pango/module-defs-lang.c.win32 | 11 -
pango/module-defs-win32.c.win32 | 9 -
pango/module-defs.h.win32 | 29 -
pango/modules.c | 791 +-------------------
pango/modules.h | 35 -
pango/pango-context.c | 197 ++----
pango/pango-engine-private.h | 4 +-
pango/pango-engine.c | 7 +-
pango/pango-engine.h | 61 +-
pango/pango-fontmap.c | 1 +
pango/pango-modules.h | 6 +
pango/pango-utils.c | 142 +----
pango/pango-utils.h | 2 +
pango/pangocoretext-fontmap.c | 5 -
pango/pangocoretext-private.h | 11 +-
.../pangocoretext-shape.c | 89 +--
pango/pangocoretext.c | 39 +-
pango/pangocoretext.h | 3 +-
pango/pangofc-font.c | 49 +-
pango/pangofc-font.h | 4 +-
pango/pangofc-fontmap.c | 12 -
pango/pangofc-fontmap.h | 2 +-
pango/pangofc-private.h | 9 +-
modules/basic/basic-fc.c => pango/pangofc-shape.c | 87 +--
pango/pangoft2-fontmap.c | 2 +-
pango/pangowin32-fontmap.c | 59 --
pango/pangowin32-private.h | 12 +-
.../basic-win32.c => pango/pangowin32-shape.c | 147 +----
pango/pangowin32.c | 58 +-
pango/querymodules.c | 323 --------
sanitize-la.sh | 3 -
tests/Makefile.am | 9 +-
tests/dump-boundaries.c | 2 -
65 files changed, 529 insertions(+), 3179 deletions(-)
---
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]