Commit Graph

35 Commits

Author SHA1 Message Date
e555273ef8 i18n fixes
--Sven
2000-02-01 01:52:32 +00:00
734d4c42b0 *** empty log message *** 2000-01-31 02:32:30 +00:00
4189d58b12 removed all apperances of gtk_tooltips_set_colors ()
--Sven
2000-01-14 15:14:16 +00:00
979bab8ddc added dots to all menu entries of interactive plug-ins and did the usual
action area fixes on lots of them



--Sven
1999-11-23 23:49:45 +00:00
88e0cc3155 api change #2, fix #1 1999-10-24 20:49:09 +00:00
ec40ac728b API PATCH #2 or so 1999-10-17 00:07:55 +00:00
ef9bef7d25 Use the DEBUG nmake variable to determine whether to build for debugging
* */makefile.msc: Use the DEBUG nmake variable to determine
	whether to build for debugging or not.

	* libgimp/gimp.def: Add some missing entry points.

	* plug-ins/makefile.msc: Redo as to Yosh's reorg of the
 	sources. Add some plug-ins missing earlier. (For instance print,
 	which only prints to files on Win32. We still need a real Win32
 	print plug-in. Much code probably could be lifted from the bmp
 	plug-in.)

	* plug-ins/MapObject/arcball.c: Change Qt_ToMatrix() to void,
 	instead of returning the address of its parameter (dubious
 	practise), as its value is never used anyway.

	For the following changes, thanks to Hans Breuer:

	* plug-ins/FractalExplorer/Dialogs.h: Check for feof, not to get
	into an endless loop on malformed files.

	* plug-ins/common/header.c: Support indexed images.

	* plug-ins/common/sunras.c
	* plug-ins/common/xwd.c
	* plug-ins/print/print.h
	* plug-ins/sgi/sgi.h: Include config.h, guard inclusion of
 	unistd.h.

	* plug-ins/print/print.c: Guard for SIGBUS being undefined. Open
 	output file in binary mode.

	* po/makefile.msc: Add no.
1999-06-28 17:54:19 +00:00
204908ef8f plug-ins/common/mkgen.pl added a pattern rule to install single plugins
* plug-ins/common/mkgen.pl
* plug-ins/common/Makefile.am: added a pattern rule to install
single plugins

* all plugin Makefiles: use $libexecdir instead of $pluginlibdir
so we get installed on make install-exec

* plug-ins/gap/gap_filter_iterators.c: removed old Colorify_iter_ALT
reference

-Yosh
1999-06-25 01:29:23 +00:00
fe6eb2b5db more makefile fixes
-Yosh
1999-06-24 00:58:39 +00:00
72cb65c2d1 Add $(INTLLIBS)
-Yosh
1999-06-10 19:20:43 +00:00
80de6ea79c app/gimage_cmds.c pdbgenned files
* app/gimage_cmds.c
* app/guides_cmds.c: pdbgenned files

* app/parasite_cmds.c: added image parasite cmds

* app/gimpimage.h: capitalized ChannelType and MergeType enums,
made HORIZONTAL_GUIDE and VERTICAL_GUIDE an enum

* app/layer.h: made APPLY and DISCARD an enum

* app/internal_procs.[ch]: finally pdbgenned

* app/channels_dialog.c
* app/fileops.c
* app/gimpimage.c
* app/layers_dialog.c: ChannelType, MergeType enum changes

* app/commands.c: remove gimage_cmds.h #include

* app/cursorutil.h: #include <gdk/gdktypes.h>

* app/paint_funcs.h: cosmetic change for PDB help

* app/brush_select_cmds.c
* app/brushes_cmds.c
* app/layer_cmds.c
* app/tools_cmds.c: pdbgen updates

* app/Makefile.am: removed gimage_cmds.h, added guides_cmds.c

* plug-ins/Lighting/lighting_main.c
* plug-ins/MapObject/mapobject_main.c
* plug-ins/rcm/rcm.c
* plug-ins/xbm/xbm.c: removed trailing ";" from MAIN ()

-Yosh
1999-04-27 04:57:59 +00:00
293bc877ed MAIN at EOF 1999-04-26 14:12:03 +00:00
4e151aa80c didn't realize that there were more errors of the same type.. The wrong
* plug-ins/MapObject/mapobject_ui.c: didn't realize that there
were more errors of the same type.. The wrong callback argument
was being dereferenced for most GtkScale objects.
1999-01-10 06:47:21 +00:00
4cdd6ba12f plug-ins/MapObject/mapobject_ui.c (angle_update): fixed a
segfault.. The wrong argument to angle_update was being dereferenced.
1999-01-09 08:46:30 +00:00
d99531f499 changed MapObject plugin to appear under Filters->Map /tigert 1998-10-12 07:28:22 +00:00
ab0f6afcfa Upgraded to libtool 1.2b
* Upgraded to libtool 1.2b

* Reversioned libgimp to use gtk-style without a funky soname

* configure.in: craft GLIB_CFLAGS and GLIB_LIBS

* Makefile.am (pretty much all of em): changed to use new library
naming scheme. Only link libgimpui and libgtk et al to the plugins
that actually need them.

* app/gimage_cmds.c: corrected typo that resulted in corrupt PDB
record

* libgimp/gimp.h
* libgimp/gimpwire.h
* libgimp/gimpmenu.[ch]: clean up the callback code

* Removed unecessary inclusion of gtk headers for plugins that
don't use em

* plug-ins/zealouscrop/zealouscrop.c: use gint8 instead of gboolean,
save some mem

* plugged some warnings in animationplay, flame, fp, gee, gfig

* gimptool.in: changes for library reversioning, added --nogimpui
option for not linking in libgimpui

* configure.in: added finnish translation

-Yosh
1998-09-20 23:04:33 +00:00
05d166cd4e Removed -lc from all Makefiles, since it causes weird problems on DU4
-Yosh
1998-08-31 02:08:15 +00:00
d13cd99de3 MapObject update
-Yosh
1998-07-16 20:14:54 +00:00
9c2c4845e1 bugfix sync
-Yosh
1998-07-16 06:00:56 +00:00
b5b15171ca Updated MapObject plug-in.
--Sven
1998-07-16 00:45:41 +00:00
b14c299a7c Forgot I reversioned libgck also...
-Yosh
1998-06-20 04:34:20 +00:00
db28c2a313 libgimp versioning stuff
-Yosh
1998-06-19 19:47:34 +00:00
c5ac15e0a9 add declaration to get interface.c to compile
* app/disp_callbacks.h: add declaration to get interface.c to compile

* autogen.sh: make sure we know about ACLOCAL_FLAGS

* I went on a compiler warning pogrom

-Yosh
1998-06-09 11:41:13 +00:00
9fa974dd15 changed it back, things work now
* app/interface.c: changed it back, things work now

* plug-ins/gfli/gfli.c: fixed gccism

* plug-ins/MapObject/mapobject_main.c: update display when we're done
(from seth)

-Yosh
1998-06-06 21:25:10 +00:00
84abd5d700 Have fun recompiling gimp everyone. It's the great FSF address change!
-Yosh
1998-04-13 05:44:11 +00:00
7b8b000384 removed trialing ; from MAIN -adrian
removed trialing ;  from MAIN
-adrian
1998-03-20 04:33:50 +00:00
0a12bb975b okay, okay, it builds now.
-Yosh
1998-03-20 03:51:45 +00:00
a0dfbce3ba Doh. Actually cvs add the files doofus.
-Yosh
1998-03-20 02:42:24 +00:00
a68650f9a7 Yet more plugin moves.
-Yosh
1998-02-20 03:23:18 +00:00
0e9f9891f6 Fixes to compile with cvs gtk.
-Yosh
1998-02-19 11:18:40 +00:00
e51e490243 Applied Sven's menu patch
-Yosh
1998-01-25 02:18:54 +00:00
4a994c001a The .cvsignores should have .libs too
-Yosh
1998-01-09 09:53:59 +00:00
382d77f05c move megawidget.a above the X/g[dt]k libraries so static linking
works

juggle the -L order in libgck, so that the recently built libraries
are found before any previously installed ones.
1997-12-23 17:04:31 +00:00
3d987d673d bunch of cvsignores added 1997-11-27 21:58:02 +00:00
32cefec8f7 Initial revision 1997-11-24 22:05:25 +00:00