gimp/cursors/makefile.msc

77 lines
2.6 KiB
Plaintext
Raw Normal View History

CURSOR_LIST = \
cursor_bad cursor-bad.png \
cursor_color_picker cursor-color-picker.png \
cursor_move cursor-move.png \
\
cursor_corner_top_left cursor-corner-top-left.png \
cursor_corner_top_right cursor-corner-top-right.png \
cursor_corner_bottom_left cursor-corner-bottom-left.png \
cursor_corner_bottom_right cursor-corner-bottom-right.png \
cursor_side_top cursor-side-top.png \
cursor_side_bottom cursor-side-bottom.png \
cursor_side_left cursor-side-left.png \
cursor_side_right cursor-side-right.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_bad modifier-bad.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 \
modifier_select modifier-select.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 \
Merged the "soc-2006-healing-brush" branch. That branch is now officially 2006-09-02 Michael Natterer <mitch@gimp.org> Merged the "soc-2006-healing-brush" branch. That branch is now officially closed and all further fixes and changes have to be applied to HEAD. Did some minor adjustments, mostly small indentation and spacing fixes. Derive the tool from the newly introduced GimpBrushTool which did not exist when the branch was created. Thanks a lot to Kevin Sookocheff for this nice contribution! * app/paint/paint-enums.[ch]: new enum GimpHealAlignMode. * app/paint/Makefile.am * app/paint/makefile.msc * app/paint/gimpheal.[ch] * app/paint/gimphealoptions.[ch]: the heal core and its options. * app/paint/gimp-paint.c: register the heal core. * app/tools/Makefile.am * app/tools/makefile.msc * app/tools/gimphealtool.[ch]: the heal tool. * app/tools/gimp-tools.c: register the heal tool. * app/tools/gimppaintoptions-gui.c: show the widgets that are used by heal. * app/widgets/gimphelp-ids.h: the heal help ID. * tools/pdbgen/stddefs.pdb * tools/pdbgen/pdb/paint_tools.pdb: the heal PDB wrappers. * app/widgets/widgets-enums.h * app/widgets/gimpcursor.c * cursors/Makefile.am * cursors/makefile.msc * cursors/tool-heal.png * cursors/xbm/tool-heal.xbm * cursors/xbm/tool-heal-mask.xbm: a new cursor for the heal tool. * libgimpwidgets/gimpstock.[ch] * themes/Default/images/Makefile.am * themes/Default/images/makefile.msc * themes/Default/images/tools/stock-tool-heal-16.png * themes/Default/images/tools/stock-tool-heal-22.png: new stock icons for the heal tool. * app/pdb/internal_procs.c * app/pdb/paint_tools_cmds.c * libgimp/gimppainttools_pdb.[ch]: regenerated.
2006-09-03 02:54:35 +08:00
tool_heal tool-heal.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_polygon_select tool-polygon-select.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
clean :
del gimp-tool-cursors.h