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