Gimp/plug-ins/script-fu
Ell 6ebc3f1b09 Makefiles: don't use -xobjective-c when linking files on Mac
Last commit caused -xobjective-c to be passed during linking on
Mac, causing object files to be treated as source files.  Add a
-xnone flag to AM_LDFLAGS, canceling the effect of -xobjective-c.

Additinally, add a -xobjective-c++ flag to AM_CXXFLAGS, so that we
can use Objective-C in C++ files on Mac, if we ever need to.
2018-04-08 04:03:55 -04:00
..
ftx Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
scripts Mark legacy plug-ins/scripts as such in menu 2017-12-27 02:40:27 +03:00
tinyscheme Make various limits configurable (from TinyScheme SVN r109) 2016-06-02 15:32:04 -04:00
.gitignore
Makefile.am Makefiles: don't use -xobjective-c when linking files on Mac 2018-04-08 04:03:55 -04:00
scheme-wrapper.c Bug 761170: Warnings building with clang 2017-07-15 21:05:56 +02:00
scheme-wrapper.h script-fu: port script loading to GFileEnumerator 2014-08-03 21:49:20 +02:00
script-fu-console.c plug-ins: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
script-fu-console.h
script-fu-enums.h
script-fu-eval.c
script-fu-eval.h
script-fu-interface.c plug-ins: set the GimpColorConfig on all script-fu color buttons 2017-05-28 16:43:00 +02:00
script-fu-interface.h
script-fu-intl.h
script-fu-regex.c script-fu: make regex matching return character indexes 2016-05-25 20:18:34 +02:00
script-fu-regex.h
script-fu-script.c Only TinyScheme should translate strings in script files. Fixes bug #696790. 2013-04-07 12:58:21 -04:00
script-fu-script.h
script-fu-scripts.c Bug 754227 - scripts path doesnt search in subfolders 2015-08-30 23:35:21 +02:00
script-fu-scripts.h script-fu: port script loading to GFileEnumerator 2014-08-03 21:49:20 +02:00
script-fu-server.c Deprecate stock items for good and change all icon defines to GIMP_ICON_* 2017-03-05 16:01:59 +01:00
script-fu-server.h
script-fu-text-console.c
script-fu-text-console.h
script-fu-types.h app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
script-fu-utils.c
script-fu-utils.h
script-fu.c script-fu: port script loading to GFileEnumerator 2014-08-03 21:49:20 +02:00
servertest.py