gimp/app/plug-in
Tor Lillqvist 3e2ef66809 Put in a workaround for the problem with plug-ins on NT and W2K, where
1999-08-28  Tor Lillqvist  <tml@iki.fi>

* libgimp/gimp.c (gimp_main): Put in a workaround for the problem
with plug-ins on NT and W2K, where installing the GIMP under a
directory path with spaces (\Program Files\GIMP) would cause the
plug-ins to malfunction. Turns out the argv gets set up by the C
runtime incorrectly in such a case, the path name of the
executable is split at the spaces. The workaround is to splice
argv[0] together from the pieces again, shifting the rest of argv
down.

* app/plug_in.c (plug_in_open): Correct (harmless) typo in the
Win32 code.

* plug-ins/common/winclipboard.c: Put the pasting of a new image
under File/Acquire.
1999-08-28 17:00:33 +00:00
..
gimpplugin-message.c Put in a workaround for the problem with plug-ins on NT and W2K, where 1999-08-28 17:00:33 +00:00
gimpplugin-progress.c Put in a workaround for the problem with plug-ins on NT and W2K, where 1999-08-28 17:00:33 +00:00
gimpplugin-progress.h Actually use the enum types GimpImageType, GimpImageBaseType, 1999-08-18 23:41:39 +00:00
gimpplugin.c Put in a workaround for the problem with plug-ins on NT and W2K, where 1999-08-28 17:00:33 +00:00
gimpplugin.h Actually use the enum types GimpImageType, GimpImageBaseType, 1999-08-18 23:41:39 +00:00
gimppluginmanager-call.c Put in a workaround for the problem with plug-ins on NT and W2K, where 1999-08-28 17:00:33 +00:00
gimppluginmanager-run.c Put in a workaround for the problem with plug-ins on NT and W2K, where 1999-08-28 17:00:33 +00:00
gimppluginmanager.c Put in a workaround for the problem with plug-ins on NT and W2K, where 1999-08-28 17:00:33 +00:00
gimppluginmanager.h Actually use the enum types GimpImageType, GimpImageBaseType, 1999-08-18 23:41:39 +00:00
gimppluginshm.c Put in a workaround for the problem with plug-ins on NT and W2K, where 1999-08-28 17:00:33 +00:00
plug-in-def.c Put in a workaround for the problem with plug-ins on NT and W2K, where 1999-08-28 17:00:33 +00:00
plug-in-def.h Actually use the enum types GimpImageType, GimpImageBaseType, 1999-08-18 23:41:39 +00:00
plug-in-message.c Put in a workaround for the problem with plug-ins on NT and W2K, where 1999-08-28 17:00:33 +00:00
plug-in-params.c Put in a workaround for the problem with plug-ins on NT and W2K, where 1999-08-28 17:00:33 +00:00
plug-in-params.h Actually use the enum types GimpImageType, GimpImageBaseType, 1999-08-18 23:41:39 +00:00
plug-in-progress.c Put in a workaround for the problem with plug-ins on NT and W2K, where 1999-08-28 17:00:33 +00:00
plug-in-progress.h Actually use the enum types GimpImageType, GimpImageBaseType, 1999-08-18 23:41:39 +00:00
plug-in-run.c Put in a workaround for the problem with plug-ins on NT and W2K, where 1999-08-28 17:00:33 +00:00
plug-in-shm.c Put in a workaround for the problem with plug-ins on NT and W2K, where 1999-08-28 17:00:33 +00:00
plug-in.c Put in a workaround for the problem with plug-ins on NT and W2K, where 1999-08-28 17:00:33 +00:00
plug-in.h Actually use the enum types GimpImageType, GimpImageBaseType, 1999-08-18 23:41:39 +00:00
plug-ins.c Put in a workaround for the problem with plug-ins on NT and W2K, where 1999-08-28 17:00:33 +00:00
plug-ins.h Actually use the enum types GimpImageType, GimpImageBaseType, 1999-08-18 23:41:39 +00:00