]> Pileus Git - ~andy/gtk/blob - contrib/gdk-pixbuf-xlib/ChangeLog
Adapt to uscore-ification of gtktextiterprivate
[~andy/gtk] / contrib / gdk-pixbuf-xlib / ChangeLog
1 2001-01-02  Havoc Pennington  <hp@redhat.com>
2
3         * gdk-pixbuf-xlib-2.0.pc.in (Description): fix up description a bit.
4
5 2000-10-06  Havoc Pennington  <hp@redhat.com>
6
7         * gdk-pixbuf-xlib.c: Put display/screen here, instead of in 
8         the main gdk-pixbuf library as it was in 1.0; since the io-xpm 
9         loader doesn't use these variables anymore it should be OK
10
11 2000-09-26  Federico Mena Quintero  <federico@helixcode.com>
12
13         * gdk-pixbuf/gdk-pixbuf-xlib-drawable.c
14         (gdk_pixbuf_xlib_get_from_drawable): Do not use
15         gdk_screen_{width,height}().  Thanks to John Harper for pointing
16         this out.
17
18 2000-08-26  Federico Mena Quintero  <federico@helixcode.com>
19
20         * gdk-pixbuf/gdk-pixbuf-xlibrgb.c: Added API reference docs.
21
22 2000-08-25  Federico Mena Quintero  <federico@helixcode.com>
23
24         * gdk-pixbuf/gdk-pixbuf-xlib-drawable.c (handle_x_error): Return
25         0.
26         (xlib_window_is_viewable): Return FALSE in the last case.
27
28         * gdk-pixbuf/gdk-pixbuf-xlib-render.c: Updated the inline docs.
29
30         * gdk-pixbuf/gdk-pixbuf-xlib.c: Added API docs.
31
32 2000-08-25  John Harper  <john@dcs.warwick.ac.uk>
33
34         Work to create an Xlib version of gdk-pixbuf (with the Xlib
35         port of GdkRGB for rendering):
36
37         * configure.in: check for X libraries, set and substitute
38         GDK_PIXBUF_XLIB_{LIBDIR,INCLUDEDIR,LIBS} variables
39
40         * gdk_pixbuf_xlibConf.sh.in: new file -- gnome-config details
41         for the gdk-pixbuf-xlib library
42         * Makefile.am: build and install gdk_pixbuf_xlibConf.sh
43
44         * gdk-pixbuf/gdk-pixbuf-xlib-render.c,
45         gdk-pixbuf/gdk-pixbuf-xlib.c, gdk-pixbuf/gdk-pixbuf-xlib.h,
46         gdk-pixbuf/gdk-pixbuf-xlib-private.h,
47         gdk-pixbuf/gdk-pixbuf-xlib-drawable.c: new files, ported the
48         GDK dependent parts of gdk-pixbuf to use Xlib. Functions that
49         were called gdk_pixbuf_FOO are now gdk_pixbuf_xlib_FOO
50
51         * gdk-pixbuf/gdk-pixbuf-xlibrgb.c,
52         gdk-pixbuf/gdk-pixbuf-xlibrgb.h: added Chris Blizzard's Xlib
53         port of GdkRGB (from Mozilla CVS)
54
55         * gdk-pixbuf/Makefile.am: build a library libgdk_pixbuf_xlib.la
56         including the non-GDK dependent objects from libgdk_pixbuf.la
57         plus the Xlib ports and xlibrgb