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