- 22 Oct, 1999 1 commit
-
-
Federico Mena Quintero authored
1999-10-22 Federico Mena Quintero <federico@redhat.com> * src/io-png.c (image_load): Patch from Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk> to avoid allocating extra row buffers; the rows can be read in directly into the main pixel buffer.
-
- 21 Oct, 1999 1 commit
-
-
Federico Mena Quintero authored
1999-10-20 Federico Mena Quintero <federico@redhat.com> * src/gdk-pixbuf-io.c (image_handler_load): Free path.
-
- 20 Oct, 1999 3 commits
-
-
Tor Lillqvist authored
1999-10-21 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkprivate.h: Add more font private data. * gdk/win32/gdkfont.c * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset fonts and strings. Now works much better. You still have to have a correct font selected, though. No fontset emulation yet.
-
Federico Mena Quintero authored
1999-10-20 Federico Mena Quintero <federico@redhat.com> * configure.in: Bumped version number to 0.3. * src/Makefile.am (lbgdk_pixbuf_la_LDFLAGS): Added a libtool version number for the library.
-
Federico Mena Quintero authored
1999-10-20 Federico Mena Quintero <federico@redhat.com> * src/gdk-pixbuf.h (GdkPixbuf): Removed the unref_fn field. Now all memory management of the buffer is done by libart. * src/gdk-pixbuf.c (gdk_pixbuf_unref): Do destruction here. Removed gdk_pixbuf_destroy, gdk_pixbuf_duplicate. * src/gdk-pixbuf-data.c (gdk_pixbuf_new_from_data): Implemented in terms of the libart functions. Removed the old code. * src/gdk-pixbuf-io.c (image_handler_load): Removed the save symbols. Saving will not be implemented in GdkPixbuf. * src/io-gif.c: Removed the saving stub. (image_load): Fixed memory management to fail gracefully if we run out of memory while loading the image. Close the gif file when we are done. This still needs more error handling for the DGif functions. * src/io-jpeg.c (image_load): Some robustness fixes. * src/io-png.c: Removed the saving stuff. (image_load): Some memory management fixes. * src/io-tiff.c (image_load): Ditto. * src/io-xpm.c (pixbuf_create_from_xpm): Ditto.
-
- 19 Oct, 1999 1 commit
-
-
Tor Lillqvist authored
1999-10-19 Tor Lillqvist <tml@iki.fi> * gtk/maketypes.awk: Use G_OS_WIN32. * gtk/gtk.def: Add some missing entry points. Also some non-public ones, but PyGTK porter claims to need them. * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the built-in type generation.
-
- 18 Oct, 1999 6 commits
-
-
Havoc Pennington authored
1999-10-18 Havoc Pennington <hp@pobox.com> * subautogen.sh: New name for macros/autogen.sh * autogen.sh: use subautogen.sh
-
Federico Mena Quintero authored
1999-10-18 Federico Mena Quintero <federico@redhat.com> * src/*: Reindented to use the GNOME Indentation.
-
Havoc Pennington authored
1999-10-18 Havoc Pennington <hp@pobox.com> * configure.in: Use AM_PATH_GLIB instead of glib-config directly * src/Makefile.am: Re-enable testpixbuf with GTK_CFLAGS/GTK_LIBS
-
Havoc Pennington authored
-
Havoc Pennington authored
1999-10-18 Havoc Pennington <hp@pobox.com> * Makefile.am (SUBDIRS): Remove "macros" * configure.in: Don't use GNOME_INIT, handle case where we are inside gnome-libs. AM_PATH_GTK for the GIF test * src/Makefile.am: Change flags to work without libgnomeui, comment out testpixbuf for now
-
Federico Mena Quintero authored
1999-10-18 Federico Mena Quintero <federico@redhat.com> * configure.in: Use $GTK_LIBS as the extra libs when checking for libgif/libungif, as they need the X libraries. Fixes bug #2472.
-
- 13 Oct, 1999 1 commit
-
-
Tor Lillqvist authored
1999-10-14 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for GDK_FONT_FONT fonts (which is all we have for now, we don't emulate fontsets). The X11 version uses plain XDrawString in that case, too. The string passed to gdk_draw_text_wc seems to be in fact (at least, when used by gtkentry and gtktext) either in a single-byte charset, or a DBCS. Not Unicode. This fixes the problem in gtkfontsel, where even if you had selected a font with a non-Latin1 charset (windows-greek, for instance), the preview still used Latin-1 glyphs. * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't use GetTextExtentPoint32W, use GetTextExtentPoint32A. (gdk_font_load): Recognize the demibold etc weights, even if we don't have the corresponding constants in the headers. (gdk_font_hash_insert): Use same hash mechanism as in the X11 version. Should save font resources a bit, when we don't have multiple HFONTs for the same font. * gdk/win32/gdkprivate.h: Add the names field as in the X11 version.
-
- 11 Oct, 1999 1 commit
-
-
ÉRDI Gergo authored
Passing 0 to XBell allows GDK to use the default X values which can be set by the user via the xset command (e.g. to turn it off, or to modify pitch/length/volume, etc)
-
- 10 Oct, 1999 1 commit
-
-
Cody Russell authored
Core function now determines whether the requested geometry is on screen or not. If part of it is not then the request is clamped to geometry that is on the screen.
-
- 09 Oct, 1999 1 commit
-
-
ÉRDI Gergo authored
-
- 08 Oct, 1999 1 commit
-
-
Michael Fulbright authored
test program to demonstrate its use. Need to add support for an alpha channel next. Dr Mike <drmike@redhat.com>
-
- 07 Oct, 1999 7 commits
-
-
Jesus Bravo Alvarez authored
-
Cody Russell authored
-
Cody Russell authored
Federico pointed out some problems with it. It'll be re-enabled when those are fixed.
-
Cody Russell authored
compile error.
-
Cody Russell authored
correctly.
-
Cody Russell authored
libgdk_pixbuf.
-
Arturo Espinosa authored
-
- 06 Oct, 1999 2 commits
-
-
Manish Singh authored
-Yosh
-
Stanislav Brabec authored
1999-10-06 Stanislav Brabec <utx@penguin.cz> * cs.po: Updated.
-
- 05 Oct, 1999 6 commits
-
-
Jesus Bravo Alvarez authored
-
Tor Lillqvist authored
1999-10-05 Tor Lillqvist <tml@iki.fi> * gdk/win32/*.[ch]: Corresponding changes as in X11 backend. * gdk/win32/gdkcompat.c: New file, actually provide an implementation for the deprecated functions. (Just temporarily.) * gtk/gtkfilesel.c: Fix an #ifdef syntax botch. * gtk/makefile.{cygwin,msc}: Update gdk_headers. * gdk/win32/gdk.def gtk/gtk.def: Updates.
-
Sergey I. Panov authored
-
Jesus Bravo Alvarez authored
-
Jesus Bravo Alvarez authored
-
Kjartan Maraas authored
1999-10-05 Kjartan Maraas <kmaraas@online.no> * uk.po: Added Ukrainian translation from Yuri Syrota <yuri@renome.rovno.ua>.
-
- 04 Oct, 1999 3 commits
-
-
Manish Singh authored
* configure.in: correct checking for BeOS check * gdk/gdktypes.h * gtk/fnmatch.c * gtk/gtkfilesel.c * gtk/gtkitemfactory.c * gtk/gtkmain.[ch] * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines -Yosh
-
Pablo Saratxaga authored
-
Owen Taylor authored
Sun Oct 3 23:09:06 1999 Owen Taylor <otaylor@redhat.com> * gdk/gdkcompat.h: Started compatibility header for renames.
-
- 03 Oct, 1999 5 commits
-
-
Owen Taylor authored
-
Owen Taylor authored
Sun Oct 3 18:13:44 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkwidget.c (gtk_reset_shapes_recurse): Fix a reference to window_private->destroyed. * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct (ugly) setting of an internal GdkWindow member to use a _slightly_ cleaner macro. * gdk/gdkprivate.h: Split GdkWindowPrivate into GdkDrawablePrivate and GdkWindowPrivate. Add extra macros for accessing GDK_DRAWABLE_ components. * *.[ch]: Massive adjustments for the above, use the new macros in a lot of places.
-
Owen Taylor authored
Sun Oct 3 14:26:15 1999 Owen Taylor <otaylor@redhat.com> * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
-
Owen Taylor authored
* configure.in gdk/Makefile.am x11/: create x-specific subdirectory. * docs/gtk-config.1: Now autogenerated. * docs/Changes-1.4.txt: started
-
Owen Taylor authored
Sun Oct 3 14:16:23 1999 Owen Taylor <otaylor@redhat.com> * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp) * x11/: create x-specific subdirectory.
-