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