gimp/cursors/makefile.msc
Hans Breuer 0b515bec9b updated
2005-09-24  Hans Breuer  <hans@breuer.org>

	* **makefile.msc : updated

	* app/dialogs/user-install-dialog.c : only add the migrate page if
	there is something to migrate from. Avoids on version being NULL.

	* app/dialogs/file-save-dialog.c : the g_print() output was crashing
	on the assumption that ->menu_label != NULL. It is for colorhtml.py.

	* app/widgets/gimpselectiondata.c : use HAVE_UNISTD_H and move
	* process.h definition by G_OS_WIN32 below it being defined
	* app/widgets/gimpwidgets-utils.c(gimp_window_get_native) : cast
	return value to (GdkNativeWindow) it is not necessary an int.

	* libgimpwidgets/gimpwidgets.def : added gimp_zoom_type_get_type

	* plug-ins/help/gimp-help-lookup.c : dynamic lookup of help_root
	instead of hard-coding DATADIR/GIMP_HELP_PREFIX

	* plug-ins/xjt/xjt.c : there is no pid_t with msvc, typedef one.
2005-09-25 19:30:55 +00:00

59 lines
2 KiB
Plaintext

CURSOR_LIST = \
cursor_bad cursor-bad.png \
cursor_color_picker cursor-color-picker.png \
cursor_crosshair cursor-crosshair.png \
cursor_crosshair_small cursor-crosshair-small.png \
cursor_mouse cursor-mouse.png \
cursor_none cursor-none.png \
cursor_zoom cursor-zoom.png \
\
modifier_anchor modifier-anchor.png \
modifier_background modifier-background.png \
modifier_control modifier-control.png \
modifier_foreground modifier-foreground.png \
modifier_intersect modifier-intersect.png \
modifier_join modifier-join.png \
modifier_minus modifier-minus.png \
modifier_move modifier-move.png \
modifier_pattern modifier-pattern.png \
modifier_plus modifier-plus.png \
modifier_resize modifier-resize.png \
\
tool_airbrush tool-airbrush.png \
tool_blend tool-blend.png \
tool_blur tool-blur.png \
tool_bucket_fill tool-bucket-fill.png \
tool_burn tool-burn.png \
tool_clone tool-clone.png \
tool_color_picker tool-color-picker.png \
tool_crop tool-crop.png \
tool_dodge tool-dodge.png \
tool_ellipse_select tool-ellipse-select.png \
tool_eraser tool-eraser.png \
tool_flip_horizontal tool-flip-horizontal.png \
tool_flip_vertical tool-flip-vertical.png \
tool_free_select tool-free-select.png \
tool_fuzzy_select tool-fuzzy-select.png \
tool_hand tool-hand.png \
tool_ink tool-ink.png \
tool_iscissors tool-iscissors.png \
tool_measure tool-measure.png \
tool_move tool-move.png \
tool_paintbrush tool-paintbrush.png \
tool_paths tool-paths.png \
tool_paths_anchor tool-paths-anchor.png \
tool_paths_control tool-paths-control.png \
tool_paths_segment tool-paths-segment.png \
tool_pencil tool-pencil.png \
tool_perspective tool-perspective.png \
tool_rect_select tool-rect-select.png \
tool_resize tool-resize.png \
tool_rotate tool-rotate.png \
tool_shear tool-shear.png \
tool_smudge tool-smudge.png \
tool_text tool-text.png \
tool_zoom tool-zoom.png
gimp-tool-cursors.h : makefile.msc
gdk-pixbuf-csource --raw --build-list $(CURSOR_LIST) > gimp-tool-cursors.h