[pango] (65 commits) Non-fast-forward update to branch pango2-windows



The branch 'pango2-windows' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  15948a2... Rename PangoHbFontMap to PangoFontMap
  6b522ba... Drop PangoFontsetSimple
  c4d5ea8... Add default fontmap API
  73970b7... Thin out pangocairo code
  eb04b3f... Clean up build machinery
  51ef90e... Store cairo_font_options in the context
  8a447c6... Apply font options
  fbcb58c... Seal PangoItem
  cb0c5d9... Split off pango-glyph-iter.h
  7482a64... Tweak prerelease versioning
  721bac8... Get the docs in shape
  1604275... Some updates to the README
  0faf25b... Drop deprecated macros
  29a4479... Cosmetics: Move glyph constant definitions
  9efcd41... Drop pango_font_description_to_filename
  b50f6f2... Link against harfbuzz-gobject
  e1a2e2a... Clean up PangoFontFamily
  dfb9d59... Drop pango_font_get_font_map
  d4ce339... hbfamily: Unset face families
  aac6469... Clean up PangoFontFace hierarchy
  774e3df... Clean up the PangoFont hierarchy
  e5ecba3... Drop pango_font_get_languages
  2a0e38f... Drop pango_font_has_char
  f280777... font: add properties
  c9f51ed... fontmap: Cleanups
  23cfb59... context: Use G_DECLARE_FINAL_TYPE
  e8893a1... fontset: Use PANGO_DECLARE_INTERNAL_TYPE
  b2a7329... Add autoptr cleanup
  94f6230... Make types final
  550ecef... Drop pango_font_description_better_match
  736188f... Keep pango_fontset_get_language private
  da5d676... Make font metrics copy/free
  e7dfb30... lines: Add properties
  2e934c4... context: Add properties
  6d4518a... hbface: Add properties
  a4a2807... Clean up font properties
  718c11c... More matrix work
  503c56d... document font properties
  95360e0... document hbfont properties
  30db239... examples: Cosmetics
  92fc055... fontset cached: create less fonts
  991b1de... docs: Sync the cairo example
  d741a73... docs: Add an example for user fonts
  c117c75... docs: Add a 'first steps' example
  f76e797... docs: Add a complex layout example
  7887be0... docs: Add a section on custom fonts
  b3afe01... Add alpha to PangoColor
  05392c3... NEWS: Updates
  78dfe8b... Clean up gtypes a bit
  a7e4607... Drop PANGOCAIRO_BACKEND for now
  8efc1e9... fontmap: improve the docs
  a651e71... context: more docs
  82a664b... CODING_STYLE: some updates
  15d60ac... Bump harfbuzz dep
  996d9d6... Try to fix the ci build
  710cbaa... build: Drop pangowin32.rc.in from build
  900fe11... build: Don't check for fontconfig_dep
  996a6ab... build: Only build tests using FontConfig on *nix
  c0b84e4... pango/pango-font-description.c: Include stdlib.h
  15fd881... pango-fontmap.c: Fix build on Windows
  dc3746d... pango-font-private.h: Fix builds on Visual Studio+DWrite
  f1329cd... pangodwrite-fontmap.cpp: Fix build
  1de8f84... pango-fontmap-private.h: Use C linkage
  db04960... examples: Use pango_font_map_new_default()
  d05d461... cxx-test.cpp: Don't try to include pangowin32.h

Commits added to the branch:

  5beb239... Rename PangoHbFontMap to PangoFontMap (*)
  f8c691f... Drop PangoFontsetSimple (*)
  49b6541... Add default fontmap API (*)
  bde36cb... Thin out pangocairo code (*)
  fd8a9c2... Clean up build machinery (*)
  c134ebc... Store cairo_font_options in the context (*)
  004bc33... Apply font options (*)
  bd08ccf... Seal PangoItem (*)
  7dea6e6... Split off pango-glyph-iter.h (*)
  3c96058... Tweak prerelease versioning (*)
  3765237... Get the docs in shape (*)
  04ed174... Some updates to the README (*)
  d4f8a7c... Drop deprecated macros (*)
  bb8719f... Cosmetics: Move glyph constant definitions (*)
  91003aa... Drop pango_font_description_to_filename (*)
  2174ca1... Link against harfbuzz-gobject (*)
  64cde23... Clean up PangoFontFamily (*)
  fdfc1f3... Drop pango_font_get_font_map (*)
  1a40371... hbfamily: Unset face families (*)
  50dc17d... Clean up PangoFontFace hierarchy (*)
  149a0e8... Clean up the PangoFont hierarchy (*)
  80487bb... Drop pango_font_get_languages (*)
  44c9e2f... Drop pango_font_has_char (*)
  40c5951... font: add properties (*)
  805937b... fontmap: Cleanups (*)
  e331407... context: Use G_DECLARE_FINAL_TYPE (*)
  3a55549... fontset: Use PANGO_DECLARE_INTERNAL_TYPE (*)
  37630c7... Add autoptr cleanup (*)
  f852172... Make types final (*)
  cad30c5... Drop pango_font_description_better_match (*)
  7095c52... Keep pango_fontset_get_language private (*)
  e04cdf0... Make font metrics copy/free (*)
  3857bce... lines: Add properties (*)
  c41211a... context: Add properties (*)
  2bd484c... hbface: Add properties (*)
  9953379... Clean up font properties (*)
  68d4e0e... More matrix work (*)
  117a245... document font properties (*)
  3f11b15... document hbfont properties (*)
  d7ab766... examples: Cosmetics (*)
  ea9d0cb... fontset cached: create less fonts (*)
  0f945c5... docs: Sync the cairo example (*)
  e1c192f... docs: Add an example for user fonts (*)
  890c6cd... docs: Add a 'first steps' example (*)
  283ebbf... docs: Add a complex layout example (*)
  56d59ea... docs: Add a section on custom fonts (*)
  ee62167... Add alpha to PangoColor (*)
  6c62763... NEWS: Updates (*)
  98a0fef... Clean up gtypes a bit (*)
  a3e3992... Drop PANGOCAIRO_BACKEND for now (*)
  0e10d1b... fontmap: improve the docs (*)
  3a48614... context: more docs (*)
  7532416... CODING_STYLE: some updates (*)
  6e18dfd... Generate pango2.pc (*)
  43939d3... Bump harfbuzz dep (*)
  650d022... Try to fix the ci build (*)
  4536898... more ci build fixes (*)
  b44195a... build: Drop pangowin32.rc.in from build
  be24c1a... build: Only build tests using FontConfig if it is found
  558b019... pango/pango-font-description.c: Include stdlib.h
  8c68e77... pango-font-private.h: Fix builds on Visual Studio+DWrite
  09465a0... pangodwrite-fontmap.cpp: Fix build
  c8e02cb... pango-fontmap-private.h: Use C linkage
  3d9562c... examples: Use pango_font_map_new_default()
  f0ebdfe... cxx-test.cpp: Don't try to include pangowin32.h

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]