summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Serbian translationgdk-pixbuf-2-32Мирослав Николић2016-11-182-12/+10
|
* Updated Serbian translationМирослав Николић2016-11-182-660/+608
|
* Update zh_CN translationYunQiang Su2016-10-311-358/+538
|
* Updated Occitan translationCédric Valmary2016-04-181-417/+588
|
* Updated Slovenian translationMatej Urbančič2016-02-021-16/+33
|
* Updated French translationAlexandre Franke2016-02-021-122/+108
|
* Updated Swedish translationAnders Jonsson2016-02-011-161/+153
|
* Updated Hungarian translationBalázs Meskó2016-01-261-126/+111
|
* Updated Indonesian translationAndika Triwidada2016-01-021-124/+44
|
* Updated Brazilian Portuguese translationRafael Fontenelle2016-01-021-177/+257
|
* Updated Czech translationMarek Černocký2015-12-231-128/+115
|
* Updated German translationBernd Homuth2015-12-221-125/+112
|
* Updated Lithuanian translationAurimas Černius2015-12-191-15/+24
|
* Updated Portuguese translationPedro Albuquerque2015-12-191-14/+24
|
* Updated Slovak translationDušan Kazik2015-12-141-125/+111
|
* Updated Polish translationPiotr Drąg2015-12-141-123/+43
|
* 2.32.32.32.3Matthias Clasen2015-12-142-2/+9
|
* bmp: Reject impossible palette sizeMatthias Clasen2015-12-141-0/+11
| | | | | | | | | bmp headers contain separate fields for the number of colors, and the bit depth. Catch the impossible n_colors > 1 << depth and error early, before it causes a out-of-bounds memory access when decoding the colormap. https://bugzilla.gnome.org/show_bug.cgi?id=758991
* bmp: Reject bogus depthMatthias Clasen2015-12-141-0/+9
| | | | | | | | Erroring out early if we find a bogus image depth is the right thing to do, and avoids possible memory overruns later on. https://bugzilla.gnome.org/show_bug.cgi?id=747605
* ico: Add all mime types from shared-mime-infoBenjamin Otte2015-12-141-0/+5
| | | | In particular, add the canonical image/vnd.microsoft.icon
* ico: Protect against overflowBenjamin Otte2015-12-141-15/+17
|
* Updated Slovenian translationMatej Urbančič2015-12-131-181/+157
|
* Updated Portuguese translationPedro Albuquerque2015-11-241-6/+4
|
* 2.32.22.32.2Matthias Clasen2015-11-092-2/+8
|
* Updated Basque languageInaki Larranaga Murgoitio2015-10-141-185/+160
|
* MSVC builds: Move math.h compatibility headerChun-wei Fan2015-10-127-8/+15
| | | | | | | | | | | | | | Move the math.h compatibility header from build/win32/math-compat to build/win32/vs9, and copy it to build/win32/vs10 and build/win32/vs11 during 'make dist'. This is because we don't need the header for Visual Studio 2013 and later, and the math.h header shipped with Visual Studio 2015 is now included in Windows 10 SDK's UCRT directory, so the old way of including the compiler-shipped math.h by doing '#include <../include/math.h>' would not work there. This will fix the build on Visual Studio 2015. https://bugzilla.gnome.org/show_bug.cgi?id=756381
* Updated Portuguese translationPedro Albuquerque2015-10-071-178/+140
|
* Run only pixbuf-lowmem test on GNU libcNatanael Copa2015-10-062-5/+8
| | | | | | | | | The test case depends on GNU libc specific internals so we only run it on GNU libc. This fixes build on Linux with musl libc. https://bugzilla.gnome.org/show_bug.cgi?id=756078
* pixops: use gint64 in more places to avoid overflow when shiftingMike Gorse2015-10-061-17/+17
|
* Updated Korean translationChangwoo Ryu2015-09-301-171/+155
|
* Updated Italian translationMilo Casagrande2015-09-271-166/+69
|
* Updated Hebrew translationYosef Or Boczko2015-09-271-187/+163
|
* gif: Fix typo in the initial commentsBastien Nocera2015-09-261-1/+1
|
* docs: Fix typo in the gtk-doc commentsBastien Nocera2015-09-261-1/+1
|
* Updated Lithuanian translationAurimas Černius2015-09-261-202/+164
|
* 2.32.12.32.1Matthias Clasen2015-09-252-2/+11
|
* Remove more references to dropped loadersMatthias Clasen2015-09-251-23/+1
|
* Build: Make Makefile.msvcproj A Bit More GenericChun-wei Fan2015-09-251-7/+3
| | | | | Handle also the situation where $(srcdir) == $(top_srcdir), so that this can also be used in cases like librsvg and gobject-introspection.
* build/Makefile-newvs.am: Update Comments for UsageChun-wei Fan2015-09-251-2/+6
| | | | | | | | Update the notes that this is also used for Visual Studio 2015 support, and correct the MSVC_VER_LONG for MSVC 2015, which is 14, not 2015. Also add a note that this can be used for other projects that have Visual Studio build support.
* MSVC Builds: Don't Include the Dropped LoadersChun-wei Fan2015-09-252-2/+2
| | | | | | | | The PCX, WBMP and RAS loaders have been dropped, so don't include them. They should be dropped from gdk-pixbuf-io.c as well, otherwise if someone is building with INCLUDE_xxx for them will get linker errors. https://bugzilla.gnome.org/show_bug.cgi?id=721372
* Make relocations optionalMatthias Clasen2015-09-251-10/+9
| | | | | | | Instead of hardcoding enable_relocations for OS X, make this a configure option. https://bugzilla.gnome.org/show_bug.cgi?id=755526
* pixops: Don't overflow variables when shifting themBenjamin Otte2015-09-251-5/+5
| | | | | If we shift by 16 bits we need to be sure those 16 bits actually exist. They do now.
* po: Remove files from POTFILESEmmanuele Bassi2015-09-241-3/+0
| | | | | We dropped the pcx, ras, and wbmp loaders, and they were checked for translatable strings.
* Drop the pcx loaderMatthias Clasen2015-09-233-778/+2
| | | | | | | This is another rarely seen, ancient image format, and nobody is maintaining this loader inside gdk-pixbuf. https://bugzilla.gnome.org/show_bug.cgi?id=721372
* Drop the ras loaderMatthias Clasen2015-09-233-567/+1
| | | | | | | This is another very rarely seen, ancient image format, and nobody is maintaining this laoder inside gdk-pxibuf. https://bugzilla.gnome.org/show_bug.cgi?id=721372
* Drop the wbmp loaderMatthias Clasen2015-09-233-396/+1
| | | | | | | This is a very rarely seen image format, and nobody is maintaining this loader inside gdk-pixbuf. https://bugzilla.gnome.org/show_bug.cgi?id=721372
* Updated German translationBernd Homuth2015-09-221-92/+92
|
* Updated Spanish translationDaniel Mustieles2015-09-221-95/+92
|
* Skip tests when we can't run them due to lack of memoryIain Lane2015-09-225-3/+43
| | | | | | | Check if we have failed due to insufficient memory and skip if so. https://bugzilla.gnome.org/show_bug.cgi?id=754387
* Updated Serbian Latin translationМилош Поповић2015-09-221-112/+99
|