summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Skip test-break when the en_US locale is missingEmmanuele Bassi2020-06-081-3/+12
| | | | | | | | | | | | Just like test-layout and test-itemize.
| * | Skip test-itemize when the en_US locale is missingEmmanuele Bassi2020-06-081-4/+13
| | | | | | | | | | | | Just like test-layout.
| * | meson: Fix help2man options command lineRico Tzschichholz2020-06-081-1/+1
| | |
| * | Fix some annotationsRico Tzschichholz2020-06-083-3/+3
| | |
| * | Skip layout tests if the en_US locale is not availableEmmanuele Bassi2020-06-081-3/+12
| | | | | | | | | | | | | | | There's no point in running a tests if we know the locale isn't there. The reason gets logged, so the developer can decide to install it.
| * | build: Generate pkg-config files for PangoOT and PangoFcEmmanuele Bassi2020-06-081-4/+20
| | | | | | | | | | | | | | | Since we have them as separate namespaces, we need separate pkg-config file in order to let Vala consume them.
| * | build: Remove unnecessary argumentsEmmanuele Bassi2020-06-081-8/+0
| | | | | | | | | | | | | | | The pkgconfig.generate() function has default values for the version and installation path argument, and we're already using them.
| * | Skip introspection on low level APIEmmanuele Bassi2020-06-084-29/+41
| | | | | | | | | | | | | | | | | | We don't have introspection for fontconfig and freetype2 data types. While we do have introspection for Harfbuzz, it doesn't really work.
| * | Add missing GType for PangoOT deprecated typesEmmanuele Bassi2020-06-083-0/+28
| | | | | | | | | | | | | | | This way consumers of the deprecated API can get appropriate memory management for a couple of boxed types.
| * | build: Generate the correct introspection symbolsEmmanuele Bassi2020-06-081-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | The prefix for the Pango sub-libraries is still Pango, so we need to ensure that the symbols and identifiers are correctly matched. This partially reverts !175, as Pango does not have separate pkg-config files for pango-ot and pango-fc.
| * | Fix annotationEmmanuele Bassi2020-06-081-1/+1
| | | | | | | | | | | | In arguments are nullable; out arguments are optional.
* | | Merge branch 'tab-width' into 'master'Matthias Clasen2020-06-081-1/+5
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Use shape flags for tab width Closes #425 See merge request GNOME/pango!171
| * | Use shape flags for tab widthJan Alexander Steffens (heftig)2020-02-111-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | We need to apply the right shape flags to the tab width calculation, otherwise (when glyph positions get rounded, which is the default) our tab width will be slightly off from what 8 spaces normally produce. https://gitlab.gnome.org/GNOME/pango/issues/425
* | | Merge branch 'test-break-no-libthai' into 'master'Matthias Clasen2020-06-081-0/+6
|\ \ \ | | | | | | | | | | | | | | | | tests/test-break.c: Only test Thai breaks with libthai available See merge request GNOME/pango!161
| * | | tests/test-break.c: Only test Thai breaks with libthai availableChun-wei Fan2019-11-251-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | The four.break test data file involves the Thai language, meaning that this test will fail unless we have libthai. Skip this test unless libthai is found.
* | | | Merge branch 'doc_tweak' into 'master'Matthias Clasen2020-06-081-99/+103
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Docs: improve formatting of markup description See merge request GNOME/pango!188
| * | | | Docs: improve formatting of markup descriptionJohn Beard2020-05-111-99/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Place <span> attributes and convenience tags into lists to avoid a text wall. * Add headings for each list * Fix broken colour specifications (e.g. #FF0000 had lost the '#') * Fix broken |piped| monospace sections * `backticks` rather than 'quotes'
* | | | | Merge branch 'fix-error-underline' into 'master'Matthias Clasen2020-06-081-3/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | renderer: Fix a division-by-zero See merge request GNOME/pango!189
| * | | | | renderer: Fix a division-by-zeroMatthias Clasen2020-06-081-3/+10
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to check if height is zero before dividing by it. For completeness, check width at the same time. This was pointed out in https://gitlab.gnome.org/GNOME/pango/-/merge_requests/167
* | | | | Merge branch 'add-compare-attr-lists' into 'master'Matthias Clasen2020-06-083-0/+81
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Add API to compare PangoAttrLists See merge request GNOME/pango!172
| * | | | Add API to compare PangoAttrListsJonas Dreßler2020-06-073-0/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new `pango_attr_list_equal` API that allows comparing the attributes included in two PangoAttrLists and returns TRUE if the lists contain the same attributes and apply to the same ranges. The function avoids any copying of attributes or lists and applies a minor optimization of skipping the equality check for attributes that were already found in both lists. Other possible optimizations that could be added if necessary would be storing the length of the attributes list in the PangoAttrList class to avoid the `g_slist_length` calls or reusing the `other_iter` pointer in case all attributes from 0 to n were already found.
* | | | | Merge branch 'wip/tbaederr/clang-warnings' into 'master'Matthias Clasen2020-06-081-15/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | PangoLanguage: Fix clang -Wcast-align warnings See merge request GNOME/pango!178
| * | | | | PangoLanguage: Fix clang -Wcast-align warningsTimm Bäder2020-04-141-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clang complains when casting char* to PangoLanguage* and -Wcast-align set. We only cast it to char* to get the proper address for the private struct though, so just cast to void* afterwards. Except for the case that was stuffing PangoLanguage* sized elements into a GArray. Just use a GPtrArray there.
* | | | | | Merge branch 'master' into 'master'Matthias Clasen2020-06-085-8/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace fallthrough comments with G_GNUC_FALLTHROUGH See merge request GNOME/pango!177
| * | | | | | Replace fallthrough comments with G_GNUC_FALLTHROUGHTimm Bäder2020-04-144-7/+7
| | | | | | |
| * | | | | | build: Require glib 2.60Timm Bäder2020-04-141-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | So we can use G_GNUC_FALLTHROUGH
* | | | | | Merge branch 'unicode13' into 'master'Matthias Clasen2020-06-086-309/+569
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Unicode Text Segmentation and Line Breaking to Unicode 13 See merge request GNOME/pango!174
| * | | | | | Update break test cases to Unicode 13Peng Wu2020-03-103-80/+10
| | | | | | |
| * | | | | | Update pango-break-table.h to Unicode 13Peng Wu2020-03-101-195/+523
| | | | | | |
| * | | | | | Update Line Breaking to Unicode 13Peng Wu2020-03-101-20/+4
| | | | | | |
| * | | | | | Update gen-break-table.py for Unicode 13Peng Wu2020-03-101-8/+19
| | | | | | |
| * | | | | | Update Grapheme and Word Boundary to Unicode 13Peng Wu2020-02-271-6/+13
| | | | | | |
* | | | | | | Merge branch 'win32_font_corruption' into 'master'Chun-wei Fan2020-06-082-24/+13
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Win32 font corruption See merge request GNOME/pango!186
| * | | | | | pangowin32-fontmap: delete no longer needed font map aliasesAaron Boxer2020-06-081-6/+2
| | | | | | |
| * | | | | | pangowin32-fontmap: load windows fallbacks and aliases in class initAaron Boxer2020-06-082-18/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, because of the g_once_init*, only the very first font map that is created will get the correct list of aliases. With these changes the fontmap class loads the aliases once, and this hash table is used by all fontmap objects.
| * | | | | | meson: Fix pkg-config file generation for HarfBuzzChun-wei Fan2020-06-081-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HarfBuzz may be found manually instead of via pkg-config, so only add it to Pango's pkg-config file if it is really found via pkg-config.
| * | | | | | Visual Studio: Use -utf-8 when availableChun-wei Fan2020-06-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids the build erroring out on C4819 (Unicode handling issue in Visual Studio compilers), notably when running on Chinese, Japanese and Korean locales.
| * | | | | | meson: Only use FreeType fallback only when neededChun-wei Fan2020-06-081-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Defer using the FreeType fallback until: -We need to really build FontConfig support -FreeType is not found even after checking the headers and lib's.
| * | | | | | win32: Use GPrivate-managed display device contextYongsu Park2020-06-084-41/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The document of [CreateDCA][1] says: > If lpszDriver or lpszDevice is DISPLAY, the thread that calls > CreateDC owns the HDC that is created. When this thread is > destroyed, the HDC is no longer valid. Thus, if you create the HDC > and pass it to another thread, then exit the first thread, > the second thread will not be able to use the HDC. So this change introduces GPrivate to fix potential problem. This also fixes the problem caused by accessing the global variable DC directly, which makes some early call to Pango functions fail. (e.g., failure of calling pango_win32_font_description_from_logfontw from _get_system_font_name in GTK.) [1]: https://docs.microsoft.com/windows/win32/api/wingdi/nf-wingdi-createdca
* | | | | | | Merge branch 'msvc.improvements' into 'master'Chun-wei Fan2020-06-052-5/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some improvement on Windows builds (notably Visual Studio builds) See merge request GNOME/pango!173
| * | | | | | | meson: Fix pkg-config file generation for HarfBuzzChun-wei Fan2020-06-051-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HarfBuzz may be found manually instead of via pkg-config, so only add it to Pango's pkg-config file if it is really found via pkg-config.
| * | | | | | | Visual Studio: Use -utf-8 when availableChun-wei Fan2020-06-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids the build erroring out on C4819 (Unicode handling issue in Visual Studio compilers), notably when running on Chinese, Japanese and Korean locales.
| * | | | | | | meson: Only use FreeType fallback only when neededChun-wei Fan2020-06-051-2/+6
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Defer using the FreeType fallback until: -We need to really build FontConfig support -FreeType is not found even after checking the headers and lib's.
* | | | | | | Merge branch 'master' into 'master'Chun-wei Fan2020-05-194-41/+76
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | win32: Use GPrivate-managed display device context See merge request GNOME/pango!179
| * | | | | | win32: Use GPrivate-managed display device contextYongsu Park2020-05-194-41/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The document of [CreateDCA][1] says: > If lpszDriver or lpszDevice is DISPLAY, the thread that calls > CreateDC owns the HDC that is created. When this thread is > destroyed, the HDC is no longer valid. Thus, if you create the HDC > and pass it to another thread, then exit the first thread, > the second thread will not be able to use the HDC. So this change introduces GPrivate to fix potential problem. This also fixes the problem caused by accessing the global variable DC directly, which makes some early call to Pango functions fail. (e.g., failure of calling pango_win32_font_description_from_logfontw from _get_system_font_name in GTK.) [1]: https://docs.microsoft.com/windows/win32/api/wingdi/nf-wingdi-createdca
* | | | | | | Merge branch 'harfbuzz-subproject' into 'master'Christoph Reiter2020-05-141-0/+5
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | build: add a wrap file for harfbuzz See merge request GNOME/pango!185
| * | | | | | build: add a wrap file for harfbuzzChristoph Reiter2020-04-181-0/+5
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | harfbuzz master has meson support now. The fallback code is already in the pango meson code, so this is all that is needed.
* | | | | | Merge branch 'new-win32-runners' into 'master'Christoph Reiter2020-05-011-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | CI: Switch to new Windows runners See merge request GNOME/pango!187
| * | | | | | CI: Switch to new Windows runnersChristoph Reiter2020-04-301-2/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | win32 gets replaced with win32-ps which uses powershell
* | | | | | Replace deprecated bugzilla.gnome.org URL with gitlab.gnome.org URLAndre Klapper2020-04-281-1/+1
|/ / / / /