[pango] (77 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:

  2cf202d... Allow cascading fontmaps
  5362aa4... Use modern C++
  68e7055... coretext: Make cairo support work
  3e19276... hbfont: Silently accept lack of size
  9988ace... Cosmetics
  fb8b91f... Capitalize generic names
  195873e... pango-list: Print some more info
  09fc3e9... directwrite: Make cairo support work
  4b9967a... build: Fix HarfBuzz fallback for Windows
  cae2c44... Cosmetics
  966abf9... Bring back shape attributes
  d94309a... line-breaker: Filter attributes properly
  a7cc5f4... build: Drop pangowin32.rc.in from build
  43bb4a8... pangocairo-font.c: Fix Windows DirectWrite build
  f77193f... Make testattributes work on Windows
  7238e8e... font: Redo feature api
  aff0567... Drop more PangoItem api
  5e93bf9... Clean up PangoRenderer api
  a3fee26... Document attribute binding helpers
  2341e70... Make PangoGlyphItem private
  e44b131... Cosmetics
  67dff89... docs: Add a migration guide
  9a49324... Add a userfont to pango-view
  ceb53e4... Fix gravities for user fonts
  08957c2... fontset: Ignore gravity and variations
  d70e5bb... ci: Fix running tests manually
  8c6c510... Remove an erroneous assertion
  290d3ed... Avoid overflow when calculating caret slope
  a0213e2... update make-release.sh script for option changes
  1c3973c... Disable known-broken tests
  f8c25ab... Update userfont example for changes
  45522cd... 1.90
  3307f07... Documentation improvements
  6342fc8... Implement all the line styles
  9bac3ed... Revert "Disable known-broken tests"
  23a3090... Clean up tests
  5ad8a17... README.win32: Update Windows build information
  e54946e... Be careful with acos
  b2ce8bf... Avoid gio in Pango headers
  5d27fd8... README.win32: Convert to MarkDown
  af71d82... README.win32.md: Use UNIX line endings
  889fe4e... README.win32.md: Mention about pixman on ARM64 builds
  df37407... Convert to the pango2 prefix
  18417fc... Versioning gymnastics
  c556432... Move the code from pango/ to pango2/
  4d7f618... docs: Mention prefix change in migration guide
  63a07fd... Update news
  aa86b72... Remove the mixed dependency check
  f53d87e... Redo the cairo backend code
  5433e4e... pango-view: Remove leftovers
  e65c039... Add defines for native fontmaps
  e782851... Update examples in the docs
  58bde0b... Undo excessive search/replace
  891ef14... Windows: Fix up version resource
  8f737a2... pangodwrite-fontmap.cpp: Fix build
  7eff14d... pangocairo-font.c: Fix DirectWrite build
  2e4e8ea... pangodwrite-fontmap.cpp: Fix up Pango2Stretch mapping
  0bdc682... ci: Don't run HarfBuzz tests on Windows
  41d7a06... Redo the cairo font code
  cc2aa64... build: Cosmetics
  82e2d81... ci: Fix win32 run scripts
  64404d0... Bump harfbuzz dep
  e7bef01... Add Pango2HbFaceBuilder
  b8813f9... Unset faceid when looking for monospace
  ea6a2d9... linebreaker: Apply show flags to line separators
  2b65fe9... Add pango2_lines_get_trimmed_extents
  3cc09bc... gtkjsonprinter.c: Don't check for <0x20 to output \uXXXX st
  b330538... pango-font.c: Make face_get_blob() a shared function
  126630e... pangocairo-dwrite-font.cpp: Fix up cairo_font_face_t creati
  89ca4d9... pangocairo-font.c: Only acquire cairo_font_face_t from Pang
  370bfa4... Windows: Split out code for aliases (and fallbacks)
  8c4616b... pangowin32-utils.c: Add aliases as from Pango-1.x
  8c1d370... pangodwrite-fontmap.cpp: Set up DirectWrite GDI interop
  617fd13... pangodwrite-fontmap: Add APIs to query font description fro
  1c58ba3... pangodwrite-fontmap: Add property for whether GDI will be u
  5d9749a... pangodwrite-fontmap.cpp: Support creating GDI-based hb_face
  39da23c... PangoCairo: Add support creating GDI-based cairo_font_face_

Commits added to the branch:

  1fab8a7... Allow cascading fontmaps (*)
  78249a4... Use modern C++ (*)
  5ff56f8... coretext: Make cairo support work (*)
  0daa71d... hbfont: Silently accept lack of size (*)
  b60a1e9... Cosmetics (*)
  393c7cc... Capitalize generic names (*)
  70eb450... pango-list: Print some more info (*)
  6024cb0... directwrite: Make cairo support work (*)
  94e9d90... build: Fix HarfBuzz fallback for Windows (*)
  3721547... Cosmetics (*)
  366cbe7... Bring back shape attributes (*)
  63f1271... line-breaker: Filter attributes properly (*)
  76b423f... build: Drop pangowin32.rc.in from build (*)
  fa511da... pangocairo-font.c: Fix Windows DirectWrite build (*)
  7c197e6... Make testattributes work on Windows (*)
  df85140... font: Redo feature api (*)
  50f6a77... Drop more PangoItem api (*)
  9138a93... Clean up PangoRenderer api (*)
  50e813e... Document attribute binding helpers (*)
  d8471c6... Make PangoGlyphItem private (*)
  bfc00da... Cosmetics (*)
  7ab3017... docs: Add a migration guide (*)
  1838555... Add a userfont to pango-view (*)
  aa0639a... Fix gravities for user fonts (*)
  24a66f1... fontset: Ignore gravity and variations (*)
  a0ac3d8... ci: Fix running tests manually (*)
  2fb3934... Remove an erroneous assertion (*)
  d7b95a6... Avoid overflow when calculating caret slope (*)
  8bbdb8c... update make-release.sh script for option changes (*)
  6b4559c... Disable known-broken tests (*)
  c38261f... Update userfont example for changes (*)
  85167ff... 1.90 (*)
  4cfc401... Documentation improvements (*)
  509d24d... Implement all the line styles (*)
  fd012e5... Revert "Disable known-broken tests" (*)
  a35b2bb... Clean up tests (*)
  f6ee844... README.win32: Update Windows build information (*)
  310f826... Be careful with acos (*)
  e9ab37a... Avoid gio in Pango headers (*)
  9703808... README.win32: Convert to MarkDown (*)
  36945db... README.win32.md: Use UNIX line endings (*)
  249ce63... README.win32.md: Mention about pixman on ARM64 builds (*)
  778df43... Convert to the pango2 prefix (*)
  b197cc0... Versioning gymnastics (*)
  bcdce34... Move the code from pango/ to pango2/ (*)
  43ecec4... docs: Mention prefix change in migration guide (*)
  41108f6... Update news (*)
  29057df... Remove the mixed dependency check (*)
  bd052ba... Redo the cairo backend code (*)
  b29fdef... pango-view: Remove leftovers (*)
  f51d318... Add defines for native fontmaps (*)
  aedb2cc... Update examples in the docs (*)
  b64dab6... Undo excessive search/replace (*)
  c3975c6... Windows: Fix up version resource (*)
  6f3fede... pangodwrite-fontmap.cpp: Fix build (*)
  7e91a51... pangocairo-font.c: Fix DirectWrite build (*)
  76400dc... pangodwrite-fontmap.cpp: Fix up Pango2Stretch mapping (*)
  80e1b85... ci: Don't run HarfBuzz tests on Windows (*)
  0026ab3... Redo the cairo font code (*)
  e1aee36... build: Cosmetics (*)
  4aa0177... ci: Fix win32 run scripts (*)
  636c144... Bump harfbuzz dep (*)
  887f115... Add Pango2HbFaceBuilder (*)
  0e95c6d... Unset faceid when looking for monospace (*)
  e87e5ce... linebreaker: Apply show flags to line separators (*)
  9954891... Add pango2_lines_get_trimmed_extents (*)
  8ee5fe2... Support color palettes in fonts (*)
  7b729c2... pangocairo-font.c: Only acquire cairo_font_face_t from Pang (*)
  c5bd2b4... Windows: Split out code for aliases (and fallbacks) (*)
  a9c6959... pangowin32-utils.c: Add aliases as from Pango-1.x (*)
  5b3d305... 0.91 (*)
  fc9082d... gtkjsonprinter.c: Don't check for <0x20 to output \uXXXX st
  c2cd26f... pangodwrite-fontmap.cpp: Set up DirectWrite GDI interop
  c6b3222... pangodwrite-fontmap: Add APIs to query font description fro
  b7b232d... pangodwrite-fontmap: Add property for whether GDI will be u
  fab5bc9... pangodwrite-fontmap.cpp: Support creating GDI-based hb_face
  9f549ec... PangoCairo: Add support creating GDI-based cairo_font_face_

(*) 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]