mirror of https://github.com/GNOME/gimp.git
NEWS: updated
Make plugins compile cleanly by adding #include files -Yosh
This commit is contained in:
parent
e2712cfa1f
commit
261036c5bd
|
@ -1,3 +1,12 @@
|
|||
Mon Mar 29 11:33:38 PST 1999 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* Made 1.0.3 release
|
||||
|
||||
* Added various #include files to some plug-ins to make them
|
||||
compile cleanly
|
||||
|
||||
* NEWS: updated
|
||||
|
||||
Sun Mar 28 14:38:53 PST 1999 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* updated to libtool 1.2f
|
||||
|
|
4
NEWS
4
NEWS
|
@ -1,3 +1,7 @@
|
|||
What's new in GIMP 1.0.3
|
||||
|
||||
* GTK+ 1.2 support. Now the GIMP *requires* GTK+ 1.2
|
||||
|
||||
What's new in GIMP 1.0.2
|
||||
|
||||
* Evil GIF infinite file bug introduced in 1.0.1 fixed
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
* to allow the plug-in to build with Digitals compiler.
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include "libgimp/gimp.h"
|
||||
|
|
|
@ -85,6 +85,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
* to allow the plug-in to build with Digitals compiler.
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include "libgimp/gimp.h"
|
||||
|
|
|
@ -85,6 +85,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include "libgimp/gimp.h"
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
/******************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <math.h>
|
||||
|
|
|
@ -64,6 +64,7 @@
|
|||
*
|
||||
*/
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <libgimp/gimp.h>
|
||||
|
|
|
@ -44,6 +44,8 @@
|
|||
* Smash all bugs :-)
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
/* add any necessary includes */
|
||||
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
* $Id$
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "gtk/gtk.h"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
*******************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <libgimp/gimp.h>
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
* - Daniel Dunbar
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -123,6 +123,7 @@
|
|||
* - split into multiple files
|
||||
****************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include "libgimp/gimp.h"
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
* speedup (thanks to quartic for this suggestion).
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <libgimp/gimp.h>
|
||||
|
||||
|
|
|
@ -62,6 +62,7 @@
|
|||
|
||||
#include <time.h>
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "gtk/gtk.h"
|
||||
|
|
|
@ -29,6 +29,7 @@ doesn't load parameter screen on images that don't have alpha
|
|||
Previous...Inherited code from Ray Lehtiniemi, who inherited it from S & P.
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#define VERSION "0.6"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
|
|
|
@ -42,6 +42,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <libgimp/gimp.h>
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include "libgimp/gimp.h"
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
/******************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <math.h>
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -64,6 +64,7 @@
|
|||
*
|
||||
*/
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <libgimp/gimp.h>
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "maze.h"
|
||||
#include "libgimp/gimp.h"
|
||||
#include "libgimp/gimpui.h"
|
||||
|
|
|
@ -23,10 +23,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifdef MAZE_DEBUG
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#endif /* MAZE_DEBUG */
|
||||
|
||||
#include "maze.h"
|
||||
#include "libgimp/gimp.h"
|
||||
|
|
|
@ -44,6 +44,8 @@
|
|||
* Smash all bugs :-)
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
|
@ -39,6 +39,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <libgimp/gimp.h>
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
/* add any necessary includes */
|
||||
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
* $Id$
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "gtk/gtk.h"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
*******************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <libgimp/gimp.h>
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
* - Daniel Dunbar
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -123,6 +123,7 @@
|
|||
* - split into multiple files
|
||||
****************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include "libgimp/gimp.h"
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
* speedup (thanks to quartic for this suggestion).
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <libgimp/gimp.h>
|
||||
|
||||
|
|
|
@ -62,6 +62,7 @@
|
|||
|
||||
#include <time.h>
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "gtk/gtk.h"
|
||||
|
|
|
@ -29,6 +29,7 @@ doesn't load parameter screen on images that don't have alpha
|
|||
Previous...Inherited code from Ray Lehtiniemi, who inherited it from S & P.
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in New Issue