- 30 Jan, 2000 1 commit
-
-
Yuan-Chung Cheng authored
-
- 29 Jan, 2000 3 commits
-
-
Havoc Pennington authored
-
Havoc Pennington authored
2000-01-30 Havoc Pennington <hp@pobox.com> * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of destroy * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then implemented in platform-specific code * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an underscore in front * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy): put an underscore in front * gdk/gdkcursor.c: new file, implements gdk_cursor_ref/gdk_cursor_unref * gdk/gdkcursor.h: Refcount GdkCursor * gdk/gdkcompat.h (gdk_cursor_destroy): compat
-
Mark Crichton authored
I dated telsa to break gdk-pixbuf. I didn't think she can do it. She somehow did, with Alan's help Fixed it (it was a build bug) Now, it should be 1000% telsa-proofed. Mark
-
- 28 Jan, 2000 1 commit
-
-
Tor Lillqvist authored
2000-01-29 Tor Lillqvist <tml@iki.fi> * gdk/gdkwindow.h * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
-
- 27 Jan, 2000 2 commits
-
-
Pablo Saratxaga authored
-
Pablo Saratxaga authored
-
- 25 Jan, 2000 1 commit
-
-
Owen Taylor authored
Tue Jan 25 11:43:21 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
-
- 24 Jan, 2000 1 commit
-
-
Owen Taylor authored
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com> * gtk+.spec.in: Added lib/gtk+/include/* to %files (bug #5178 - Peter Wainright) * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h so that it will be installed. (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
-
- 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 1 commit
-
-
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.
-