summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Add Meson build systemwip/ebassi/mesonEmmanuele Bassi2017-05-255-0/+540
|
* tests: Unlink temporary filesEmmanuele Bassi2017-05-251-0/+5
| | | | Don't leave files behind.
* Include the generated marshallers headerEmmanuele Bassi2017-05-251-1/+1
| | | | | Do not include the source, otherwise we're going to compile symbols twice.
* Add IANA registered image/wmfIngo Brückl2017-05-251-0/+1
| | | | | | Former image/x-wmf is deprecated in favor of image/wmf. https://bugzilla.gnome.org/show_bug.cgi?id=782390
* Add IANA registered image/emfIngo Brückl2017-05-251-0/+1
| | | | | | Former image/x-emf is deprecated in favor of image/emf. https://bugzilla.gnome.org/show_bug.cgi?id=782390
* win32/replace.py: Fix replacing items in files with UTF-8 contentChun-wei Fan2017-05-091-2/+8
| | | | | | | | | Some files that this script will process might have UTF-8 items in there, which can cause problems on Python 3.x as it is more strict and careful on unicode issues. Fix this by: -Doing what we did before on Python 2.x -Opening the file with encoding='utf-8' on Python 3.x
* Update po/MakevarsPiotr Drąg2017-04-271-5/+31
| | | | | This is not a GNU package and the Free Software Foundation has no copyright over it. Also adds MSGID_BUGS_ADDRESS.
* Visual Studio 201x builds: Really fix GDI+ buildsChun-wei Fan2017-04-051-16/+7
| | | | | | | Specify the OutDir properly for GDI+ builds, which was missed from the previous fix, and simplify the Custom Build rule for config.h further. Noted by Ignacio Casal Quiteiro.
* Update Turkish translationEmin Tufan Çetin2017-04-041-258/+269
|
* Updated Hebrew translationYosef Or Boczko2017-03-301-239/+239
|
* Update Belarusian translationYuras Shumovich2017-03-261-363/+551
|
* 2.36.62.36.6Matthias Clasen2017-03-262-2/+10
|
* Avoid a compiler warningMatthias Clasen2017-03-261-0/+2
|
* Update Catalan translationJordi Mas2017-03-201-308/+319
|
* Update Latvian translationRūdolfs Mazurs2017-03-191-142/+153
|
* Updated Russian translationYuri Myasoedov2017-03-171-246/+252
|
* jpeg: Add support for JPEG_COM EXIF tagPawel Piatek2017-03-154-0/+53
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=143608
* Update Galician translationFran Dieguez2017-03-111-242/+245
|
* Updated Danish translationJoe Hansen2017-03-061-245/+246
|
* Update Korean translationChangwoo Ryu2017-03-041-143/+153
|
* Visual Studio builds: Drop the compatibility math.hChun-wei Fan2017-03-024-71/+4
| | | | | | This has been superseded by fallback-c89.c, which builds the fallback implementation based on the availability of round() and lrintf(), which is also pre-set in the pre-configured config.h.win32.in.
* Builds: Add a fallback-c89.c for pre-C99 compilersChun-wei Fan2017-03-028-3/+68
| | | | | | | | | | | Some supported compilers lack some C99 math functions that are beginning to be used in the code, so this adds a fallback implementation for them, namely round() and lrint(), where the fallbacks are used if they are not found during configure. For Visual Studio builds, config.h.win32.in is updated to reflect the situation on various Visual Studio versions as Visual Studio builds do not use autotools.
* Update Icelandic translationSveinn í Felli2017-03-011-541/+509
|
* Fix 201x Visual Studio projectsChun-wei Fan2017-03-011-20/+20
| | | | | | | | The previous refactor accidently changed the *_GDI+ configs to *_GDI for excluding various image loader files and for copying config.h from config.h.win32. Fix this. Spotted by Ignacio Casal Quinteiro.
* Update Chinese (Taiwan) translationChao-Hsiung Liao2017-02-281-312/+321
|
* Update Hungarian translationBalázs Meskó2017-02-261-77/+81
|
* Updated Serbian translationМирослав Николић2017-02-262-244/+268
|
* Update Italian translationMilo Casagrande2017-02-211-120/+131
|
* Update Indonesian translationAndika Triwidada2017-02-201-118/+122
|
* Update German translationMario Blättermann2017-02-171-81/+85
|
* io-ico: Fix option parsing to be locale-independentPhilip Withnall2017-02-171-4/+54
| | | | | | | | | | | | | | sscanf() and strtol() are both locale-dependent. In addition, the return value of sscanf() was not being checked (so it could fail without being noticed), and there was no bounds checking being performed. Bounds checking is now performed, although the bounds have been chosen for conservative backwards-compatibility, and may not be the most appropriate. Coverity CID: 1388522 https://bugzilla.gnome.org/show_bug.cgi?id=776990
* tests: Check that pixbufs are valid before comparing themPhilip Withnall2017-02-171-0/+5
| | | | | | | | | Assert that the pixbufs have non-negative dimensions before comparing them and potentially using one of the dimensions as a loop bound. Coverity IDs: 1399711, 1399712 https://bugzilla.gnome.org/show_bug.cgi?id=776990
* win32/Makefile.msvc-introspection: Sync with G-IChun-wei Fan2017-02-171-3/+7
| | | | | | | This enables one to use the new method of using a list of C includes so that one will no longer need to use the full --c-include=... to generate the full NMake Makefile modules to build the introspection files.
* win32/detectenv-msvc.mak: Sync with GLibChun-wei Fan2017-02-171-1/+3
| | | | This enables the introspection builds to be done with Visual Studio 2017.
* Remove win32/vs15/gdk-pixbuf-install.props before re-generationChun-wei Fan2017-02-151-0/+1
| | | | | This will ensure that it is up-to-date when win32/vs10/gdk-pixbuf-install.props is re-generated.
* Visual Studio builds: Support Visual Studio 2017Chun-wei Fan2017-02-157-12/+55
| | | | | | | | | | | | | Update the autotools scripts so that we can support Visual Studio 2017 by copying the 2010 projects and updating items as necessary. Note that the toolset version format for 2017 has changed, so we now allow a custom string to be set and thus be used; otherwise the toolset version string is generated as it was before. Also note that Visual Studio 2017 aims to be compatible with Visual Studio 2015 at the CRT level, meaning that one should be able to use 2017-compiled binaries with 2015-compiled binaries without problems.
* Updated Spanish translationDaniel Mustieles2017-02-141-80/+82
|
* Update French translationAlexandre Franke2017-02-141-80/+82
|
* Updated Slovenian translationMatej Urbančič2017-02-141-145/+155
|
* Updated Norwegian bokmål translation.Kjartan Maraas2017-02-141-241/+233
|
* 2.36.52.36.5Matthias Clasen2017-02-132-1/+11
|
* thumbnailer: Fix (nearly) empty MimeTypes in thumbnailerBastien Nocera2017-02-121-5/+4
| | | | | | | | Because we weren't waiting for loaders.cache to be created to run our helper, and we weren't applying the environment variables to the correct helper, we would end up with a broken list of supported MimeTypes. https://bugzilla.gnome.org/show_bug.cgi?id=778451
* thumbnailer: Add copyright headerBastien Nocera2017-02-121-0/+21
|
* Update Slovak translationDušan Kazik2017-02-121-77/+81
|
* Update Basque languageInaki Larranaga Murgoitio2017-02-111-124/+136
|
* Update Brazilian Portuguese translationRafael Fontenelle2017-02-101-109/+110
|
* Updated Czech translationMarek Černocký2017-02-101-79/+82
|
* Update zh_CN translationAron Xu2017-02-091-222/+237
|
* Update Swedish translationAnders Jonsson2017-02-081-79/+83
|
* Updated Lithuanian translationAurimas Černius2017-02-071-79/+81
|