Michael Natterer
e803beddd4
Makefile.am configure.in added stuff for the new library below.
2001-01-23 Michael Natterer <mitch@gimp.org>
* Makefile.am
* configure.in
* gimptool.in: added stuff for the new library below.
* libgimpcolor/.cvsignore
* libgimpcolor/Makefile.am
* libgimpcolor/gimpcolor.h
* libgimpcolor/gimpcolorspace.c
* libgimpcolor/gimpcolorspace.h
* libgimpcolor/gimpcolortypes.h
* libgimpcolor/gimphsv.c
* libgimpcolor/gimphsv.h
* libgimpcolor/gimprgb.c
* libgimpcolor/gimprgb.h: new shared library which both the app
and plug-ins link against. The library depends only on glib.
* libgimpcolor/gimpcolor.def
* libgimpcolor/makefile.mingw.in
* libgimpcolor/makefile.msc: added Win32 build files which
definitely don't work.
* libgimp/Makefile.am
* libgimp/gimpcolor.[ch]
* libgimp/gimpcolorspace.[ch]: removed.
* libgimp/gimp.h
* libgimp/gimpadaptivesupersample.c
* libgimp/gimpbilinear.c
* libgimp/gimppalette.c
* libgimp/gimptypes.h: include the stuff from libgimpcolor.
Plug-Ins don't need to include <libgimpcolor/gimpcolor.h>
explicitely. LibGimp depends on libgimpcolor and thus also includes
it's headers.
* libgimp/gimp.def
* libgimp/makefile.mingw.in: fiddled around with Win32 stuff...
* app/Makefile.am: link against libgimpcolor.la
* app/apptypes.h: include "libgimpcolor/gimpcolortypes.h"
* app/asupsample.c
* app/channels_dialog.c
* app/colormap_dialog.c
* app/commands.c
* app/convert.c
* app/devices.c
* app/disp_callbacks.c
* app/drawable.c
* app/gimpcontext.c
* app/gimpdnd.c
* app/gimpimage.c
* app/gimppalette.c
* app/gimprc.c
* app/gradient.c
* app/libgimp_glue.c
* app/palette.c
* app/palette_import.c
* app/qmask.c
* app/xcf.c
* app/tools/paint_core.c
* app/tools/paintbrush.c
* app/tools/pencil.c: include "libgimpcolor/gimpcolor.h" before all
gimp includes because it's a standalone library.
* plug-ins/FractalExplorer/Makefile.am
* plug-ins/Lighting/Makefile.am
* plug-ins/MapObject/Makefile.am
* plug-ins/bmp/Makefile.am
* plug-ins/common/Makefile.am
* plug-ins/common/mkgen.pl
* plug-ins/dbbrowser/Makefile.am
* plug-ins/faxg3/Makefile.am
* plug-ins/fits/Makefile.am
* plug-ins/flame/Makefile.am
* plug-ins/fp/Makefile.am
* plug-ins/gap/Makefile.am
* plug-ins/gdyntext/Makefile.am
* plug-ins/gfig/Makefile.am
* plug-ins/gflare/Makefile.am
* plug-ins/gfli/Makefile.am
* plug-ins/gimpressionist/Makefile.am
* plug-ins/helpbrowser/Makefile.am
* plug-ins/ifscompose/Makefile.am
* plug-ins/imagemap/Makefile.am
* plug-ins/maze/Makefile.am
* plug-ins/mosaic/Makefile.am
* plug-ins/pagecurl/Makefile.am
* plug-ins/print/Makefile.am
* plug-ins/rcm/Makefile.am
* plug-ins/script-fu/Makefile.am
* plug-ins/sel2path/Makefile.am
* plug-ins/sgi/Makefile.am
* plug-ins/webbrowser/Makefile.am
* plug-ins/xjt/Makefile.am: add libgimpcolor.la to LDADD.
* INSTALL: don't recommend to --disable-shared for development.
* TODO.xml: increased some percentages, added plug-in help stuff.
2001-01-23 18:49:44 +00:00
..
2000-08-26 12:52:38 +00:00
2000-06-08 18:10:03 +00:00
2000-11-08 21:58:22 +00:00
2001-01-23 18:49:44 +00:00
2001-01-23 18:49:44 +00:00
2001-01-23 18:49:44 +00:00
2001-01-23 00:53:12 +00:00
2001-01-23 18:49:44 +00:00
2001-01-23 00:53:12 +00:00
2000-08-24 23:06:53 +00:00
2000-08-21 18:59:12 +00:00
2000-08-03 00:48:55 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2000-08-27 22:41:52 +00:00
2000-08-27 22:41:52 +00:00
2000-12-27 23:49:17 +00:00
2000-08-23 01:44:59 +00:00
2000-08-25 00:37:35 +00:00
2000-06-09 01:56:34 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2001-01-16 23:01:18 +00:00
2001-01-15 06:24:24 +00:00
2001-01-15 09:27:48 +00:00
2001-01-15 06:24:24 +00:00
2000-05-30 23:38:46 +00:00
2001-01-15 12:20:38 +00:00
2000-08-24 14:17:34 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2000-12-29 15:22:01 +00:00
2000-12-29 15:22:01 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2001-01-14 21:11:52 +00:00
2000-08-23 01:44:59 +00:00
2000-07-29 13:22:35 +00:00
2000-07-29 13:22:35 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2001-01-09 02:45:27 +00:00
2000-11-19 15:14:21 +00:00
2000-10-14 22:15:11 +00:00
2000-11-18 00:25:42 +00:00
2000-11-18 00:25:42 +00:00
2000-10-16 12:44:45 +00:00
2000-08-25 15:38:38 +00:00
2000-08-25 15:38:38 +00:00
2000-12-17 00:28:32 +00:00
2000-11-18 00:25:42 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2000-06-01 12:33:12 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2000-06-01 12:20:13 +00:00
2000-06-01 12:20:13 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2000-05-31 06:15:06 +00:00
2000-12-29 15:22:01 +00:00
2000-12-29 15:22:01 +00:00
2000-08-25 15:38:38 +00:00
2000-08-23 01:44:59 +00:00
2000-08-25 00:37:35 +00:00
2000-08-23 11:22:08 +00:00
2000-05-30 23:38:46 +00:00
2000-12-28 19:17:41 +00:00
2000-08-23 01:44:59 +00:00
2000-08-25 00:37:35 +00:00
2000-06-09 01:56:34 +00:00
2000-05-30 23:38:46 +00:00
2000-05-30 23:38:46 +00:00
2000-05-30 23:38:46 +00:00
2000-05-30 23:38:46 +00:00
2000-08-03 01:35:28 +00:00
2000-05-31 21:16:11 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2000-08-24 23:06:53 +00:00
2000-06-08 18:10:03 +00:00
2000-05-30 23:38:46 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2001-01-23 18:49:44 +00:00
2001-01-23 16:05:10 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2000-12-29 15:22:01 +00:00
2000-12-29 15:22:01 +00:00
2000-05-30 23:38:46 +00:00
2000-12-29 15:22:01 +00:00
2000-12-29 15:22:01 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2000-06-01 21:18:04 +00:00
2000-08-24 23:06:53 +00:00
2000-08-21 18:59:12 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2000-05-31 06:15:06 +00:00
2000-05-31 06:15:06 +00:00
2000-11-18 00:25:42 +00:00
2000-11-18 00:25:42 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2000-08-22 00:13:56 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2000-08-25 00:47:03 +00:00
2000-08-25 00:47:03 +00:00
2000-08-22 00:13:56 +00:00
2000-12-29 15:22:01 +00:00
2000-07-29 21:32:55 +00:00
2000-12-29 15:22:01 +00:00
2000-12-29 15:22:01 +00:00
2000-08-25 15:38:38 +00:00
2000-08-25 15:38:38 +00:00
2000-08-25 00:37:35 +00:00
2000-06-01 12:20:13 +00:00
2000-05-30 23:38:46 +00:00
2000-05-30 23:38:46 +00:00
2000-12-29 15:22:01 +00:00
2000-12-29 15:22:01 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2000-05-31 06:15:06 +00:00
2000-05-31 06:15:06 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2001-01-23 18:49:44 +00:00
2000-11-18 00:25:42 +00:00
2000-06-06 21:33:19 +00:00
2001-01-09 01:39:37 +00:00
2001-01-09 01:39:37 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2000-08-24 23:06:53 +00:00
2000-08-23 01:44:59 +00:00
2000-05-31 13:24:14 +00:00
2000-12-29 15:22:01 +00:00
2000-05-31 13:24:14 +00:00
2001-01-07 23:59:46 +00:00
2000-12-29 15:22:01 +00:00
2000-08-01 00:38:38 +00:00
2000-08-01 00:38:38 +00:00
2000-05-30 23:38:46 +00:00
2000-05-30 23:38:46 +00:00
2001-01-14 20:25:46 +00:00
2001-01-14 20:25:46 +00:00
2000-05-30 23:38:46 +00:00
2000-05-30 23:38:46 +00:00
2000-05-30 23:38:46 +00:00
2001-01-23 18:49:44 +00:00
2001-01-23 18:49:44 +00:00
2000-12-25 08:08:08 +00:00
2000-05-30 23:38:46 +00:00