summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.30.82.30.8Matthias Clasen2014-05-261-0/+9
|
* Add some missing nullability annotations.Evan Nemerson2014-05-164-13/+17
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=730161
* Expand docs for gdk_pixbuf_new_from_stream_at_scale()Bastien Nocera2014-04-291-5/+10
| | | | | | | The case where preserve_aspect_ratio is TRUE and both the width and height are given wasn't explicitely documented. https://bugzilla.gnome.org/show_bug.cgi?id=727848
* docs: Update directory and file names for module installationKjell Ahlstedt2014-04-231-3/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=728357
* Updated Indonesian translationDirgita2014-04-221-265/+267
|
* Updated Basque languageInaki Larranaga Murgoitio2014-03-301-232/+239
|
* Bump versionMatthias Clasen2014-03-171-2/+2
|
* 2.30.72.30.7Matthias Clasen2014-03-171-0/+5
|
* One more case of leftover markupMatthias Clasen2014-03-141-1/+1
|
* Convert some more leftover markupMatthias Clasen2014-03-141-27/+12
|
* Really remove &gdk-pixbuf;Matthias Clasen2014-03-141-21/+21
|
* Drop the &gdk-pixbuf; entityMatthias Clasen2014-03-143-13/+9
| | | | It does not get expanded anymore; lets just say gdk-pixbuf.
* Bump versionMatthias Clasen2014-03-031-2/+2
|
* 2.30.62.30.6Matthias Clasen2014-03-031-0/+9
|
* Updated Thai translationTheppitak Karoonboonyanan2014-03-031-228/+232
|
* MSVC builds: Add NMake Makefile for Introspection BuildsChun-wei Fan2014-02-257-140/+219
| | | | | | | | | | | | | This adds an NMake Makefile that is used to generate the introspection files for GDK-Pixbuf, which replaces the previous approach of generating them via the Visual Studio Projects. This makes it clearer to people on what things are needed in order to build the introspection files if so desired, and makes things a bit cleaner as the build results can be cleaned away easily. This also takes the recent change in g-i into account, where we no longer pass in the DLL file name but instead pass in the library name on Windows, just as it was done on *nix. The existing .bat file for this purpose is removed as a result.
* Don't Build Introspection Files from MSVC ProjectsChun-wei Fan2014-02-258-253/+2
| | | | | | | | This removes the gengir projects from the Visual Studio Projects, so that this paves the initial step of building the introspection files using NMake Makefiles, as the current approach requires many environment variables to be set in order to build the introspection files successfully, which is a bit clunky.
* Add annotations to gdk_pixbuf_save_to_buffer buffer argWilliam Jon McCann2014-02-211-1/+1
|
* Bump versionMatthias Clasen2014-02-171-2/+2
|
* 2.30.52.30.5Matthias Clasen2014-02-171-0/+7
|
* Bump gtk-doc dep to 1.20Matthias Clasen2014-02-171-1/+1
|
* Drop markup from doc commentsMatthias Clasen2014-02-156-129/+86
| | | | | Switch to markdown for our inline markup needs, and turn off sgml mode for the docs.
* Bump versionMatthias Clasen2014-02-141-2/+2
|
* Updated Ukrainian translationDaniel Korostil2014-02-141-244/+265
|
* 2.30.42.30.4Matthias Clasen2014-02-031-0/+9
|
* Updated FSF's addressDaniel Mustieles2014-01-3183-238/+83
|
* Make testsuite robust against disabled formatsMatthias Clasen2014-01-2510-12/+238
| | | | | | | Skip tests if their file format is not supported by the available loaders. https://bugzilla.gnome.org/show_bug.cgi?id=722651
* Update Chinese simplified translationWylmer Wang2014-01-241-69/+70
|
* Fix test failure if PNG_iTXt_SUPPORTED not definedRober Ancell2014-01-151-0/+4
|
* Bump versionMatthias Clasen2014-01-141-2/+2
|
* 2.30.32.30.3Matthias Clasen2014-01-141-0/+19
|
* Fix make distcheckMatthias Clasen2014-01-141-11/+8
|
* Fix up various build issuesMatthias Clasen2014-01-141-4/+4
|
* Updated Greek translationDimitris Spingos2014-01-131-94/+100
|
* Update glib-tap.mk from glibMatthias Clasen2014-01-041-1/+2
| | | | This will let us use tap mode for installed tests as well.
* qtif: fix fread() error checkRyan Lortie2014-01-021-4/+1
| | | | | | fread() doesn't return -1 on error, so don't check for < 0. https://bugzilla.gnome.org/show_bug.cgi?id=721371
* Visual Studio Projects: Split the Property SheetsChun-wei Fan2013-12-2626-447/+607
| | | | | | | | | | Split up the Visual Studio 2008/2010 property sheets, so that they can be more easily maintained; also remove items that aren't really needed for the build and merge a few items that are frequently repeated. Also make the copying of config.h from config.h.win32 done with a custom build rule so that we have a clean source tree when cleaning the build from the IDE.
* Declare the removal of Makefile.decl completeColin Walters2013-12-212-6/+2
|
* Two more instances of Makefile.declMatthias Clasen2013-12-212-5/+1
|
* One forgotten instance of Makefile.declMatthias Clasen2013-12-201-3/+1
|
* Remove Makefile.declMatthias Clasen2013-12-208-99/+3
| | | | | | We are now using glib-tap.mk for the tests, and all we gain from Makefile.decl is a predefined EXTRA_DIST, which doesn't seem worth it.
* Enable coverage testingMatthias Clasen2013-12-202-0/+49
| | | | Use --enable-coverage and make coverage to get it.
* Add tests for savingMatthias Clasen2013-12-192-0/+133
|
* Allow single-character keys for tEXt chunksMatthias Clasen2013-12-191-1/+1
| | | | | | The keys for tEXt chunks are documented as 1-79 character ASCII strings. Testing this shows that we reject single- character keys as too short. Fix that.
* Quell another automake warningMatthias Clasen2013-12-191-1/+1
|
* Don't include config.h in any headersMatthias Clasen2013-12-191-1/+0
| | | | | config.h has no inclusion guards, so including it in headers is bound to cause redefinition warnings from cpp.
* Include config.h everywhere, firstMatthias Clasen2013-12-192-0/+3
| | | | Some of the loaders were not doing this.
* Make configure check for awkMatthias Clasen2013-12-191-0/+1
| | | | awk is needed for the automake tap driver.
* Updated POTFILES.inPiotr Drąg2013-12-191-0/+1
|
* tests: Use TAPMatthias Clasen2013-12-196-105/+679
| | | | | Instead of using gtester, switch to using the TAP support and the automake test harness.