summaryrefslogtreecommitdiff
path: root/modules/engines/pixbuf/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* modules: remove the pixbuf engine directoryCosimo Cecchi2014-05-011-36/+0
| | | | | This is not used anywhere, and is commented out of the build because it doesn't compile. Time for some spring cleaning...
* Use AM_CPPFLAGS instead the obsolete INCLUDESJavier Jardón2011-07-061-1/+1
|
* Bump the version to 3.0.0Matthias Clasen2011-02-101-3/+3
| | | | | | | At the same time, change the library sonames for -3.0 to just -3. This is necessary since the 2.99 releases installed libraries like libgtk-3.0.so.0.9903.0, and we want to prevent the library version number from jumping back. So 3.0 will have libgtk-3.so.0.0.0.
* Fix remaining usage of g[dk]ktargetlib.Yaakov Selkowitz2011-01-101-2/+2
| | | | | | This is a follow-up to commit 07d49ee56a4ce86d9d6154e00ff6b10bd3bdc2a4. https://bugzilla.gnome.org/show_bug.cgi?id=639047
* Make GTK+ use an external gdk-pixbufMatthias Clasen2010-06-261-1/+0
|
* Make 3.0 parallel-installable to 2.xMatthias Clasen2010-05-081-5/+5
| | | | | | | | | | | | | | | In particular, rename - libraries to lib*-3.0.so - pc files to *-3.0.pc - include paths to /usr/include/gtk-3.0/* - module paths to /usr/lib/gtk-3.0/* - rc files names to gtk-3.0/gtkrc - commandline utilities to *-3.0 - adjust documentation Also change the install location for unix-print headers to /usr/include/gtk-3.0/unix-print/gtk.
* Add git.mk to generate .gitignore filesBehdad Esfahbod2009-05-041-0/+2
| | | | Add four new doc templates that were not in repository.
* define -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS.Michael Natterer2008-08-121-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-12 Michael Natterer <mitch@imendio.com> * configure.in: define -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS. * gdk-pixbuf/Makefile.am: make the contents gdk-pixbuf-marshal.h visible for GDK_PIXBUF_COMPILATION. * contrib/gdk-pixbuf-xlib/Makefile.am * demos/Makefile.am * demos/gtk-demo/Makefile.am * gdk-pixbuf/pixops/Makefile.am * gdk/Makefile.am * gdk/x11/Makefile.am * gtk/Makefile.am * gtk/tests/Makefile.am * gtk/theme-bits/Makefile.am * modules/engines/ms-windows/Makefile.am * modules/engines/pixbuf/Makefile.am * modules/input/Makefile.am * perf/Makefile.am * tests/Makefile.am: remove -DDGDK_PIXBUF_DISABLE_DEPRECATED here. svn path=/trunk/; revision=21096
* call g_test_init() from gtk_test_init().15:39:40 Tim Janik2007-11-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-11-22 15:39:40 Tim Janik <timj@imendio.com> * gtk/gtktestutils.c: call g_test_init() from gtk_test_init(). * gtk/tests/testing.c: use g_test_add_func() to register tests and use g_test_run() to run the tests to integrate with the testing framework. * gtk/tests/Makefile.am: removed exemplary testing rules. * Makefile.am, gtk/tests/Makefile.am, gtk/Makefile.am: * gtk/xdgmime/Makefile.am, gtk/theme-bits/Makefile.am: * tests/Makefile.am, docs/reference/gdk-pixbuf/Makefile.am: * docs/reference/gdk/Makefile.am, docs/reference/gtk/Makefile.am: * docs/reference/Makefile.am, docs/tools/Makefile.am: * docs/tutorial/Makefile.am, docs/faq/Makefile.am, docs/Makefile.am: * gdk-pixbuf/pixops/Makefile.am, gdk-pixbuf/Makefile.am: * demos/gtk-demo/Makefile.am, demos/Makefile.am: * modules/input/Makefile.am, modules/printbackends/file/Makefile.am: * modules/printbackends/test/Makefile.am, modules/printbackends/Makefile.am: * modules/printbackends/cups/Makefile.am, modules/printbackends/lpr/Makefile.am: * modules/engines/ms-windows/Theme/gtk-2.0/Makefile.am: * modules/engines/ms-windows/Theme/Makefile.am: * modules/engines/ms-windows/Makefile.am: * modules/engines/Makefile.am, modules/engines/pixbuf/Makefile.am: * modules/Makefile.am, m4macros/Makefile.am, perf/Makefile.am: * contrib/Makefile.am, contrib/gdk-pixbuf-xlib/Makefile.am: * gdk/directfb/Makefile.am, gdk/linux-fb/Makefile.am: * gdk/quartz/Makefile.am, gdk/win32/rc/Makefile.am: * gdk/win32/Makefile.am, gdk/x11/Makefile.am, gdk/Makefile.am: include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments. svn path=/trunk/; revision=19033
* modules/engines/pixbuf/Makefile.am Build fixes for Cygwin. (#338262)Matthias Clasen2006-04-121-1/+1
| | | | | | | | 2006-04-12 Matthias Clasen <mclasen@redhat.com> * contrib/gdk-pixbuf-xlib/Makefile.am: * modules/engines/pixbuf/Makefile.am * gdk-pixbuf/Makefile.am: Build fixes for Cygwin. (#338262)
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-291-1/+0
| | | | | | | | | 2006-01-28 Behdad Esfahbod <behdad@gnome.org> * configure.in: If major.minor of required and available glib versions are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug #328617) * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
* Add necessary libraries to make it compile with -no-undefined. (#159713,Matthias Clasen2004-11-281-1/+7
| | | | | | | 2004-11-28 Matthias Clasen <mclasen@redhat.com> * Makefile.am (LDADDS): Add necessary libraries to make it compile with -no-undefined. (#159713, Robert Ögren)
* Remove examples, adjust Makefile.amMatthias Clasen2004-11-151-5/+9
|
* Call AC_LIBTOOL_WIN32_DLL. Set OS_WIN32 conditional on Windows.Tor Lillqvist2003-03-021-1/+5
| | | | | | | | | | | | | | | | | | | | | | | 2003-03-02 Tor Lillqvist <tml@iki.fi> * configure.in: Call AC_LIBTOOL_WIN32_DLL. Set OS_WIN32 conditional on Windows. * makefile.cygwin: Remove, unmaintained and obsolete. * Makefile.am (EXTRA_DIST): Remove here, too. * README.win32: Update. pixbuf: 2003-03-02 Tor Lillqvist <tml@iki.fi> * Makefile.am: Use -no-undefined on Windows. metal and redmond95: 2003-03-02 Tor Lillqvist <tml@iki.fi> * Makefile.am: Use -no-undefined, and do use GTK_LIBS on Windows.
* link pixbuf engine against the gtk+ libraries, so that it can be used withJames Henstridge2002-03-061-0/+1
| | | | | | | | | 2002-03-07 James Henstridge <james@daa.com.au> * Makefile.am (libpixmap_la_LIBADD): link pixbuf engine against the gtk+ libraries, so that it can be used with programs that dlopen gtk+ without the RTLD_GLOBAL flag (such as scripting languages and mozilla).
* Optimize the case where a component is entirely transparent by skippingOwen Taylor2002-01-281-0/+4
| | | | | | | | | | | | | | | Sun Jan 27 23:58:13 2002 Owen Taylor <otaylor@redhat.com> * pixbuf-render.c (compute_hint): Optimize the case where a component is entirely transparent by skipping drawing it. * pixbuf-rc-style.c (theme_parse_image): Catch case where background or overlay border/stretch are specified without a background image. * pixbuf-render.c (theme_pixbuf_destroy): Actually free the structure and filename.
* A few updates for GTypePlugin.Owen Taylor2001-02-011-2/+1
| | | | | | Wed Nov 15 21:56:28 2000 Owen Taylor <otaylor@redhat.com> * src/pixbuf-*: A few updates for GTypePlugin.
* Updates to work with GTK+-2.0 theme engine architecture. It won't evenOwen Taylor2000-07-181-1/+4
| | | | | | | | | | | | | | | | | Tue Jul 18 12:13:19 2000 Owen Taylor <otaylor@redhat.com> Updates to work with GTK+-2.0 theme engine architecture. It won't even sort of work with GTK+-1.2 any more. * configure.in src/Makefile.am: Look for GTK+-2.0, install engine into GTK+-2.0 location. * src/pixbuf-style.h src/pixbuf-rc-style.[ch]: New files for GtkRcStyle and GtkStyle subclasses. Parsing, etc, moves to pixbuf-rc-style.[ch] * src/pixbuf-draw.c: Chain up to parent implementation when images aren't found for a certain element.
* Add -Wall for gcc.PIXBUF_ENGINE_GTK_1_2Owen Taylor2000-07-091-1/+1
| | | | | | | | | | | | Sun Jul 9 18:15:58 2000 Owen Taylor <otaylor@redhat.com> * configure.in (ACLOCAL): Add -Wall for gcc. * src/pixbuf-render.c (pixbuf_render): Fix problem using gdk_rectangle_intersect() from GTK+-1.2. * src/pixbuf-render.c src/pixbuf-draw.c: Remove direct access to pixbuf internals.
* Moved into docs/ subdirOwen Taylor2000-03-061-4/+4
| | | | | | | | | | | | | Mon Mar 6 11:44:58 2000 Owen Taylor <otaylor@redhat.com> * docs/gap-geometry.fig: Moved into docs/ subdir * Makefile.am configure.in autogen.sh src/Makefile.am: automakify * src/pixbuf.h src/pixbuf-render.c src/pixbuf-draw.c src/pixbuf-main.c: Move sources into subdir and rename.
* Start automake-ifyingOwen Taylor2000-03-061-0/+14