- 22 Jan, 2000 3 commits
-
-
Arturo Espinosa authored
-
Federico Mena Quintero authored
2000-01-22 Federico Mena Quintero <federico@helixcode.com> * configure.in: Bumped version number to 0.5.0. * gdk-pixbuf/pixops/timescale.c (dump_array): Removed unused variable. (main): Return 0. * gdk-pixbuf/pixops/pixops.c (pixops_composite_color_nearest): Put parentheses around + in a shift to remove a compiler warning. (pixops_process): Likewise. Patch from Ross Golder <rossigee@bigfoot.com> to create an RPM specfile: * configure.in: Added gdk-pixbuf.spec to AC_OUTPUT. * Makefile.am (EXTRA_DIST): Added gdk-pixbuf.spec.in
-
Federico Mena Quintero authored
2000-01-22 Federico Mena Quintero <federico@helixcode.com> * gdk-pixbuf/gnome-canvas-pixbuf.c (PixbufPrivate): Removed the x_set and y_set arguments. Now they are always on and start with defaults of 0.0 in units. (gnome_canvas_pixbuf_class_init): Likewise. (gnome_canvas_pixbuf_set_arg): Likewise. (gnome_canvas_pixbuf_get_arg): Likewise. (compute_viewport_affine): Likewise; always use the priv->x and priv->y fields. * doc/tmpl/gnome-canvas-pixbuf.sgml: Modified to reflect the removal of the x_set/y_set arguments.
-
- 21 Jan, 2000 4 commits
-
-
Federico Mena Quintero authored
2000-01-21 Federico Mena Quintero <federico@helixcode.com> * gdk-pixbuf/gdk-pixbuf.c (gdk_pixbuf_ref): Return the same pixbuf as the input parameter. * gdk-pixbuf/gdk-pixbuf-animation.c (gdk_pixbuf_animation_ref): Return the same animation as the input parameter.
-
Owen Taylor authored
-
Owen Taylor authored
Fri Jan 21 16:29:28 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument for the GtkStyleClass vtable const. * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc take a const string argument like GtkTranslateFunc. This will require changes in use code.
-
Owen Taylor authored
Fri Jan 21 16:16:29 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc take a const string argument like GtkTranslateFunc. This will require changes in use code.
-
- 19 Jan, 2000 1 commit
-
-
Damon Chaplin authored
* gtk/tmpl/gtkscrollbar.sgml: Started.
-
- 18 Jan, 2000 1 commit
-
-
Tor Lillqvist authored
2000-01-19 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct semantics (to mimic the X11 backend, which just calls XClearArea) is to check for zero width (and height), and in that case use the window's width minus x (height minus y). This fixes for instance some redraw problems with gtkclist, which were easily noticeable in the gtk file selection widget. (gdk_window_new): Don't set WS_EX_TOPMOST for dialog windows.
-
- 17 Jan, 2000 5 commits
-
-
Elliot Lee authored
2000-01-16 Elliot Lee <sopwith@redhat.com> * gdk-pixbuf/Makefile.am: Don't link against libgnomecanvaspixbuf.la
-
Elliot Lee authored
Shut up Federico.
-
Elliot Lee authored
-
Elliot Lee authored
Don't link libgdk_pixbuf against libgnomecanvaspixbuf
-
Federico Mena Quintero authored
2000-01-16 Federico Mena Quintero <federico@helixcode.com> * configure.in: Removed the broken --enable-canvas-pixbuf option. Added the stuff necessary to substitute the variables in gnomecanvaspixbufConf.sh.in. * gnomecanvaspixbufConf.sh.in: New gnome-config handler for the tiny gnomecanvaspixbuf library. * Makefile.am: Build gnomecanvaspixbufConf.sh. * gdk-pixbuf/Makefile.am: Create a libgnomecanvaspixbuf and only build it if gdk-pixbuf is being built outside of gnome-libs. * doc/gdk-pixbuf-sections.txt: Added gdk_pixbuf_render_pixmap_and_mask(). * gdk-pixbuf/gdk-pixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask): Renamed from gdk_pixbuf_render_pixmap(). Do not create the mask if it is not needed, and do not use a clipping mask when rendering the pixmap. Tweaked documentation a little. * HACKING: New file with hacking policies for the gdk-pixbuf module. * doc/Makefile.am (tmpl_sources): Added missing backslash. * doc/Makefile.am: Use gnomecanvaspixbuf in gnome-config when scanning for docstrings. * gdk-pixbuf/gdk-pixbuf-util.c (gdk_pixbuf_copy_area): Made sanity checks more stringent. Removed "gint" abominations. Made documentation consistent with the rest of the functions. * doc/gdk-pixbuf-sections.txt: Added gdk_pixbuf_copy_area() to the utilities section.
-
- 15 Jan, 2000 2 commits
-
-
Federico Mena Quintero authored
2000-01-15 Federico Mena Quintero <federico@helixcode.com> * HACKING: New file with hacking policies for the gdk-pixbuf module.
-
Tor Lillqvist authored
2000-01-13 Tor Lillqvist <tml@iki.fi> * configure.in * gdk/Makefile.am * gdk/x11/Makefile.am * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright (bug #5177). * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown out later.
-
- 14 Jan, 2000 1 commit
-
-
Jonathan Blandford authored
2000-01-14 Jonathan Blandford <jrb@redhat.com> * gdk-pixbuf/gdk-pixbuf-render.c (gdk_pixbuf_render_pixmap): new function to let you create a gdk_pixmap from a gdk_pixbuf.
-
- 13 Jan, 2000 1 commit
-
-
Cody Russell authored
Removed some unused variable warnings in gdk-pixbuf-drawable.c.
-
- 12 Jan, 2000 1 commit
-
-
Jacob Berkman authored
2000-01-11 Jacob Berkman <jacob@helixcode.com> * Makefile.am (EXTRA_DIST): add gdk-pixbuf.m4 to EXTRA_DIST
-
- 11 Jan, 2000 2 commits
-
-
Vladimir Vuksan authored
-
Jacob Berkman authored
000-01-11 Jacob Berkman <jacob@helixcode.com> * gdk-pixbuf/pixops/Makefile.am (INCLUDES): added to
-
- 10 Jan, 2000 2 commits
-
-
Elliot Lee authored
* configure.in, gdk-pixbuf/Makefile.am: Build a libcanvas_pixbuf.
-
Elliot Lee authored
* No more libart/gdk-pixbuf as part of gnome-libs * Everything: Install header files & *Conf.sh in new per-interface-version locations. Include interface version in library names.
-
- 09 Jan, 2000 1 commit
-
-
Tor Lillqvist authored
2000-01-09 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore WM_MOVE for iconified or invisible windows. This fixes various problems when minimising windows. Thanks to Bernd Herd.
-
- 08 Jan, 2000 1 commit
-
-
Damon Chaplin authored
2000-01-08 Damon Chaplin <damon@karuna.freeserve.co.uk> * gtk/tmpl/gtkclist.sgml: update from Paul Schifferer <isengard@geocities.com>
-
- 07 Jan, 2000 5 commits
-
-
Owen Taylor authored
2000-01-05 Owen Taylor <otaylor@redhat.com> * gdk-pixbuf/pixops/pixops.c: Fixed src_channels/dest_channels confusion. (Again caught by Tomas Ogren's Purify)
-
Jonathan Blandford authored
2000-01-07 Jonathan Blandford <jrb@redhat.com> * gdk-pixbuf/gdk-pixbuf-xform.c (gdk_pixbuf_rotate): comment out debugging printing. * gdk-pixbuf/io-gif.c (gif_get_lzw): remove memory_leak
-
Jonathan Blandford authored
2000-01-07 Jonathan Blandford <jrb@redhat.com> * gdk-pixbuf/gdk-pixbuf-io.c: Added progressive animation loading. * gdk-pixbuf/gdk-pixbuf-io.h: Added progressive animation loading. * gdk-pixbuf/gdk-pixbuf-loader.c: Added progressive animation loading. * gdk-pixbuf/gdk-pixbuf-loader.h: Added progressive animation loading. * gdk-pixbuf/io-gif.c (image_load_increment): I think the ref-counting mess is finally fixed. Added progressive animation loading. I think progressive animation loading all works now. It's all documented too, if anyone wants to play with it.
-
Jonathan Blandford authored
2000-01-07 Jonathan Blandford <jrb@redhat.com> * doc/tmpl/gdk-pixbuf-loader.sgml: much longer long description added.
-
Owen Taylor authored
2000-01-05 Owen Taylor <otaylor@redhat.com> * gdk-pixbuf/pixops/pixops.c (pixops_process): Fix computation of end of run indices. * gdk-pixbuf/pixops/pixops.c: Fix double increments when dest_channels == 4. (Pointed out by Tomas Ogren)
-
- 06 Jan, 2000 3 commits
-
-
Mark Crichton authored
Fixed bug sent directly to me. Basically, we weren't checking a failure case from load_module, and returning junk to the application. Bad. See ChangeLog for more info.
-
Elliot Lee authored
* gdk-pixbuf/pixops/Makefile.am: Link with -lm (to get 'ceil' function)
-
Owen Taylor authored
2000-01-05 Owen Taylor <otaylor@redhat.com> * doc/Makefile.am doc/gdk-pixbuf-sections.txt doc/gdk-pixbuf.sgml doc/tmpl/scaling.sgml: Added scaling functions into gtk-doc framework. * gdk-pixbuf/gdk-pixbuf-scale.c: Documentation fixes. * gdk-pixbuf/testpixbuf-scale.c (expose_cb): Simplify a bit. * gdk-pixbuf/pixops/pixops.c (pixops_composite_color): Return immediately if scale_x or scale_y is 0.
-
- 05 Jan, 2000 7 commits
-
-
Owen Taylor authored
2000-01-05 Owen Taylor <otaylor@redhat.com> * gdk-pixbuf/pixops/timescale.c: quick fix for initializing arrays in benchmark.
-
Jonathan Blandford authored
2000-01-05 Jonathan Blandford <jrb@redhat.com> * gdk-pixbuf/gdk-pixbuf-io.h: Change the order of the update func to make it more compatible with the rest of GTK. Added animation framework for progressive loading. * gdk-pixbuf/io-bmp.c (image_begin_load): Modified to handle new system. * gdk-pixbuf/io-ico.c (image_begin_load): ditto * gdk-pixbuf/io-png.c (image_begin_load): ditto * gdk-pixbuf/io-ras.c (image_begin_load): ditto * gdk-pixbuf/io-jpeg.c (image_begin_load): ditto * gdk-pixbuf/io-pnm.c (image_begin_load): ditto * gdk-pixbuf/io-tiff.c (image_begin_load): ditto * gdk-pixbuf/io-gif.c (image_begin_load): ditto
-
Owen Taylor authored
2000-01-05 Owen Taylor <otaylor@redhat.com> * gdk-pixbuf/pixops/README: Added a README with a TODO and some explainations of the algorithms. * gdk-pixbuf/testpixbuf-scale.c: Set a background pixmap of None to reduce flashing when resizing.
-
Owen Taylor authored
2000-01-05 Owen Taylor <otaylor@redhat.com> * gdk-pixbuf/pixops/: Directory full of pixel data scaling code that will eventually migrate into libart. * configure.in acconfig.h: Add checks for MMX compiler support * gdk-pixbuf/gdk-pixbuf.h gdk-pixbuf/gdk-pixbuf-scale.c: Nice wrapper routines for the code in pixops that operate on pixbufs instead of raw data. * gdk-pixbuf/testpixbuf-scale: Test program for scaling routines.
-
Jonathan Blandford authored
2000-01-05 Jonathan Blandford <jrb@redhat.com> * doc/tmpl/animation.sgml: Documentation changes.
-
Tor Lillqvist authored
2000-01-05 Tor Lillqvist <tml@iki.fi> * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the backend's draw_lines method, not draw_points.
-
Owen Taylor authored
Wed Jan 5 10:23:41 2000 Owen Taylor <otaylor@redhat.com> * gtk/tmpl/gtkprogress.sgml: Missing </listitem>, remove extra <para> * gtk/tmpl/gtkobject.sgml: dos2unix * gtk/tmpl/gtkcurve.sgml: missing </para> * gtk/tmpl/gtkarg.sgml: dos2unix, missing </para> * gtk/tmpl/gtkcolorsel.sgml: Missing </listitem>'s * gtk/tmpl/gtksignal.sgml (signal): dos2unix, missing </para>'s * gtk/tmpl/gtkmarshal.sgml: Missing </refsect2>
-