summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update NEWS for 2.21.72.21.7Matthias Clasen2010-09-101-0/+17
|
* Updated Italian translationLuca Ferretti2010-09-081-238/+247
|
* Add a gdiplus.def file instead of creating it inline in MakefileTor Lillqvist2010-09-032-30/+29
|
* Remove unuesd --disable-visibility optionMatthias Clasen2010-09-021-8/+0
|
* Link directly to GDI+ API avoiding LoadLibraryTor Lillqvist2010-09-033-126/+77
| | | | | | | | | | | | Avoid potential DLL hijacking risks by not calling LoadLibrary() to load gdiplus.dll. As gdiplus.dll is a WinSxS (side-by-side) DLL we couldn't use the full path anyway as we don't know it. So just link to the GDI+ functions directly. Gdiplus.dll should be present on all Windows versions we support anyway. Some complexity added as MinGW doesn't come with an import library for gdiplus.dll, so we have to create one ourselves. But we call relatively few functions from gdiplus.dll so that is not a big deal.
* introspection: Update to new scanner APIEmmanuele Bassi2010-09-012-2/+2
| | | | | | | | | | Similar to commit b04b1b2e846e930166beaceeb4ff2c8fb4b00d2f in gtk+: • Depend on g-i 0.9.5 • Add --warn-all • Drop --strip-prefix and use --symbol-prefix Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
* Updated British English translationPhilip Withnall2010-08-222-434/+456
|
* Revert "Remove remaining single-include guards"Christian Persch2010-08-182-2/+2
| | | | | | This reverts commit 5c195a2e2f8dac4d28ecdae9004d3d80d462604a. Bug #622940.
* Improve the gdk_pixbuf_loader_close() docsXabier Rodriguez Calvar2010-08-091-0/+3
| | | | ...by mentioning that you still need to unref. Bug 604284.
* Update git.mk from pangoPablo Castellano2010-08-031-4/+9
|
* Fix linking when libpng loader is builtinBastien Nocera2010-07-193-2/+3
| | | | | | | | When the libpng loader is builtin to gdk-pixbuf, we need to require libpng itself, or the linking will fail: /usr/bin/ld: cannot find -lpng12 https://bugzilla.gnome.org/show_bug.cgi?id=624712
* Bump versionMatthias Clasen2010-07-121-1/+1
|
* Bump version2.21.6Matthias Clasen2010-07-121-1/+1
|
* UpdatesMatthias Clasen2010-07-121-0/+9
|
* Replace the aliasing hacks by -Bsymbolic-functionsMatthias Clasen2010-07-0941-318/+29
| | | | This is copying similar changes from glib.
* Try to fix !srcdir builds wrt to introspectionMatthias Clasen2010-07-092-3/+3
| | | | | This requires a recent gobject-introspection, so bump the dependency to 0.9.0. Should fix bug 623935
* Include alias header when using built-in loadersColin Walters2010-07-0625-0/+103
| | | | | | | | If we're building a loader like png into gdk-pixbuf, we need to include the alias header. Otherwise we get internal PLT entries, which makes make check fail. https://bugzilla.gnome.org/show_bug.cgi?id=623314
* Fix the pltcheck.sh script to actually catch PLT entriesMatthias Clasen2010-07-061-1/+1
| | | | | On my system, readelf lost the final T in JUMP_SLOT, emitting R_X86_64_JUMP_SLO.
* [autogen.sh] Support NOCONFIGURE, like gnome-commonColin Walters2010-06-291-2/+7
|
* Check for different versions of libpng not just libpng12Fridrich Štrba2010-06-291-5/+11
|
* Update NEWS for 2.21.5Matthias Clasen2010-06-281-0/+7
|
* Reallow single includesMatthias Clasen2010-06-276-6/+6
| | | | Grudgingly, in the name of API stability.
* Bring back deprecated apiMatthias Clasen2010-06-276-0/+87
| | | | Grudgingly, in the name of api stability.
* Use correct autoconf variables in gdk_pixbuf.rc.inTor Lillqvist2010-06-271-6/+6
|
* Clean up configure.ac a bitEmmanuele Bassi2010-06-271-34/+30
| | | | | | Synchronize the comments with the declarations they are referring to; remove mentions of CVS; start using modern macros like AS_IF and AS_CASE.
* Bump versionMatthias Clasen2010-06-261-1/+1
|
* Updates2.21.4Matthias Clasen2010-06-261-0/+14
|
* Don't add a -2.0 suffix to binaries any longerMatthias Clasen2010-06-2611-41/+53
| | | | We no longer need to make them parallel installable
* Add a GType for GdkPixbufFormatEmmanuele Bassi2010-06-263-1/+57
| | | | | | A simple boxed type, for use in language bindings. http://bugzilla.gnome.org/show_bug.cgi?id=608679
* Bring gdk-pixbuf-xlib backMatthias Clasen2010-06-2612-17/+5952
|
* Another s/gtk+/gdk-pixbuf/Christian Persch2010-06-261-1/+1
|
* Add binary version and module loader dir variables to .pc fileChristian Persch2010-06-262-3/+10
| | | | Bug #622792.
* Add pure gdk-pixbuf tests from GTK+Matthias Clasen2010-06-268-1/+815
|
* Bump versionMatthias Clasen2010-06-261-1/+1
|
* 2.21.32.21.3Matthias Clasen2010-06-26105-20686/+20686
|
* Use --enable-man for distcheckingMatthias Clasen2010-06-261-0/+1
|
* Don't include files in POTFILES.in that don't go in the tarballMatthias Clasen2010-06-251-1/+1
|
* Fix gettext version issuesMatthias Clasen2010-06-251-1/+2
| | | | | | | We need to run autopoint before aclocal, since otherwise aclocal will copy gettext.m4 from the installed gettext version, ignoring the version that was declared by AM_GNU_GETTEXT_VERSION in configure.ac, and things will fall apart down in po/ later.
* Do not use AM_GLIB_DEFINE_LOCALEDIR()Javier Jardón2010-06-262-1/+1
| | | | As we are using upstream gettext now
* Fix doc buildMatthias Clasen2010-06-255-57/+70
|
* UpdatesMatthias Clasen2010-06-251-0/+14
|
* Fix up help messageMatthias Clasen2010-06-251-1/+1
|
* [build] Use the --force option of autopointJavier Jardón2010-06-261-1/+1
| | | | So we can overwriting files that already exist
* [build] Remove autogenerated gettext files from the treeJavier Jardón2010-06-262-492/+0
| | | | Remove po/Makefile.in.in and po/Rules-quot
* [build] gitignore some .m4 filesJavier Jardón2010-06-261-0/+6
|
* Use autopoint, not gettextizeMatthias Clasen2010-06-251-1/+1
|
* Reduce gettext depMatthias Clasen2010-06-251-1/+1
|
* Add introspection.m4Matthias Clasen2010-06-251-0/+96
|
* Fix include file location in pc fileMatthias Clasen2010-06-251-1/+1
|
* gettextizeMatthias Clasen2010-06-251-1/+1
|