summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updates2.26.5Matthias Clasen2012-11-091-0/+27
|
* Don't use AC_PATH_PROGMatthias Clasen2012-11-091-1/+1
| | | | | | AC_PATH_PROG is problematic for cross compliation. Use AC_CHECK_TOOLS instead. https://bugzilla.gnome.org/show_bug.cgi?id=671516
* gdip: Prevent an error pileupMatthias Clasen2012-11-091-1/+0
| | | | This was pointed out in bug 686139.
* Silence custom make rulesYaakov Selkowitz2012-11-091-7/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=686605
* init: Improve error message for missing cache fileJohn Spencer2012-11-031-3/+7
| | | | | | | | People on IRC were rightly pointing out that the fix is easy once you know it. So why wouldn't gdk-pixbuf print it? Also reinstate the warning. The pixdata module is always loaded so we need to expect one existing module.
* configure: Require GLib 2.34Colin Walters2012-10-251-1/+1
| | | | | | Needed for the use of g_type_ensure(). https://bugzilla.gnome.org/show_bug.cgi?id=686844
* queryloaders: Ensure we link to libgobjectColin Walters2012-10-241-0/+11
| | | | | | | | | | | | | | | | This call is necessary to ensure we actually link against libgobject; otherwise it may be stripped if -Wl,--as-needed is in use. The reason we need to link against libgobject is because it now has a global constructor. If the dynamically loaded modules happen to dlclose() libgobject, then reopen it again, we're in for trouble. See https://bugzilla.gnome.org/show_bug.cgi?id=686822 Patch-suggested-by: Ryan Lortie <desrt@desrt.ca> Signed-off-by: Colin Walters <walters@verbum.org> https://bugzilla.gnome.org/show_bug.cgi?id=686822
* [l10n] Updated Estonian translationMattias Põldaru2012-10-221-11/+12
|
* Updated Japanese translationTakayuki KUSANO2012-10-151-9/+9
|
* Merged with latest POT fileTakayuki KUSANO2012-10-151-83/+139
|
* Updated Norwegian bokmål translation.Kjartan Maraas2012-10-121-40/+39
|
* Updated Malayalam translationAnish A2012-10-051-266/+276
|
* update Simplified Chinese (zh_CN) translationYunQiang Su2012-09-231-82/+98
|
* Updated Latvian translationRūdolfs Mazurs2012-09-221-82/+89
|
* [l10n] Updated Italian translation.Milo Casagrande2012-09-221-2/+2
|
* [l10n] Updated Italian translation.Milo Casagrande2012-09-221-108/+101
|
* Updated Thai translationTheppitak Karoonboonyanan2012-09-201-234/+251
|
* Updated Telugu TranslationsKrishnababu Krothapalli2012-09-201-59/+66
|
* Updated Bulgarian translationAlexander Shopov2012-09-191-93/+94
|
* hindi updateRajesh Ranjan2012-09-191-88/+103
|
* Bump versionMatthias Clasen2012-09-171-2/+2
|
* 2.26.42.26.4Matthias Clasen2012-09-171-0/+40
|
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2012-09-181-81/+89
|
* [l10n] Updated Catalan translationGil Forcada2012-09-181-57/+61
|
* Updated Hungarian translationGabor Kelemen2012-09-171-41/+39
|
* Updated header for Brazilian Portuguese.Rafael Ferreira2012-09-171-1/+1
|
* Updated Russian translationYuri Myasoedov2012-09-171-224/+262
|
* Updated Danish translationAsk H. Larsen2012-09-161-94/+101
|
* Make the tiff loader threadsafeMatthias Clasen2012-09-141-139/+59
| | | | | | | | | | The reason why the tiff loader was marked as not threadsafe is that libtiff only has a global error handler; while we still have to set an error handler to keep libtiff from spamming stderr, we just give up on collecting any error messages from it, and we also give up on the illusion that we can push/pop error handlers. That doesn't work without a stack, so we just keep forcing our do-nothing error handler on without ever taking it back.
* update Punjabi TranslationA S Alam2012-09-141-245/+287
|
* Updated German translationChristian Kirbach2012-09-131-183/+175
|
* Assamese translation updatedNilamdyuti Goswami2012-09-111-48/+55
|
* Updated Portuguese translationDuarte Loreto2012-09-091-20/+25
|
* Updated Korean translationChangwoo Ryu2012-09-091-81/+85
|
* Updated Lithuanian translationAurimas Černius2012-09-071-43/+51
|
* Updated Belarusian translation.Ihar Hrachyshka2012-09-071-77/+84
|
* Updated Hebrew translation.Yaron Shahrabani2012-09-071-42/+47
|
* Updated Serbian translationМирослав Николић2012-09-062-78/+96
|
* Updated Slovenian translationMatej Urbančič2012-09-061-42/+47
|
* Updated Spanish translationDaniel Mustieles2012-09-061-14/+17
|
* Update French translationAlexandre Franke2012-09-061-83/+91
|
* Updated Brazilian Portuguese translation.Adorilson Bezerra2012-09-061-75/+83
|
* Updated Greek translationTom Tryfonidis2012-09-061-58/+73
|
* Updated British English translationBruce Cowan2012-09-051-61/+70
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-09-052-77/+85
|
* Updated Czech translationMarek Černocký2012-09-041-77/+82
|
* png: make sure we still build with libpng 1.2Cosimo Cecchi2012-09-041-1/+1
| | | | png_const_bytep doesn't exist there.
* Updated Galician translationsFran Diéguez2012-09-041-27/+30
|
* Updated Indonesian translationDirgita2012-09-041-47/+51
|
* Documentation fixesMatthias Clasen2012-09-037-19/+16
| | | | | Patch by Rafał Mużyło, https://bugzilla.gnome.org/show_bug.cgi?id=676430