[pango] (118 commits) Non-fast-forward update to branch pango2
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] (118 commits) Non-fast-forward update to branch pango2
- Date: Tue, 14 Jun 2022 01:34:18 +0000 (UTC)
The branch 'pango2' 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:
19be6d1... Add PangoHbFace
f35b98c... Add PangoHbFamily
1f440a7... Add PangoGenericFamily
f2b0df7... Add PangoHbFont
aa70b9b... Add PangoHbFontmap
1e770dd... Add tests for PangoHbFace and PangoHbFont
202aa4f... test-font: Handle generic families
53eed28... pangocairo: handle PangoHbFont
be28bf9... Add PangoFcLanguageSet
3f8f73c... Add PangoFcHbFontMap
25c2d07... Add PangoFcHbFontMap tests
c634806... pango-list: Show variable faces
84bf079... pangocairo: Allow picking the new fc fontmap
dc0275a... serializer: Leave out faceid for now
c2df066... Add PangoCoreTextHbFontMap
2f8b99b... test-itemize: Leave out faceid
5f82ff5... test-layout: port to PangoFcHbFontMap
bda75a2... Update layout test for amiri
5e26bf1... Introduce user fonts
6a20fbd... cairoshape: Use a user font
b36e694... Add a userfont example
3a72a03... Add new font face api
575012e... Implement coverage for user faces
7212cc8... Drop shape attributes
30160d1... Redo attributes
d2723d3... Change color attr api
de0c54d... Drop some underline variants
603add8... Split off an underline position attribute
73ea48f... Rename PangoUnderline to PangoLineStyle
0e4453d... Make strikethrough styled
f3e61f8... Add some more markup tests
e19409e... Update markup docs
e7d6457... font description: Allow integer values for stretch
5a8e993... More test updates
b177387... testmisc doesn't use any fc api
7fd6059... testserialize: Port to PangoFcHbFontMap
a176e29... Regenerate font enumeration test results
57b0756... Update markup tests
f5a9e97... Adapt layout tests to underline changes
0e8f5a6... hbfontmap: Don't return duplicate fonts
8888567... Regenerate layout tests
7454fe9... Use test fonts in test-break
0c771eb... Add an itemize test for generic families
99b905a... Drop non-hb fontconfig support
52a6815... Drop all versioned since tags
9700f0a... Bump version to 1.90
6160936... Clean up headers
793b037... Add a check for mixed linkage
a88ed61... Fix extent test
f394117... Drop a cursor height test
b2b9270... Make bidi tests pass
dd506ad... pango-view: wip work with pango-hbfontmap
ba6db81... Add more fontset tests
1145e17... Drop non-hb coretext support
af56526... Fix Meson configure on Windows
18ce9d1... Add support for C++ to Meson build definitions
c813179... Add PangoDirectWriteHbFontMap
6865236... Drop non-hb win32 support
eb2922a... Shuffle utils around
be1b8fb... Clean up private utils
46e811d... Drop PangoCoverage
a66ea3f... Drop some font family apis
e388ab1... Cosmetics
da6250f... Make PangoFontMetrics struct private
b6f8df1... Bump the harfbuzz dependency
6e5325b... Split off PangoFontSetCached
282e994... Rename PangoHbFontMap to PangoFontMap
a413a8b... Drop PangoFontsetSimple
2e48b7b... Add default fontmap API
191fa8d... Thin out pangocairo code
718eda0... Clean up build machinery
0133eb9... Store cairo_font_options in the context
9bccd6b... Apply font options
f215b38... Seal PangoItem
42db971... Split off pango-glyph-iter.h
4aaf5a4... Tweak prerelease versioning
b838f3a... Get the docs in shape
d719480... Some updates to the README
dbebd09... Drop deprecated macros
404ffa6... Cosmetics: Move glyph constant definitions
579eaba... Drop pango_font_description_to_filename
8864aa8... Link against harfbuzz-gobject
1c8fc19... Clean up PangoFontFamily
0f132f6... Drop pango_font_get_font_map
7572c97... hbfamily: Unset face families
0fa9138... Clean up PangoFontFace hierarchy
8b19618... Clean up the PangoFont hierarchy
fe19a0f... Drop pango_font_get_languages
39441b5... Drop pango_font_has_char
c68df4a... font: add properties
cb6cfab... fontmap: Cleanups
00f0dd3... context: Use G_DECLARE_FINAL_TYPE
0575e56... fontset: Use PANGO_DECLARE_INTERNAL_TYPE
4b13611... Add autoptr cleanup
3c0f4fd... Make types final
977bded... Drop pango_font_description_better_match
db231ed... Keep pango_fontset_get_language private
1e64086... Make font metrics copy/free
f501961... lines: Add properties
22a6b41... context: Add properties
891a9ca... hbface: Add properties
82e7d5c... Clean up font properties
69758d0... More matrix work
54ffb7a... document font properties
18ca6a4... document hbfont properties
8505aec... NEWS: Updates
b9c995e... examples: Cosmetics
640e67a... fontset cached: create less fonts
0afb80c... docs: Sync the cairo example
f3b0d43... docs: Add an example for user fonts
9c30629... docs: Add a 'first steps' example
cdfe464... docs: Add a complex layout example
Commits added to the branch:
e198f94... Add PangoHbFace
8f0294a... Add PangoHbFamily
4d2e4a7... Add PangoGenericFamily
df34441... Add PangoHbFont
aa10418... Add PangoHbFontmap
5c5e3e7... Add tests for PangoHbFace and PangoHbFont
ccd64ef... test-font: Handle generic families
e6f8826... pangocairo: handle PangoHbFont
83c019c... Add PangoFcLanguageSet
c850859... Add PangoFcHbFontMap
9284ed7... Add PangoFcHbFontMap tests
70374f4... pango-list: Show variable faces
3ecf132... pangocairo: Allow picking the new fc fontmap
1e0c3db... serializer: Leave out faceid for now
c8297f6... Add PangoCoreTextHbFontMap
c830801... test-itemize: Leave out faceid
06c9485... test-layout: port to PangoFcHbFontMap
e420ab2... Update layout test for amiri
96ef536... Introduce user fonts
dce0aa3... cairoshape: Use a user font
8a218c2... Add a userfont example
68251a9... Add new font face api
41e6d64... Implement coverage for user faces
a571d3d... Drop shape attributes
0c0a2dd... Redo attributes
3e8b2cf... Change color attr api
5f0dbe0... Drop some underline variants
a7f623e... Split off an underline position attribute
2460fb1... Rename PangoUnderline to PangoLineStyle
0b30503... Make strikethrough styled
cbf72c9... Add some more markup tests
de357d9... Update markup docs
882931f... font description: Allow integer values for stretch
a6f02d6... More test updates
5d096df... testmisc doesn't use any fc api
0a3e126... testserialize: Port to PangoFcHbFontMap
ae500a4... Regenerate font enumeration test results
5ab94eb... Update markup tests
7a11840... Adapt layout tests to underline changes
b42db7d... hbfontmap: Don't return duplicate fonts
f7387fe... Regenerate layout tests
ca2465d... Use test fonts in test-break
98ede00... Add an itemize test for generic families
b107509... Drop non-hb fontconfig support
954070f... Drop all versioned since tags
8c925de... Bump version to 1.90
e83a707... Clean up headers
c7a0a9a... Add a check for mixed linkage
8b128af... Fix extent test
ad3becb... Drop a cursor height test
2c9f293... Make bidi tests pass
c066371... pango-view: wip work with pango-hbfontmap
ebde5bf... Add more fontset tests
dbd780b... Drop non-hb coretext support
61cc212... Fix Meson configure on Windows
ae1a02f... Add support for C++ to Meson build definitions
af7781c... Add PangoDirectWriteHbFontMap
0cba054... Drop non-hb win32 support
ac9d391... Shuffle utils around
262e329... Clean up private utils
d6425ed... Drop PangoCoverage
6eb13fa... Drop some font family apis
e1a9985... Make PangoFontMetrics struct private
24258b0... Bump the harfbuzz dependency
7501e32... Split off PangoFontSetCached
cddf2a9... Rename PangoHbFontMap to PangoFontMap
7204735... Drop PangoFontsetSimple
9b27840... Add default fontmap API
49cfa64... Thin out pangocairo code
5c6986a... Clean up build machinery
20f1ff9... Store cairo_font_options in the context
b645253... Apply font options
75f5c6d... Seal PangoItem
c0d132a... Split off pango-glyph-iter.h
ab13d8a... Tweak prerelease versioning
a87b7d6... Get the docs in shape
106d0ad... Some updates to the README
08d87be... Drop deprecated macros
cb7cc1e... Cosmetics: Move glyph constant definitions
9d35262... Drop pango_font_description_to_filename
44ff041... Link against harfbuzz-gobject
13209b9... Clean up PangoFontFamily
7639db2... Drop pango_font_get_font_map
f8110de... hbfamily: Unset face families
f5491af... Clean up PangoFontFace hierarchy
c0932f5... Clean up the PangoFont hierarchy
c85295a... Drop pango_font_get_languages
7dc91ce... Drop pango_font_has_char
f73799d... font: add properties
f9d5384... fontmap: Cleanups
72e9cef... context: Use G_DECLARE_FINAL_TYPE
8fcd1b4... fontset: Use PANGO_DECLARE_INTERNAL_TYPE
bee478e... Add autoptr cleanup
27dae3b... Make types final
16a3b8b... Drop pango_font_description_better_match
cfff2b4... Keep pango_fontset_get_language private
b50b2b3... Make font metrics copy/free
db0f8ca... lines: Add properties
d6e879b... context: Add properties
4aadf41... hbface: Add properties
e00e489... Clean up font properties
5418ff9... More matrix work
4a15dce... document font properties
de09e72... document hbfont properties
03cecec... examples: Cosmetics
de2c95c... fontset cached: create less fonts
76b2009... docs: Sync the cairo example
c4d4a1e... docs: Add an example for user fonts
e7098bd... docs: Add a 'first steps' example
98585a2... docs: Add a complex layout example
ad73456... docs: Add a section on custom fonts
427e7ad... Add alpha to PangoColor
da01e36... NEWS: Updates
d08fe6f... Clean up gtypes a bit
c3e2878... Drop PANGOCAIRO_BACKEND for now
f150964... fontmap: improve the docs
43a20ce... context: more docs
e61a267... CODING_STYLE: some updates
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]