- 26 Oct, 1999 5 commits
-
-
Owen Taylor authored
Tue Oct 26 16:50:15 1999 Owen Taylor <otaylor@redhat.com> * gtk/tmpl/gtkrc.sgml: Added information about widget paths and pattern matching.
-
Jonathan Blandford authored
-
Jonathan Blandford authored
1999-10-26 Jonathan Blandford <jrb@redhat.com> * src/gdk-pixbuf-loader.h: New Class. Beginning of progrssive loading.
-
Jonathan Blandford authored
-
Arturo Espinosa authored
-
- 25 Oct, 1999 2 commits
-
-
Arturo Espinosa authored
-
Federico Mena Quintero authored
1999-10-25 Federico Mena Quintero <federico@redhat.com> * configure.in (CFLAGS): Patch from Uwe Koloska <koloska@Rcs1.urz.tu-dresden.de> to fix a stupid typo of mine.
-
- 23 Oct, 1999 1 commit
-
-
Arturo Espinosa authored
-
- 22 Oct, 1999 5 commits
-
-
Havoc Pennington authored
1999-10-22 Havoc Pennington <hp@pobox.com> * src/io-xpm.c (mem_buffer): Clean up stupid increment-inside-array-dereference thing * src/testpixbuf.c: Add XPM data tests. * src/io-xpm.c: Make the XPM data buffer const, fix const correctness throughout the code.
-
Havoc Pennington authored
1999-10-22 Havoc Pennington <hp@pobox.com> * src/gdk-pixbuf.h: Export gdk_pixbuf_new_from_xpm_data()
-
Havoc Pennington authored
1999-10-22 Havoc Pennington <hp@pobox.com> * src/io-xpm.c (image_load_xpm_data): Export this symbol for loading an XPM from memory. * src/gdk-pixbuf-io.c (gdk_pixbuf_new_from_xpm_data): New function, loads pixbuf from xpm data (image_handler_load): Add g_return_if_fail() to ensure the same module isn't loaded twice. Add g_module_symbol() to scan for XPM loader function.
-
Arturo Espinosa authored
-
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 2 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.
-