Gimp/app
Michael Natterer 9c13b724d4 app/core/gimpimage-mask-select.c (gimp_image_mask_select_vectors)
2003-09-12  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpimage-mask-select.c (gimp_image_mask_select_vectors)
	* app/paint/gimppaintcore-stroke.c (gimp_paint_core_stroke_vectors)
	* app/display/gimpdisplayshell.c (gimp_display_shell_draw_vector)
	* app/tools/gimpdrawtool.c (gimp_draw_tool_real_draw)
	* app/tools/gimptransformtool.c (gimp_transform_tool_draw)
	* app/tools/gimpvectortool.c (gimp_vector_tool_vectors_visible)
	(gimp_vector_tool_draw): all callers of gimp_stroke_interpolate():
	don't leak the returned GimpCoords array and don't crash if it's
	NULL.

	* app/tools/gimpvectortool.[ch]: added VECTORS_SELECT_VECTOR state
	which enables activating any visible GimpVectors on any display.

	(gimp_vector_tool_on_handle)
	(gimp_vector_tool_on_curve): added a GimpVectors parameter so we
	can check for vectors which are not vector_tool->vectors.

	(gimp_vector_tool_oper_update): iterate gdisp->gimage->vectors
	to figure if we are hovering any visible vectors and set
	VECTORS_SELECT_VECTOR.

	(gimp_vector_tool_button_press): catch VECTORS_SELECT_VECTOR and
	start editing the selected vectors. Also make it the image's
	active_vectors.

	(gimp_vector_tool_button_release): removed unneeded call to
	gimp_viewable_invalidate_preview(vectors).

	Random cleanup all over the place.
2003-09-12 10:04:37 +00:00
..
actions removed "visible" and all its API... 2003-09-11 19:52:29 +00:00
base fixed loop boundaries, spotted by Wolfgang Hofer (bug #121521). 2003-09-05 10:26:59 +00:00
composite Convert "unsigned long" to guint32 in preparation for 64bit machinery. 2003-09-06 23:56:05 +00:00
config app/config/gimpcoreconfig.[ch] removed "module-load-inhibit" property 2003-09-02 12:55:38 +00:00
core app/core/gimpimage-mask-select.c (gimp_image_mask_select_vectors) 2003-09-12 10:04:37 +00:00
dialogs app/gui/Makefile.am new files. 2003-09-10 23:42:59 +00:00
display app/core/gimpimage-mask-select.c (gimp_image_mask_select_vectors) 2003-09-12 10:04:37 +00:00
file renamed GimpOrientationType with Compat postfix to avoid name clashing 2003-07-26 17:37:32 +00:00
gui removed "visible" and all its API... 2003-09-11 19:52:29 +00:00
menus themes/Default/images/Makefile.am new icon. 2003-09-11 18:48:00 +00:00
paint app/core/gimpimage-mask-select.c (gimp_image_mask_select_vectors) 2003-09-12 10:04:37 +00:00
paint-funcs removed function map_to_color() since it does not belong here and the two 2003-09-05 17:44:39 +00:00
pdb removed "visible" and all its API... 2003-09-11 19:52:29 +00:00
plug-in added lots more "GimpFooFunc gui_foo_func" vtable entries to the Gimp 2003-09-10 22:06:45 +00:00
text removed "visible" and all its API... 2003-09-11 19:52:29 +00:00
tools app/core/gimpimage-mask-select.c (gimp_image_mask_select_vectors) 2003-09-12 10:04:37 +00:00
vectors Don't lose the last segment of closed paths when exporting... 2003-09-12 09:37:30 +00:00
widgets removed "visible" and all its API... 2003-09-11 19:52:29 +00:00
xcf removed "visible" and all its API... 2003-09-11 19:52:29 +00:00
.cvsignore
airbrush.c
app_procs.c Got rid of the last global variables except the_gimp: 2003-09-09 16:47:59 +00:00
app_procs.h Got rid of the last global variables except the_gimp: 2003-09-09 16:47:59 +00:00
batch.c s/extension/plug_in/ for Script-Fu procedures to get batch mode working 2003-09-03 09:30:09 +00:00
batch.h added G_SPAWN_CHILD_INHERITS_STDIN to the flags passed to g_spawn_async(). 2003-03-21 16:50:55 +00:00
errors.c Tell it's outdated. 2003-09-10 04:07:53 +00:00
errors.h Got rid of the last global variables except the_gimp: 2003-09-09 16:47:59 +00:00
gimp-intl.h Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimp.rc
libgimp_glue.c changed again to take no paramaters and use _gimp_standard_help_func from 2003-05-25 14:23:43 +00:00
libgimp_glue.h changed again to take no paramaters and use _gimp_standard_help_func from 2003-05-25 14:23:43 +00:00
main.c Got rid of the last global variables except the_gimp: 2003-09-09 16:47:59 +00:00
Makefile.am require fontconfig >= 2.2.0 (bug #121752), check for gdk-pixbuf-2.0 2003-09-10 02:56:01 +00:00
makefile.msc renamed GimpOrientationType with Compat postfix to avoid name clashing 2003-07-26 17:37:32 +00:00
paint_core.h
paint_options.h
plug_in_cmds.c
transform_core.c
wilber.ico