1998-05-07 Raja R Harinath * save.c (gdk_imlib_save_image): Replaces `snprintf' with `g_snprintf' calls. * utils.c (gdk_imlib_create_image_from_data): Likewise. Tue May 5 15:11:59 1998 Radek Doulik * replaced snprintf calls with g_snprintf ones, so it compiles now on SunOS Sat Apr 11 12:30:13 1998 George Lebl * utils.c: fixed yet one more SIGFPE on alpha Fri Mar 20 00:02:43 1998 Tom Tromey * gdk_imlib.h: Replaced `()' with `(void)'. Sun Mar 15 12:34:45 1998 Owen Taylor * Makefile.am (INCLUDES): Added GTK_CFLAGS 1998-02-25 Raja R Harinath * Makefile.am (DEFS): Define `SYSTEM_IMRC' too. 1998-02-25 Federico Mena Quintero * misc.c (gdk_imlib_copy_image): The drawable passed to gdk_gc_new should be the dest drawable, not the base imlib window. This caused BadMatches all over the place (especially in copy_mask). (gdk_imlib_copy_mask): Likewise. 1998-02-24 Raja R Harinath * Makefile.am (DEFS): New var. Moved stuff from CFLAGS. (INCLUDES): New var. 1998-02-24 Mark Galassi * Makefile.am (libgdk_imlib_la_SOURCES): (lib_LTLIBRARIES): changed gdk_imlib to use the libtool+automake formalisms. * load.c (gdk_imlib_load_image): changed JPEG_PATH to DJPEG_PROG and removed %s/djpeg, sine DJPEG_PROG is the full program path. 1998-02-17 Federico Mena Quintero * Makefile.in (install): Make directory for config files. * configure.in: Fixed ENL_LIB_SUPPORT function for non-existing libraries. 1998-02-16 Federico Mena Quintero * misc.c (gdk_imlib_init): I create a colormap specific to the visual the base_window will be using. This fixes BadMatch errors on machines with multiple visual/depth combinations. 1998-02-17 The Rasterman * misc.c (gdk_imlib_init) Fixed visual stuff slightly, and Colormap creation (so it only does so if the visual for the default and the chosen visual mismatch), added function calls to retrieve Imlib's visual and Colormap, plus endianess fixes for network displaying. 1998-02-17 The Rasterman added system imrc config return function 1998-02-18 The Rasterman Fixed load.c - missed a not (!) in an if clause