Commit Graph

180 Commits

Author SHA1 Message Date
4d786f610d *** empty log message *** 2001-11-24 22:11:34 +00:00
1432d7b098 *** empty log message *** 2001-11-21 23:53:37 +00:00
8244713a2a *** empty log message *** 2001-11-20 01:05:42 +00:00
572942f1da *** empty log message *** 2001-08-05 18:12:13 +00:00
2a74ab7462 *** empty log message *** 2001-08-02 21:32:09 +00:00
34e395dff9 *** empty log message *** 2001-07-31 23:46:09 +00:00
dd410bc625 forgot to s/id/drawable_id/ here.
2001-06-15  Michael Natterer  <mitch@gimp.org>

	* plug-ins/perl/Gimp/Lib.xs: forgot to s/id/drawable_id/ here.
2001-06-15 19:00:27 +00:00
1cd6fcc19c libgimp/.cvsignore libgimp/Makefile.am libgimp/gimp.h removed
2001-05-22  Michael Natterer  <mitch@gimp.org>

	* libgimp/.cvsignore
	* libgimp/Makefile.am
	* libgimp/gimp.h
	* libgimp/gimpfeatures.h.in: removed gimpfeatures.h

	* libgimpbase/.cvsignore
	* libgimpbase/Makefile.am
	* libgimpbase/gimpbase.h
	* libgimpbase/gimpbasetypes.h
	* libgimpbase/gimpversion.h.in: and added it as gimpversion.h

	* configure.in: changed accordingly.

	* app/app_procs.c
	* app/main.c
	* app/gui/about-dialog.c
	* app/gui/splash.c
	* app/pdb/misc_cmds.c
	* tools/pdbgen/pdb/misc.pdb: fixed includes.

	* plug-ins/bmp/bmpread.c
	* plug-ins/bmp/bmpwrite.c
	* plug-ins/common/gif.c
	* plug-ins/common/gifload.c
	* plug-ins/common/jpeg.c
	* plug-ins/common/newsprint.c
	* plug-ins/common/ps.c
	* plug-ins/common/tiff.c
	* plug-ins/gdyntext/gdyntextcompat.h
	* plug-ins/gimpressionist/gimpressionist.c
	* plug-ins/perl/Gimp.xs
	* plug-ins/perl/Gimp/Lib.xs
	* plug-ins/pygimp/gimpmodule.c
	* tools/gimp-remote.c: removed all #ifdef GIMP_HAVE_BLAH
	conditionals as they are broken anyway since we changed all
	plug-ins with perl scripts shortly before 1.2. Also, refering to
	intermediate unstable releases is evil.
2001-05-22 00:36:38 +00:00
0a4ec8fb8c *** empty log message *** 2001-05-13 19:53:40 +00:00
70ff75b42c *** empty log message *** 2001-04-08 01:09:52 +00:00
73d7b7d18f *** empty log message *** 2001-03-15 02:02:09 +00:00
6363145c3f Did trivial GimpRGB changes in perl. 2001-02-13 04:19:12 +00:00
99304937c3 see plug-ins/perl/Changes 2000-12-20 14:06:44 +00:00
aae4ff8b14 see plug-ins/perl/Changes 2000-12-20 09:23:53 +00:00
5a59083777 Fixed bad default JPEG quality setting in save_image -klm 12/12/00 2000-12-12 20:54:39 +00:00
a8e130f532 see plug-ins/perl/Changes 2000-10-16 03:15:11 +00:00
b04bbd9a74 see plug-ins/perl/Changes 2000-09-30 23:59:11 +00:00
8816575be8 see plug-ins/perl/Changes 2000-08-27 12:57:06 +00:00
adcb223e6a see plug-ins/perl/Changes 2000-08-24 22:53:53 +00:00
f64af1cda8 see plug-ins/perl/Changes 2000-07-20 14:44:16 +00:00
8708f77984 see plug-ins/perl/Changes 2000-07-09 17:38:00 +00:00
dfdac71ff4 see plug-ins/perl/Changes 2000-06-25 19:10:00 +00:00
e85affd574 see plug-ins/perl/Changes 2000-06-25 19:08:02 +00:00
54947e8844 made it compile without warnings.
* plug-ins/perl/Gimp/Lib.xs: made it compile without warnings.

--Mitch
2000-06-01 23:21:10 +00:00
ba9ec2a2ff Sven Neumann <sven@gimp.org>
2000-05-31  Michael Natterer  <mitch@gimp.org>
	    Sven Neumann  <sven@gimp.org>

	Episode IV...

	* app/Makefile.am

	* app/message_cmds.c: new name
	* app/interface_cmds.c: removed

	* app/help_cmds.c: new name
	* app/gimphelp_cmds.c: removed

	* app/internal_procs.c
	* app/gimphelp_cmds.c
	* app/plug_in_cmds.c: moved gimp_plugin_help_register to
	plug_in_cmds.c, s/gimp_plugin_domain_add/gimp_plugin_domain_register/

	* libgimp/Makefile.am
	* libgimp/gimp_pdb.h
	* libgimp/gimpfileops_pdb.[ch]
	* libgimp/gimpguides_pdb.[ch]
	* libgimp/gimpmessage_pdb.[ch]
	* libgimp/gimpprocedural_db_pdb.[ch]
	* libgimp/gimpplugin_pdb.[ch]: new files containing PDB wrappers
	moved out of libgimp/gimp.[ch]

	* libgimp/gimpchannel_pdb.c
	* libgimp/gimpdisplay_pdb.[ch]
	* libgimp/gimpdrawable_pdb.[ch]
	* libgimp/gimphelp_pdb.[ch]
	* libgimp/gimpimage_pdb.[ch]
	* libgimp/gimplayer_pdb.c
	* libgimp/gimpparasite_pdb.c
	* libgimp/gimpselection_pdb.c: various changes.

	* libgimp/gimpunit.c: new file
	* libgimp/gimpunit_pdb.[ch]: contains only PDB wrappers prefixed
	with "_" which are called from libgimp/gimpunit.c only.

	* libgimp/gimpunit.h: minor stuff

	* libgimp/gimpcompat.h: declared the following functions obsolete:
	 gimp_query_database
	 gimp_query_images

	* libgimp/gimp.[ch]: removed all PDB wrappers.

	* tools/pdbgen/Makefile.am
	* tools/pdbgen/groups.pl: changed

	* tools/pdbgen/lib.pl: tried to fix libgimp autogeneration and
	fixed just a few comments.

	* tools/pdbgen/pdb/interface.pdb
	* tools/pdbgen/pdb/gimphelp.pdb: removed

	* tools/pdbgen/pdb/help.pdb
	* tools/pdbgen/pdb/message.pdb: new names

	* plug-ins/script-fu/script-fu.c
	* plug-ins/perl/Gimp/Lib.xs:
	s/gimp_plugin_domain_add/gimp_plugin_domain_register/

2000-05-31  Michael Natterer  <mitch@gimp.org>

	* POTFILES.in: s/gimpunit_pdb/gimpunit/
2000-05-31 13:24:14 +00:00
38f940e191 see plug-ins/perl/Changes 2000-05-11 17:04:30 +00:00
c8df9fcedd see plug-ins/perl/Changes 2000-03-20 14:47:35 +00:00
03ed5c3765 see plug-ins/perl/Changes 2000-03-15 00:09:59 +00:00
269fb049ad see plug-ins/perl/Changes 2000-03-05 02:27:37 +00:00
62f41ebf05 see plug-ins/perl/Changes 2000-03-04 22:54:29 +00:00
f769024aae see plug-ins/perl/Changes 2000-02-17 20:33:02 +00:00
de5cb7cddb see plug-ins/perl/Changes 2000-02-05 23:30:43 +00:00
2d5c7c01de see plug-ins/perl/Changes 2000-02-03 00:58:15 +00:00
46c42d6721 see plug-ins/perl/Changes 2000-01-23 23:22:41 +00:00
3de32eb68f see plug-ins/perl/Changes 2000-01-06 00:30:56 +00:00
b1c8deb483 see plug-ins/perl/Changes 2000-01-04 19:23:14 +00:00
e802d2c492 see plug-ins/perl/Changes 1999-12-20 20:02:20 +00:00
a9cb99f8fe see plug-ins/perl/Changes 1999-12-14 23:29:40 +00:00
cb5c8dfccd see plug-ins/perl/Changes 1999-12-13 02:39:22 +00:00
7db2e70126 see plug-ins/perl/Changes 1999-12-10 03:58:02 +00:00
85a8f2a206 see plug-ins/perl/Changes 1999-12-08 14:51:15 +00:00
4989f4c255 see plug-ins/perl/Changes 1999-12-07 23:51:23 +00:00
e03463955b see plug-ins/perl/Changes 1999-12-03 21:21:54 +00:00
8405764962 see plug-ins/perl/Changes 1999-12-01 20:28:08 +00:00
01e0f5086d see plug-ins/perl/Changes 1999-11-30 21:02:52 +00:00
c5238c6d03 see plug-ins/perl/Changes 1999-11-29 21:46:18 +00:00
086ee8d034 see plug-ins/perl/Changes 1999-11-28 23:53:57 +00:00
eec4835461 see plug-ins/perl/Changes 1999-11-23 00:29:08 +00:00
7f38315e5c see plug-ins/perl/Changes 1999-11-20 20:43:36 +00:00
a30b735a87 see plug-ins/perl/Changes 1999-11-19 20:06:56 +00:00