summaryrefslogtreecommitdiff
path: root/gdk/directfb/gdktestutils-directfb.c
Commit message (Collapse)AuthorAgeFilesLines
* directfb: RemoveBenjamin Otte2010-08-231-263/+0
| | | | | As announced by email and on IRC, this backend is removed from GTK 3. It has been broken for over a year with no one fixing it.
* gdk/: fully remove gdkalias hacksJavier Jardón2010-07-101-4/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=623845
* Fix compilation with DirectFB 1.0Sven Neumann2009-04-091-2/+10
| | | | | The code used a field introduced with DirectFB 1.2. Added a compile-time version check to make it work with DirectFB 1.0.
* gdk/directfb/gdkdirectfb.h gdk/directfb/gdkdisplay-directfb.cSven Neumann2008-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | | 2008-01-30 Sven Neumann <sven@gimp.org> * gdk/directfb/gdkdirectfb.h * gdk/directfb/gdkdisplay-directfb.c * gdk/directfb/gdkdrawable-directfb.c * gdk/directfb/gdkim-directfb.c * gdk/directfb/gdkimage-directfb.c * gdk/directfb/gdkinput-directfb.c * gdk/directfb/gdkmain-directfb.c * gdk/directfb/gdkpixmap-directfb.c * gdk/directfb/gdktestutils-directfb.c * gdk/directfb/gdkvisual-directfb.c * gdk/directfb/gdkwindow-directfb.c: applied patch from Denis Oliver Kropp <dok@directfb.org>. Fixes various warnings, some errors and has some cleanups. svn path=/trunk/; revision=19432
* Applied a patch by Claudio Ciccani which adds testing functions to theAttilio Fiandrotti2007-12-111-0/+259
2007-12-11 Attilio Fiandrotti <attilio.fiandrotti@gmail.com> * gdk/directfb/gdktestutils-directfb.c: * gdk/directfb/Makefile.am: Applied a patch by Claudio Ciccani which adds testing functions to the DirectFB backend. svn path=/trunk/; revision=19163