]> Pileus Git - ~andy/gtk/blob - contrib/gdk-pixbuf-xlib/ChangeLog
Add a shared library dependency on libgdk-pixbuf.
[~andy/gtk] / contrib / gdk-pixbuf-xlib / ChangeLog
1 Wed Mar  3 15:50:28 2004  Owen Taylor  <otaylor@redhat.com>
2
3         * Makefile.am (libgdk_pixbuf_xlib_2_0_la_LIBADD): Add 
4         a shared library dependency on libgdk-pixbuf.
5
6 Tue Feb 24 14:45:03 2004  Owen Taylor  <otaylor@redhat.com>
7
8         * === Released 2.3.3 ===
9
10 Fri Feb 13 10:32:09 2004  Owen Taylor  <otaylor@redhat.com>
11
12         * gdk-pixbuf-xlibrgb.h: Remove a couple of unneeded
13         #includes. Isn't unsupported code fun?
14         (133833, Gregory Merchan)
15
16 Tue Oct  7 23:30:00 2003  Matthias Clasen  <maclas@gmx.de>
17
18         * gdk-pixbuf-xlib.h: Add C++ guards. (123955, Harring Figueiredo)
19
20 2002-08-06  jacob berkman  <jacob@ximian.com>
21
22         * Makefile.am (lib_LTLIBRARIES): link against xlibs
23
24 2002-01-25  Federico Mena Quintero  <federico@ximian.com>
25
26         Merge from gdk-pixbuf stable.
27
28         * gdk-pixbuf-xlib-drawable.c (rgb565msb): Fixed the endianness
29         conversion --- swap the individual 16 bit values instead of taking
30         everying as a 32 bit value.
31         (rgb565lsb): Likewise.
32         (rgb555lsb): Likewise.
33         (rgb555msb): Likewise.
34
35 2001-11-26  Akira TAGOH  <tagoh@redhat.com>
36
37         * Makefile.am (libgdk_pixbuf_xlib_1_3_la_LDFLAGS):
38         Added -version-info.
39
40 2001-05-19  Havoc Pennington  <hp@pobox.com>
41
42         * gdk-pixbuf-xlibrgb.c: docs
43
44 2001-06-04  Havoc Pennington  <hp@redhat.com>
45
46         * gdk-pixbuf-xlibrgb.c (xlib_rgb_init): remove C++ comment,
47         reported by Dan McNichol
48
49 Mon Jan  8 11:41:41 2001  Owen Taylor  <otaylor@redhat.com>
50
51         * Makefile.am (INCLUDES): Add @x_cflags@ (#36310)
52
53 2001-01-02  Havoc Pennington  <hp@redhat.com>
54
55         * gdk-pixbuf-xlib-2.0.pc.in (Description): fix up description a bit.
56
57 2000-10-06  Havoc Pennington  <hp@redhat.com>
58
59         * gdk-pixbuf-xlib.c: Put display/screen here, instead of in 
60         the main gdk-pixbuf library as it was in 1.0; since the io-xpm 
61         loader doesn't use these variables anymore it should be OK
62
63 2000-09-26  Federico Mena Quintero  <federico@helixcode.com>
64
65         * gdk-pixbuf/gdk-pixbuf-xlib-drawable.c
66         (gdk_pixbuf_xlib_get_from_drawable): Do not use
67         gdk_screen_{width,height}().  Thanks to John Harper for pointing
68         this out.
69
70 2000-08-26  Federico Mena Quintero  <federico@helixcode.com>
71
72         * gdk-pixbuf/gdk-pixbuf-xlibrgb.c: Added API reference docs.
73
74 2000-08-25  Federico Mena Quintero  <federico@helixcode.com>
75
76         * gdk-pixbuf/gdk-pixbuf-xlib-drawable.c (handle_x_error): Return
77         0.
78         (xlib_window_is_viewable): Return FALSE in the last case.
79
80         * gdk-pixbuf/gdk-pixbuf-xlib-render.c: Updated the inline docs.
81
82         * gdk-pixbuf/gdk-pixbuf-xlib.c: Added API docs.
83
84 2000-08-25  John Harper  <john@dcs.warwick.ac.uk>
85
86         Work to create an Xlib version of gdk-pixbuf (with the Xlib
87         port of GdkRGB for rendering):
88
89         * configure.in: check for X libraries, set and substitute
90         GDK_PIXBUF_XLIB_{LIBDIR,INCLUDEDIR,LIBS} variables
91
92         * gdk_pixbuf_xlibConf.sh.in: new file -- gnome-config details
93         for the gdk-pixbuf-xlib library
94         * Makefile.am: build and install gdk_pixbuf_xlibConf.sh
95
96         * gdk-pixbuf/gdk-pixbuf-xlib-render.c,
97         gdk-pixbuf/gdk-pixbuf-xlib.c, gdk-pixbuf/gdk-pixbuf-xlib.h,
98         gdk-pixbuf/gdk-pixbuf-xlib-private.h,
99         gdk-pixbuf/gdk-pixbuf-xlib-drawable.c: new files, ported the
100         GDK dependent parts of gdk-pixbuf to use Xlib. Functions that
101         were called gdk_pixbuf_FOO are now gdk_pixbuf_xlib_FOO
102
103         * gdk-pixbuf/gdk-pixbuf-xlibrgb.c,
104         gdk-pixbuf/gdk-pixbuf-xlibrgb.h: added Chris Blizzard's Xlib
105         port of GdkRGB (from Mozilla CVS)
106
107         * gdk-pixbuf/Makefile.am: build a library libgdk_pixbuf_xlib.la
108         including the non-GDK dependent objects from libgdk_pixbuf.la
109         plus the Xlib ports and xlibrgb