Gimp/app/plug-in
Michael Natterer 4f2d0c9ed1 Bug 686850 - Help system: GIMP crashes and closes without saving changes
When gimp_plug_in_close()ing a plug-in (such as when cancel is
clicked), make sure we don't leak the proc_frames of all temporary
procedures the plug-in is currently running. By properly disposing the
GimpPlugInProcFrame, the progress window and its cancel button in
above bug get destroed on first click, and the user has no chance of
trying to kill an already finalized plug-in again.
(cherry picked from commit eac70cc513)
2012-11-05 01:17:01 +01:00
..
.gitignore
gimpenvirontable.c
gimpenvirontable.h
gimpinterpreterdb.c app (plug-in): Remove duplicate assignment 2011-10-10 10:08:12 +05:30
gimpinterpreterdb.h
gimpplugin-cleanup.c
gimpplugin-cleanup.h
gimpplugin-context.c app: add GimpPDBContext which holds more state available to procedures 2010-09-04 22:17:01 +02:00
gimpplugin-context.h
gimpplugin-message.c app: make sure to always show error messages returned by plug-ins 2010-09-07 16:21:40 +02:00
gimpplugin-message.h
gimpplugin-progress.c app: add "ERROR" to the values of enum GimpPdbErrorCode 2012-03-05 19:36:59 +01:00
gimpplugin-progress.h Globally switch to saying "window_id" instead of just "window" 2011-02-06 12:07:55 +01:00
gimpplugin.c Bug 686850 - Help system: GIMP crashes and closes without saving changes 2012-11-05 01:17:01 +01:00
gimpplugin.h
gimpplugindebug.c
gimpplugindebug.h
gimpplugindef.c Use the new g_[s]list_free_full() instead of foreach() and free() 2011-03-07 17:11:28 +01:00
gimpplugindef.h
gimppluginerror.c
gimppluginerror.h
gimppluginmanager-call.c app: remove min-colors and install-colormap properties from gimprc 2010-10-19 10:13:01 +02:00
gimppluginmanager-call.h
gimppluginmanager-data.c
gimppluginmanager-data.h
gimppluginmanager-file.c
gimppluginmanager-file.h
gimppluginmanager-help-domain.c
gimppluginmanager-help-domain.h
gimppluginmanager-history.c
gimppluginmanager-history.h
gimppluginmanager-locale-domain.c
gimppluginmanager-locale-domain.h
gimppluginmanager-menu-branch.c
gimppluginmanager-menu-branch.h
gimppluginmanager-query.c
gimppluginmanager-query.h
gimppluginmanager-restore.c app: Support using plug-ins from build dir 2011-04-08 08:50:59 +02:00
gimppluginmanager-restore.h
gimppluginmanager.c Use the new g_[s]list_free_full() instead of foreach() and free() 2011-03-07 17:11:28 +01:00
gimppluginmanager.h
gimppluginprocedure.c Bug 677733 - Export image: duplicate list item for TIFF export 2012-11-01 19:26:37 +01:00
gimppluginprocedure.h
gimppluginprocframe.c app: add "ERROR" to the values of enum GimpPdbErrorCode 2012-03-05 19:36:59 +01:00
gimppluginprocframe.h
gimppluginshm.c
gimppluginshm.h
gimptemporaryprocedure.c
gimptemporaryprocedure.h
Makefile.am Remove the makefile.msc build system, it is unmaintained since 2008 2011-12-16 15:53:56 +01:00
plug-in-enums.c
plug-in-enums.h
plug-in-icc-profile.c
plug-in-icc-profile.h
plug-in-menu-path.c
plug-in-menu-path.h
plug-in-params.c libgimpwidgets/color: move the cairo color utility functions to libgimpcolor 2011-04-28 15:50:39 +02:00
plug-in-params.h
plug-in-rc.c Use the new g_[s]list_free_full() instead of foreach() and free() 2011-03-07 17:11:28 +01:00
plug-in-rc.h
plug-in-types.h