summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Fix some compilation warningsJavier Jardón2009-11-031-20/+21
| | | | Cast to guint8* and use guint instead int in some variables
* Add git.mk to generate .gitignore filesBehdad Esfahbod2009-05-042-0/+4
| | | | Add four new doc templates that were not in repository.
* Update README files to refer to gitMatthias Clasen2009-03-311-0/+6
| | | | | Update various README files to refer to git instead of svn. Also discontinue ChangeLog files.
* 2.16.0GTK_2_16_0Matthias Clasen2009-03-131-0/+4
| | | | svn path=/trunk/; revision=22530
* 2.15.5GTK_2_15_5Matthias Clasen2009-03-021-0/+4
| | | | svn path=/trunk/; revision=22448
* 2.15.4GTK_2_15_4Matthias Clasen2009-02-171-0/+4
| | | | svn path=/trunk/; revision=22350
* 2.15.3GTK_2_15_3Matthias Clasen2009-02-031-0/+4
| | | | svn path=/trunk/; revision=22273
* 2.15.2GTK_2_15_2Matthias Clasen2009-01-271-0/+4
| | | | svn path=/trunk/; revision=22231
* 2.15.1GTK_2_15_1Matthias Clasen2009-01-231-0/+4
| | | | svn path=/trunk/; revision=22202
* 2.15.0GTK_2_15_0Matthias Clasen2009-01-011-0/+4
| | | | svn path=/trunk/; revision=22037
* 2.14.2GTK_2_14_2Matthias Clasen2008-09-181-0/+4
| | | | svn path=/trunk/; revision=21420
* 2.14.1GTK_2_14_1Matthias Clasen2008-09-051-0/+4
| | | | svn path=/trunk/; revision=21296
* 2.14.0GTK_2_14_0Matthias Clasen2008-09-041-0/+4
| | | | svn path=/trunk/; revision=21290
* 2.13.7GTK_2_13_7Matthias Clasen2008-08-191-0/+4
| | | | svn path=/trunk/; revision=21151
* define -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS.Michael Natterer2008-08-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* 2.13.6GTK_2_13_6Matthias Clasen2008-08-051-0/+4
| | | | svn path=/trunk/; revision=21015
* 2.13.5GTK_2_13_5Matthias Clasen2008-07-221-0/+4
| | | | svn path=/trunk/; revision=20888
* 2.13.4GTK_2_13_4Matthias Clasen2008-07-051-0/+4
| | | | svn path=/trunk/; revision=20783
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-223-3/+3
| | | | | | | | | | | | 2008-06-21 Johan Dahlin <jdahlin@async.com.br> * *.[ch]: Include "config.h" instead of <config.h> Command used: find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g' Rubberstamped by Mitch and Tim svn path=/trunk/; revision=20669
* 2.13.3GTK_2_13_3Matthias Clasen2008-06-141-0/+4
| | | | svn path=/trunk/; revision=20385
* 2.13.2GTK_2_13_2Matthias Clasen2008-06-031-0/+4
| | | | svn path=/trunk/; revision=20309
* 2.13.1GTK_2_13_1Matthias Clasen2008-05-301-0/+4
| | | | svn path=/trunk/; revision=20246
* gdk-pixbuf-xlib.h use G_BEGIN/END_DECLS.Michael Natterer2008-05-263-17/+13
| | | | | | | | | | 2008-05-26 Michael Natterer <mitch@imendio.com> * gdk-pixbuf-xlib.h * gdk-pixbuf-xlibrgb.h: use G_BEGIN/END_DECLS. svn path=/trunk/; revision=20180
* 2.13.0GTK_2_13_0Matthias Clasen2008-02-211-0/+4
| | | | svn path=/trunk/; revision=19628
* Remove all .cvsignore files.Michael Natterer2007-12-132-9/+0
| | | | svn path=/trunk/; revision=19169
* call g_test_init() from gtk_test_init().15:39:40 Tim Janik2007-11-222-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* 2.12.1GTK_2_12_1Matthias Clasen2007-10-171-0/+4
| | | | svn path=/trunk/; revision=18924
* 2.12.0GTK_2_12_0Matthias Clasen2007-09-141-0/+4
| | | | svn path=/trunk/; revision=18820
* Add forgotten release markersMatthias Clasen2007-07-211-0/+4
| | | | svn path=/trunk/; revision=18519
* 2.11.5GTK_2_11_5Matthias Clasen2007-07-021-0/+4
| | | | svn path=/trunk/; revision=18345
* 2.11.4GTK_2_11_4Matthias Clasen2007-06-191-0/+4
| | | | svn path=/trunk/; revision=18192
* 2.11.3GTK_2_11_3Matthias Clasen2007-06-161-0/+4
| | | | svn path=/trunk/; revision=18154
* 2.11.2GTK_2_11_2Matthias Clasen2007-06-061-0/+4
| | | | svn path=/trunk/; revision=18057
* 2.11.1GTK_2_11_1Matthias Clasen2007-06-041-0/+4
| | | | svn path=/trunk/; revision=18027
* 2.11.0GTK_2_11_0Matthias Clasen2007-05-241-0/+4
| | | | svn path=/trunk/; revision=17903
* CleanupsMatthias Clasen2006-10-081-0/+5
|
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-6/+0
| | | | | | 2006-10-08 Matthias Clasen <mclasen@redhat.com> * Apply a cleanup patch by Kjartan Maraas (#341812)
* 2.10.2GTK_2_10_2Matthias Clasen2006-08-181-0/+4
|
* 2.10.1GTK_2_10_1Matthias Clasen2006-07-241-0/+4
|
* 2.10.0GTK_2_10_0Matthias Clasen2006-07-031-0/+4
|
* 2.9.4Matthias Clasen2006-06-221-0/+4
|
* 2.9.3GTK_2_9_3Matthias Clasen2006-06-131-0/+4
|
* 2.9.2GTK_2_9_2Matthias Clasen2006-06-051-0/+4
|
* 2.9.1GTK_2_9_1Matthias Clasen2006-05-171-0/+4
|
* 2.9.0GTK_2_9_0Matthias Clasen2006-05-051-0/+4
|
* modules/engines/pixbuf/Makefile.am Build fixes for Cygwin. (#338262)Matthias Clasen2006-04-121-0/+5
| | | | | | | | 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.
* const correctness fixesMatthias Clasen2005-11-173-3/+9
| | | | found by Arjan van de Ven and gcc.
* Require gmodule-no-export-2.0 instead of gmodule-2.0Matthias Clasen2005-10-052-1/+6
| | | | | | | 2005-10-05 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-xlib-2.0.pc.in (Requires): Require gmodule-no-export-2.0 instead of gmodule-2.0
* 2.8.2GTK_2_8_2Matthias Clasen2005-08-241-0/+2
|