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