]> Pileus Git - ~andy/gtk/blob - gdk-pixbuf/ChangeLog
don't use += before =
[~andy/gtk] / gdk-pixbuf / ChangeLog
1 2001-09-17  Matt Wilson  <msw@redhat.com>
2
3         * Makefile.am (libpixbufloader_xbm_la_LDFLAGS): removed duplicate
4         LDFLAGS definition, use the -avoid-version one.
5         (libpixbufloader_tga_la_LDFLAGS): likewise
6
7 Mon Sep 17 11:49:02 2001  Owen Taylor  <otaylor@redhat.com>
8
9         * pixops/*: Mirror GdkInterpType to PixopsInterpType
10         to avoid including gdk-pixbuf headers.
11
12 2001-09-16  James Henstridge  <james@daa.com.au>
13
14         * .cvsignore: add generated files to ignore list.
15
16         * gdk-pixbuf.h: include gdk-pixbuf-enum-types.h
17
18         * Makefile.am: add rules to build gdk-pixbuf-enum-types.[ch]
19
20 Fri Sep 14 23:22:12 2001  Matthias Clasen  <matthiasc@poet.de>
21
22         * io-pnm.c (pnm_read_header): Use GDK_PIXBUF_ERROR_CORRUPT_IMAGE,
23         not GDK_PIXBUF_ERROR_HEADER_CORRUPT. (#58308)
24
25 Fri Sep 14 22:53:45 2001  Matthias Clasen  <matthiasc@poet.de>
26
27         * io-jpeg.c (gdk_pixbuf__jpeg_image_begin_load): Handle
28         out-of-memory situation better.
29
30         * io-pnm.c: Robustness fixes for pnm loader
31
32         * io-gif.c: Make gif loader survive TEST_RANDOMLY_MODIFY
33
34         * io-xpm.c (parse_color): detect very long color strings
35
36         All of the above from Matthias Clasen <matthiasc@poet.de>,
37         the remaining from Soeren Sandmann <sandmann@daimi.au.dk>.
38
39         * test-images.h: add tests:
40                 - four valid ppm's, eight invalid (matthiasc@poet.de)
41                 - one invalid xpm (matthiasc@poet.de)
42                 - one valid tga, one invalid (sandmann@daimi.au.dk)
43                 - one invalid tiff (sandmann@daimi.au.dk
44
45         * test-loaders.c: enable tests for ppm, png, gif, tga, tiff, xpm
46         
47         * io-tiff.c (gdk_pixbuf__tiff_image_stop_load): TIFFClientOpen can
48         fail - detect it when it happens
49
50         * io-tga.c (gdk_pixbuf__tga_load_increment): Fail if there is too
51         much data in file
52         
53         * gdk-pixbuf-io.c: moved wbmb check after ico check to avoid false
54         positives
55         
56 Fri Sep 14 00:30:48 2001  Tim Janik  <timj@gtk.org>
57
58         * Makefile.am: don't used BUILT_SOURCES to build marshal
59         files, as in conjunction with stamp files, this can
60         lead to endless rebuilding loops.
61
62 Tue Sep  4 00:22:07 2001  Owen Taylor  <otaylor@redhat.com>
63
64         * Makefile.am: Fix EXTRA_DIST for gdk-pixbuf-csource.1
65
66 Tue Sep  4 03:09:52 2001  Tim Janik  <timj@gtk.org>
67
68         * gdk-pixbuf-csource.1: new file, manual page for
69         the publically installed gdk-pixbuf-csource utility.
70
71 Thu Aug 30 08:30:03 2001  Matthias Clasen  <matthiasc@poet.de>
72
73         * gdk-pixbuf-loader.c (gdk_pixbuf_loader_close): Propagate
74         errors from gdk_pixbuf_loader_load_module.
75
76 Thu Aug 30 08:27:37 2001  Matthias Clasen  <matthiasc@poet.de>
77
78         * io-png.c (png_row_callback): Check that row_num is valid.
79
80 Tue Aug 28 21:05:26 2001  Matthias Clasen  <matthiasc@poet.de>
81
82         * io-bmp.c (OneLine): Emit area_updated signal with proper
83         area information. (#52002)
84
85 Tue Aug 28 20:03:43 2001  Matthias Clasen  <matthiasc@poet.de>
86
87         * test-loaders.c (test_loader): Catch errors at close time. 
88         * test-loaders.c (main): Remove C++ comments. 
89
90 2001-08-21  Matthias Clasen  <matthiasc@poet.de>
91
92         * Makefile.am, gdk-pixbuf-io.c, pixbufloader_tga.def, 
93         io-tga.c: Add tga loader, patch by Nicola Girardi. (#56067)
94
95 2001-08-20  Matthias Clasen  <matthiasc@poet.de>
96
97         * test-images.h, test-loaders.c: Add ico and wbmp tests.
98         * io-jpeg.c (gdk_pixbuf__jpeg_image_save): Fail with a suitable
99         error if buffer allocation fails.
100         * io-ico.c: Make .ICO loader more robust.
101         All of these are due to sandmann@daimi.au.dk (#50187)
102
103 2001-08-19  Sven Neumann  <sven@gimp.org>
104
105         * pixops/pixops.c: applied some simple but effective optimizations 
106         to pixops_composite_nearest() and pixops_composite_color_nearest().
107
108 2001-08-07  Sven Neumann  <sven@gimp.org>
109
110         * gdk-pixbuf.c (gdk_pixbuf_fill): a comment asked to optimize this
111         function, so that's what I did.
112
113 2001-08-06  Kjartan Maraas  <kmaraas@gnome.org>
114
115         * gdk-pixdata.c: Fix a typo.
116         
117 2001-07-30  Hans Breuer  <hans@breuer.org>
118
119         * pixops/makefile.msc : new file
120         * makefile.msc : use it to complete the build
121
122 2001-07-20  Hans Breuer  <hans@breuer.org>
123
124         * gdk-pixdata.c : don't 'g_tohl (*istream++)', but move
125         pointer increment out of the macro, because  at least one
126         compiler (msvc 5.0) gets confused otherwise (applies the
127         wrong increment).
128
129         * gdk_pixbuf.def : updated exports
130
131         * makefile.msc : reflect gdk-pixbuf-csource changes
132  
133 2001-07-17  Darin Adler  <darin@bentspoon.com>
134
135         * gdk-pixbuf-csource.c: Add missing <stdlib.h> include.
136         * io-png.c: (setup_png_transformations): Add ifdef so we compile
137         without warnings with G_DISABLE_CHECKS on.
138         * io-pnm.c: (gdk_pixbuf__pnm_image_load_increment): Add a missing
139         const.
140         * io-wbmp.c: (getin), (get_mbi): Add a missing const.
141         * io-xbm.c: (gdk_pixbuf__xbm_image_load_real): Get rid of some
142         unused locals and add an initial value to quiet the compiler's
143         unintialized variable warning.
144         * pixops/pixops.c: Put an ifdef around some dead code.
145
146 Thu Jul  5 10:17:15 2001  Owen Taylor  <otaylor@redhat.com>
147
148         * pixops/Makefile.am (noinst_LTLIBRARIES): Switch
149         over to the new include flags AC_SUBST(). (Problem
150         pointed out by Mikael Hermansson.)
151
152 2001-06-29  Havoc Pennington  <hp@redhat.com>
153
154         * gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): fix for
155         G_DISABLE_COMPAT
156
157 Thu Jun 28 21:54:19 2001  Owen Taylor  <otaylor@redhat.com>
158
159         * make-inline-pixbuf.c test-gdk-pixbuf.c test-loaders.c
160         gdk-pixbuf-csource.c: Fix args to g_type_init ().
161
162 2001-06-28  Havoc Pennington  <hp@pobox.com>
163
164         * gdk-pixdata.c: <string.h>
165
166         * gdk-pixbuf-io.c (get_libdir): fix typo in dll name (aren't we
167         also leaking memory here from g_strdup_printf?)
168
169 Tue Jun 26 09:48:02 2001  Tim Janik  <timj@gtk.org>
170
171         * Makefile.am (noinst_PROGRAMS): get rid of make-inline-pixbuf
172
173         * gdk-pixbuf-data.[hc]: provide gdk_pixbuf_new_from_stream()
174         instead from gdk_pixbuf_new_from_inline().
175
176         * gdk-pixdata.[hc]: auxillary GdkPixdata structure, public
177         installed API for applications that need to serialize/deserialize
178         on their own (gimp, BEAST).
179         
180         * gdk-pixbuf/gdk-pixbuf-csource.c: provide publically installed
181         program that can dump images in CSource format and Pixbuf
182         stream format. supports RLE encoding, MACRO formatting etc...
183         invoke with --help.
184
185 Mon Jun 25 00:28:11 2001  Owen Taylor  <otaylor@redhat.com>
186
187         * Makefile.am: Actually update timestamps, so rules don't
188         constantly run.
189
190 2001-06-11  Havoc Pennington  <hp@redhat.com>
191
192         * Makefile.am (stamp-gdk-pixbuf-marshal.c): glib_genmarshal
193         already includes top_builddir
194
195 2001-06-08  Havoc Pennington  <hp@redhat.com>
196
197         * gdk-pixbuf-loader.c (gdk_pixbuf_loader_load_module): remove
198         bogus g_return_if_fail  
199
200         * io-gif.c (gif_get_lzw): if delay time is 0 or smaller than
201         likely timeout resolution, set it to an arbitrarily-chosen short
202         delay.
203         Fixes bug #55953 from warmenhoven@yahoo.com
204
205 2001-06-07  Havoc Pennington  <hp@redhat.com>
206
207         * Makefile.am: use Owen's new way of doing stampfiles/generated
208         sources
209
210 2001-06-07  Havoc Pennington  <hp@redhat.com>
211
212         * Makefile.am (gdk-pixbuf-marshal.c): fix up the glib-genmarshal path
213
214 2001-06-05  Havoc Pennington  <hp@redhat.com>
215
216         * test-loaders.c (main): use putenv not setenv, reported by 
217          Armin Theissen
218
219 2001-05-08  Havoc Pennington  <hp@redhat.com>
220
221         * gdk-pixbuf-util.c (gdk_pixbuf_add_alpha): docs fixup, 
222         and fix behavior to still subst color if the original image 
223         had alpha
224
225 2001-06-04  Havoc Pennington  <hp@redhat.com>
226
227         * io-pnm.c (pnm_skip_whitespace): patch from Szekeres Istvan,
228         bug #52560
229
230 2001-06-01  Havoc Pennington  <hp@redhat.com>
231
232         Apply patch from sandmann@daimi.au.dk, with some tweaks.
233         Makes things a bit more robust, and adds test-loaders.c 
234         which is good for finding further robustness bugs to fix.
235         
236         * io-tiff.c: Try to work around libtiff suckiness a bit; 
237         put a giant thread lock on the whole loader, 
238         paranoically check both whether error handlers were called and
239         also whether functions return false. Handle case where width or
240         height is 0. Various cleanups.
241
242         * io-png.c (gdk_pixbuf__png_image_stop_load): only unref pixbuf
243         if it existed
244         (png_error_callback): apparently libpng expects you to longjmp out
245         of this thing?
246
247         * io-gif.c (struct _GifContext): remove unused "pixbuf" field
248         (lzw_read_byte): change "Mail jrb if this fails" g_warning 
249         to a g_set_error()
250         (gif_get_lzw): check for out-of-memory
251         (gif_prepare_lzw): catch/report an error
252         (new_context): use try_malloc, since GifContext is nearly 70K
253         (gdk_pixbuf__gif_image_load_increment): set context->buf to NULL
254         so we don't crash later.
255
256         * Makefile.am: Add test-loaders
257
258         * gdk-pixbuf-loader.c (gdk_pixbuf_loader_close): handle context ==
259         NULL due to errors
260         
261 2001-05-29  Darin Adler  <darin@eazel.com>
262
263         * gdk-pixbuf.h: Fix prototype to use "(void)" instead of "()".
264
265 Mon May 28 14:21:35 2001  Jonathan Blandford  <jrb@redhat.com>
266
267         * io-bmp.c: Patch from Helmethead <hoshem@mel.comcen.com.au> to
268         fix up bmp decoder to: 
269          - adds 16 bpp bmp support (bug #53884)
270          - adds OS/2 1.x format bmp support (bug #54964)
271          - adds 4 bpp RLE compressed bmp support
272          - adds 1 bpp colormap support
273          - fixes negative height (top down) bmp support
274
275 2001-05-25  Hans Breuer  <hans@breuer.org>
276
277         * gdk_pixbuf.def : reflect Havoc's recent api change
278
279 Sun May 20 12:53:49 2001  Owen Taylor  <otaylor@redhat.com>
280
281         * Makefile.am (libgdk_pixbuf_1_3_la_LDFLAGS): Remove an
282         excess $(GLIB_LIBS).
283
284 Sun May 13 11:59:11 2001  Owen Taylor  <otaylor@redhat.com>
285
286         * Makefile.am: Make modules depend on libgdk_pixbuf.la.
287
288 2001-05-04  Havoc Pennington  <hp@redhat.com>
289
290         * pixops/pixops.c (pixops_process): merge fix from stable: Patch
291          from hoshem@mel.comcen.com.au to fix nonzero X offsets.  Fixes
292          bug #50371.
293         
294         * gdk-pixbuf/pixops/pixops.c (pixops_composite_nearest): merge
295         from stable: Patch from OKADA Mitsuru <m-okada@fjb.co.jp> to fix
296         confusion of using "src" instead of "p".
297         (pixops_composite_color_nearest): Use a more accurate (and
298         correct, to begin with) compositing method.  This cures checks
299         showing through on images with no alpha.
300
301         * gdk-pixbuf.c (gdk_pixbuf_fill): fix bug that left some trailing
302         bytes unfilled.
303
304         * gdk-pixbuf-io.h: fix UpdatedNotifyFunc to use signed ints
305
306         * gdk-pixbuf-loader.h (struct _GdkPixbufLoaderClass): Change
307         area_updated signal to use signed ints.  Removed animation-related
308         signals.
309
310         * io-gif.c, io-gif-animation.h, io-gif-animation.c: Massive
311         rewrite action
312
313         * gdk-pixbuf-animation.c: Add GdkPixbufAnimationIter to abstract
314         all the pesky details. Remove old frame-based API. Make
315         GdkPixbufAnimation an abstract base class, derived by the loaders.
316
317 Sun Apr 22 15:51:32 2001  Owen Taylor  <otaylor@redhat.com>
318
319         * Makefile.am (LDADDS): Add $(MATH_LIB).
320
321 2001-04-18  Havoc Pennington  <hp@redhat.com>
322
323         * gdk-pixbuf.c (gdk_pixbuf_fill): Function to fill pixbuf with a
324         given color.
325
326 Wed Apr  4 01:41:02 2001  Tim Janik  <timj@gtk.org>
327
328         * pixops/Makefile.am (noinst_LTLIBRARIES): include $top_srcdir
329         so we don't try to get <gtk/gtkobject.h> from standard search
330         paths.
331
332         * Makefile.am (gdk-pixbuf-marshal.c): use deps from srcdir.
333         add gdk-pixbuf-marshal.list to EXTRA_DIST.
334         take gdk-pixbuf-marshal.h out of _la sources.
335
336 2001-03-19  Tor Lillqvist  <tml@iki.fi>
337
338         * makefile.mingw.in: Handle gdk-pixbuf-marshal.c.
339
340         * gdk_pixbuf.def: Update.
341
342         * pixbufloader_*.def: Just export the fill_vtable functions now.
343
344 2001-03-18  Mike Kestner  <mkestner@ameritech.net>
345
346         * make-inline-pixbuf.c (main): Added logic to remove output when
347         failures occur.
348
349 2001-03-14  Havoc Pennington  <hp@redhat.com>
350
351         * Makefile.am (gdk-pixbuf-marshal.c): Use different temporary file
352         from gdk-pixbuf-marshal.h, fixes parallel makes.
353
354 Thu Mar  1 04:01:57 2001  Tim Janik  <timj@gtk.org>
355
356         * test-gdk-pixbuf.c: fixed includes.
357
358 2001-02-18  Havoc Pennington  <hp@pobox.com>
359
360         * gdk-pixbuf-io.c (gdk_pixbuf_load_module): prepend underscore
361         (gdk_pixbuf_get_named_module): prepend underscore
362         (gdk_pixbuf_get_module): prepend underscore
363
364 2001-02-19  Havoc Pennington  <hp@redhat.com>
365
366         * gdk-pixbuf-io.c (gdk_pixbuf_load_module): const fix
367
368 2001-02-17  Havoc Pennington  <hp@pobox.com>
369
370         * gdk-pixbuf-loader.c (gdk_pixbuf_loader_new_with_type): docs
371
372 2001-02-07  Alexander Larsson  <alexl@redhat.com>
373
374         * io-xpm.c (free_buffer):
375         Use g_free, since the buffer is allocated with g_try_alloc().
376
377 2001-02-06  Christophe Merlet  <redfox@eikonex.org>
378
379         * gdk-pixbuf-data.c: Fixes a minor typo.
380
381 Sun Feb  4 07:59:57 2001  Tim Janik  <timj@gtk.org>
382
383         * gdk-pixbuf.h: DOH! don't include glib/gobject.h but glib-object.h,
384         we finally need the gobject->gruntime rename.
385
386         * *.c: scratched calls to g_type_init(), there's simply no point in
387         doing that, use gtk_init().
388
389 2001-02-01  Havoc Pennington  <hp@pobox.com>
390
391         * gdk-pixbuf-loader.c, gdk-pixbuf-loader.h: rename "private" field
392         in struct to "priv" for C++
393
394 2001-01-31  Havoc Pennington  <hp@pobox.com>
395
396         * gdk-pixbuf.c: include glib-object.h instead of gvaluetypes.h
397
398 2001-01-26  Havoc Pennington  <hp@redhat.com>
399
400         * gdk-pixbuf-io.c (mname): fix included modules case.
401
402 2001-01-22  Havoc Pennington  <hp@redhat.com>
403
404         * gdk-pixbuf-io.c (gdk_pixbuf_new_from_xpm_data): check errors 
405         from gdk_pixbuf_load_module
406
407 2001-01-22  Havoc Pennington  <hp@redhat.com>
408
409         * Makefile.am: Add built marshaller files to support
410         GdkPixbufLoader signals
411
412         * gdk-pixbuf-io.c (gdk_pixbuf_load_module): have
413         GDK_PIXBUF_MODULEDIR unconditionally replace the compiled-in
414         module location, rather than acting as a fallback, because we are
415         using GDK_PIXBUF_MODULEDIR to use gdk-pixbuf before installing it.
416
417         * gdk-pixbuf.h: include gdk-pixbuf-loader.h
418
419         * gdk-pixbuf-loader.h, gdk-pixbuf-loader.c: Move back over here
420         from gtk, and add error to close(), because stop_load may do
421         parsing of the image.
422         
423         * pixops/have_mmx.S (_pixops_have_mmx): add newline at end of file
424
425         * io-*.c: make individual operations static, and add fill_vtable
426         functions which are exported. Fix the collection of type warnings
427         that surfaced, including a number of functions that didn't
428         properly take a GError and some that weren't
429         const-correct. Involved adding error handling for a few loaders.
430
431         * gdk-pixbuf-io.h: Add error reporting to stop_load function
432         
433         * gdk-pixbuf-io.c (gdk_pixbuf_load_module): change to just look up
434         a function that fills in the GdkPixbufModule vtable, instead of 
435         looking up all the image functions individually; this means we 
436         can get type safety within modules for the loader functions.
437         Also it means you don't have to keep the statically compiled and 
438         GModule versions in sync. 
439
440         * test-gdk-pixbuf.c (main): remove gdk_pixbuf_init()
441
442         * make-inline-pixbuf.c (main): remove call to gdk_pixbuf_init()
443
444         * gdk-pixbuf.h: nuke gdk_pixbuf_init()
445         
446         * gdk-pixbuf-animation.c (gdk_pixbuf_frame_get_type): g_type_init
447         () here
448
449         * gdk-pixbuf.c (gdk_pixbuf_get_type): g_type_init () here
450
451         * gdk-pixbuf-animation.c (gdk_pixbuf_animation_get_type):
452         g_type_init() here
453
454 2001-01-20  John Harper  <jsh@eazel.com>
455
456         * io-xbm.c: new pixbuf loader, for X bitmap files. Basically a
457         collision between Xlib's RdBitF.c and io-tiff.c
458
459         * gdk-pixbuf-io.c, Makefile.am, pixbufloader_xbm.def: added
460         io-xbm.c support
461
462         [ merged from stable gdk-pixbuf module. Untested, but it
463         compiles, and works fine in the stable module ]
464
465 2001-01-18  Tor Lillqvist  <tml@iki.fi>
466
467         * gdk-pixbuf-io.c (get_libdir): (Win32) Use the new
468         g_win32_get_package_installation_subdirectory() function.  No need
469         to include windows.h.
470         (gtk_win32_get_installation_directory): Remove this then.
471
472 2001-01-01  Havoc Pennington  <hp@redhat.com>
473
474         * Makefile.am (libgdk_pixbuf_1_3_la_LDFLAGS): add
475         @LIBTOOL_EXPORT_OPTIONS@
476
477 2000-12-30  Tor Lillqvist  <tml@iki.fi>
478
479         * gdk_pixbuf.def: Update.
480
481 2000-12-16  Havoc Pennington  <hp@pobox.com>
482
483         * gdk-pixbuf-animation.c (gdk_pixbuf_animation_new_from_file): ref
484         the pixbuf in the frame, so we can use gdk_pixbuf_frame_free
485         (gdk_pixbuf_frame_copy): new function
486         (gdk_pixbuf_frame_free): new function
487         (gdk_pixbuf_frame_get_type): new function
488         (GDK_TYPE_PIXBUF_FRAME): macro to get type for GdkPixbufFrame
489
490 Tue Nov 14 11:51:26 2000  Owen Taylor  <otaylor@redhat.com>
491
492         * Makefile.am: Add -avoid-version for all modules.
493
494 2000-11-13  Havoc Pennington  <hp@redhat.com>
495
496         * io-png.c (png_simple_error_callback): fix error message to not
497         say "save" since it's used for loading
498
499 2000-11-11  Hans Breuer <Hans@Breuer.Org>
500
501         * gdk-pixbuf-io.c : Fix all function prototype macros for self 
502         contained image handlers (!USE_G_MODULE). Files to save should
503         be opened in binary mode, fopen(s, "wb").
504
505         * io-xpm.c : added HAVE_UNISTD_H condition
506
507 2000-11-11  Tor Lillqvist  <tml@iki.fi>
508
509         * gdk_pixbuf.def: Add gdk_pixbuf_new_subpixbuf.
510
511         * io-tiff.c (gdk_pixbuf__tiff_image_begin_load): Use
512         g_file_open_tmp() (just added to GLib) instead of mkstemp() (or
513         mktemp() and open()).
514         
515         * io-xpm.c (gdk_pixbuf__xpm_image_begin_load): Ditto.
516
517 2000-11-01  Havoc Pennington  <hp@pobox.com>
518
519         * gdk-pixbuf.c (gdk_pixbuf_new_subpixbuf): New function to create 
520         a pixbuf pointing to a subregion of another pixbuf.
521
522 2000-10-16  Tor Lillqvist  <tml@iki.fi>
523
524         * gdk-pixbuf-io.c: Define also m_save (for the non-gmodule case).
525
526 2000-10-16  Havoc Pennington  <hp@redhat.com>
527
528         * gdk-pixbuf-io.c (gdk_pixbuf_get_module)
529         (gdk_pixbuf_get_named_module) (gdk_pixbuf_load_module): 
530         add error reporting here also
531
532         * make-inline-pixbuf.c (main): use GError
533
534         * io-xpm.c: include unistd.h
535
536         * gdk-pixbuf-util.c: include string.h
537
538         * io-*.c: add error reporting
539         
540         * gdk-pixbuf-animation.c (gdk_pixbuf_animation_new_from_file): add
541         error reporting
542
543         * gdk-pixbuf-io.c (gdk_pixbuf_new_from_file): Add error reporting
544
545         * gdk-pixbuf-io.h: Add GError** to load_increment and load 
546         methods
547
548         * gdk-pixbuf-io.c (gdk_pixbuf_save) (gdk_pixbuf_savev): return 
549         a G_FILE_ERROR if we fail to write or close the file.
550
551         * gdk-pixbuf.h: remove GDK_PIXBUF_ERROR_IO, instead we'll use
552         G_FILE_ERROR_*. Rename enum to GdkPixbufError, properly following
553         the GError naming rules. Add GError** to load functions.
554
555 2000-10-06  Havoc Pennington  <hp@redhat.com>
556
557         * gdk-pixbuf.h: add GdkPixbufAlphaMode
558
559 2000-10-06  Havoc Pennington  <hp@redhat.com>
560
561         This entry is a summary of the merged-in changes from 1.0. 
562         Relevant original ChangeLog entries are spliced in after 
563         this entry; the files they refer to are from the 1.0
564         gdk-pixbuf sources.
565         
566         * pixops/pixops.c (pixops_composite_nearest): sync a small fix
567         from 1.0
568
569         * io-xpm.c (xpm_seek_string): add fscanf error check from 1.0
570         Add progressive loader from 1.0
571
572         * io-tiff.c (gdk_pixbuf__tiff_image_begin_load): mem leak fixes
573         from 1.0 tree
574
575         * io-pnm.c: new version from 1.0 tree
576
577         * io-jpeg.c (gdk_pixbuf__jpeg_image_load): sync from 1.0, use 
578         malloc not g_malloc
579
580         * io-gif.c (lzw_read_byte): sync from 1.0, change a g_error to
581         g_warning
582         (gif_get_next_step): return 0 here, sync from 1.0
583
584         * gdk-pixbuf-util.c: sync email address change for Cody
585         Russell
586
587 2000-09-11  Jeffrey Stedfast  <fejj@helixcode.com>
588
589         * gdk-pixbuf/io-pnm.c: Pretty much totally rewrote again because
590         last nights code was still "broken". Should now properly handle
591         all error conditions gracefully.
592
593 2000-09-10  Jeffrey Stedfast  <fejj@helixcode.com>
594
595         * gdk-pixbuf/io-pnm.c: Rewrote.
596
597 2000-09-09  Federico Mena Quintero  <federico@helixcode.com>
598
599         * gdk-pixbuf/pixops/pixops.c (pixops_composite_nearest): Compute
600         the correct dest offset.
601
602 2000-08-25  Federico Mena Quintero  <federico@helixcode.com>
603
604         * gdk-pixbuf/io-xpm.c: #include <unistd.h>
605
606 2000-08-05  Larry Ewing  <lewing@helixcode.com>
607
608         * gdk-pixbuf/io-tiff.c: stop leaking context->tempname.
609
610         * gdk-pixbuf/io-xpm.c: same as above.
611
612 2000-07-26  Michael Meeks  <michael@helixcode.com>
613
614         * gdk-pixbuf/io-jpeg.c (gdk_pixbuf__jpeg_image_load): make
615         g_malloc a malloc.
616
617 2000-07-21  Larry Ewing  <lewing@helixcode.com>
618
619         * gdk-pixbuf/io-xpm.c: add a fake progressive loader so that
620         xpm at least supports the progressive interface like the one in
621         io-tiff.c. This should be reimplemented as an actual progressive
622         loader.
623
624 2000-07-19  Jonathan Blandford  <jrb@redhat.com>
625
626         * demo/pixbuf-demo.c (update_timeout): changed scaling level to
627         make it look better.
628         * gdk-pixbuf/testpixbuf.c (update_timeout): Patch from michael
629         meeks to handle errors better.
630         
631 2000-10-07  Tor Lillqvist  <tml@iki.fi>
632
633         * gdk_pixbuf.def
634         * pixbufloader_jpeg.def
635         * pixbufloader_png.def: Add new entry points.
636
637         * makefile.mingw.in: Use libintl.
638
639 2000-10-06  Havoc Pennington  <hp@redhat.com>
640
641         * gdk-pixbuf-io.c (gdk_pixbuf_save): s/format/type/g to be
642         consistent with gdk_pixbuf_loader_new_with_type(). 
643         Return runtime error if a module is missing.
644
645         * gdk-pixbuf.h: add GDK_PIXBUF_ERROR_UNKNOWN_TYPE
646
647 2000-10-05  Havoc Pennington  <hp@redhat.com>
648
649         Pixbuf saving, patch from David Welton.
650         
651         * Makefile.am (GDK_PIXBUF_LIBS): add INTLLIBS
652         (libgdk_pixbuf_1_3_la_SOURCES): add gdk-pixbuf-i18n.h
653
654         * gdk-pixbuf-i18n.h: Add _() to gdk-pixbuf
655
656         * io-png.c (gdk_pixbuf__png_image_save): PNG save routine.
657
658         * io-jpeg.c (gdk_pixbuf__jpeg_image_save): JPEG save routine.
659
660         * gdk-pixbuf-io.c (gdk_pixbuf_save): 
661         (gdk_pixbuf_savev): Implement pixbuf saving routines
662
663         * gdk-pixbuf.c (gdk_pixbuf_error_quark): pixbuf error quark
664         function
665
666         * gdk-pixbuf.h: Add public save routines; add pixbuf error 
667         types
668
669         * gdk-pixbuf-io.h: Add save function to GdkPixbufModule
670
671 2000-10-05  Dan Winship  <danw@helixcode.com>
672
673         * io-png.c, io-tiff.c, io-xpm.c: Fix comments to not claim that
674         all three of these files are the JPEG image loader. (From
675         gdk-pixbuf module.)
676
677 2000-10-03  Tor Lillqvist  <tml@iki.fi>
678
679         * makefile.mingw.in: Add rule for make-inline-pixbuf. Use
680         gdk-pixbuf's version number in the rule for makefile.mingw itself.
681
682         * gdk_pixbuf.def: Add new entry points.
683
684 2000-09-26  Havoc Pennington  <hp@redhat.com>
685
686         * gdk-pixbuf-util.c (gdk_pixbuf_saturate_and_pixelate): Add this
687         function here, instead of putting it in a private GTK+ file.
688
689         * gdk-pixbuf-private.h (GdkPixbufInlineFormat): include an 
690         enum here for the known formats of inlined pixbufs.
691         Also, #define our file magic here.
692
693 2000-06-23  Havoc Pennington  <hp@redhat.com>
694
695         * make-inline-pixbuf.c: Small program that creates C variable
696         declarations of inline pixbuf data. This can be read 
697         by gdk_pixbuf_new_from_inline.
698
699         * gdk-pixbuf.h (gdk_pixbuf_new_from_inline): New function to read
700         inline pixbuf data and create a pixbuf from it. 
701
702         * gdk-pixbuf-data.c (gdk_pixbuf_new_from_inline): implement here
703
704 2000-09-07  Tor Lillqvist  <tml@iki.fi>
705
706         * makefile.mingw.in: Use own version number for gdk-pixbuf DLLs,
707         like on Unix.
708
709 2000-08-12  Tor Lillqvist  <tml@iki.fi>
710
711         * gdk_pixbuf.def: Add missing entry point.
712
713 2000-08-10  Havoc Pennington  <hp@redhat.com>
714
715         * Makefile.am (EXTRA_DIST): The *.def files had the wrong names
716         (s/pixbuf_/pixbufloader_)
717         
718 2000-08-02  Tor Lillqvist  <tml@iki.fi>
719
720         * io-bmp.c
721         * io-ico.c
722         * io-ras.c
723         * io-tiff.c
724         * io-wbmp.c: Conditionalise inclusion of <unistd.h>.
725
726         * makefile.mingw.in: List loaders alphabetically. Add the wbmp
727         one. Fix names of DLLs to have '-' instead of '_'.
728
729 2000-07-31  Elliot Lee  <sopwith@redhat.com>
730         * io-wbmp.c: Some bug fixes - now tested to work.
731
732 2000-07-27  Elliot Lee  <sopwith@redhat.com>
733
734         * gdk-pixbuf-io.h, gdk-pixbuf-io.c: Add
735         gdk_pixbuf_get_named_module() function to facilitate above change
736         * io-wbmp.c, pixbufloader_wbmp.defs, gdk-pixbuf-io.c, Makefile:
737         Implement loader for WBMP format.
738         * io-bmp.c: Don't malloc a temporary buffer - use stack instead.
739
740 2000-07-23  Tor Lillqvist  <tml@iki.fi>
741
742         Win32 build setup:
743         
744         * makefile.mingw.in
745         * pixops/makefile.mingw.in
746         * pixbuf_*.def: New files.
747
748         * Makefile.am
749         * pixops/Makefile.am: Add them. Add rule to generate makefile.mingw.
750
751         * gdk-pixbuf-io.c (gtk_win32_get_installation_directory):
752         New function, to get the GTK+ installation directory from
753         the Windows Registry, where the installation program
754         for whatever software includes GTK+ has stored it.
755
756         Used to avoid having hardcoding the directory where to look for
757         loaders. This function is needed by gtk, too, so it should
758         really be just in one place. Maybe a small static library
759         one level up from here?
760
761         * gdk-pixbuf-animation.c (gdk_pixbuf_animation_new_from_file)
762         * gdk-pixbuf-io.c (gdk_pixbuf_new_from_file): 
763         Open file in binary mode. This *is* standard C. (No-op on Unix,
764         of course.)
765
766         * io-jpeg.c: If we don't HAVE_SIGSETJMP, use normal setjmp().
767
768         * io-tiff.c: Use g_get_tmp_dir(). If we don't HAVE_MKSTEMP, use
769         mktemp() and open().
770         (gdk_pixbuf__tiff_image_stop_load): g_free() also the tempname.
771
772         * pixops/*.S: The Gas from mingw32 doesn't like the .type
773         pseudo-op. Conditionalise on __MINGW32__, but probably
774         should conditionalise on Gas version instead? Or could we
775         do without .type on all systems?
776
777         * pixops/timescale.c: Use g_get_current_time()
778         instead of gettimeofday().
779
780 Sat Jul 22 10:57:22 2000  Owen Taylor  <otaylor@redhat.com>
781
782         * Makefile.am (test_gdk_pixbuf_LDADD): Remove -lgmodule
783
784 Tue Jul 11 11:26:42 2000  Owen Taylor  <otaylor@redhat.com>
785
786         * gdk-pixbuf.c: Add <string.h> include.
787
788 Tue Jul 11 06:20:14 2000  Tim Janik  <timj@gtk.org>
789
790         * io-gif.c (gdk_pixbuf__gif_image_load_animation): 
791         * gdk-pixbuf-data.c (gdk_pixbuf_new_from_data): 
792         * gdk-pixbuf-animation.c (gdk_pixbuf_animation_new_from_file): 
793         use g_object_new() instead of g_type_create_instance() which
794         is a private function for fundamental type implementations.
795         
796 Thu Jul  6 11:49:47 2000  Owen Taylor  <otaylor@redhat.com>
797
798         * Makefile.am (libgdk_pixbuf_la_LDFLAGS): Use GTK+ version
799         soname scheme for gdk-pixbuf.
800         
801 2000-06-21  Havoc Pennington  <hp@pobox.com>
802
803         * gdk-pixbuf.c: Convert GdkPixbuf to GObject, leaving it opaque
804         (i.e. derivation is not allowed, and there are no virtual methods
805         anyway).
806         (gdk_pixbuf_preinit): Call g_type_init() here.
807         (gdk_pixbuf_init): Add a user-friendly init function, for users
808         of standalone gdk-pixbuf
809
810         * gdk-pixbuf-animation.c: Convert to GObject, in the same
811         way GdkPixbufAnimation was done.
812         
813         * gdk-pixbuf.h: Remove gdk_pixbuf_set_unref_handler() and
814         gdk_pixbuf_finalize() from API, since these are broken and don't
815         make sense with new GObject stuff.
816
817 Wed Jun 21 16:02:48 2000  Owen Taylor  <otaylor@redhat.com>
818
819         * gdk-pixbuf-io.c (gdk_pixbuf_load_module): Add feature to
820         support a GDK_PIXBUF_MODULEDIR env variable as a secondary
821         load location.
822
823 2000-06-10  Federico Mena Quintero  <federico@helixcode.com>
824
825         * demo/pixbuf-demo.c: It was cold and rainy this Saturday morning,
826         so I needed something to warm my thighs.  Running plain infinite
827         loops on your laptop to make it hot is not very much fun.  A demo
828         of the gdk-pixbuf scaling functions is way better, and looks
829         prettier, too.
830
831         * configure.in (AC_OUTPUT): Added the demo Makefile.
832
833         * Makefile.am (SUBDIRS): Added the demo directory.
834
835 2000-06-09  Larry Ewing  <lewing@helixcode.com>
836
837         * gdk-pixbuf/io-png.c (gdk_pixbuf__png_image_load_increment):
838         setjmp for the png error handler.  It seems setting the error
839         handling functions does not avoid the jump, and so not calling
840         setjmp was causing the incremental loader to jump into lala land.
841         (gdk_pixbuf__png_image_begin_load): setjmp for error handling, I'm
842         not sure this one is actually required but the docs say it must be
843         set for every call to a png_* function.
844         Also changed the comment to reflect the fact that setting the
845         error handlers does _not_ avoid the longjmp.
846
847 2000-06-06  Larry Ewing  <lewing@helixcode.com>
848
849         * gdk-pixbuf/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
850         take frame offest into account when trying to calculate the
851         animation bbox.  Also set the width to the width not the height.
852         (gdk_pixbuf_loader_animation_done): cycle over the frames to
853         calculate bbox because now we finally have all the offset
854         information for each frame.
855
856 2000-06-05      Mathieu Lacage  <mathieu@gnome.org>
857
858         * configure.in: add some gtk parameters to the
859         GDK_PIXBUF_LIB²S and GDK_PIXBUG_INCLUDEDIR vars. One more
860         fight in my crusade for strange prefix compile...
861
862 2000-05-30  Not Zed  <NotZed@HelixCode.com>
863
864         * gdk-pixbuf/io-jpeg.c (gdk_pixbuf__jpeg_image_begin_load):
865         Initialise the error handler exit routine to our own.  Note this
866         means that every function that accesses the jpeg lib on this
867         object MUST do a setjmp.
868         (gdk_pixbuf__jpeg_image_stop_load): setjmp before accessing jpeg
869         lib for handling fatal error.
870         (gdk_pixbuf__jpeg_image_load_increment): And here too.  So now
871         your applications dont quit if there's a jpeg error!
872
873 2000-05-30  Federico Mena Quintero  <federico@helixcode.com>
874
875         * gdk-pixbuf.spec.in: Include all the loader libraries.  Patch
876         from Frank de Lange <frank@unternet.org>.
877
878 2000-05-09  Darin Adler  <darin@eazel.com>
879
880         * gdk-pixbuf/test-gdk-pixbuf.c:
881         Fixed includes to get rid of accidental GNOME dependency.
882
883 2000-05-26  Cody Russell  <car0969@gamma2.uta.edu>
884         * Makefile.am: Added gdk-pixbuf.spec to EXTRA_DIST
885
886 2000-05-22  Federico Mena Quintero  <federico@helixcode.com>
887
888         * configure.in: Bumped version number to 0.8.0.
889
890         * doc/Makefile.am (content_files): The toplevel gdk-pixbuf.sgml
891         file was not being distributed.
892
893         * gdk-pixbuf/pixops/Makefile.am (EXTRA_DIST): Added DETAILS.
894
895 2000-05-09  Darin Adler  <darin@eazel.com>
896
897         * gdk-pixbuf/gdk-pixbuf-drawable.c: (rgb565lsb), (rgb565msb),
898         (rgb565alsb), (rgb565amsb), (rgb555lsb), (rgb555msb), (rgb555alsb),
899         (rgb555amsb), (convert_real_slow): Change all conversion from 16-bit
900         formats to 32-bit formats to re-use the high bits of the color values
901         so that white maps to full white.
902
903 Fri May  5 12:16:32 2000  Owen Taylor  <otaylor@redhat.com>
904
905         * gdk-pixbuf/pixops/DETAILS: Add beginnings of file with 
906         detailed information about the structure and algorithms
907         of pixops so people can fix it instead of breaking it.
908
909 2000-05-04  Darin Adler  <darin@eazel.com>
910
911         * gdk-pixbuf/pixops/pixops.c: (pixops_composite_nearest),
912         (composite_pixel), (composite_line):
913         * gdk-pixbuf/test-gdk-pixbuf.c: (simple_composite_test_one_type):
914         Now that Owen explained the algorithm, I think I implemented it
915         right for the cases where the destination pixbuf is not opaque.
916         The test does seem to confirm it.
917
918 2000-05-04  Darin Adler  <darin@eazel.com>
919
920         * gdk-pixbuf/.cvsignore:
921         * gdk-pixbuf/Makefile.am:
922         * gdk-pixbuf/test-gdk-pixbuf.c (store_pixel), (fill_with_pixel),
923         (load_pixel), (simple_composite_test_one),
924         (simple_composite_test_one_type), (simple_composite_test), (main):
925         Added some tests of composite to highlight problems in the old
926         implementation. These tests run without any user interaction.
927         Just do "make check".
928
929         * gdk-pixbuf/pixops/pixops.c (pixops_composite_nearest),
930         (composite_pixel), (composite_line): Fix composite to do a textbook
931         "A over B" composite. This was clearly the intent, and it was easy
932         to fix the code to do it. (Note to those that read my earlier tries
933         at a patch; this version fixes typos that were present in all
934         my patch attempts. I checked the final version by adding more tests.)
935
936 2000-04-22 05:27:43 2000  Owen Taylor  <otaylor@redhat.com>
937
938         * gdk-pixbuf/pixops/pixops.c (pixops_scale_nearest): Properly
939         offset y coordinate accordining to render_y0.
940
941         * gdk-pixbuf/gdk-pixbuf-scale.c: Properly handle nonzero
942         dest_x, dest_y.
943
944 2000-04-22  James Henstridge  <james@daa.com.au>
945
946         * gdk-pixbuf.spec.in (%files): moved %{prefix}/bin/* from the main
947         package to the devel package.  The only file installed in bin is
948         gdk-pixbuf-config, which belongs in -devel.  This should allow having
949         multiple versions of the main gdk-pixbuf package installed.
950
951 2000-04-17  Karl Eichwalder  <ke@suse.de>
952
953         * gdk-pixbuf/Makefile.am (INCLUDES): Add $(GNOME_CFLAGS).
954         Reported by Jens Finke.
955
956 2000-04-14 Tomasz K³opczko <kloczek@pld.org.pl>
957
958         * gdk-pixbuf/pixops/makefile.am: $(LIBART_CFLAGS) replaced by 
959         $(GTK_CFLAGS) - now gdk-pixbuf compiles correctly.
960
961 2000-04-13  James Henstridge  <james@daa.com.au>
962
963         * configure.in: when performing the configure check to see if
964         gmodule works, set CFLAGS to GLIB_CFLAGS and LIBS to GLIB_LIBS,
965         rather than the other way round.  Also, call AC_MSG_RESULT in the
966         even that dynamic modules were not supported.
967
968 2000-04-12  Federico Mena Quintero  <federico@helixcode.com>
969
970         This comes from an excellent idea by Tim Janik (timj@gtk.org) to
971         hook to the last unref operation.
972
973         * gdk-pixbuf/gdk-pixbuf.c (gdk_pixbuf_set_last_unref_handler): New
974         function to set the last unref handler for a pixbuf.
975         (gdk_pixbuf_finalize): New function to actually finalize a pixbuf.
976         It calls the pixbuf's destroy notification function and frees the
977         GdkPixbuf structure itself.
978         (gdk_pixbuf_unref): Use the last unref function of the pixbuf if
979         available.
980
981         * gdk-pixbuf/gdk-pixbuf-private.h (struct _GdkPixbuf): New fields
982         for the last unref handler and its user data.
983
984         * gdk-pixbuf/gdk-pixbuf-data.c (gdk_pixbuf_new_from_data): Use
985         g_new0() to allocate the pixbuf.
986
987         * gdk-pixbuf/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
988         Fixed the call to gtk_signal_new() for the "frame_done" signal; it
989         was not specifying the `frame' argument.
990
991         * gdk-pixbuf/gdk-pixbuf-animation.c
992         (gdk_pixbuf_animation_get_width): Fixed docstring.
993         (gdk_pixbuf_animation_get_height): Likewise.
994         (gdk_pixbuf_animation_get_num_frames): Likewise.
995         (gdk_pixbuf_animation_get_frames): Likewise.
996
997         * doc/gdk-pixbuf-sections.txt: Updated with the new functions and
998         types.
999
1000         * doc/tmpl/gdk-pixbuf.sgml: Added the description for GdkColorspace.
1001
1002         * doc/tmpl/scaling.sgml: Added the description for GdkInterpType.
1003
1004         * doc/tmpl/refcounting.sgml: Updated with the information about
1005         the last unref handler.
1006
1007         * doc/tmpl/*.sgml: Markup tweaks.
1008
1009         * gdk-pixbuf/Makefile.am (libgnomecanvaspixbuf_la_LDFLAGS): Sigh,
1010         update the libtool version number for libgnomecanvaspixbuf as
1011         well.
1012         (libpixbufloader_*_la_LDFLAGS): The loaders need to be versioned
1013         as well, or the old ones won't work with the new stuff.  Also,
1014         renamed the modules as follows.
1015
1016         * gdk-pixbuf/gdk-pixbuf-io.c (gdk_pixbuf_load_module): Now the
1017         modules are called "libpixbufloader-<format>.so" instead of
1018         "libpixbuf-<format>.so".  They needed renaming so that the new
1019         loaders won't overwrite the old ones; even with the versioning
1020         stuff, the new .so symlink to the .so.1.0.0 would overwrite the
1021         old real .so file.
1022
1023 2000-04-12  Paolo Molaro <lupus@debian.org>
1024
1025         * .cvsignore, src/.cvsignore: shut up cvs.
1026
1027 2000-04-11  Federico Mena Quintero  <federico@helixcode.com>
1028
1029         Most of this patch is based on a patch by Havoc Pennington
1030         (hp@redhat.com) to make GdkPixbuf's structures opaque and to
1031         remove the libart dependency.
1032
1033         * gdk-pixbuf/gdk-pixbuf.h: Removed the public structures.
1034         (GdkColorspace): New enum that for now only contains
1035         GDK_COLORSPACE_RGB.
1036         (GdkPixbufDestroyNotify): New type for the pixbuf's pixels destroy
1037         notification function.
1038         (GdkInterpType): New num with interpolation types.
1039
1040         * *.[ch]: Replace the libart stuff with our own stuff.
1041
1042         * pixops/*.[ch]: Likewise.
1043
1044         * gdk-pixbuf/gdk-pixbuf-private.h: New file with the private
1045         declarations of the GdkPixbuf structures.
1046
1047         * gdk-pixbuf/gdk-pixbuf.c (gdk_pixbuf_new_from_art_pixbuf):
1048         Removed function.
1049         (gdk_pixbuf_get_format): Constify.
1050         (gdk_pixbuf_get_n_channels): Constify.
1051         (gdk_pixbuf_get_has_alpha): Constify.
1052         (gdk_pixbuf_get_bits_per_sample): Constify.
1053         (gdk_pixbuf_get_pixels): Constify.
1054         (gdk_pixbuf_get_width): Constify.
1055         (gdk_pixbuf_get_height): Constify.
1056         (gdk_pixbuf_get_rowstride): Constify.
1057
1058         * gdk-pixbuf/gdk-pixbuf.c (gdk_pixbuf_copy): New function to copy
1059         a pixbuf.
1060
1061         * gdk-pixbuf/gdk-pixbuf-data.c (gdk_pixbuf_new_from_data): Added a
1062         bits_per_sample argument; currently only 8 bits per sample are
1063         supported.
1064
1065         * gdk-pixbuf/gdk-pixbuf-animation.c (gdk_pixbuf_frame_get_pixbuf):
1066         New accessor.
1067         (gdk_pixbuf_frame_get_x_offset): New accessor.
1068         (gdk_pixbuf_frame_get_y_offset): New accessor.
1069         (gdk_pixbuf_frame_get_delay_time): New accessor.
1070         (gdk_pixbuf_frame_get_action): New accessor.
1071
1072         * gdk-pixbuf/gdk-pixbuf-render.c
1073         (gdk_pixbuf_render_pixmap_and_mask): Instead of returning a solid
1074         mask rectangle for pixbufs without an alpha channel, set the
1075         *mask_return to NULL.
1076
1077         * gdk-pixbuf/gdk-pixbuf-util.c (gdk_pixbuf_add_alpha): Constify.
1078
1079         * gdk-pixbuf/gdk-pixbuf-scale.c: Fix includes.
1080
1081         * gdk-pixbuf/gdk-pixbuf-scale.c (gdk_pixbuf_scale): Added some
1082         preconditions.  Maybe we should also check for the colorspace,
1083         bits per pixel, and such.
1084         (gdk_pixbuf_composite): Likewise.
1085         (gdk_pixbuf_composite_color): Likewise.
1086         (gdk_pixbuf_scale_simple): Likewise, and fail gracefully if we
1087         cannot allocate the new pixbuf.
1088         (gdk_pixbuf_composite_color_simple): Likewise.
1089
1090         * gdk-pixbuf/gnome-canvas-pixbuf.c (gnome_canvas_pixbuf_render):
1091         Use art_rgb_rgba_affine() or art_rgb_affine() since we no longer
1092         have an ArtPixBuf.
1093
1094         * gdk-pixbuf/io-bmp.c: Fix includes.
1095
1096         * gdk-pixbuf/pixops/pixops.c (pixops_scale_nearest): Fixed cast in
1097         an lvalue.
1098
1099         * TODO: Populated.
1100
1101         * configure.in: Removed checks for libart.
1102
1103         * gdk-pixbuf/Makefile.am: Removed references to libart.
1104         (noinst_HEADERS): Added gdk-pixbuf-private.h.
1105
1106         * gdk-pixbuf/Makefile.am (libgdk_pixbuf_la_LDFLAGS): Incremented
1107         the version number of the libtool library to indicate that this
1108         definitely is not compatible with the old usage.  I know you love
1109         me.  I know you do.
1110
1111         * configure.in: Bumped version number to 0.7.0.
1112
1113         * README: Updated.
1114
1115         * gdk-pixbuf-config.in (--libs): We no longer require libart.
1116
1117         * DEPENDS.libgdk_pixbuf: We no longer depend on libart.
1118
1119         * gdk-pixbuf.spec.in: Updated, but I don't guarantee anything.
1120
1121 2000-04-06  Jonathan Blandford  <jrb@redhat.com>
1122
1123         * gdk-pixbuf/testanimation.c (main): add more info to the
1124         testanimation frames.
1125
1126 2000-04-04  Ettore Perazzoli  <ettore@helixcode.com>
1127
1128         * gdk-pixbuf/gdk-pixbuf-animation.c
1129         (gdk_pixbuf_animation_get_width): New accessor function.
1130         (gdk_pixbuf_animation_get_height): New accessor function.
1131         (gdk_pixbuf_animation_get_num_frames): New accessor function.
1132         (gdk_pixbuf_animation_get_frames): New accessor function.
1133
1134 2000-04-01  Federico Mena Quintero  <federico@helixcode.com>
1135
1136         * gdk-pixbuf/gdk-pixbuf.c: Reverted Mark's change.  The refcount
1137         is private information, and the art_pixbuf will go away soon.
1138
1139 2000-03-31  Mark Crichton  <crichton@gimp.org>
1140
1141         * gdk-pixbuf/gdk-pixbuf.c: Added gdk_pixbuf_get_refcount
1142         and gdk_pixbuf_get_artpixbuf accessor functions.
1143
1144 2000-03-29  Federico Mena Quintero  <federico@helixcode.com>
1145
1146         * gdk-pixbuf/gdk-pixbuf.c (gdk_pixbuf_get_has_alpha): Return
1147         gboolean instead of int.
1148
1149 2000-03-29  Radek Doulik  <rodo@helixcode.com>
1150
1151         * gdk-pixbuf/gdk-pixbuf-animation.c
1152         (gdk_pixbuf_animation_new_from_file): same as below
1153
1154         * gdk-pixbuf/io-gif.c (gif_get_lzw): added update of width and
1155         height in GdkPixbufAnimation
1156
1157 2000-03-28  Radek Doulik  <rodo@helixcode.com>
1158
1159         * gdk-pixbuf/io-gif.c (gif_get_lzw): test also for
1160         context->frame_done_func and context->anim_done_func to make
1161         progressive animation loading work
1162
1163         * gdk-pixbuf/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
1164         added priv->pixbuf = NULL as pixbuf is now in frame (and to make
1165         gdk_pixbuf_loader_prepare happy)
1166         (gdk_pixbuf_loader_frame_done): update animation bbox
1167
1168         * gdk-pixbuf/gdk-pixbuf.h: added bbox size (width, height) to
1169         _GdkPixbufAnimation
1170
1171 2000-03-27  Radek Doulik  <rodo@helixcode.com>
1172
1173         * gdk-pixbuf/io-gif.c (gif_get_lzw): use frame_len and frame_width
1174         instead of width and height
1175
1176 2000-03-27  Owen Taylor  <otaylor@redhat.com>
1177
1178         * gdk-pixbuf/pixops/pixops.c: Fix problem with 
1179         precendence of >> and & which was keeping composite_color
1180         from working with non-gray images.
1181
1182 2000-03-08  Jonathan Blandford  <jrb@redhat.com>
1183
1184         * gdk-pixbuf/io-gif.c (gdk_pixbuf__gif_image_load): free the context.
1185         (gdk_pixbuf__gif_image_load_animation): free the context.
1186
1187 2000-03-06  Arjan van de Ven <arjan@fenrus.demon.nl>
1188
1189         * gdk-pixbuf/io-bmp.c: Fixed to pointer-bugs and a 
1190         mis-interpretation of the Microsoft documentation. Now
1191         it can load .BMP files that are not generated by The Gimp
1192         as well.
1193
1194 2000-03-01  Mark Crichton  <crichton@gimp.org>
1195
1196         * configure.in: Added BUILD_CANVAS_ITEM stuff to (finally)
1197         fix the last auto* build bug (where we have libart, but no
1198         gnome-libs)
1199
1200         * gdk-pixbuf/Makefile.am: Same.
1201
1202 2000-02-28  Matt Wilson  <msw@redhat.com>
1203
1204         * gdk-pixbuf/gdk-pixbuf-drawable.c: s/unsigned long/guint32/g,
1205         s/unsigned short/guint16/g, s/unsigned char/guint8/g
1206
1207 2000-02-26  Federico Mena Quintero  <federico@helixcode.com>
1208
1209         * README: We don't require libgif/ungif nor libXpm.
1210
1211         * NEWS: This was outdated, so updated it.
1212
1213 2000-02-25  Federico Mena Quintero  <federico@helixcode.com>
1214
1215         * gdk-pixbuf.m4: Use the correct name for
1216         gdk-pixbuf/gdk-pixbuf.h.  Thanks to Jacob Berkman for pointing
1217         this out.
1218
1219 2000-02-21  Federico Mena Quintero  <federico@helixcode.com>
1220
1221         * configure.in (GDK_PIXBUF_MINOR): Bumped version number to 0.6.0.
1222
1223         * doc/compiling.sgml: New appendix documenting the gdk-pixbuf
1224         library's particular options to configure.in.
1225
1226         * doc/gdk-pixbuf.sgml: Include compiling.sgml appendix via an
1227         entity.
1228
1229         * doc/Makefile.am (gdk-pixbuf.html): Added compiling.sgml.
1230
1231         * gdk-pixbuf/io-ico.c (gdk_pixbuf__ico_image_load_increment):
1232         Fixed typo in prototype name.
1233
1234         * configure.in: Changed duplicated AC_MSG_CHECKING message to
1235         something more meaningful; now it is "checking whether dynamic
1236         modules work".
1237
1238         * gdk-pixbuf/pixops/Makefile.am (noinst_PROGRAMS): Do not install
1239         the timescale program.
1240
1241         Integrated Miguel de Icaza's <miguel@gnu.org> patch for optionally
1242         creating a single static library with all the image format modules
1243         in it.
1244
1245 2000-02-20  Miguel de Icaza  <miguel@gnu.org>
1246
1247         * gdk-pixbuf/io-xpm.c (gdk_pixbuf__xpm_image_load): Add prefix.
1248         (gdk_pixbuf__xpm_image_load_xpm_data): Add prefix.
1249
1250         * gdk-pixbuf/io-tiff.c (gdk_pixbuf__tiff_image_load_real): Add prefix.
1251         (gdk_pixbuf__tiff_image_stop_load): Add prefix.
1252         (gdk_pixbuf__tiff_image_load_increment): Add prefix.
1253         (gdk_pixbuf__tiff_image_load): Add prefix.
1254         (gdk_pixbuf__tiff_image_stop_load): Update invocation.
1255         (gdk_pixbuf__tiff_image_begin_load): Add prefix.
1256
1257         * gdk-pixbuf/io-ras.c (gdk_pixbuf__ras_image_load): Add prefix.
1258         (gdk_pixbuf__ras_image_load): Updated invocation.
1259         (gdk_pixbuf__ras_image_begin_load): Add prefix.
1260         (gdk_pixbuf__ras_image_stop_load): Add prefix.
1261         (gdk_pixbuf__ras_image_load_increment): Add prefix.
1262
1263         * gdk-pixbuf/io-pnm.c (gdk_pixbuf__pnm_image_begin_load): Add prefix.
1264         (gdk_pixbuf__pnm_image_stop_load): Add prefix.
1265         (gdk_pixbuf__pnm_image_load_increment): Add prefix
1266         (gdk_pixbuf__pnm_image_load): Add prefix.
1267
1268         * gdk-pixbuf/io-jpeg.c (gdk_pixbuf__jpeg_image_load): Add prefix.
1269         (gdk_pixbuf__jpeg_image_load_increment): Add prefix.
1270         (gdk_pixbuf__jpeg_image_begin_load): Add prefix.
1271         (gdk_pixbuf__jpeg_image_stop_load): Add prefix.
1272
1273         * gdk-pixbuf/io-ico.c (gdk_pixbuf__ico_image_load): Add prefix.
1274         (gdk_pixbuf__ico_image_load): update invocation.
1275         (gdk_pixbuf__ico_image_load_increment): Add prefix.
1276         (gdk_pixbuf__ico_image_load): update invocation.
1277         (gdk_pixbuf__ico_image_begin_load): Add prefix.
1278         (gdk_pixbuf__ico_image_load): update invocation.
1279         (gdk_pixbuf__ico_image_stop_load): Add prefix.
1280
1281         * gdk-pixbuf/io-gif.c (gdk_pixbuf__gif_image_load_animation): Add prefix.
1282         (gdk_pixbuf__gif_image_load): Add prefix.
1283         (gdk_pixbuf__gif_image_begin_load): Add prefix.
1284         (gdk_pixbuf__gif_image_load_increment): Add prefix.
1285         (gdk_pixbuf__gif_image_load_animation): Add prefix.
1286         (gdk_pixbuf__gif_image_stop_load): Add prefix.
1287
1288         * gdk-pixbuf/io-bmp.c (gdk_pixbuf__bmp_image_load): Add prefix.
1289         (gdk_pixbuf__bmp_image_load): Rename function called.
1290         (gdk_pixbuf__bmp_image_load_increment): Add prefix
1291
1292         * gdk-pixbuf/io-png.c (gdk_pixbuf__png_image_load): Add prefix.
1293         (gdk_pixbuf__png_image_begin_load): Add prefix.
1294         (gdk_pixbuf__png_image_stop_load): Add prefix.
1295         (gdk_pixbuf__png_image_load_increment): Add prefix.
1296
1297         * gdk-pixbuf/gdk-pixbuf-io.c (file_formats): Make this static.
1298         (gdk_pixbuf_load_module): Load the shared library entry points
1299         using a "gdk_pixbuf__$module_name" prefix.
1300         (pixbuf_module_symbol): Wrapper routine that uses the module
1301         prefix for the modules to load the information.
1302
1303         * configure.in (GDK_PIXBUF_VERSION): New option --disable-modules
1304         lets the user specify that gdk-pixbuf should link all image loader
1305         code into the library instaed of creating shared library modules.
1306         
1307         (dynworks): Renamed the automake conditional DYNAMIC_MODULES_WORK
1308         to BUILD_DYNAMIC_MODULES.
1309
1310 2000-02-19  Jonathan Blandford  <jrb@redhat.com>
1311
1312         * gdk-pixbuf/io-gif.c (new_context): fix case where initial
1313         colormap entry is Transparent.
1314
1315 2000-02-19  Owen Taylor  <otaylor@redhat.com>
1316
1317         * gdk-pixbuf/pixops/pixops.c (scale_pixel): Fix error in
1318         scale factors for non-alpha case.
1319
1320 2000-02-14  Mark Crichton  <crichton@gimp.org>
1321
1322         * gdk-pixbuf/io-xpm.c (xpm_extract_color): Added check for "g" color type.
1323         Imlib/libXpm handle this, but we didn't.
1324
1325 2000-02-14  Darin Adler  <darin@eazel.com>
1326
1327         * gdk-pixbuf/testpixbuf.c: Remove now-unnecessary cast.
1328         * .cvsignore: gdk-pixbuf/.cvsignore: More to ignore.
1329
1330 2000-02-14  Elliot Lee  <sopwith@redhat.com>
1331         * gdk-pixbuf/gdk-pixbuf.h, gdk-pixbuf/gdk-pixbuf-data.c: Make passed-in argument 'const'.
1332
1333 2000-02-04  Michael Meeks  <mmeeks@gnu.org>
1334
1335         * gdk-pixbuf/io-gif.c (struct _GifContext): add x,y_offset.
1336         (gif_get_frame_info): put the offsets on the context.
1337         (gif_get_lzw): copy them off into the frame.
1338         (new_context): no change required; will 0 offsets by default.
1339
1340 2000-01-28  Michael Meeks  <michael@mejm2.dow.cam.ac.uk>
1341
1342         * gdk-pixbuf/pixops/pixops.c (pixops_process): const + nasty
1343         un-consting cast.
1344
1345         * gdk-pixbuf/pixops/pixops.h: const.
1346
1347         * gdk-pixbuf/gdk-pixbuf-util.c: const.
1348         
1349         * gdk-pixbuf/gdk-pixbuf-scale.c: const.
1350
1351         * gdk-pixbuf/gdk-pixbuf.h: constify lots of things.
1352
1353 2000-02-03  Federico Mena Quintero  <federico@helixcode.com>
1354
1355         * gdk-pixbuf/gdk-pixbuf-render.c
1356         (gdk_pixbuf_render_threshold_alpha): Added sanity check for width
1357         and height being >= 0.  Also, do nothing if either of them is
1358         zero.  Thanks to Ettore for pointing this out.
1359         (gdk_pixbuf_render_to_drawable): Likewise.
1360         (gdk_pixbuf_render_to_drawable_alpha): Likewise.
1361
1362 2000-02-02  Federico Mena Quintero  <federico@helixcode.com>
1363
1364         * gdk-pixbuf/io-gif.c (gif_get_lzw): Removed debugging g_print.
1365         Thanks to John Sullivan <sullivan@eazel.com> for the patch.
1366
1367         * gdk-pixbuf/testpixbuf-drawable.c (configure_cb): Get a new area
1368         of the screen when the window is resized.  Thanks to David
1369         N. Welton <davidw@linuxcare.com> for pointing this out.
1370         Misc. cleanups to the rest of the file.
1371
1372 2000-02-01  Federico Mena Quintero  <federico@helixcode.com>
1373
1374         * doc/tmpl/rendering.sgml: gnome_init() does not call
1375         gdk_rgb_init(), so don't mention that it does in the
1376         documentation.  Thanks to Alexander Kruuse <kruuse@home.se> for
1377         pointing this out.
1378
1379 2000-01-31  Havoc Pennington  <hp@redhat.com>
1380
1381         * gdk-pixbuf/Makefile.am (noinst_PROGRAMS): no testpixbuf-foo target
1382
1383 Mon Jan 31 12:38:50 2000  Owen Taylor  <otaylor@redhat.com>
1384
1385         * gdk-pixbuf/pixops/pixops.c (scale_line): Fix from Peter
1386         Wainwright to fix 4a => 4a scaling.
1387
1388 2000-01-29  Mark Crichton  <crichton@gimp.org>
1389
1390         * gdk-pixbuf-config: Oh dear, we weren't Telsa/Alan proof...
1391         put `libart-config --libs` in instead of -lart_lgpl.
1392
1393 2000-01-22  Federico Mena Quintero  <federico@helixcode.com>
1394
1395         * gdk-pixbuf/io-pnm.c (pnm_read_raw_scanline): Return an error on
1396         invalid pnm type.
1397         (pnm_read_ascii_scanline): Initialize data and mask.
1398
1399         * gdk-pixbuf/io-xpm.c (pixbuf_create_from_xpm): Initialize
1400         fallbackcolor to keep gcc happy.
1401
1402         * configure.in: Bumped version number to 0.5.0.
1403
1404         * gdk-pixbuf/pixops/timescale.c (dump_array): Removed unused variable.
1405         (main): Return 0.
1406
1407         * gdk-pixbuf/pixops/pixops.c (pixops_composite_color_nearest): Put
1408         parentheses around + in a shift to remove a compiler warning.
1409         (pixops_process): Likewise.
1410
1411         Patch from Ross Golder <rossigee@bigfoot.com> to create an RPM
1412         specfile:
1413
1414         * configure.in: Added gdk-pixbuf.spec to AC_OUTPUT.
1415
1416         * Makefile.am (EXTRA_DIST): Added gdk-pixbuf.spec.in
1417
1418 2000-01-22  Federico Mena Quintero  <federico@helixcode.com>
1419
1420         * gdk-pixbuf/gnome-canvas-pixbuf.c (PixbufPrivate): Removed the
1421         x_set and y_set arguments.  Now they are always on and start with
1422         defaults of 0.0 in units.
1423         (gnome_canvas_pixbuf_class_init): Likewise.
1424         (gnome_canvas_pixbuf_set_arg): Likewise.
1425         (gnome_canvas_pixbuf_get_arg): Likewise.
1426         (compute_viewport_affine): Likewise; always use the priv->x and
1427         priv->y fields.
1428
1429         * doc/tmpl/gnome-canvas-pixbuf.sgml: Modified to reflect the
1430         removal of the x_set/y_set arguments.
1431
1432 2000-01-21  Federico Mena Quintero  <federico@helixcode.com>
1433
1434         * gdk-pixbuf/gdk-pixbuf.c (gdk_pixbuf_ref): Return the same pixbuf
1435         as the input parameter.
1436
1437         * gdk-pixbuf/gdk-pixbuf-animation.c (gdk_pixbuf_animation_ref):
1438         Return the same animation as the input parameter.
1439
1440 2000-01-16  Elliot Lee  <sopwith@redhat.com>
1441
1442         * gdk-pixbuf/Makefile.am: Don't link against libgnomecanvaspixbuf.la
1443
1444 2000-01-16  Federico Mena Quintero  <federico@helixcode.com>
1445
1446         * configure.in: Removed the broken --enable-canvas-pixbuf option.
1447         Added the stuff necessary to substitute the variables in
1448         gnomecanvaspixbufConf.sh.in.
1449
1450         * gnomecanvaspixbufConf.sh.in: New gnome-config handler for the
1451         tiny gnomecanvaspixbuf library.
1452
1453         * Makefile.am: Build gnomecanvaspixbufConf.sh.
1454
1455         * gdk-pixbuf/Makefile.am: Create a libgnomecanvaspixbuf and only
1456         build it if gdk-pixbuf is being built outside of gnome-libs.
1457
1458         * doc/gdk-pixbuf-sections.txt: Added gdk_pixbuf_render_pixmap_and_mask().
1459
1460         * gdk-pixbuf/gdk-pixbuf-render.c
1461         (gdk_pixbuf_render_pixmap_and_mask): Renamed from
1462         gdk_pixbuf_render_pixmap().  Do not create the mask if it is not
1463         needed, and do not use a clipping mask when rendering the pixmap.
1464         Tweaked documentation a little.
1465
1466         * HACKING: New file with hacking policies for the gdk-pixbuf
1467         module.
1468
1469         * doc/Makefile.am (tmpl_sources): Added missing backslash.
1470
1471         * doc/Makefile.am: Use gnomecanvaspixbuf in gnome-config when
1472         scanning for docstrings.
1473
1474         * gdk-pixbuf/gdk-pixbuf-util.c (gdk_pixbuf_copy_area): Made sanity
1475         checks more stringent.  Removed "gint" abominations.  Made
1476         documentation consistent with the rest of the functions.
1477
1478         * doc/gdk-pixbuf-sections.txt: Added gdk_pixbuf_copy_area() to the
1479         utilities section.
1480
1481 2000-01-14  Jonathan Blandford  <jrb@redhat.com>
1482
1483         * gdk-pixbuf/gdk-pixbuf-render.c (gdk_pixbuf_render_pixmap): new
1484         function to let you create a gdk_pixmap from a gdk_pixbuf.
1485
1486 2000-01-11  Jacob Berkman  <jacob@helixcode.com>
1487
1488         * gdk-pixbuf/pixops/Makefile.am (INCLUDES): added
1489         $LIBART_CFLAGS to $INCLUDES
1490
1491 2000-01-10  Elliot Lee  <sopwith@redhat.com>
1492
1493         * configure.in, gdk-pixbuf/Makefile.am: Build a libcanvas_pixbuf.
1494
1495         * configure.in: Define version macros. Generate
1496         gdk-pixbuf/gdk-pixbuf-features.h. Always INSIDE_GNOME.
1497
1498         * gdk-pixbuf/Makefile.am: Add gdk-pixbuf-features.h
1499
1500         * gdk-pixbuf/gdk-pixbuf.c: Add definitions of
1501         gdk-pixbuf-features.h declarations, plus some initialization
1502         stubs.
1503
1504 2000-01-05  Owen Taylor  <otaylor@redhat.com>
1505
1506         * gdk-pixbuf/pixops/pixops.c: Fixed src_channels/dest_channels
1507         confusion. (Again caught by Tomas Ogren's Purify)
1508
1509 2000-01-07  Jonathan Blandford  <jrb@redhat.com>
1510
1511         * gdk-pixbuf/gdk-pixbuf-xform.c (gdk_pixbuf_rotate): comment out
1512         debugging printing.
1513
1514         * gdk-pixbuf/gdk-pixbuf-io.c: Added progressive animation loading.
1515         * gdk-pixbuf/gdk-pixbuf-io.h: Added progressive animation loading.
1516         * gdk-pixbuf/gdk-pixbuf-loader.c: Added progressive animation
1517         loading.
1518         * gdk-pixbuf/gdk-pixbuf-loader.h: Added progressive animation
1519         loading.
1520         * gdk-pixbuf/io-gif.c (image_load_increment): I think the
1521         ref-counting mess is finally fixed.  Added progressive animation
1522         loading.
1523         (gif_get_lzw): remove memory_leak
1524
1525         * doc/tmpl/gdk-pixbuf-loader.sgml: much longer long description
1526         added.
1527
1528 2000-01-05  Owen Taylor  <otaylor@redhat.com>
1529
1530         * gdk-pixbuf/pixops/pixops.c (pixops_process): Fix computation of end of run indices.
1531
1532         * gdk-pixbuf/pixops/pixops.c: Fix double increments when dest_channels == 4.
1533           (Pointed out by Tomas Ogren)
1534
1535 2000-01-05  Mark Crichton  <crichton@gimp.org>
1536
1537         * gdk-pixbuf/gdk-pixbuf-loader.c (gdk_pixbuf_loader_eat_header_write):
1538         Return 0 if gdk_pixbuf_load_loader_module returns FALSE.
1539
1540 2000-01-05 Elliot Lee <sopwith@redhat.com>
1541
1542         * gdk-pixbuf/pixops/Makefile.am: Link with -lm (to get 'ceil' function)
1543
1544 2000-01-05  Owen Taylor  <otaylor@redhat.com>
1545
1546         * doc/Makefile.am doc/gdk-pixbuf-sections.txt
1547           doc/gdk-pixbuf.sgml doc/tmpl/scaling.sgml:
1548         Added scaling functions into gtk-doc framework.
1549
1550         * gdk-pixbuf/gdk-pixbuf-scale.c: Documentation fixes.
1551
1552         * gdk-pixbuf/testpixbuf-scale.c (expose_cb): Simplify a bit.
1553
1554         * gdk-pixbuf/pixops/pixops.c (pixops_composite_color): Return
1555         immediately if scale_x or scale_y is 0.
1556
1557 2000-01-05  Owen Taylor  <otaylor@redhat.com>
1558
1559         * gdk-pixbuf/pixops/timescale.c: quick fix for initializing
1560         arrays in benchmark.
1561
1562 2000-01-05  Jonathan Blandford  <jrb@redhat.com>
1563
1564         * gdk-pixbuf/gdk-pixbuf-io.h: Change the order of the update func
1565         to make it more compatible with the rest of GTK.  Added animation
1566         framework for progressive loading.
1567
1568         * gdk-pixbuf/io-bmp.c (image_begin_load): Modified to handle new
1569         system.
1570         * gdk-pixbuf/io-ico.c (image_begin_load): ditto
1571         * gdk-pixbuf/io-png.c (image_begin_load): ditto
1572         * gdk-pixbuf/io-ras.c (image_begin_load): ditto
1573         * gdk-pixbuf/io-jpeg.c (image_begin_load): ditto
1574         * gdk-pixbuf/io-pnm.c (image_begin_load): ditto
1575         * gdk-pixbuf/io-tiff.c (image_begin_load): ditto
1576         * gdk-pixbuf/io-gif.c (image_begin_load): ditto
1577
1578 2000-01-05  Owen Taylor  <otaylor@redhat.com>
1579
1580         * gdk-pixbuf/pixops/README: Added a README with a TODO
1581         and some explainations of the algorithms.
1582
1583         * gdk-pixbuf/testpixbuf-scale.c: Set a background pixmap of None
1584         to reduce flashing when resizing.
1585
1586 2000-01-05  Owen Taylor  <otaylor@redhat.com>
1587
1588         * gdk-pixbuf/pixops/: Directory full of pixel data scaling
1589         code that will eventually migrate into libart.
1590
1591         * configure.in acconfig.h: Add checks for MMX compiler support
1592
1593         * gdk-pixbuf/gdk-pixbuf.h gdk-pixbuf/gdk-pixbuf-scale.c:
1594         Nice wrapper routines for the code in pixops that operate
1595         on pixbufs instead of raw data.
1596
1597         * gdk-pixbuf/testpixbuf-scale: Test program for scaling
1598         routines.
1599
1600 2000-01-05  Jonathan Blandford  <jrb@redhat.com>
1601
1602         * doc/tmpl/animation.sgml: Documentation changes.
1603
1604 2000-01-01  Federico Mena Quintero  <federico@helixcode.com>
1605
1606         * gdk-pixbuf/gdk-pixbuf.h (GdkPixbufAnimation): Added reference
1607         counting to animations.  A web browser may want to share a single
1608         copy of an animated GIF if it appears multiple times in a web
1609         page, for example.
1610
1611         * gdk-pixbuf/gdk-pixbuf-animation.c: New file.  Moved the
1612         animation functions here.
1613         (gdk_pixbuf_animation_new_from_file): Prettified.  Return a NULL
1614         animation if the loader does not support multiframe loading and
1615         the single-frame load returned NULL.  Check that the filename is
1616         not NULL.  Updated inline documentation.
1617         (gdk_pixbuf_animation_ref): New function.
1618         (gdk_pixbuf_animation_unref): New function.
1619         Removed gdk_pixbuf_animation_destroy() in favor of reference
1620         counting.
1621
1622         * gdk-pixbuf/gdk-pixbuf-io.c (gdk_pixbuf_new_from_file):
1623         Prettified.  Made ref_count assertion more paranoid.  Check that
1624         the filename is not NULL.
1625         (gdk_pixbuf_get_module): Use guchar * and guint for buffer and
1626         size, respectively.
1627         (gdk_pixbuf_new_from_xpm_data): Changed the "data" argument to
1628         const char **.
1629
1630         * gdk-pixbuf/io-gif.c (image_load_animation): Create the animation
1631         with a reference count of 1.
1632
1633         * gdk-pixbuf/Makefile.am (libgdk_pixbuf_la_SOURCES): Added
1634         gdk-pixbuf-animation.c.
1635
1636         * doc/tmpl/animation.sgml: Populated.  It is still missing a
1637         description of the overlay modes.
1638
1639         * doc/gdk-pixbuf-sections.txt: Added the animation section.  Moved
1640         the canvas item section to the end, as it will be moved later to
1641         gnome-libs.
1642
1643         * doc/gdk-pixbuf.sgml: Added the animation section.
1644
1645         * doc/Makefile.am (tmpl_sources): Added tmpl/animation.sgml.
1646
1647 1999-12-26  Peter Teichman  <pat@gnu.org>
1648
1649         * gdk-pixbuf/Makefile.am (libpixbuf_tiff_la_LIBADD): add
1650         $(LIBTIFF) to libpixbuf_tiff_la_LIBADD, proxying for mmarker.
1651         This closes bug #4676.
1652
1653 1999-12-23  Havoc Pennington  <hp@pobox.com>
1654
1655         * gdk-pixbuf/io-gif.c (image_load): Stuff that should have been
1656         set to NULL here (specifically context->animation) was not being
1657         set to NULL. use g_new0() to alloc the struct.
1658
1659 1999-12-20  Jonathan Blandford  <jrb@redhat.com>
1660
1661         * gdk-pixbuf/io-gif.c: finished work to make animated gifs load
1662         correctly.  Progressive loading needs some work, but that all
1663         needs doing from the gdk-pixbuf-loader end, not here.
1664
1665 1999-12-17  Jonathan Blandford  <jrb@redhat.com>
1666
1667         * gdk-pixbuf/gdk-pixbuf-io.c (gdk_pixbuf_animation_new_from_file):
1668         moved the file here.  It seems natural to put this function here,
1669         as that's where the gdk_pixbuf_new_from_file function is, but it's
1670         still a little convoluted.  The source files might be played with
1671         in a bit.
1672
1673 1999-12-14  Jonathan Blandford  <jrb@redhat.com>
1674
1675         * gdk-pixbuf/gdk-pixbuf-loader.c
1676         (gdk_pixbuf_loader_get_animation):  Gets the animation from the
1677         loader.
1678
1679 1999-12-16  Federico Mena Quintero  <federico@redhat.com>
1680
1681         * doc/tmpl/rendering.sgml: Added notice about initializing GdkRGB
1682         before using the GdkPixbuf rendering functions.  Thanks to Joe
1683         Shaw <joe@off.net> for pointing this out.
1684
1685 1999-12-13  Federico Mena Quintero  <federico@redhat.com>
1686
1687         * gdk-pixbuf/gnome-canvas-pixbuf.c
1688         (gnome_canvas_pixbuf_class_init): Renamed arguments to
1689         width_in_pixels, height_in_pixels, x_in_pixels, y_in_pixels, for
1690         consistency with the new canvas.
1691         (PixbufPrivate): Do the same renaming in the structure fields, for
1692         consistency.
1693
1694         * doc/tmpl/gnome-canvas-pixbuf.sgml: Updated for new argument names.
1695
1696 1999-12-12  Federico Mena Quintero  <federico@redhat.com>
1697
1698         * gdk-pixbuf/Makefile.am (libgdk_pixbuf_la_LDFLAGS): Use a
1699         conditional to see whether to link $(GNOME_LIBS) or not.
1700
1701 1999-12-10  Jonathan Blandford  <jrb@redhat.com>
1702
1703         * gdk-pixbuf/gdk-pixbuf-io.h: thinking about the new loading API.
1704
1705         * gdk-pixbuf/gdk-pixbuf-drawable.c (gdk_pixbuf_get_from_drawable):
1706         make a warning go away.
1707
1708         * gdk-pixbuf/gdk-pixbuf.h: added new prototypes for animations.
1709
1710         * gdk-pixbuf/gdk-pixbuf-loader.h: added new prototypes for
1711         animations.
1712
1713 1999-12-09  Michael Zucchi  <zucchi@zedzone.mmc.com.au>
1714
1715         * gdk-pixbuf/gdk-pixbuf.h: Enable gdk_pixbuf_get_from_drawable()
1716         api call.
1717
1718         * gdk-pixbuf/gdk-pixbuf-drawable.c (gdk_pixbuf_get_from_drawable):
1719         Filled in body of function.
1720         (rgbconvert): Added GdkColormap parameter, and to all conversion
1721         functions also.
1722         (convert_real_slow): New function - should convert ANY visual/data
1723         format properly, but it aint fast.  Used as a fallback when an
1724         optimised routine wont match.
1725         (rgbconvert): Do very specific tests on the data format to verify
1726         properly if the optimised version will do, otherwise use the
1727         fallback function for all other data formats.
1728
1729         * gdk-pixbuf/Makefile.am: Re-enabled building of
1730         textpixbuf-drawable.
1731
1732         * gdk-pixbuf/testpixbuf-drawable.c (main): Changed to use
1733         gdk_pixbuf_get_from_drawable().
1734
1735 1999-12-08  Arjan van de Ven <arjan@fenrus.demon.nl>
1736
1737         * gdk-pixbuf/gdk-pixbuf-drawable.c : Fixed the red/green/red
1738         bug on two occasions.
1739         * gdk-pixbuf/io-ras.c: Changed from the custom be32_to_cpu
1740         function to the generic glib one.
1741
1742 1999-12-08  Federico Mena Quintero  <federico@redhat.com>
1743
1744         * gdk-pixbuf/gdk-pixbuf-drawable.c: Fix includes.
1745         (gdk_pixbuf_get_from_drawable): Implemented the zillion sanity
1746         checks and API definition.  The body needs filling in and it needs
1747         to do the Right Thing(tm) for pixmaps plus the given colormap and
1748         windows and their own colormaps.
1749
1750         * gdk-pixbuf/gdk-pixbuf.h: Added prototype for
1751         gdk_pixbuf_get_from_drawable().  Killed gdk-pixbuf-drawable.h.
1752
1753         * gdk-pixbuf/Makefile.am: Re-added the gdk-pixbuf-drawable sources.
1754
1755         * doc/tmpl/from-drawables.sgml: Populated.
1756
1757         * doc/gdk-pixbuf.sgml: Added the from-drawables section.
1758
1759         * doc/Makefile.am (tmpl_sources): Added tmpl/from-drawables.sgml.
1760
1761         * doc/gdk-pixbuf-sections.txt: Added a section for getting pixbufs
1762         from drawables.
1763
1764 1999-12-07  Federico Mena Quintero  <federico@redhat.com>
1765
1766         * doc/tmpl/gnome-canvas-pixbuf.sgml: Added clarification about
1767         reference counting for GdkPixbuf structures.
1768
1769 1999-12-07  Martin Baulig  <martin@home-of-linux.org>
1770
1771         * gdk-pixbuf/Makefile.am (testpixbuf_LDADD): Conditionally
1772         include $(GNOME_LIBS) here.
1773
1774 1999-12-05  Arjan van de Ven <arjan@fenrus.demon.nl>
1775
1776         Added missing "include <string.h>" to:
1777         * gdk-pixbuf/io-ras.c
1778         * gdk-pixbuf/io-bmp.c
1779         * gdk-pixbuf/io-ico.c
1780
1781 1999-12-06  Federico Mena Quintero  <federico@redhat.com>
1782
1783         * gdk-pixbuf/gdk-pixbuf-io.c (file_formats): Patch from Arjan to
1784         fix an initializer.
1785
1786 1999-12-05  Federico Mena Quintero  <federico@redhat.com>
1787
1788         * gdk-pixbuf/Makefile.am (testpixbuf_LDADD): Add back
1789         $(GNOME_LIBS).  This must compile outside of gnome-libs.  If you
1790         want, send me a patch to do the conditional stuff properly.
1791         Otherwise, please read the GNOME Programming Guidelines,
1792         especially the "CVS policies" section.
1793
1794 1999-12-05  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>
1795
1796         * gdk-pixbuf/Makefile.am: removed GNOME_LIBS from testpixbuf_LDADD.
1797
1798 1999-12-05  Arjan van de Ven <arjan@fenrus.demon.nl>
1799
1800         * gdk-pixbuf/io-ico.c: Bug in palet-size
1801         calculation fixed
1802
1803 1999-12-04  Arjan van de Ven <arjan@fenrus.demon.nl>
1804
1805         * gdk-pixbuf/io-bmp.c: Major cleanup, added support for
1806         32 bpp and 4 bpp (uncompressed) images, fixed 1bpp.
1807
1808         * gdk-pixbuf/io-ras.c: Minor cleanup, ran through lclint
1809
1810         * gdk-pixbuf/io-ico.c: Minor cleanup, fixed 1bpp icons,
1811         ran through lclint.
1812
1813         * gdk-pixbuf/gdk-pixbuf-io.c: Added detection of .CUR files
1814         (Windows Cursor files). These are identical to .ICO files,
1815         except for the signature and 2 extra fields for the hotspot.
1816
1817 1999-12-03  Federico Mena Quintero  <federico@redhat.com>
1818
1819         * gdk-pixbuf/gnome-canvas-pixbuf.c (gnome_canvas_pixbuf_get_arg):
1820         Removed unused variable `item'.
1821
1822 1999-12-03  Jonathan Blandford  <jrb@redhat.com>
1823
1824         * gdk-pixbuf/io-gif.c (gif_fill_in_lines): added a comment to
1825         explain this function better.
1826
1827 1999-12-02  Federico Mena Quintero  <federico@redhat.com>
1828
1829         Source files moved from src/ to gdk-pixbuf/, to be consistent with
1830         other libraries.
1831
1832         * doc/Makefile.am: Modified for the new source directory.
1833
1834         * configure.in: Likewise.
1835
1836         * Makefile.am: Likewise.
1837
1838         * autogen.sh: Likewise.
1839
1840         * gdk-pixbuf/Makefile.am: Likewise.
1841
1842 1999-12-02  Federico Mena Quintero  <federico@redhat.com>
1843
1844         * src/testpixbuf.c: #include <config.h>, and fix includes.
1845
1846         * src/testpixbuf-drawable.c: #include <config.h>, and fix includes.
1847
1848         * src/io-xpm.c: Fix includes.
1849
1850         * src/io-tiff.c: Fix includes.
1851
1852         * src/io-ras.c: Fix includes, and do not include more stuff than needed.
1853
1854         * src/io-pnm.c: Fix inlcudes, and do not include more stuff than needed.
1855
1856         * src/io-png.c: Fix includes.
1857
1858         * src/io-ico.c: Fix includes, and do not include more stuff than needed.
1859
1860         * src/io-gif.c: Fix includes, and do not include more stuff than needed.
1861
1862         * src/io-bmp.c: Fix includes, and do not include more stuff than needed.
1863
1864         * src/gnome-canvas-pixbuf.c: Fix includes.
1865
1866         * src/gdk-pixbuf.c: Fix includes.
1867
1868         * src/gdk-pixbuf-util.c: Fix includes.
1869
1870         * src/gdk-pixbuf-render.c: Fix includes.
1871
1872         * src/gdk-pixbuf-io.h: Fix includes.
1873
1874         * src/gdk-pixbuf-drawable.c: Fix includes.
1875
1876         * src/gdk-pixbuf-drawable.h: Use angle brackets for the gdk-pixbuf
1877         include files.
1878
1879         * src/gdk-pixbuf-data.c: Fix includes.
1880
1881         * src/gdk-pixbuf-loader.c: #include <config.h>
1882
1883         * src/gdk-pixbuf-loader.h: Use angle brackets for the gdk-pixbuf
1884         include files.
1885
1886         * src/Makefile.am: Commented out the gdk-pixbuf-drawable stuff,
1887         since it is not finished.
1888
1889         * src/gdk-pixbuf.h: Removed unused transformation prototypes.
1890
1891         * src/gdk-pixbuf-util.c: New file with utility and convenience
1892         functions for pixbufs.
1893
1894         * src/Makefile.am (libgdk_pixbuf_la_SOURCES): Added gdk-pixbuf-util.c.
1895
1896         * doc/gdk-pixbuf-sections.txt: Added section for utility functions.
1897
1898         * doc/Makefile.am (tmpl_sources): Added tmpl/util.sgml.
1899
1900         * doc/gdk-pixbuf.sgml: Added the utilities section.
1901
1902         * doc/tmpl/util.sgml: Documentation for the utility functions.
1903
1904 1999-11-29  Owen Taylor  <otaylor@redhat.com>
1905
1906         * src/gdk-pixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
1907         Keep the mask around until after we draw ... since
1908         the GC changes aren't flushed to the X server until we
1909         draw, destroying it before that may result in BadPixmap
1910         errors.
1911
1912 1999-11-30  Havoc Pennington  <hp@pobox.com>
1913
1914         * configure.in: Add AM_CONDITIONAL for inside gnome-libs
1915
1916         * src/Makefile.am: conditionalize GnomeCanvasPixbuf
1917
1918 1999-11-29  Federico Mena Quintero  <federico@redhat.com>
1919
1920         * src/Makefile.am: Uncomment the GnomeCanvasPixbuf sources.  This
1921         should be made conditional, not blindly commented out.
1922
1923 1999-11-29  Jonathan Blandford  <jrb@redhat.com>
1924
1925         * src/Makefile.am (ICO_LIB): Added another loader from Arjan to
1926         handle .ico files.  Cool.
1927
1928 1999-11-24  Jonathan Blandford  <jrb@redhat.com>
1929
1930         * src/io-bmp.c (OneLine24): new patch from Arjan to handle
1931         compressed bmps.
1932
1933 1999-11-24  James Henstridge  <james@daa.com.au>
1934
1935         * configure.in (AC_OUTPUT): altered hack to place the symlink in the
1936         top builddir rather than src.  This still builds fine, and does not
1937         get gtk-doc into an infinite loop when trying to find all the source
1938         files.
1939
1940 1999-11-23  Jonathan Blandford  <jrb@redhat.com>
1941
1942         * Removed #PRAGMA } from headers.  Also, make compile if you don't
1943         have it installed, already.
1944
1945 1999-11-22  Federico Mena Quintero  <federico@redhat.com>
1946
1947         * src/gnome-canvas-pixbuf.c (gnome_canvas_pixbuf_draw): Create the
1948         temporary buffer to the size of the interesction of the bounding
1949         box and the expose area, not the whole expose area.  This speeds
1950         up things a lot.
1951
1952         * src/gdk-pixbuf-render.c (gdk_pixbuf_render_threshold_alpha): Do
1953         not paint black on the mask, since we already cleared it in a
1954         single gdk_draw_rectangle() operation.
1955
1956 1999-11-22  Raja R Harinath  <harinath@cs.umn.edu>
1957
1958         * configure.in (GDK_PIXBUF_DIR): Fix for srcdir != builddir.
1959
1960 1999-11-22  Havoc Pennington  <hp@pobox.com>
1961
1962         * src/Makefile.am (GDK_PIXBUF_LIBS): Patch from Paul Fisher
1963         <pnfisher@redhat.com> adds all -lgdk-pixbuf and all other
1964         dependencies to LIBADD variables for loadable modules. Necessary
1965         for a Java dynamic loading thing to be able to figure it out.
1966
1967 1999-11-22  Havoc Pennington  <hp@pobox.com>
1968
1969         * src/io-png.c (image_load_increment): Call the update_area
1970         callback depending on the number of rows loaded in this increment.
1971
1972         * src/testpixbuf.c (main): slow down the progressive load demo
1973
1974 1999-11-16  Havoc Pennington  <hp@pobox.com>
1975
1976         * src/gdk-pixbuf-drawable.h: Get the quotes right on the #include
1977
1978 1999-11-22  Jonathan Blandford  <jrb@redhat.com>
1979
1980         * configure.in (GDK_PIXBUF_DIR): make the symlink.  Does not work
1981         for srcdir != buildir != .  Beats me why; I can't figure it out.
1982         AC_OUTPUT_COMMANDS doesn't seem to let me substitute it correctly.
1983
1984 1999-11-21  Jonathan Blandford  <jrb@redhat.com>
1985
1986         * src/gdk-pixbuf-io.c: added io-bmp from Arjan
1987         <arjan@fenrus.demon.nl>
1988
1989 1999-11-20  Michael Zucchi  <zucchi@zedzone.mmc.com.au>
1990
1991         * src/gdk-pixbuf-drawable.c (gdk_pixbuf_from_drawable_core):
1992         Rework/reorder of the code.  Each case has been separated into
1993         another function; its big but it should be quick.
1994         gdk_pixbuf_rgba_from_drawable() will now return a pixbuf with
1995         opaque alpha information.  Not all depths/formats have been
1996         tested, but 8, 15/16 and 24 (alinged 32) should work ok.
1997
1998 1999-11-17  Larry Ewing  <lewing@gimp.org>
1999
2000         * src/gnome-canvas-pixbuf.c (gnome_canvas_pixbuf_bounds):
2001         implement the bounds method correctly.
2002         (compute_viewport_affine): compute the affine need to fit the
2003         image within the viewport given by the args.
2004         (compute_render_affine): call compute_viewport_affine.
2005
2006 1999-11-16  Havoc Pennington  <hp@pobox.com>
2007
2008         * src/gdk-pixbuf-drawable.h: Use includes from the current
2009         directory, not the system directory.
2010
2011 Mon Nov 15 17:18:28 1999  George Lebl <jirka@5z.com>
2012
2013         * src/testpixbuf-drawable.c: use includes from the current directory
2014           rather then from the system include directory as gdk-pixbuf
2015           includes are not yet installed when this is compiled.
2016
2017 1999-11-13  Cody Russell  <bratsche@dfw.net>
2018         * src/testpixbuf-drawable.c: Added a test program for drawable
2019         code.
2020
2021         * src/Makefile.am: Build testpixbuf-drawable.
2022
2023 1999-11-12  Cody Russell  <bratsche@dfw.net>
2024
2025         * src/gdk-pixbuf-drawable.c: Merged in Michael Zucchi's changes.
2026
2027 1999-11-10  Federico Mena Quintero  <federico@redhat.com>
2028
2029         * doc/tmpl/gdk-pixbuf-loader.sgml: Populated.
2030
2031         * doc/gdk-pixbuf.signals: Put in the real names of signal
2032         arguments.
2033
2034         * src/gdk-pixbuf-loader.c: Improved documentation comments.
2035
2036 1999-11-10  Jonathan Blandford  <jrb@redhat.com>
2037
2038         * src/gdk-pixbuf-loader.c (gdk_pixbuf_loader_close): emit the
2039         closed signal.
2040
2041         * src/io-ras.c (OneLineMapped_file): Now can handle indexing
2042         correctly.  Patch from Arjan to do so.
2043
2044 1999-11-10  Michael Fulbright  <drmike@redhat.com>
2045
2046         * src/io-pnm.c (pnm_ascii_read_scanline): Fixed loading of ASCII PNM
2047         files.
2048
2049         * src/testpixbuf.c: Added final queued draw when done loading image.
2050
2051 1999-11-10  Jonathan Blandford  <jrb@redhat.com>
2052
2053         * src/gdk-pixbuf-io.c (gdk_pixbuf_load_module): removed spurious
2054         print statements.
2055
2056 1999-11-10  Federico Mena Quintero  <federico@redhat.com>
2057
2058         * src/gdk-pixbuf-io.c (gdk_pixbuf_new_from_xpm_data): Added
2059         documentation.
2060
2061 1999-11-09  Federico Mena Quintero  <federico@redhat.com>
2062
2063         * src/io-png.c: Fixed some incompatible pointer initializations.
2064
2065         * src/io-jpeg.c (image_load_increment): Remove unused variable.
2066
2067 1999-11-09  Michael Fulbright  <drmike@redhat.com>
2068
2069         * src/testpixbuf.c: Fixed it to use timeout to read from file
2070         for progressive loading. Set TBF_KBPS=n, where n is the number of
2071         kilobytes/second to simulate in downloading. n has to be an integer.
2072
2073         * src/io-jpeg.c: Slight cosmetic cleanup.
2074
2075         * src/io-pnm.c: Fixed raw PNM loading bug. Also discovered that ASCII
2076         PBM loading has a similar problem and will address tomorrow.
2077
2078 1999-11-09  Havoc Pennington  <hp@pobox.com>
2079
2080         * src/Makefile.am (libgdk_pixbuf_la_SOURCES): build the
2081         gdk-pixbuf-drawable stuff.
2082
2083 1999-11-09  Federico Mena Quintero  <federico@redhat.com>
2084
2085         * configure.in: Bumped version number to 0.4.
2086
2087 1999-11-09  Michael Fulbright  <drmike@redhat.com>
2088
2089         * src/io-pnm.c : Finished progressive PNM loading code. Should handle
2090         all types of PNM files now.
2091
2092         * src/io-jpeg.c (image_load_increment): Figured out problem with
2093         loading Progressive JPEG's progressively (say that 10 times fast).
2094         Currently for Progressive JPEG's the entire image is loaded before
2095         it is displayed. libjpeg supports a fancier mechanism which I may
2096         implement later.
2097
2098         With these changes all JPEG formats appear to load properly for me.
2099
2100 1999-11-08  Jonathan Blandford  <jrb@redhat.com>
2101
2102         * src/io-ras.c (image_load_increment): Final patch from Arjan.
2103         Seems to do progressive loading.
2104
2105 1999-11-08  Michael Fulbright  <drmike@redhat.com>
2106
2107         * src/io-pnm.c image_load (): Fixed so we do not create a separate
2108         pixel buffer when reading in image - we reuse the pixel data in
2109         the GdkPixbuf structure instead.
2110
2111 1999-11-08  Michael Fulbright  <drmike@redhat.com>
2112
2113         * src/io-pnm.c pnm_read_ascii_scanline (): Added support for
2114         ASCII PNM files. Note I haven't tested loaded ASCII PBM files because
2115         I can't seem to find a utility to convert into this format.
2116         Next is to add progressive loading support for the PNM format.
2117
2118 1999-11-07  Federico Mena Quintero  <federico@redhat.com>
2119
2120         * doc/tmpl/gnome-canvas-pixbuf.sgml: Finished detailed explanation
2121         of the width, height, x, and y setting and pixels arguments.
2122
2123 1999-11-05  Jonathan Blandford  <jrb@redhat.com>
2124
2125         * src/io-ras.c (image_load): third patch.  Now it seems to load.
2126
2127         * src/gdk-pixbuf-io.c: second patch Arjan van de Ven
2128         <arjan@fenrus.demon.nl> to autodetect/load the sunras files.
2129
2130         * src/io-ras.c (image_load): new file from Arjan van de Ven
2131         <arjan@fenrus.demon.nl> to begin the ras loader.
2132
2133 1999-11-05  Federico Mena Quintero  <federico@redhat.com>
2134
2135         * doc/gdk-pixbuf-sections.txt: Removed gdk-pixbuf-io, since it is
2136         for internal use only.
2137
2138         * doc/gdk-pixbuf.sgml: Likewise.
2139
2140         * doc/tmpl/gnome-canvas-pixbuf.sgml: Finished docs.
2141
2142 1999-11-05  Michael Fulbright  <drmike@redhat.com>
2143
2144         * src/io-pnm.c: Implemented support for reading raw PBM/PGM/PPM
2145         files from a file. Next step is support for ASCII files, and
2146         then incremental loading.
2147
2148 1999-11-04  Federico Mena Quintero  <federico@redhat.com>
2149
2150         * Makefile.am: Added doc to SUBDIRS.
2151
2152 1999-11-04  Michael Fulbright  <drmike@redhat.com>
2153
2154         * src/io-jpeg.c: Prettied up code slightly.
2155         * src/io-pnm.c:  Start of pnm loader (from file and progressively).
2156                          Doesn't do much yet (will finish tomorrow).
2157         * src/gdk-pixbuf-io.c: Added pnm to structure of known types.
2158
2159 1999-11-04  Federico Mena Quintero  <federico@redhat.com>
2160
2161         * doc/tmpl/rendering.sgml: Populated.
2162
2163         * doc/Makefile.am: Added the template files.
2164
2165 1999-11-04  Havoc Pennington  <hp@pobox.com>
2166
2167         * src/gdk-pixbuf-render.c (gdk_pixbuf_render_to_drawable): In
2168         docs, explain what a dither offset is for.
2169         (gdk_pixbuf_render_to_drawable_alpha): Explain why you would use
2170         this function vs. gdk_pixbuf_render_to_drawable().
2171
2172 1999-11-04  Havoc Pennington  <hp@pobox.com>
2173
2174         * configure.in: Use libart-config correctly; find gnome-config
2175         separately. Fix GNOME_LIBS to be correct in "no gnome installed
2176         yet" case.
2177
2178         * src/Makefile.am: Link to GNOME_LIBS instead of a hardcoded
2179         library list.
2180
2181         Patch untested in the inside-gnome-libs case, I need to commit
2182         then check out to the gnome-libs I'm using.
2183
2184 1999-11-04  Michael Fulbright  <drmike@redhat.com>
2185
2186         * src/io-jpeg.c (image_begin_load): Add update_func callback.
2187         * src/io-jpeg.c (image_load_increment): Call updated callback when
2188         new graphic data decoded.
2189
2190 1999-11-04  Jonathan Blandford  <jrb@redhat.com>
2191
2192         * src/gdk-pixbuf-loader.c (gdk_pixbuf_loader_update): handle the
2193         actual update.
2194         * src/io-png.c (image_begin_load): add a update_func callback.
2195         * src/io-gif.c (image_begin_load): add a update_func callback.
2196         (gif_get_lzw): added the update_func ability
2197
2198         * src/io-tiff.c (image_begin_load): add a update_func callback.
2199
2200 1999-11-04  Federico Mena Quintero  <federico@redhat.com>
2201
2202         * doc/tmpl/gdk-pixbuf.sgml: Populated.
2203
2204         * doc/tmpl/refcounting.sgml: Populated.
2205
2206         * doc/tmpl/file-loading.sgml: Populated.
2207
2208         * src/gdk-pixbuf.c: Added documentation comments.
2209
2210         * src/gdk-pixbuf-io.c (gdk_pixbuf_new_from_file): Added
2211         documentation comments.
2212
2213         * doc/: Finished integrating the documentation framework.
2214
2215 1999-11-03  Federico Mena Quintero  <federico@redhat.com>
2216
2217         * configure.in: Removed libgif stuff now that we do not depend on it.
2218         Added the necessary cruft for gtk-doc.
2219
2220         * src/Makefile.am: Unconditionally build the GIF loader.
2221
2222 1999-11-03  Jonathan Blandford  <jrb@redhat.com>
2223
2224         * src/io-gif.c (gif_read): renamed ReadOK to gif_read.
2225         Added a lot of comments to the file.
2226
2227         * src/Makefile.am (libpixbuf_gif_la_LIBADD): Remove dependency on
2228         lib*gif!!!!
2229
2230 1999-11-03  Michael Fulbright  <drmike@redhat.com>
2231
2232         * src/io-jpeg.c (image_load_increment): Further removal of
2233         bugginess in local buffering code. Handles grayscale jpegs
2234         correctly now.
2235
2236         * src/io-jpeg.c (image_load_stop): Was freeing local context
2237         for jpeg library before calling jpeg_decompres_finish ().
2238
2239 1999-11-03  Jonathan Blandford  <jrb@redhat.com>
2240
2241         * src/io-gif.c (image_load_increment): now handle arbitrary buffer
2242         sizes.
2243         (gif_get_lzw): set the transparency to the right val.
2244
2245 1999-11-03  Federico Mena Quintero  <federico@redhat.com>
2246
2247         * src/gnome-canvas-pixbuf.c (gnome_canvas_pixbuf_init):
2248         Initiailize the x and y fields.
2249         (gnome_canvas_pixbuf_destroy): Queue a redraw upon destruction.
2250         (PixbufPrivate): Renamed need_size_update to need_xform_update.
2251         (recompute_bounding_box): Do not use temporary values.
2252
2253 1999-11-03  Jonathan Blandford  <jrb@redhat.com>
2254
2255         * src/io-gif.c (set_gif_lzw_clear_code): new state.  Fixes
2256         un-compressed gifs.
2257
2258         * src/gnome-canvas-pixbuf.c (recompute_bounding_box): remove
2259         unneeded x,y,h,w vars.
2260
2261 1999-11-03  Larry Ewing  <lewing@gimp.org>
2262
2263         * src/gnome-canvas-pixbuf.c (compute_render_affine): adjust
2264         render_affine calculation for x,y offsets.
2265         (gnome_canvas_pixbuf_set_arg): add x,y args.
2266         (gnome_canvas_pixbuf_get_arg): add x,y args.
2267         (recompute_bounding_box): simply code using ArtDrect and the
2268         render_affine.  Removed compute_xform_vectors as it was no longer
2269         needed.
2270
2271 1999-11-03  Federico Mena Quintero  <federico@redhat.com>
2272
2273         * src/gnome-canvas-pixbuf.c (gnome_canvas_pixbuf_point): I'm a
2274         doofus.  Return a distance, not a boolean, for opaque images.
2275
2276         * src/gnome-canvas-pixbuf.c (recompute_bounding_box): Do proper
2277         rounding of bounding box coordinates.
2278         (gnome_canvas_pixbuf_bounds): Implemented the ::bounds() method.
2279         (gnome_canvas_pixbuf_draw): Use the correct alpha threshold value.
2280
2281 1999-11-03  Jonathan Blandford  <jrb@redhat.com>
2282
2283         * src/io-gif.c (gif_prepare_lzw): s/lwz/lzw/g
2284
2285 1999-11-03  Michael Fulbright  <drmike@redhat.com>
2286
2287         * src/io-jpg.c (image_load_increment): Fixed code which moved
2288         buffer around as new data comes in to work properly. JPEG progressive
2289         loading should be working now except for grayscale JPEG's, which I
2290         will look into next.
2291
2292 1999-11-03    <sopwith@redhat.com>
2293         * src/testpixbuf.c: A GtkFunction needs to return a value for deterministic behaviour.
2294           Also put dot printing back in.
2295
2296 1999-11-03    <jrb@redhat.com>
2297
2298         * src/io-gif.c (gif_get_extension): Read 'til the next empty block
2299         correctly, now.
2300
2301 1999-11-02  Cody Russell  <bratsche@dfw.net>
2302         * src/gdk-pixbuf-drawable.c: Changed the behavior to return NULL
2303         if part of the requested image is offscreen, rather than clipping
2304         the image.
2305
2306 1999-11-02  Jonathan Blandford  <jrb@redhat.com>
2307
2308         * src/io-gif.c (gif_fill_in_lines): Fill in the gif's blank areas
2309         for interlacing and progressive loading.
2310
2311 1999-11-02  Cody Russell  <bratsche@dfw.net>
2312         * src/gdk-pixbuf-drawable.c (gdk_pixbuf_from_drawable_core): Now
2313         calls gdk_pixbuf_new_from_art_pixbuf() instead of gdk_pixbuf_new().
2314
2315 1999-11-02  Jonathan Blandford  <jrb@redhat.com>
2316
2317         * src/io-gif.c (gif_main_loop): Now progressive gif loading works!
2318         It's a little slow though. )-:
2319
2320 1999-11-02 Elliot Lee <sopwith@redhat.com>
2321         * src/gdk-pixbuf-loader.[ch], src/gdk-pixbuf-io.h: Make the arguments to the
2322         write/load_increment operations const-correct.
2323
2324 1999-11-02  Federico Mena Quintero  <federico@redhat.com>
2325
2326         * src/gnome-canvas-pixbuf.c (gnome_canvas_pixbuf_point):
2327         Implemented the ::point() method.  We do a simple containment test
2328         instead of a full distance calculation since the canvas is going
2329         to change to that scheme, anyways.
2330
2331 1999-11-02 Elliot Lee <sopwith@redhat.com>
2332
2333         * src/testpixbuf.c: Allow using $TBF_READLEN to specify the size of the chunks
2334         that are read from the input file.
2335
2336 1999-11-02  Larry Ewing  <lewing@gimp.org>
2337
2338         * src/gnome-canvas-pixbuf.c (gnome_canvas_pixbuf_render): add aa
2339         render function.
2340         (gnome_canvas_pixbuf_class_init): add gnome_canvas_pixbuf_render
2341         to class.
2342
2343 1999-11-02  Federico Mena Quintero  <federico@redhat.com>
2344
2345         * src/gnome-canvas-pixbuf.c (compute_render_affine): Moved the
2346         affine computation code from ::draw() to here, since it is needed
2347         by ::point() as well.
2348
2349 1999-11-02 Elliot Lee <sopwith@redhat.com>
2350
2351         * src/gdk-pixbuf-loader.c: Reorganize gdk_pixbuf_loader_write into
2352         three functions, and eliminate duplication of code from write()
2353         and close(). Also fix bug where the 128-byte header was being
2354         written twice.
2355
2356 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
2357         * src/gnome-canvas-pixbuf.c (recompute_bounding_box): Fixed
2358         bounding box computation.
2359
2360 1999-11-01  Federico Mena Quintero  <federico@redhat.com>
2361
2362         * src/gnome-canvas-pixbuf.c: Start of the pixbuf canvas item.
2363         Drawing affines seem to work.  Bounding box is fubared.  ::point()
2364         is not implemented.  This is a work in progress.
2365
2366         * src/Makefile.am: Added gnome-canvas-pixbuf.[ch] to the list of
2367         sources.
2368
2369         * configure.in: Sigh.  We need to link in libgnomeui for the
2370         canvas stuff.  This mess will disappear when gdk-pixbuf gets
2371         folded into gnome-libs.
2372
2373 1999-10-30  Jonathan Blandford  <jrb@redhat.com>
2374
2375         * src/io-gif.c: Some more work.  Now it generates a gdk_pixbuf of
2376         the right size, at a minimum, even if the image is squished and
2377         the wrong color.
2378         (ReadImage): lets get the offset right.  This will let transparent
2379         gifs work.
2380
2381 1999-10-29  Michael Fulbright  <drmike@redhat.com>
2382
2383         * src/io-jpeg.c: image_load_increment(): Fixed bug when
2384         image width was not a multiple of 4 - always use the
2385         gdk_pixbuf rowstride to increment pointers!
2386
2387 1999-10-29  Michael Fulbright  <drmike@redhat.com>
2388
2389         * src/io-jpeg.c: Added first cut at progressive jpeg loading.
2390         Currently does not handle either progressive jpeg files (jpeg
2391         files with multiple scans at different quality settings), but
2392         I plan on adding this support soon. These are fairly rare in
2393         my experience, so it shouldn't slow people down too much.
2394         Grayscale jpegs also don't work but that should be easy to fix.
2395
2396 1999-10-29  Michael Fulbright  <drmike@redhat.com>
2397
2398         * src/testpixbuf.c: Added title to windows so you can identify
2399         progressive and file windows.
2400
2401 1999-10-29  Michael Fulbright  <drmike@redhat.com>
2402
2403         * src/gdk-pixbuf-loader.c (gdk_pixbuf_loader_write): Actually
2404         load the image handler when we determine the image type.
2405
2406         * src/gdk-pixbuf-io.[ch] (gdk_pixbuf_load_module): Changed the
2407         previously static function load_image_handler () to
2408         a public function gdk_pixbuf_load_module (). It is needed in
2409         gdk-pixbuf-loader.c to load image handler modules.  This function
2410         is different from gdk_pixbuf_get_module (), which only returns
2411         a reference to the required handler, because it actually loads
2412         the handler into memory. Both actions should possibly be combined
2413         in a convenience function since one w/o the other doesn't seem to
2414         make much sense.
2415
2416 1999-10-28  Jonathan Blandford  <jrb@redhat.com>
2417
2418         * src/gdk-pixbuf-loader.c (gdk_pixbuf_loader_write): don't send a
2419         0 length buffer.
2420
2421 1999-10-28  Federico Mena Quintero  <federico@redhat.com>
2422
2423         * src/gdk-pixbuf-render.c (gdk_pixbuf_render_to_drawable): New
2424         function to render a portion of a pixbuf to a drawable.  Ignores
2425         alpha information and takes in a GC.
2426         (gdk_pixbuf_render_to_drawable_alpha): New function to render a
2427         portion of a pixbuf to a drawable.  It automatically creates a GC
2428         and a clipping mask for alpha pixbufs.
2429
2430 1999-10-28  Jonathan Blandford  <jrb@redhat.com>
2431
2432         * src/gdk-pixbuf.h: turned convenience macros into convenience
2433         functions so some error checking could be added.
2434
2435         * src/io-tiff.c (image_load_increment): started work on the tiff
2436         non-incremental loader.
2437         (image_begin_load): Finished the incremental loader.
2438
2439         * src/io-gif.c (image_load_increment): started work on the gif
2440         incremental loader.
2441
2442         * src/gdk-pixbuf-io.h: Changed ModuleType to GdkPixbufModule.
2443
2444 1999-10-27  Federico Mena Quintero  <federico@redhat.com>
2445
2446         * src/gdk-pixbuf-render.c (gdk_pixbuf_render_threshold_alpha): New
2447         function to threshold a pixbuf's alpha channel into a bitmap.
2448
2449         * src/gdk-pixbuf.c (gdk_pixbuf_new): Fixed so that it will
2450         contemplate future extensions to ArtPixBuf's formats.
2451
2452         * src/io-png.c (png_info_callback): Use the new API of gdk_pixbuf_new().
2453
2454         * src/gdk-pixbuf.h (gdk_pixbuf_get_height): Added some convenience
2455         macros to fetch the ArtPixBuf's fields.
2456
2457 1999-10-27  Havoc Pennington  <hp@pobox.com>
2458
2459         * src/testpixbuf.c (main): Display the progressive load
2460
2461         * src/io-png.c (setup_png_transformations): Break transformation
2462         code into separate function
2463         (png_info_callback): Use setup_png_transformations
2464
2465 1999-10-27  Havoc Pennington  <hp@pobox.com>
2466
2467         * src/gdk-pixbuf-io.c (gdk_pixbuf_new_from_xpm_data): Check
2468         properly whether the XPM module has already been loaded
2469         (gdk_pixbuf_new_from_file): Check properly if loader module
2470         was already loaded (was checking if load symbol was present
2471         in order to decide whether to re-load; should check module !=
2472         NULL, then load != NULL)
2473         (image_handler_load): Check in present working directory,
2474         makes it easier to debug for now
2475         (file_formats): This array initializer was seriously on crack,
2476         was assigning a function pointer to a GModule*
2477
2478         * src/testpixbuf.c (main): Change type of pixbuf_loader to GdkPixbufLoader*
2479
2480 1999-10-27  Havoc Pennington  <hp@pobox.com>
2481
2482         * src/gdk-pixbuf-loader.c (gdk_pixbuf_loader_finalize):
2483         Fix typo that prevented compilation
2484         (gdk_pixbuf_loader_destroy): ditto
2485
2486 1999-10-27  Federico Mena Quintero  <federico@redhat.com>
2487
2488         * src/gdk-pixbuf-loader.c (gdk_pixbuf_loader_new): Return a
2489         GdkPixbufLoader, not a GtkObject.
2490         (gtk_marshal_NONE__INT_INT_INT_INT): Made static.
2491         (gdk_pixbuf_loader_get_type): Documented.
2492         (gdk_pixbuf_loader_class_init): Initialize the parent class
2493         correctly.
2494         (gdk_pixbuf_loader_destroy): Added sanity checks. Call the parent
2495         class destroy function.
2496         (gdk_pixbuf_loader_new): Documented.
2497         (gdk_pixbuf_loader_finalize): Call the parent class finalize
2498         function.
2499         (gdk_pixbuf_loader_write): Use size_t for count.
2500
2501 1999-10-27  Michael Fulbright  <drmike@redhat.com>
2502
2503         * src/gdk-pixbuf-loader.c (gdk_pixbuf_loader_destroy): Fixed
2504         logic so we only try to close loader if it wasn't previously closed.
2505
2506 1999-10-27  Michael Fulbright  <drmike@redhat.com>
2507
2508         * src/gdk-pixbuf-loader.c: Made sure image_loader struct member of
2509         pixbuf_loader properly initialized.
2510
2511         * src/testpixbuf.c: Made sure we cleanup pixbuf_loader properly
2512         when done.
2513
2514 1999-10-26  Jonathan Blandford  <jrb@redhat.com>
2515
2516         * src/gdk-pixbuf-io.c (image_handler_load): load the vtable fully.
2517
2518         * src/gdk-pixbuf-loader.c: Finished initial cut at the object.
2519
2520 1999-10-26  Havoc Pennington  <hp@pobox.com>
2521
2522         * src/gdk-pixbuf-loader.h: fix signals
2523
2524         * src/gdk-pixbuf-io.h: add new vtable fields
2525
2526
2527 1999-10-26  Jonathan Blandford  <jrb@redhat.com>
2528
2529         * src/gdk-pixbuf-loader.h: New Class.  Beginning of progrssive
2530         loading.
2531
2532 1999-10-25  Federico Mena Quintero  <federico@redhat.com>
2533
2534         * configure.in (CFLAGS): Patch from Uwe Koloska
2535         <koloska@Rcs1.urz.tu-dresden.de> to fix a stupid typo of mine.
2536
2537 1999-10-22  Havoc Pennington  <hp@pobox.com>
2538
2539         * src/io-xpm.c (mem_buffer): Clean up stupid
2540         increment-inside-array-dereference thing
2541
2542         * src/testpixbuf.c: Add XPM data tests.
2543
2544         * src/io-xpm.c: Make the XPM data buffer const, fix const
2545         correctness throughout the code.
2546
2547 1999-10-22  Havoc Pennington  <hp@pobox.com>
2548
2549         * src/gdk-pixbuf.h: Export gdk_pixbuf_new_from_xpm_data()
2550
2551 1999-10-22  Havoc Pennington  <hp@pobox.com>
2552
2553         * src/io-xpm.c (image_load_xpm_data): Export this symbol for
2554         loading an XPM from memory.
2555
2556         * src/gdk-pixbuf-io.c (gdk_pixbuf_new_from_xpm_data): New
2557         function, loads pixbuf from xpm data
2558         (image_handler_load): Add g_return_if_fail() to ensure the same
2559         module isn't loaded twice. Add g_module_symbol() to scan for XPM
2560         loader function.
2561
2562 1999-10-22  Federico Mena Quintero  <federico@redhat.com>
2563
2564         * src/io-png.c (image_load): Patch from Kristian Hogsberg
2565         Kristensen <hogsberg@daimi.au.dk> to avoid allocating extra row
2566         buffers; the rows can be read in directly into the main pixel
2567         buffer.
2568
2569 1999-10-20  Federico Mena Quintero  <federico@redhat.com>
2570
2571         * src/gdk-pixbuf-io.c (image_handler_load): Free path.
2572
2573 1999-10-20  Federico Mena Quintero  <federico@redhat.com>
2574
2575         * configure.in: Bumped version number to 0.3.
2576
2577         * src/Makefile.am (lbgdk_pixbuf_la_LDFLAGS): Added a libtool
2578         version number for the library.
2579
2580 1999-10-20  Federico Mena Quintero  <federico@redhat.com>
2581
2582         * src/gdk-pixbuf.h (GdkPixbuf): Removed the unref_fn field.  Now
2583         all memory management of the buffer is done by libart.
2584
2585         * src/gdk-pixbuf.c (gdk_pixbuf_unref): Do destruction here.
2586         Removed gdk_pixbuf_destroy, gdk_pixbuf_duplicate.
2587
2588         * src/gdk-pixbuf-data.c (gdk_pixbuf_new_from_data): Implemented in
2589         terms of the libart functions.  Removed the old code.
2590
2591         * src/gdk-pixbuf-io.c (image_handler_load): Removed the save
2592         symbols.  Saving will not be implemented in GdkPixbuf.
2593
2594         * src/io-gif.c: Removed the saving stub.
2595         (image_load): Fixed memory management to fail gracefully if we run
2596         out of memory while loading the image.  Close the gif file when we
2597         are done.  This still needs more error handling for the DGif
2598         functions.
2599
2600         * src/io-jpeg.c (image_load): Some robustness fixes.
2601
2602         * src/io-png.c: Removed the saving stuff.
2603         (image_load): Some memory management fixes.
2604
2605         * src/io-tiff.c (image_load): Ditto.
2606
2607         * src/io-xpm.c (pixbuf_create_from_xpm): Ditto.
2608
2609 1999-10-18  Havoc Pennington  <hp@pobox.com>
2610
2611         * subautogen.sh: New name for macros/autogen.sh
2612
2613         * autogen.sh: use subautogen.sh
2614
2615 1999-10-18  Federico Mena Quintero  <federico@redhat.com>
2616
2617         * src/*: Reindented to use the GNOME Indentation.  Renamed
2618         GdkPixBuf to GdkPixbuf, for consistency with the function names
2619         (and it is also easier to type) :-)
2620
2621 1999-10-18  Havoc Pennington  <hp@pobox.com>
2622
2623         * configure.in: Use AM_PATH_GLIB instead of glib-config directly
2624
2625         * src/Makefile.am: Re-enable testpixbuf with GTK_CFLAGS/GTK_LIBS
2626
2627 1999-10-18  Havoc Pennington  <hp@pobox.com>
2628
2629         * Makefile.am (SUBDIRS): Remove "macros"
2630
2631         * configure.in: Don't use GNOME_INIT, handle case where we are
2632         inside gnome-libs. AM_PATH_GTK for the GIF test
2633
2634         * src/Makefile.am: Change flags to work without libgnomeui,
2635         comment out testpixbuf for now
2636
2637 1999-10-18  Federico Mena Quintero  <federico@redhat.com>
2638
2639         * configure.in: Use $GTK_LIBS as the extra libs when checking for
2640         libgif/libungif, as they need the X libraries.  Fixes bug #2472.
2641
2642 1999-10-10  Cody Russell  <bratsche@dfw.net>
2643         * src/gdk-pixbuf-drawable.c: core function now determines whether
2644         the requested geometry is on screen or not, and if some is not
2645         then the request is clamped to geometry that is on the screen.
2646
2647         Changed 'pixbuf' to 'art_pixbuf' in core function.
2648
2649 1999-10-08  Michael Fulbright  <drmike@redhat.com>
2650
2651         * src/gdk-pixbuf-data.c: Added to load rgb data from const data.
2652
2653         * src/testpifbuf: Changed test program to display cdrom from rgb data
2654         if no filename given to test program.
2655
2656 1999-10-07  Cody Russell  <bratsche@dfw.net>
2657         * src/gdk-pixbuf-drawable.[ch]: Added. (Actually, Miguel committed
2658         them, but I wrote them).
2659
2660         * src/gdk-pixbuf-drawable.h: Added a missing ; so things will now
2661         compile.
2662
2663         * src/Makefile.am: Added gdk-pixbuf-drawable.[ch] to
2664         libgdk_pixbuf_la_SOURCES and libgdk_pixbufinclude_HEADERS.
2665
2666         * src/gdk-pixbuf-drawable.c: Added #include "gdk-pixbuf-drawable.h"
2667         to fix compilation.
2668
2669         * src/gdk-pixbuf-drawable.[ch]: Changed functions to return
2670         GdkPixBuf* instead of ArtPixBuf*.
2671
2672 1999-09-22  Michael Meeks  <michael@nuclecu.unam.mx>
2673
2674         * src/gdk-pixbuf.c (gdk_pixbuf_new): created.
2675         (gdk_pixbuf_scale): use gdk_pixbuf_new + return a new scaled image.
2676
2677         * src/gdk-pixbuf.h (struct _GdkPixBuf): Re-organise struct, + add
2678         GdkPixBufUnrefFunc + gdk_pixbuf_new.
2679
2680         * src/io-jpeg.c (image_load): clean to use gdk_pixbuf_new.
2681
2682         * src/io-xpm.c (_pixbuf_create_from_xpm): ditto.
2683
2684         * src/io-tiff.c (image_load): ditto + fix leak
2685
2686         * src/io-png.c (image_load): ditto + add more exit points; monitor.png
2687         crashes this module ( add warning :-)
2688
2689         * src/io-bmp.c (image_load): ditto.
2690
2691         * src/io-gif.c (image_load): ditto.
2692
2693 1999-09-18  Michael Meeks  <michael@nuclecu.unam.mx>
2694
2695         * src/gdk-pixbuf.c (gdk_pixbuf_scale): Hack rgba support in so
2696         it doesn't crash scaling with alpha.
2697
2698 1999-09-17  Federico Mena Quintero  <federico@redhat.com>
2699
2700         * src/io-bmp.c (image_load): Set the initial ref_count to 1.
2701
2702         * src/io-gif.c (image_load): Likewise.
2703
2704         * src/io-jpeg.c (image_load): Likewise.
2705
2706         * src/io-png.c (image_load): Likewise.
2707
2708         * src/io-tiff.c (image_load): Likewise.
2709
2710         * src/io-xpm.c (_pixbuf_create_from_xpm): Likewise.
2711
2712         * src/gdk-pixbuf-io.c (gdk_pixbuf_load_image): Added an assertion
2713         for the ref_count to be != 0.
2714
2715         * src/gdk-pixbuf.c (gdk_pixbuf_ref): Be more paranoid with sanity
2716         checking.
2717         (gdk_pixbuf_unref): Fix incorrect sanity check and comparison.
2718
2719 1999-08-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
2720
2721         * src/io-png.c (image_save): Fixed compiler warnings.  Fixed write
2722         to unallocated memory (row_ptr), and fixed its type as well.  Take
2723         into account the ArtPixbuf's rowstride when assigning the row
2724         pointers.
2725
2726         * src/gdk-pixbuf.c: Fixup includes.
2727
2728         * src/gdk-pixbuf-io.c: Likewise.
2729
2730 Sat Jul 31 19:19:47 CEST 1999
2731
2732         * src/gdk-pixbuf-io.c:
2733         * src/io-png.c: Fixed two obvious C syntax bugs
2734
2735 1999-07-29  Mark Crichton  <crichton@gimp.org>
2736
2737         * src/io-png.c (image_save): Added PNG saving function
2738
2739         * src/gdk-pixbuf-io.c: Changed image_save function format.  Now it's
2740         image_save(GdkPixBuf *p, FILE *f, ...)
2741
2742
2743 1999-07-26  Michael Zucchi  <mzucchi@denr.sa.gov.au>
2744
2745         * src/Makefile.am (*_LIB): Only build the relevant loaders which
2746         require extra libraries if we actually have those libraries.
2747
2748 1999-07-23  Richard Hestilow  <hestgray@ionet.net>
2749
2750         * src/gdk-pixbuf.h: Include glib.h as it uses g* datatypes
2751         * gdk_pixbufConf.sh.in: Added for gnome-config
2752         * Makefile.am:
2753         * configure.in: Modified to generate gdk_pixbufConf.sh
2754
2755 1999-07-20  Mark Crichton  <crichton@gimp.org>
2756
2757         * src/gdk-pixbuf.c (gdk_pixbuf_rotate): Fixed rotation.  Now a bbox
2758         calculation needs to be done.
2759
2760 1999-07-18  Larry Ewing  <lewing@gimp.org>
2761
2762         * src/io-xpm.c:
2763         * src/io-gif.c:
2764         * src/io-png.c:
2765         * src/io-jpeg.c: Fix a few memory leaks in the, most of them in
2766         error cases but one or two in the common case.  There are probably
2767         a few small ones left.
2768
2769 1999-07-18  Mark Crichton  <crichton@gimp.org>
2770
2771         * configure.in: removed version.h.
2772
2773         * src/gdk-pixbuf-io.c (pixbuf_check_tiff): Minor readability
2774         improvements.
2775
2776 1999-07-17  Mark Crichton  <crichton@gimp.org>
2777
2778         * src/gdk-pixbuf.c: Removed gdk_pixbuf_free, redundant code.
2779         (gdk_pixbuf_rotate): Added pixbuf rotation code.
2780         (gdk_pixbuf_scale): Changed // comments to /* */
2781
2782         * src/gdk-pixbuf.h (gdk_pixbuf_destroy): Added gdk_pixbuf_destroy
2783         function to header.
2784
2785 1999-07-16  Larry Ewing  <lewing@gimp.org>
2786
2787         * src/testpixbuf.c (expose_func): reverted the expose everything
2788         changes, I'm not sure why these went in.
2789         (config_func): bring this up to date with the new pixbuf_scale
2790         semantics.
2791
2792         * src/gdk-pixbuf-io.c: added a couple of warnings to the module
2793         loading code so that poeple can diagnose problems better.
2794
2795         * src/gdk-pixbuf.c (gdk_pixbux_scale): fix the borkedness, also it
2796         no longer allocates a new pixbuf, which make things nicer for the
2797         rest of the code.  Unfortunately there is still a problem with
2798         scaling rgba images.
2799
2800 1999-07-16  Mark Crichton  <crichton@gimp.org>
2801
2802         * src/testpixbuf.c (config_func): ConfigureEvent handler.  This
2803         calls gdk_pixbuf_scale.  However, something is not working.
2804         N.B.: current pixmap is now stored in user_data with a key of
2805         "pixmap"
2806
2807         * src/gdk-pixbuf.c (gdk_pixbuf_scale): Implemented scaling function.
2808         Something is still borked, however.
2809
2810 1999-07-15  Larry Ewing  <lewing@gimp.org>
2811
2812         * src/io-jpeg.c (image_load): add raph@gimp.org's fix to the jpeg
2813         indexing routine
2814
2815         * src/testpixbuf.c (main): fix up the file routines a little so
2816         that you can load multiple files given the file names
2817
2818 1999-07-14  Larry Ewing  <lewing@gimp.org>
2819
2820         * src/testpixbuf.c (expose_func): added an almost proper expose
2821         handler for testpixbuf
2822
2823 1999-07-13  Mark Crichton  <crichton@gimp.org>
2824
2825         * configure.in: Fixed GIF check.  Replaced " with '
2826         * src/gdk-pixbuf.c: More (minor) work on gdk_pixbuf_scale
2827
2828 1999-07-13  Mark Crichton  <crichton@gimp.org>
2829
2830         * configure.in: I am a bonehead.  Added gif-lib check.