mirror of https://github.com/GNOME/gimp.git
parent
31b800f3bb
commit
d7f8b5f2a4
|
@ -1,3 +1,11 @@
|
|||
Wed Jul 28 19:41:08 MEST 1999 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/curve_bend.c
|
||||
* plug-ins/common/sample_colorize.c
|
||||
* plug-ins/common/mkgen.pl
|
||||
* plug-ins/common/Makefile.am: added two new plug-ins coded
|
||||
by Wolfgang Hofer <hof@hotbot.com>
|
||||
|
||||
1999-07-28 Michael Natterer <mitschel@cs.tu-berlin.de>
|
||||
|
||||
* app/gdisplay_ops.c: tweaked one more dialog box: "Changes were
|
||||
|
|
|
@ -23,6 +23,7 @@ compose
|
|||
convmatrix
|
||||
csource
|
||||
cubism
|
||||
curve_bend
|
||||
decompose
|
||||
deinterlace
|
||||
depthmerge
|
||||
|
@ -88,6 +89,7 @@ randomize
|
|||
ripple
|
||||
rotate
|
||||
rotators
|
||||
sample_colorize
|
||||
scatter_hsv
|
||||
screenshot
|
||||
semiflatten
|
||||
|
|
|
@ -33,6 +33,7 @@ libexec_PROGRAMS = \
|
|||
convmatrix \
|
||||
csource \
|
||||
cubism \
|
||||
curve_bend \
|
||||
decompose \
|
||||
deinterlace \
|
||||
depthmerge \
|
||||
|
@ -98,6 +99,7 @@ libexec_PROGRAMS = \
|
|||
ripple \
|
||||
rotate \
|
||||
rotators \
|
||||
sample_colorize \
|
||||
scatter_hsv \
|
||||
screenshot \
|
||||
semiflatten \
|
||||
|
@ -308,6 +310,14 @@ cubism_LDADD = \
|
|||
$(GTK_LIBS) \
|
||||
$(INTLLIBS)
|
||||
|
||||
curve_bend_SOURCES = \
|
||||
curve_bend.c
|
||||
|
||||
curve_bend_LDADD = \
|
||||
$(top_builddir)/libgimp/libgimp.la \
|
||||
$(GTK_LIBS) \
|
||||
$(INTLLIBS)
|
||||
|
||||
decompose_SOURCES = \
|
||||
decompose.c
|
||||
|
||||
|
@ -839,6 +849,15 @@ rotators_LDADD = \
|
|||
$(GLIB_LIBS) \
|
||||
$(INTLLIBS)
|
||||
|
||||
sample_colorize_SOURCES = \
|
||||
sample_colorize.c
|
||||
|
||||
sample_colorize_LDADD = \
|
||||
$(top_builddir)/libgimp/libgimpui.la \
|
||||
$(top_builddir)/libgimp/libgimp.la \
|
||||
$(GTK_LIBS) \
|
||||
$(INTLLIBS)
|
||||
|
||||
scatter_hsv_SOURCES = \
|
||||
scatter_hsv.c
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue