summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ci: Drop old dependencies from MSYS2 jobebassi/msys2-updateEmmanuele Bassi2021-04-012-27/+21
| | | | | | - The Jasper loader has been removed - There's no X11 dependency any more - We don't use gtk-doc for generating the API reference
* Merge branch 'fix_android' into 'master'Emmanuele Bassi2021-03-261-2/+2
|\ | | | | | | | | Fix build for Android See merge request GNOME/gdk-pixbuf!104
| * Do not use shared-mime on AndroidBogDan Vatra2021-03-221-2/+2
| | | | | | | | Similarly to what we do on Windows and macOS.
* | Post-release version bump to 2.42.5Emmanuele Bassi2021-03-211-1/+1
| |
* | Release GdkPixbuf 2.42.4 (stable)2.42.4Emmanuele Bassi2021-03-212-1/+16
| |
* | build: Update the description of the gtk_doc optionEmmanuele Bassi2021-03-211-1/+1
| | | | | | | | We don't require gtk-doc.
* | docs: Update READMEEmmanuele Bassi2021-03-211-9/+6
| | | | | | | | | | Drop gtk-doc, and use modern idiomatic Meson invocations in the build instructions.
* | build: Add dist scriptEmmanuele Bassi2021-03-212-0/+26
| | | | | | | | We want to ship the generated API reference in the release archive.
* | Merge branch 'ebassi/gi-docgen' into 'master'Emmanuele Bassi2021-03-2127-1407/+1420
|\ \ | | | | | | | | | | | | Switch to gi-docgen for our documentation See merge request GNOME/gdk-pixbuf!105
| * | docs: Update pixbuf-loader styleebassi/gi-docgenEmmanuele Bassi2021-03-211-79/+89
| | |
| * | docs: Update pixbuf-animation styleEmmanuele Bassi2021-03-211-70/+83
| | |
| * | docs: Update pixbuf-scale styleEmmanuele Bassi2021-03-211-28/+27
| | |
| * | docs: Update pixbuf-util styleEmmanuele Bassi2021-03-211-31/+45
| | |
| * | docs: Update pixbuf-data styleEmmanuele Bassi2021-03-211-22/+38
| | |
| * | docs: Update pixdata styleEmmanuele Bassi2021-03-211-54/+63
| | |
| * | docs: Update gdk-pixbuf-io styleEmmanuele Bassi2021-03-211-272/+313
| | |
| * | docs: Clean up GdkPixbuf's core APIEmmanuele Bassi2021-03-211-70/+106
| | | | | | | | | | | | Use proper summaries; remove gtk-doc'isms; document properties.
| * | ci: Update reference and dist jobsEmmanuele Bassi2021-03-211-11/+14
| | | | | | | | | | | | Point the CI to the right location for the API references.
| * | ci: Update the Docker imageEmmanuele Bassi2021-03-212-1/+4
| | | | | | | | | | | | We need to satisfy the dependencies for gi-docgen.
| * | docs: Generate the GdkPixdata API referenceEmmanuele Bassi2021-03-215-31/+95
| | | | | | | | | | | | Different introspection file, different API reference.
| * | docs: Port to the gi-docgen syntax and styleEmmanuele Bassi2021-03-2115-399/+363
| | | | | | | | | | | | | | | Drop the gtk-doc SECTION markers, and move documentation to classes or separate documents.
| * | Port gdk-pixbuf to gi-docgenEmmanuele Bassi2021-03-218-341/+182
| | | | | | | | | | | | Follow in the steps of Pango and GTK.
| * | Fix inclusion guards for gdk-pixbuf-features.hEmmanuele Bassi2021-03-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the idiomatic form: #ifndef __FOO_H__ #define __FOO_H__ ... #endif /* __FOO_H__ */
| * | docs: Fix the deprecation annotation for AlphaModeEmmanuele Bassi2021-03-211-1/+1
|/ / | | | | | | The syntax is "Deprecated: version: message".
* | build: Fix syntax for has_function()Emmanuele Bassi2021-03-211-1/+1
| | | | | | | | | | The argument for additional dependencies is `dependencies`, not `dependency`.
* | Update British English translationZander Brown2021-03-161-200/+205
| |
* | Update Korean translationGwan-gyeong Mun2021-03-151-226/+221
| |
* | Update Italian translationMilo Casagrande2021-03-151-238/+169
| |
* | Update Chinese (China) translationBoyuan Yang2021-03-131-232/+224
| |
* | Update Latvian translationRūdolfs Mazurs2021-03-071-228/+230
|/
* Update Polish translationPiotr Drąg2021-02-281-235/+174
|
* Update Galician translationFran Dieguez2021-02-231-28/+18
|
* Updated Danish translationAsk Hjorth Larsen2021-02-231-1051/+989
|
* Update French translationCharles Monzat2021-02-181-237/+238
|
* Merge branch 'master' into 'master'Emmanuele Bassi2021-02-091-0/+2
|\ | | | | | | | | gdk-pixbuf/gdk-pixbuf-io.c: fix build without gmodule See merge request GNOME/gdk-pixbuf!103
| * gdk-pixbuf/gdk-pixbuf-io.c: fix build without gmoduleFabrice Fontaine2021-02-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the following build failure: ../gdk-pixbuf/gdk-pixbuf-io.c: In function 'gdk_pixbuf_io_init': ../gdk-pixbuf/gdk-pixbuf-io.c:681:16: error: implicit declaration of function 'gdk_pixbuf_get_module_file'; did you mean '_gdk_pixbuf_get_module'? [-Werror=implicit-function-declaration] 681 | module_file = gdk_pixbuf_get_module_file (); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | _gdk_pixbuf_get_module Fixes: - http://autobuild.buildroot.org/results/6cd54c497f5d19342ec94ece713547b887e4c02d Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* | Update Slovenian translationMatej Urbančič2021-02-091-233/+223
|/
* Merge branch 'master' into 'master'Emmanuele Bassi2021-02-091-2/+3
|\ | | | | | | | | meson.build: link with lintl if needed See merge request GNOME/gdk-pixbuf!101
| * Apply 1 suggestion(s) to 1 file(s)Fabrice Fontaine2021-02-091-1/+1
| |
| * meson.build: link with lintl if neededFabrice Fontaine2021-01-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Link with -lintl if needed to avoid the following build failure with some toolchains (e.g. uclibc or musl): /home/giuliobenetti/autobuild/run/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mips64el-buildroot-linux-uclibc/5.5.0/../../../../mips64el-buildroot-linux-uclibc/bin/ld: gdk-pixbuf/libgdk_pixbuf-2.0.so.0.4200.2.p/gdk-pixbuf-util.c.o: in function `_gdk_pixbuf_init_gettext': gdk-pixbuf-util.c:(.text+0xbc0): undefined reference to `libintl_bindtextdomain' /home/giuliobenetti/autobuild/run/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mips64el-buildroot-linux-uclibc/5.5.0/../../../../mips64el-buildroot-linux-uclibc/bin/ld: gdk-pixbuf-util.c:(.text+0xbc8): undefined reference to `libintl_bindtextdomain' Fixes: - http://autobuild.buildroot.org/results/894359558100ea9637feba16deaf99923805d0f2 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* | Update Turkish translationEmin Tufan Çetin2021-02-061-247/+238
| |
* | Update Brazilian Portuguese translationRafael Fontenelle2021-01-311-235/+236
| |
* | Merge branch 'meson' into 'master'Matthias Clasen2021-01-293-2/+8
|\ \ | |/ |/| | | | | Meson: Fix build on Windows See merge request GNOME/gdk-pixbuf!102
| * Meson: Disable tests that needs resources on WindowsXavier Claessens2021-01-291-1/+5
| | | | | | | | | | To be working on Windows we need to fix meson gnome module first: https://github.com/mesonbuild/meson/issues/8266.
| * Meson: Override programsXavier Claessens2021-01-292-1/+3
|/ | | | | Meson's gnome module could want to find programs such as gdk-pixbuf-pixdata when invoking glib-compile-resources.
* Update Hungarian translationBalázs Meskó2021-01-191-233/+236
|
* Update Serbian translationМарко Костић2021-01-151-232/+223
|
* Merge branch 'ebassi/ci-only-default' into 'master'Matthias Clasen2021-01-131-2/+4
|\ | | | | | | | | ci: Use `only` clauses everywhere See merge request GNOME/gdk-pixbuf!100
| * ci: Use `only` clauses everywhereebassi/ci-only-defaultEmmanuele Bassi2021-01-121-2/+4
|/ | | | | | | Otherwise GitLab will detach jobs from the pipeline. To limit the amount of work done by the macOS job, we run the build only on branches on the project repository.
* Update Basque translationAsier Sarasua Garmendia2021-01-101-224/+218
|