summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add morphology to generate pixbuf loader cachebaserock/xfce-buildPaul Sherwood2013-08-121-0/+6
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-08-062-44/+52
|
* Updated Russian translationYuri Myasoedov2013-08-051-23/+27
|
* Updated Galician translationsFran Diéguez2013-08-021-3/+2
|
* Updated Hebrew translation.Yaron Shahrabani2013-07-311-144/+130
|
* post-release version bumpMatthias Clasen2013-07-291-1/+1
|
* 2.29.32.29.3Matthias Clasen2013-07-292-1/+10
|
* Updated German translationChristian Kirbach2013-07-141-24/+26
|
* Updated slovak translationJán Kyselica2013-07-131-21/+25
|
* Updated Brazilian Portuguese translationRafael Ferreira2013-06-291-23/+27
|
* tests/pixbuf-randomly-modified: Drop iterations to 10Colin Walters2013-06-241-1/+1
| | | | | | 1000 iterations takes far too long for automated testing; we'll get incremental coverage over time even with just 10, and the test can of course be run manually.
* tests: Fix up pixbuf tests to know how to find data filesColin Walters2013-06-244-35/+52
| | | | | | | | | These tests were broken by: 8ec55ff29e0626a05a3aa9d92060e28767ee142f Previously we were relying on hand-written .test files which used sh -c and wildcard expansion, but with modern GLib we can just use g_test_get_dir() to find the datadir relative to our binary path.
* Forgotten fileMatthias Clasen2013-06-241-0/+225
|
* Use GLib test setup for installed testsMatthias Clasen2013-06-234-62/+44
|
* Distribute test data2.29.2Matthias Clasen2013-06-211-8/+19
| | | | Otherwise installed tests fail to run out of a tarball release.
* Bump versionMatthias Clasen2013-06-211-1/+1
|
* 2.29.12.29.1Matthias Clasen2013-06-211-0/+9
|
* Updated Norwegian bokmål translationKjartan Maraas2013-06-201-23/+27
|
* [l10n] Updated Italian translation.Milo Casagrande2013-06-191-20/+25
|
* Add note on libpng for Visual Studio BuildsChun-wei Fan2013-06-172-0/+14
| | | | | | | Tell people that the Visual Studio project files will normally link to the latest stable release series of libpng that is supported by the codebase, and people can still use libpng 1.0.x-1.6.x if they choose to do so by changing some settings during the build.
* Visual Studio Builds: Link to LibPNG-1.6Chun-wei Fan2013-06-172-16/+16
|
* Updated Spanish translationDaniel Mustieles2013-06-121-22/+26
|
* Updated Galician translationsFran Diéguez2013-06-101-21/+26
|
* Updated Polish translationPiotr Drąg2013-06-081-21/+25
|
* Updated Czech translationMarek Černocký2013-06-081-21/+25
|
* Test loading an ani animation tooMatthias Clasen2013-06-083-3/+17
|
* remove debug spewMatthias Clasen2013-06-081-1/+0
|
* Require bleeding-edge glibMatthias Clasen2013-06-071-1/+1
| | | | This is required for new test-related APIs.
* Install the animation testMatthias Clasen2013-06-072-0/+4
|
* Add an animation loading testMatthias Clasen2013-06-073-1/+31
|
* ANI: Set an error if we fail to produce an animationMatthias Clasen2013-06-071-3/+15
| | | | Otherwise we trip up an assertion in gdk_pixbuf_animation_new_from_file.
* tests: Fix srcdir != builddirColin Walters2013-05-311-1/+1
|
* Add a better diagnostic messageMatthias Clasen2013-05-311-1/+5
| | | | | This test is falling on the builder, but the message doesn't help to find out why.
* Make this test silent by defaultMatthias Clasen2013-05-311-4/+9
|
* Make serialization test work installedMatthias Clasen2013-05-312-1/+3
|
* Reduce the number of iterations of the random testMatthias Clasen2013-05-311-1/+1
|
* Install some pixbuf testsMatthias Clasen2013-05-227-11/+75
| | | | | | Make it possible to limit the iterations of the pixbuf-threads and pixbuf-randomly-modified tests, and run them installed on some of the test images in tests/test-images.
* Copy test images from gtkMatthias Clasen2013-05-2234-0/+1262
| | | | These were left behind when gdk-pixbuf was split off
* Bump versionMatthias Clasen2013-05-011-1/+1
|
* 2.29.02.29.0Matthias Clasen2013-05-011-0/+11
|
* Fix GIcon implementationRyan Lortie2013-04-215-4/+168
| | | | | | | | | | | | | | | The "new rules" for GIcon say that we must support serialisation via g_icon_serialize() and loadability via GLoadableIcon, so implement both of those. Serialise GdkPixbuf by emitting a GVariant that will result in a png-encoded GBytesIcon when deserialized. The GLoadableIcon interface is similar: we return a stream that will read out as a png. Test the serialisation by round-tripping an image through this process and ensuring that it is pixel-perfect. https://bugzilla.gnome.org/show_bug.cgi?id=688820
* Include string.hMatthias Clasen2013-04-151-0/+1
| | | | | Required to build against libpng 1.6, https://bugzilla.gnome.org/review?bug=698093
* build: drop "libpng" from detected listRichard Purdie2013-04-151-1/+1
| | | | | | | | This gives us an arbitrary version depending on the build root, and we may not be upwards compatible with future versions. Or it's possible that the ancient (but LSB mandated) 1.2 claims the "libpng.pc" name. Signed-off-by: Colin Walters <walters@verbum.org>
* build: We also support libpng16Colin Walters2013-04-151-1/+1
| | | | See http://lists.linuxtogo.org/pipermail/openembedded-core/2013-April/038321.html
* [l10n] Updated Turkish translationMuhammet Kara2013-04-101-84/+89
|
* Revert "GtkPixbufSimpleAnimIter: Check iter->simple_animation before unref."Tristan Van Berkom2013-04-051-3/+2
| | | | | | This reverts commit 94d6b940eb5d54b96f6fe7e8addf76ee792061b5. Benjamin Otte would prefer not to have the NULL check, as it's not really needed.
* GtkPixbufSimpleAnimIter: Check iter->simple_animation before unref.Tristan Van Berkom2013-04-051-2/+3
| | | | | This is just a nitpick, and allows the objects-finalize test in GTK+ to pass.
* Add an index for the 2.30 API additionsEmmanuele Bassi2013-03-301-0/+4
|
* loader: Add gdk_pixbuf_loader_write_bytes()Emmanuele Bassi2013-03-304-0/+41
| | | | | | | | A GBytes variant to gdk_pixbuf_loader_write(), which allows language bindings to actually be able to use the Gio GInputStream.read_bytes() method with GdkPixbufLoader. https://bugzilla.gnome.org/show_bug.cgi?id=696917
* Bump up to 2.29.0Emmanuele Bassi2013-03-301-3/+3
|