[pango] (88 commits) Non-fast-forward update to branch pango2-windows
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] (88 commits) Non-fast-forward update to branch pango2-windows
- Date: Wed, 15 Jun 2022 02:37:11 +0000 (UTC)
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:
af7781c... Add PangoDirectWriteHbFontMap
df57ead... Drop non-hb win32 support
b17446c... Shuffle utils around
02aacfd... Clean up private utils
0c3ab7c... Drop PangoCoverage
1fda407... Drop some font family apis
6f3c404... Make PangoFontMetrics struct private
949e45b... Bump the harfbuzz dependency
0c5607a... Split off PangoFontSetCached
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
ce9bbfa... DirectWrite: Add utility to acquire Cairo font face
c23b8de... pangocairo-font.c: Support creating font face with DWrite
Commits added to the branch:
17f9350... Add PangoDirectWriteHbFontMap (*)
21b38b3... Drop non-hb win32 support (*)
5432686... Shuffle utils around (*)
df4242b... Clean up private utils (*)
620c080... Drop PangoCoverage (*)
5438cfd... Drop some font family apis (*)
714b3a9... Make PangoFontMetrics struct private (*)
c8b3ca0... Bump the harfbuzz dependency (*)
bd15673... Split off PangoFontSetCached (*)
421587d... Rename PangoHbFontMap to PangoFontMap (*)
be7cd26... Drop PangoFontsetSimple (*)
1bce7e1... Add default fontmap API (*)
25bddbe... Thin out pangocairo code (*)
da185ac... Clean up build machinery (*)
053dd0a... Store cairo_font_options in the context (*)
697502d... Apply font options (*)
9d0c1bb... Seal PangoItem (*)
37c101f... Split off pango-glyph-iter.h (*)
69c96d6... Tweak prerelease versioning (*)
2179352... Get the docs in shape (*)
6a2be3f... Some updates to the README (*)
d4572d2... Drop deprecated macros (*)
d346545... Cosmetics: Move glyph constant definitions (*)
9460ed5... Drop pango_font_description_to_filename (*)
a066e93... Link against harfbuzz-gobject (*)
cc0db2d... Clean up PangoFontFamily (*)
5bbe31d... Drop pango_font_get_font_map (*)
f5d1bb1... hbfamily: Unset face families (*)
ee512fb... Clean up PangoFontFace hierarchy (*)
a6f76f6... Clean up the PangoFont hierarchy (*)
8bb8455... Drop pango_font_get_languages (*)
15307cd... Drop pango_font_has_char (*)
66a8cfe... font: add properties (*)
5463ef1... fontmap: Cleanups (*)
8c8a1ed... context: Use G_DECLARE_FINAL_TYPE (*)
afa9eb9... fontset: Use PANGO_DECLARE_INTERNAL_TYPE (*)
443e4c2... Add autoptr cleanup (*)
1af2e3a... Make types final (*)
378afc3... Drop pango_font_description_better_match (*)
91bade9... Keep pango_fontset_get_language private (*)
d0f2840... Make font metrics copy/free (*)
2153588... lines: Add properties (*)
285d2db... context: Add properties (*)
881836c... hbface: Add properties (*)
fb0ff48... Clean up font properties (*)
46ed944... More matrix work (*)
71e0b5e... document font properties (*)
3bd50ab... document hbfont properties (*)
82c8aaa... examples: Cosmetics (*)
c2ea823... fontset cached: create less fonts (*)
52cbfd5... docs: Sync the cairo example (*)
4cb5267... docs: Add an example for user fonts (*)
7cf87ec... docs: Add a 'first steps' example (*)
ef8c219... docs: Add a complex layout example (*)
7195ec3... docs: Add a section on custom fonts (*)
4d05d6e... Add alpha to PangoColor (*)
93cb5c5... NEWS: Updates (*)
ed06cb1... Clean up gtypes a bit (*)
cfa9a14... Drop PANGOCAIRO_BACKEND for now (*)
8e24d90... fontmap: improve the docs (*)
ec3a097... context: more docs (*)
813e831... CODING_STYLE: some updates (*)
0da6af5... Generate pango2.pc (*)
aa10274... Bump harfbuzz dep (*)
8032016... Try to fix the ci build (*)
97ef7b6... more ci build fixes (*)
f68a30e... Quiet a compiler warning (*)
3944a71... serializer: Fix compiler warnings (*)
dff10ba... ci: We need git harfbuzz (*)
f1393c7... debug spew (*)
c69f8b4... test fonts: updates (*)
3d4abeb... Rename a test (*)
a28e017... test setup: Drop cantarell from sans alias (*)
7ee0a48... hbface: work harder on the description (*)
540bfc9... tests: Unify font loading code (*)
fefa46c... ci: Use the right option (*)
f78de08... fc: Don't add empty generic families (*)
fcd97d4... build: Drop pangowin32.rc.in from build
2414621... build: Only build tests using FontConfig if it is found
3894e1d... pango/pango-font-description.c: Include stdlib.h
c95bfdf... pango-font-private.h: Fix builds on Visual Studio+DWrite
db23f8f... pango-fontmap-private.h: Use C linkage
0aabb16... DirectWrite: Add utility to acquire Cairo font face
031737e... pangocairo-font.c: Support creating font face with DWrite
68df0b8... examples: Use pango_font_map_new_default()
dfe65e0... testhbfont.c: Fix building on non-FontConfig
7f71e78... tests: Only build testserialize.c if FontConfig is there
40396bc... 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]