summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.25.22.25.2Matthias Clasen2012-02-04102-23837/+25171
|
* UpdatesMatthias Clasen2012-02-041-0/+28
|
* Updated Norwegian bokmål translationKjartan Maraas2012-02-041-1/+1
|
* Update gdk-pixbuf.symbolsRico Tzschichholz2012-02-041-0/+2
|
* Updated Norwegian bokmål translationKjartan Maraas2012-02-021-107/+115
|
* Updated Telugu TranslationPraveen Illa2012-02-011-214/+240
|
* Updated Slovenian translationMatej Urbančič2012-01-311-123/+131
|
* Updated Spanish translationDaniel Mustieles2012-01-311-129/+136
|
* Updated POTFILES.inPiotr Drąg2012-01-311-8/+9
|
* Reuse in-memory pixbuf data for GdkPixdata in resourcesAlexander Larsson2012-01-311-0/+30
|
* Add pixbuf loader for GdkPixdata filesAlexander Larsson2012-01-313-4/+216
|
* Add gdk-pixbuf-pixdata programAlexander Larsson2012-01-312-1/+196
| | | | | This is similar to gdk-pixbuf-csource, but it generates raw binary GdkPixdata files.
* Add helper functions to load pixbufs from resourcesAlexander Larsson2012-01-312-0/+88
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-01-292-174/+174
|
* Updated Norwegian bokmål translationKjartan Maraas2012-01-241-22/+22
|
* Updated Telugu TranslationPraveen Illa2012-01-221-101/+113
|
* Updated Swedish translationDaniel Nylander2012-01-181-103/+108
|
* Updated Galician translationsFran Diéguez2012-01-151-87/+94
|
* Add a comment to prevent undoing the last commitRyan Lortie2012-01-091-0/+2
|
* Unbreak jhbuild for gdk-pixbufRyan Lortie2012-01-092-914/+2
| | | | | | | | | | | | | | | | | | | | | | | | The problem is pretty simple -- despite the guards against .po files being updated on 'make' in the GNU gettext Makefile, if 'gdk-pixbuf.pot' is newer than any .po file, the .po file will be updated from it. git plays a strange game with timestamps, of course -- and this is the source of our pain. Even if gdk-pixbuf.pot was less-recently updated than the .po files, you end up with the same timestamps on both (the time of the checkout) and the .po gets remade. We also have the problem that if the .pot file doesn't exist at all, it is generated on the spot. The only way to solve this issue is to have an old .pot file. To that end, we can just touch it to a date in the distant past from the autogen.sh. Since the content of the .pot file doesn't matter if it's old, we may as well let touch create it as an empty file -- so let's remove it from version control. https://bugzilla.gnome.org/show_bug.cgi?id=661128
* Updated Bulgarian translationAlexander Shopov2012-01-081-85/+92
|
* Updated Hebrew translation.Yaron Shahrabani2011-12-301-169/+196
|
* Add a missing init functionMatthias Clasen2011-12-281-0/+5
| | | | Reported in https://bugzilla.gnome.org/show_bug.cgi?id=666927
* Updated Belarusian translation.Ihar Hrachyshka2011-12-232-111/+128
|
* Updated French translationBruno Brouard2011-12-201-83/+89
|
* qtif: Add missing libintl.h includeVincent Untz2011-12-191-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=666518
* Updated Spanish translationDaniel Mustieles2011-12-181-84/+93
|
* Updated Czech translationMarek Černocký2011-12-181-91/+99
|
* Updated Norwegian bokmål translationKjartan Maraas2011-12-181-83/+89
|
* [l10n]Updated Catalan translationGil Forcada2011-12-171-84/+92
|
* Updated Slovenian translationMatej Urbančič2011-12-171-99/+111
|
* [l10n] Updated German translationMario Blättermann2011-12-171-84/+90
|
* Bump versionMatthias Clasen2011-12-161-1/+1
|
* 2.25.02.25.0Matthias Clasen2011-12-161-0/+21
|
* Fix distcheckMatthias Clasen2011-12-161-1/+1
|
* qtif: use ngettextMatthias Clasen2011-12-161-5/+22
| | | | Patch by Denis Pauk, bug 629396.
* Various annotation fixesMatthias Clasen2011-12-167-24/+31
| | | | Reported by Evan Nemerson in bug 659888.
* configure modernizationMatthias Clasen2011-12-161-4/+4
| | | | | Require automake 1.11, create xz tarballs, and enable silent rules by default.
* Add new symbolsMatthias Clasen2011-12-161-0/+2
|
* Add Since tagsMatthias Clasen2011-12-161-2/+4
|
* Add new symbols to docsMatthias Clasen2011-12-161-0/+2
|
* Add missing indicesMatthias Clasen2011-12-161-0/+8
|
* Add Since tagMatthias Clasen2011-12-161-1/+3
|
* gdk-pixbuf: Add new gdk_pixbuf_get_pixels_with_length method for gi usersJasper St. Pierre2011-12-162-2/+49
| | | | | | | | Binary data needs an explicit length to be useful. Add a new API for getting length of binary data, and allow gi users to use "get_pixels" in a useful manner instead of just grabbing the first pixel. https://bugzilla.gnome.org/show_bug.cgi?id=662009
* Fix handling of options when saving pngsMatthias Clasen2011-12-161-7/+18
| | | | | | | | | | | | | | The png loader treats its options in two passes, the first pass counts and verifies them, the second pass converts text options. This worked ok when only text was understood, but with the introduction of compression and icc-profile as supported options, the two loops can now get out of sync when the text options are not all at the beginning. Fix this by skipping non-text options in the second loop, just as we do in the first loop. https://bugzilla.gnome.org/show_bug.cgi?id=620911
* Use /**/ comments in assembler sourcesMatthias Clasen2011-12-162-4/+4
| | | | | This was causing problems on NetBSD. Patch by Havard Eidnes, bug 640405
* ico: Skip compressed icon imagesStef Walter2011-12-161-69/+96
| | | | | | | | | | * Previously we were selecting the largest icon image and then failing if it was compressed or it was somehow different than we expected. * Instead we should go back to the next largest and so on and see if there's one we can read. https://bugzilla.gnome.org/show_bug.cgi?id=652498
* Don't detect X11 automagicallyMatthias Clasen2011-12-161-1/+5
| | | | | Instead, add an explicit --with-x11 option and default it to 'no'. Based on a patch by Pacho Ramos, bug 657569.
* Fix mingw buildMatthias Clasen2011-12-161-1/+1
| | | | Patch by Marko Lindqvist, bug 657876
* Work around gtk-doc limitationsMatthias Clasen2011-12-162-0/+6
| | | | | | gtk-doc gets confused by the win32 compat _utf8 defines. So, hide those from it. Bug https://bugzilla.gnome.org/show_bug.cgi?id=663554