summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update Portuguese translationHugo Carvalho2021-01-091-140/+94
|
* Update Catalan translationJordi Mas2021-01-061-79/+23
|
* Merge branch 'gif-revert-previous-first-frame' into 'master'Emmanuele Bassi2021-01-051-8/+0
|\ | | | | | | | | | | | | gif: Honor "revert to previous" behaviour on the first frame. Closes #166 See merge request GNOME/gdk-pixbuf!99
| * gif: Honor "revert to previous" behaviour on the first frame.Robert Ancell2021-01-051-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | The code originally failed to load GIFs that had this set (4607c8e9) and then changed to silently ignoring it (af71489c). Reverting to the background on the first frame seems completely reasonable and is the behaviour of Firefox/Chrome. The [current GIF spec](https://www.w3.org/Graphics/GIF/spec-gif89a.txt) doesn't indicate any issue doing this and it matches what Firefox/Chrome does. Fixes https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/166
* | Update Galician translationFran Dieguez2021-01-041-205/+213
|/
* Updated Lithuanian translationAurimas Černius2021-01-041-228/+233
|
* Merge branch 'macos-ci' into 'master'Emmanuele Bassi2021-01-045-2/+35
|\ | | | | | | | | Macos ci See merge request GNOME/gdk-pixbuf!98
| * ci: Limit macOS buildsEmmanuele Bassi2021-01-041-0/+3
| | | | | | | | Only build on macOS for merge requests and the main development branch.
| * Minimise bandwidth use for subprojectsEmmanuele Bassi2021-01-041-0/+1
| | | | | | | | Use `depth=1` to reduce the size of the clone when using subprojects.