This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
gimp
mirror of
https://github.com/GNOME/gimp.git
Watch
1
Star
0
Fork
You've already forked gimp
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6cf34005af
gimp
/
tools
/
.cvsignore
7 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
shut up cvs -Yosh
1999-01-21 12:49:33 +08:00
Makefile
Satisfy a more pedantic `automake'. * plug-ins/blur/Makefile.am (blur_SOURCES): Don't list files from other directories. * plug-ins/borderaverage/Makefile.am (borderaverage_SOURCES): Likewise. * plug-ins/emboss/Makefile.am (emboss_SOURCES): Likewise. * plug-ins/hot/Makefile.am (hot_SOURCES): Likewise. * plug-ins/nlfilt/Makefile.am (nlfilt_SOURCES): Likewise. * plug-ins/randomize/Makefile.am (randomize_SOURCES): Likewise. * plug-ins/sinus/Makefile.am (sinus_SOURCES): Likewise. * plug-ins/waves/Makefile.am (waves_SOURCES): Likewise. * plug-ins/gfig/gfig-examples/Makefile.am (EXTRA_DATA): Remove spurious variable. * plug-ins/script-fu/scripts/Makefile.am (EXTRA_DATA): Likewise. * plug-ins/webbrowser/Makefile.am (EXTRA_DATA): Likewise. Clean up handling of `tools/gcg' (partly due to a more pedantic automake). * configure.in (AC_OUTPUT): Emit tools/Makefile. * Makefile.am (SUBDIRS): Remove @GCG@, add `tools'. * tools/Makefile.am: New file. (SUBDIRS): Conditionally build `gcg' subdir. * app/Makefile.am (GCG): Work for srcdir != builddir. (GCGMAKEDEPEND): Likewise. * brushes/Makefile.am (EXTRA_DATA): Remove spurious variable. * gradients/Makefile.am (EXTRA_DATA): Likewise. * palettes/Makefile.am (EXTRA_DATA): Likewise. * patterns/Makefile.am (EXTRA_DATA): Likewise.
1999-01-21 11:34:03 +08:00
Makefile.in
build gimp-remote 2000-07-15 Sven Neumann <neo@wintermute.ochsenblut.de> * tools/Makefile.am: build gimp-remote * tools/gimp-remote.c: g_error() should only be used for fatal errors that can never happen. * plug-ins/script-fu/po/pt_BR.po * plug-ins/script-fu/po: removed. I guess this was accidentally added.
2000-07-15 06:08:37 +08:00
.deps
.libs
app/Makefile.am app/paint_core.c moved brush subsampling kernels into its 2000-05-29 Sven Neumann <sven@gimp.org> * app/Makefile.am * app/paint_core.c * app/paint_core_kernels.h: moved brush subsampling kernels into its own header file and generated a slightly different kernel (using the new kernelgen tool, see below). The new kernel simulates a circular brush instead of a rectangular one and gives slightly different (lighter) results. * app/gimage_mask.c: when stroking a selection, offset the points by 0.5 to align the brushes with the pixel grid. This lets you create 1-pixel wide rectangles and ellipses. * tools/Makefile.am * tools/kernelgen.c: simple hack to generate subsampling kernels.
2000-05-29 16:40:29 +08:00
kernelgen
build gimp-remote 2000-07-15 Sven Neumann <neo@wintermute.ochsenblut.de> * tools/Makefile.am: build gimp-remote * tools/gimp-remote.c: g_error() should only be used for fatal errors that can never happen. * plug-ins/script-fu/po/pt_BR.po * plug-ins/script-fu/po: removed. I guess this was accidentally added.
2000-07-15 06:08:37 +08:00
gimp-remote