gimp/app/dialogs
Martin Nordholts 7c1c0ea7dc Bug 558549 – Stroking a single-point path with a paint tool
crashes GIMP

* app/paint/gimppaintcore-stroke.c
(gimp_paint_core_stroke_vectors): Return an error message if there
were not enough points to stroke.

* app/dialogs/stroke-dialog.c (stroke_dialog_response): Guard
against crashes if an implementator forgets to set an error.

svn path=/trunk/; revision=27589
2008-11-09 20:12:37 +00:00
..
Makefile.am Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
about-dialog.c data/images/Makefile.am added 128x128 version of wilber-devel.png. 2008-10-09 19:16:54 +00:00
about-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
authors.xsl restored alphabetic order. Use real name instead of a nick. 2008-09-08 10:48:16 +00:00
channel-options-dialog.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
channel-options-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
convert-dialog.c bumped minimum required version of GLib to 2.18.0. 2008-11-04 12:33:09 +00:00
convert-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
dialogs-constructors.c Prepare GimpCursorView for a dependency to GimpDisplayShell. 2008-11-09 17:51:43 +00:00
dialogs-constructors.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
dialogs-types.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
dialogs.c bumped minimum required version of GLib to 2.18.0. 2008-11-04 12:33:09 +00:00
dialogs.h Implement the presistent menu of recently closed docks, still somewhat 2008-05-16 16:06:42 +00:00
fade-dialog.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
fade-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
file-open-dialog.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
file-open-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
file-open-location-dialog.c Allow other applications to open images in GIMP as if they were new images 2007-04-17 15:54:01 +00:00
file-open-location-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
file-save-dialog.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
file-save-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
grid-dialog.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
grid-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
image-merge-layers-dialog.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
image-merge-layers-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
image-new-dialog.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
image-new-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
image-properties-dialog.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
image-properties-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
image-scale-dialog.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
image-scale-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
keyboard-shortcuts-dialog.c app/widgets/Makefile.am app/widgets/widgets-types.h new simple widget 2008-09-05 10:37:06 +00:00
keyboard-shortcuts-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
layer-add-mask-dialog.c added "gboolean below" to gimp_enum_radio_frame_add() and 2008-10-28 17:40:32 +00:00
layer-add-mask-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
layer-options-dialog.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
layer-options-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
makefile.msc updated include <string.h> for memcmp() include <string.h> for strcmp() 2008-10-03 19:27:54 +00:00
module-dialog.c tell the user that a restart is needed for the changes to take effect. 2008-05-30 11:51:39 +00:00
module-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
offset-dialog.c renamed gimp_item_width() to gimp_item_get_width() and gimp_item_height() 2008-11-03 00:09:01 +00:00
offset-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
palette-import-dialog.c bumped minimum required version of GLib to 2.18.0. 2008-11-04 12:33:09 +00:00
palette-import-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
preferences-dialog.c bumped minimum required version of GLib to 2.18.0. 2008-11-04 12:33:09 +00:00
preferences-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
print-size-dialog.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
print-size-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
quit-dialog.c bumped minimum required version of GLib to 2.18.0. 2008-11-04 12:33:09 +00:00
quit-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
resize-dialog.c renamed gimp_item_width() to gimp_item_get_width() and gimp_item_height() 2008-11-03 00:09:01 +00:00
resize-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
resolution-calibrate-dialog.c libgimpwidgets/Makefile.am libgimpwidgets/gimpwidgets.h 2008-08-29 10:25:29 +00:00
resolution-calibrate-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
scale-dialog.c renamed gimp_item_width() to gimp_item_get_width() and gimp_item_height() 2008-11-03 00:09:01 +00:00
scale-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
stroke-dialog.c Bug 558549 – Stroking a single-point path with a paint tool 2008-11-09 20:12:37 +00:00
stroke-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
template-options-dialog.c app/dialogs/channel-options-dialog.c app/dialogs/convert-dialog.c 2007-05-23 20:08:27 +00:00
template-options-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
tips-dialog.c removed trailing whitespace 2008-09-04 08:37:32 +00:00
tips-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
tips-parser.c Applied a slightly modified patch from Róman Joost as attached to bug 2008-08-04 13:56:07 +00:00
tips-parser.h Applied a slightly modified patch from Róman Joost as attached to bug 2008-08-04 13:56:07 +00:00
user-install-dialog.c app/widgets/gimpactionview.c specify alternative button order for message 2007-10-09 08:04:31 +00:00
user-install-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
vectors-export-dialog.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
vectors-export-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
vectors-import-dialog.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
vectors-import-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
vectors-options-dialog.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
vectors-options-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00