]>
Commit | Line | Data |
---|---|---|
1 | 1998-05-07 Raja R Harinath <harinath@cs.umn.edu> | |
2 | ||
3 | * save.c (gdk_imlib_save_image): Replaces `snprintf' with | |
4 | `g_snprintf' calls. | |
5 | * utils.c (gdk_imlib_create_image_from_data): Likewise. | |
6 | ||
7 | Tue May 5 15:11:59 1998 Radek Doulik <gis@academy.cas.cz> | |
8 | ||
9 | * replaced snprintf calls with g_snprintf ones, so it | |
10 | compiles now on SunOS | |
11 | ||
12 | Sat Apr 11 12:30:13 1998 George Lebl <jirka@5z.com> | |
13 | ||
14 | * utils.c: fixed yet one more SIGFPE on alpha | |
15 | ||
16 | Fri Mar 20 00:02:43 1998 Tom Tromey <tromey@cygnus.com> | |
17 | ||
18 | * gdk_imlib.h: Replaced `()' with `(void)'. | |
19 | ||
20 | Sun Mar 15 12:34:45 1998 Owen Taylor <owt1@cornell.edu> | |
21 | ||
22 | * Makefile.am (INCLUDES): Added GTK_CFLAGS | |
23 | ||
24 | 1998-02-25 Raja R Harinath <harinath@cs.umn.edu> | |
25 | ||
26 | * Makefile.am (DEFS): Define `SYSTEM_IMRC' too. | |
27 | ||
28 | 1998-02-25 Federico Mena Quintero <federico@nuclecu.unam.mx> | |
29 | ||
30 | * misc.c (gdk_imlib_copy_image): The drawable passed to gdk_gc_new | |
31 | should be the dest drawable, not the base imlib window. This | |
32 | caused BadMatches all over the place (especially in copy_mask). | |
33 | (gdk_imlib_copy_mask): Likewise. | |
34 | ||
35 | 1998-02-24 Raja R Harinath <harinath@cs.umn.edu> | |
36 | ||
37 | * Makefile.am (DEFS): New var. Moved stuff from CFLAGS. | |
38 | (INCLUDES): New var. | |
39 | ||
40 | 1998-02-24 Mark Galassi <rosalia@cygnus.com> | |
41 | ||
42 | * Makefile.am (libgdk_imlib_la_SOURCES): | |
43 | (lib_LTLIBRARIES): changed gdk_imlib to use the libtool+automake | |
44 | formalisms. | |
45 | ||
46 | * load.c (gdk_imlib_load_image): changed JPEG_PATH to DJPEG_PROG | |
47 | and removed %s/djpeg, sine DJPEG_PROG is the full program path. | |
48 | ||
49 | 1998-02-17 Federico Mena Quintero <federico@nuclecu.unam.mx> | |
50 | ||
51 | * Makefile.in (install): Make directory for config files. | |
52 | ||
53 | * configure.in: Fixed ENL_LIB_SUPPORT function for non-existing libraries. | |
54 | ||
55 | 1998-02-16 Federico Mena Quintero <federico@nuclecu.unam.mx> | |
56 | ||
57 | * misc.c (gdk_imlib_init): I create a colormap specific to the | |
58 | visual the base_window will be using. This fixes BadMatch errors | |
59 | on machines with multiple visual/depth combinations. | |
60 | ||
61 | 1998-02-17 The Rasterman <raster@redhat.com> | |
62 | ||
63 | * misc.c (gdk_imlib_init) Fixed visual stuff slightly, and Colormap | |
64 | creation (so it only does so if the visual for the default and the | |
65 | chosen visual mismatch), added function calls to retrieve Imlib's | |
66 | visual and Colormap, plus endianess fixes for network displaying. | |
67 | ||
68 | 1998-02-17 The Rasterman <raster@redhat.com> | |
69 | ||
70 | added system imrc config return function | |
71 | ||
72 | 1998-02-18 The Rasterman <raster@redhat.com> | |
73 | ||
74 | Fixed load.c - missed a not (!) in an if clause |