- 26 Sep, 2001 1 commit
-
-
Owen Taylor authored
Wed Sep 26 18:08:19 2001 Owen Taylor <otaylor@redhat.com> * Makefile.am (s-enum-types-h): Fix a typo in the include guards. (#61254, Skip Montaro)
-
- 21 Sep, 2001 2 commits
-
-
Matthias Clasen authored
xpm colormap entries more thoroughly. (#59939)
-
Hans Breuer authored
2001-09-21 Hans Breuer <hans@breuer.org> * gdk-pixbuf.def : updated externals * makefile.msc : generate gdk-pixbuf-enum-types.[hc]
-
- 20 Sep, 2001 2 commits
-
-
Owen Taylor authored
Thu Sep 20 17:22:48 2001 Owen Taylor <otaylor@redhat.com> * io-tiff.c (gdk_pixbuf__tiff_image_load): On OSF, apparently fseek() works in some on-demand way, so the fseek gdk_pixbuf_new_from_file() doesn't work here since we are using the raw file descriptor. So, we call lseek() on the fileno(f) before using it. (#60840).
-
James Henstridge authored
2001-09-20 James Henstridge <james@daa.com.au> * Makefile.am (gdk-pixbuf-enum-types.c): same change as in pango, so that flags types are registered as flags rather than enums (not that there are any flags here at the moment).
-
- 19 Sep, 2001 1 commit
-
-
Owen Taylor authored
Wed Sep 19 00:28:24 2001 Owen Taylor <otaylor@redhat.com> * Makefile.am (gdk_pixbuf_headers): Don't include gkd-pixbuf-features.h here since is in builddir and confuses autogen rules. * Makefile.am: Don't += variables before they have values, automake-1.5 doesn't like it. * Makefile.am: Fix srcdir != builddir for gdk-pixbuf-enum-types.c. * Makefile.am: The whitespace strikes back.
-
- 18 Sep, 2001 1 commit
-
-
Matt Wilson authored
2001-09-18 Matt Wilson <msw@redhat.com> * docs/Makefile.am (EXTRA_DIST): don't use += before = * docs/faq/Makefile.am (EXTRA_DIST): likewise * docs/tutorial/Makefile.am (EXTRA_DIST): likewise * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise (EXTRA_HEADERS): likewise * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise (EXTRA_HEADERS): likewise (EXTRA_DIST): likewise (CLEANFILES): likewise * gtk/stock-icons/Makefile.am (CLEANFILES): likewise * tests/Makefile.am (EXTRA_DIST): likewise * Makefile.am (install-data-local): changed to use install-data-hook, which runs after install-pkgconfigDATA, so that the pkgconfigdir will have been created and populated first. gdk-pixbuf/ChangeLog 2001-09-17 Matt Wilson <msw@redhat.com> * Makefile.am (libpixbufloader_xbm_la_LDFLAGS): removed duplicate LDFLAGS definition, use the -avoid-version one. (libpixbufloader_tga_la_LDFLAGS): likewise
-
- 17 Sep, 2001 1 commit
-
-
Owen Taylor authored
Mon Sep 17 11:49:02 2001 Owen Taylor <otaylor@redhat.com> * pixops/*: Mirror GdkInterpType to PixopsInterpType to avoid including gdk-pixbuf headers.
-
- 16 Sep, 2001 1 commit
-
-
James Henstridge authored
2001-09-16 James Henstridge <james@daa.com.au> * .cvsignore: add generated files to ignore list. * gdk-pixbuf.h: include gdk-pixbuf-enum-types.h * Makefile.am: add rules to build gdk-pixbuf-enum-types.[ch]
-
- 14 Sep, 2001 2 commits
-
-
Matthias Clasen authored
not GDK_PIXBUF_ERROR_HEADER_CORRUPT. (#58308)
-
Matthias Clasen authored
loaders.
-
- 13 Sep, 2001 1 commit
-
-
Tim Janik authored
Fri Sep 14 00:30:48 2001 Tim Janik <timj@gtk.org> * Makefile.am: don't used BUILT_SOURCES to build marshal files, as in conjunction with stamp files, this can lead to endless rebuilding loops.
-
- 04 Sep, 2001 2 commits
-
-
Owen Taylor authored
Tue Sep 4 09:37:19 2001 Owen Taylor <otaylor@redhat.com> * Version 1.3.7 * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove docs for gtk-config * modules/input/Makefile.am (install-data-local): Don't run gtk-query-immodules if DESTDIR is set. * NEWS: Various additions.
-
Tim Janik authored
Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org> * NEWS: updates for 1.3.7 release. Tue Sep 4 03:09:52 2001 Tim Janik <timj@gtk.org> * gdk-pixbuf-csource.1: new file, manual page for the publically installed gdk-pixbuf-csource utility.
-
- 30 Aug, 2001 2 commits
-
-
Matthias Clasen authored
errors from gdk_pixbuf_loader_load_module.
-
Matthias Clasen authored
-
- 28 Aug, 2001 3 commits
-
-
Matthias Clasen authored
area information. (#52002)
-
Matthias Clasen authored
-
Matthias Clasen authored
gdk-pixbuf/test-loaders.c (main): Remove C++ comments. demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf only in response to an area_prepared signal.
-
- 21 Aug, 2001 1 commit
-
-
Matthias Clasen authored
-
- 20 Aug, 2001 1 commit
-
-
Matthias Clasen authored
-
- 19 Aug, 2001 1 commit
-
-
Sven Neumann authored
2001-08-19 Sven Neumann <sven@gimp.org> * pixops/pixops.c: applied some simple but effective optimizations to pixops_composite_nearest() and pixops_composite_color_nearest().
-
- 07 Aug, 2001 1 commit
-
-
Sven Neumann authored
2001-08-07 Sven Neumann <sven@gimp.org> * gdk-pixbuf.c (gdk_pixbuf_fill): a comment asked to optimize this function, so that's what I did.
-
- 06 Aug, 2001 1 commit
-
-
Kjartan Maraas authored
2001-08-06 Kjartan Maraas <kmaraas@gnome.org> * gdk-pixdata.c: Fix a typo.
-
- 30 Jul, 2001 1 commit
-
-
Hans Breuer authored
2001-07-30 Hans Breuer <hans@breuer.org> * pixops/makefile.msc : new file * makefile.msc : use it to complete the build
-
- 20 Jul, 2001 1 commit
-
-
Hans Breuer authored
2001-07-20 Hans Breuer <hans@breuer.org> * gdk-pixdata.c : don't 'g_tohl (*istream++)', but move pointer increment out of the macro, because at least one compiler (msvc 5.0) gets confused otherwise (applies the wrong increment). * gdk_pixbuf.def : updated exports * makefile.msc : reflect gdk-pixbuf-csource changes
-
- 18 Jul, 2001 1 commit
-
-
Darin Adler authored
* gdk-pixbuf-csource.c: Add missing <stdlib.h> include. * io-png.c: (setup_png_transformations): Add ifdef so we compile without warnings with G_DISABLE_CHECKS on. * io-pnm.c: (gdk_pixbuf__pnm_image_load_increment): Add a missing const. * io-wbmp.c: (getin), (get_mbi): Add a missing const. * io-xbm.c: (gdk_pixbuf__xbm_image_load_real): Get rid of some unused locals and add an initial value to quiet the compiler's unintialized variable warning. * pixops/pixops.c: Put an ifdef around some dead code.
-
- 05 Jul, 2001 1 commit
-
-
Owen Taylor authored
Thu Jul 5 10:17:15 2001 Owen Taylor <otaylor@redhat.com> * pixops/Makefile.am (noinst_LTLIBRARIES): Switch over to the new include flags AC_SUBST(). (Problem pointed out by Mikael Hermansson.)
-
- 29 Jun, 2001 3 commits
-
-
Havoc Pennington authored
2001-06-29 Havoc Pennington <hp@redhat.com> * Throughout: fixes to compile with G_DISABLE_COMPAT (s/g_signal_connectc/g_signal_connect/, s/g_signal_newc/g_signal_new/, s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
-
Owen Taylor authored
Thu Jun 28 21:54:19 2001 Owen Taylor <otaylor@redhat.com> * make-inline-pixbuf.c test-gdk-pixbuf.c test-loaders.c gdk-pixbuf-csource.c: Fix args to g_type_init ().
-
Havoc Pennington authored
2001-06-28 Havoc Pennington <hp@pobox.com> * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved image data to the screen, using a server grab to avoid race conditions. * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove check for NULL return from gtk_image_new_from_stock(), it never returns NULL. (gtk_item_factory_create_item): fix bug where we parsed the stock ID as an inline pixbuf * gtk/gtktext.c (gtk_text_key_press): numeric keypad support * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad support (should be using binding set here) * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad support (should be using binding set here) * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad support * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): keypad * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support * gtk/gtkcolorsel.c (palette_activate): keypad support (of course, should be binding-setted) * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes * gtk/gtkcalendar.c: numeric keypad fixes * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad support * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop screwup * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): clip the render area to the drawable's clip region in advance, so we don't get data from the server that we don't need. * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): check return value of gdk_pixbuf_get_from_drawable(), fall back to bilevel alpha if we can't get the pixbuf to composite against. * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap * gdk/gdkimage.c (gdk_image_get_colormap): add gdk_image_set_colormap, gdk_image_get_colormap * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to take a region of the image, instead of converting the entire image. * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help keybinding signal. Add default bindings for it. Add default handler for show_help that shows the tooltip for the widget. * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and "close" keybinding signal, remove key press handler. * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this, it's not our usual practice to leave a deprecated function around with a runtime warning, plus we don't want it to appear in docs, plus if we make them yellow no one will want to change them anyhow.
-
- 26 Jun, 2001 3 commits
-
-
Tim Janik authored
Tue Jun 26 10:04:30 2001 Tim Janik <timj@gtk.org> * gtk/gtkiconfactory.c: * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs actually work. Tue Jun 26 09:48:02 2001 Tim Janik <timj@gtk.org> * Makefile.am (noinst_PROGRAMS): get rid of make-inline-pixbuf * gdk-pixbuf-data.[hc]: provide gdk_pixbuf_new_from_stream() instead from gdk_pixbuf_new_from_inline(). * gdk-pixdata.[hc]: auxillary GdkPixdata structure, public installed API for applications that need to serialize/deserialize on their own (gimp, BEAST). * gdk-pixbuf/gdk-pixbuf-csource.c: provide publically installed program that can dump images in CSource format and Pixbuf stream format. supports RLE encoding, MACRO formatting etc... invoke with --help.
-
Owen Taylor authored
-
Tim Janik authored
Tue Jun 26 09:48:02 2001 Tim Janik <timj@gtk.org> * Makefile.am (noinst_PROGRAMS): get rid of make-inline-pixbuf * gdk-pixbuf-data.[hc]: provide gdk_pixbuf_new_from_stream() instead from gdk_pixbuf_new_from_inline(). * gdk-pixdata.[hc]: auxillary GdkPixdata structure, public installed API for applications that need to serialize/deserialize on their own (gimp, BEAST). * gdk-pixbuf/gdk-pixbuf-csource.c: provide publically installed program that can dump images in CSource format and Pixbuf stream format. supports RLE encoding, MACRO formatting etc... invoke with --help. Tue Jun 26 10:04:30 2001 Tim Janik <timj@gtk.org> * gtk/gtkiconfactory.c: * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs actually work.
-
- 25 Jun, 2001 1 commit
-
-
Owen Taylor authored
Mon Jun 25 00:28:11 2001 Owen Taylor <otaylor@redhat.com> * Makefile.am: Actually update timestamps, so rules don't constantly run.
-
- 13 Jun, 2001 1 commit
-
-
Havoc Pennington authored
2001-06-11 Havoc Pennington <hp@redhat.com> * NEWS: Updates * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6 * gtk/Makefile.am: glib_genmarshal already contains top_builddir
-
- 08 Jun, 2001 1 commit
-
-
Havoc Pennington authored
2001-06-08 Havoc Pennington <hp@redhat.com> * gdk-pixbuf-loader.c (gdk_pixbuf_loader_load_module): remove bogus g_return_if_fail * io-gif.c (gif_get_lzw): if delay time is 0 or smaller than likely timeout resolution, set it to an arbitrarily-chosen short delay. Fixes bug #55953 from warmenhoven@yahoo.com
-
- 07 Jun, 2001 2 commits
-
-
Havoc Pennington authored
2001-06-07 Havoc Pennington <hp@redhat.com> * Makefile.am: use Owen's new way of doing stampfiles/generated sources
-
Havoc Pennington authored
2001-06-07 Havoc Pennington <hp@redhat.com> * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal (not tested yet because with absolute path to srcdir I can't build atk, but it was broken anyway so this may help)
-
- 05 Jun, 2001 1 commit
-
-
Havoc Pennington authored
2001-06-05 Havoc Pennington <hp@redhat.com> * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value to the range that was set * gtk/gtkrange.c: add value_changed signal, primarily intended for use with GtkScale (gtk_range_set_increments): new function (gtk_range_set_range): new function with weird name (gtk_range_set_value): new function (gtk_range_get_value): new function * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename from gtk_spin_button_get_value_as_float(). Compat #define added for get_value_as_float. * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function 2001-06-05 Havoc Pennington <hp@redhat.com> * test-loaders.c (main): use putenv not setenv, reported by Armin Theissen
-