summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.36.122.36.12gdk-pixbuf-2-36Matthias Clasen2018-04-073-2/+11
|
* Update Croatian translationgogo2018-03-171-2/+2
|
* Update Croatian translationgogo2018-03-171-149/+149
|
* Update Croatian translationgogo2018-03-171-458/+540
|
* Update Chinese (Taiwan) translationChao-Hsiung Liao2018-03-101-133/+133
|
* Update Turkish translationÇağatay Yiğit Şahin2018-03-081-151/+204
|
* Update Greek translationEfstathios Iosifidis2018-03-061-154/+204
|
* Update Latvian translationRūdolfs Mazurs2018-03-061-127/+179
|
* Update Finnish translationJiri Grönroos2018-03-041-414/+480
|
* Update British English translationBruce Cowan2018-03-021-243/+326
|
* Updated Danish translationJoe Hansen2018-02-271-281/+116
|
* Update Korean translationGwan-gyeong Mun2018-02-251-155/+156
|
* Update Dutch translationGNOME Translation Robot2018-02-241-120/+120
|
* Update Kazakh translationBaurzhan Muftakhidinov2018-02-241-133/+139
|
* Update Serbian Latin translationМилош Поповић2018-02-221-140/+138
|
* Update Serbian translationМарко Костић2018-02-221-133/+131
|
* build: Update the introspection rulesEmmanuele Bassi2018-02-122-16/+18
| | | | | | | | | | We should not be using cross-compilation to gate the generation of introspection data; it's perfectly possible to use a helper binary to run g-ir-scanner when cross-compiling — in fact, that's what projects like Yocto already do. We should also return a target for the introspection data, to allow using gdk-pixbuf as a sub-project.
* Update Galician translationFran Dieguez2018-02-101-134/+186
|
* Updated French translationCharles Monzat2018-02-101-283/+276
|
* Update Occitan translationCédric Valmary2018-01-291-412/+512
|
* Update Hungarian translationBalázs Úr2018-01-211-298/+196
|
* meson: do not make x11 requiredIgnacio Casal Quinteiro2018-01-161-1/+1
| | | | On Windows we do not have x11
* meson: sync up version with the autotools oneIgnacio Casal Quinteiro2018-01-121-1/+1
|
* queryloaders: standardize the dir paths before checking themIgnacio Casal Quinteiro2018-01-121-5/+19
| | | | | | | On windows we are checking if the PIXBUF_LIBDIR starts with GDK_PIXBUF_PREFIX. The problem is that they might be defined with a different path dir. For this we use a GFile which makes the paths to use the one used by the platform.
* queryloaders: use an intermediate pixbuf_libdir variableIgnacio Casal Quinteiro2018-01-121-13/+20
| | | | | This is to avoid undefining and redefining PIXBUF_LIBDIR on windows
* queryloaders: do not leak moduledir on windowsIgnacio Casal Quinteiro2018-01-121-2/+7
|
* queryloaders: strdup moduledirIgnacio Casal Quinteiro2018-01-121-4/+7
| | | | | Needed for a follow up patch which will fix a memory leak on the windows code path
* queryloaders: rename path to moduledirIgnacio Casal Quinteiro2018-01-121-9/+9
|
* queryloaders: use g_build_filename instead of concatIgnacio Casal Quinteiro2018-01-121-4/+3
|
* introspection: Add missing filename type annotationsChristoph Reiter2018-01-082-12/+16
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=767267
* Updated Slovenian translationMatej Urbančič2017-12-311-128/+128
|
* gdk-pixbuf-io: Simplify codeUmang Jain2017-12-301-12/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=790584
* Updated Lithuanian translationAurimas Černius2017-12-301-137/+189
|
* Update Friulian translationFabio Tomat2017-12-291-149/+149
|
* Updated Czech translationMarek Černocký2017-12-181-153/+153
|
* Update Italian translationMilo Casagrande2017-12-141-126/+126
|
* Update German translationChristian Kirbach2017-12-101-151/+153
|
* Update Slovak translationDušan Kazik2017-12-091-129/+129
|
* Fix up gdk_pixbuf_new_from_stream_async()Benjamin Otte2017-12-081-7/+5
| | | | | | | | | | Add fixes for the various issues brought up in https://bugzilla.gnome.org/show_bug.cgi?id=790584 * g_task_propagate_pointer() is transfer full * GBytes get leaked * always pass the stream as task source object to avoid criticals * don't check the source object in finish()
* Update Brazilian Portuguese translationRafael Fontenelle2017-12-071-129/+180
|
* Update Swedish translationAnders Jonsson2017-12-061-124/+124
|
* Update Indonesian translationKukuh Syafaat2017-12-061-146/+146
|
* Update Spanish translationDaniel Mustieles2017-12-051-134/+188
|
* Update Polish translationPiotr Drąg2017-12-051-123/+123
|
* Use Unicode in translatable stringsPiotr Drąg2017-12-0511-50/+50
| | | | | | See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772216
* tests: Add test for bug 779016Bastien Nocera2017-12-051-0/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=779016
* icns: Protect against too short blocklen (CVE-2017-6313)Bastien Nocera2017-12-051-1/+2
| | | | | | | The blocklen needs to be at least header sized to be valid, otherwise we can underflow picture data or mask data lengths. https://bugzilla.gnome.org/show_bug.cgi?id=779016
* tiff: Avoid overflowing buffer size computationBastien Nocera2017-12-051-2/+9
| | | | | | | Use g_uint_checked_mul() to avoid overflowing the guint used for buffer size calculation. https://bugzilla.gnome.org/show_bug.cgi?id=779020
* jpeg: Remove debug error messageBastien Nocera2017-12-051-1/+0
| | | | Introduced by error in commit fa472afe93
* jpeg: Prevent crashes when stopping loading files with errorsBastien Nocera2017-12-051-14/+17
| | | | | | | | This time, we want to make sure to avoid accessing JPEG internals when an error has already been set, in which case the file is irrecoverable. Reproducer in pixbuf-randomly-modified, with file valid.2.jpeg and seed R02S3d1f92e3076dbe16d2840cc408188f81