1999-03-07 20:56:03 +08:00
|
|
|
EXPORTS
|
2003-07-27 01:37:32 +08:00
|
|
|
gimp_brush_select_widget_close
|
2003-07-27 10:20:40 +08:00
|
|
|
gimp_brush_select_widget_new
|
2003-07-01 23:06:06 +08:00
|
|
|
gimp_brush_select_widget_set
|
2004-05-11 07:17:29 +08:00
|
|
|
gimp_channel_combo_box_new
|
1999-03-07 20:56:03 +08:00
|
|
|
gimp_channel_menu_new
|
2004-05-11 07:17:29 +08:00
|
|
|
gimp_drawable_combo_box_new
|
|
|
|
gimp_drawable_get_thumbnail
|
1999-03-07 20:56:03 +08:00
|
|
|
gimp_drawable_menu_new
|
1999-10-06 14:36:46 +08:00
|
|
|
gimp_export_image
|
2003-07-27 01:37:32 +08:00
|
|
|
gimp_font_select_widget_close
|
2003-07-27 10:20:40 +08:00
|
|
|
gimp_font_select_widget_new
|
2003-07-01 23:06:06 +08:00
|
|
|
gimp_font_select_widget_set
|
2003-07-27 01:37:32 +08:00
|
|
|
gimp_gradient_select_widget_close
|
2003-07-27 10:20:40 +08:00
|
|
|
gimp_gradient_select_widget_new
|
2003-07-01 23:06:06 +08:00
|
|
|
gimp_gradient_select_widget_set
|
2004-05-11 07:17:29 +08:00
|
|
|
gimp_image_combo_box_new
|
|
|
|
gimp_image_get_thumbnail
|
1999-03-07 20:56:03 +08:00
|
|
|
gimp_image_menu_new
|
2004-05-11 07:17:29 +08:00
|
|
|
gimp_layer_combo_box_new
|
Overhaul of pixmap brushes and pipes: No separate pixmap pipe
brush tool any longer. The paintbrush, airbrush and pencil
tools, which already knew how to handle the single-pixmap
brushes now also handle the pipes as well.
* app/pixmapbrush.{h,c}
* app/gimpbrushpixmap.{h,c}: Removed these files.
* app/Makefile.am
* app/makefile.{cygwin,msc}: Remove from here, too.
* app/gimpbrushpipe.{h,c}: Total overhaul.
* app/paint_core.h
* app/apptypes.h: Some more types moved to apptypes.h
* app/context_manager.c
* app/tool_options.c
* app/tools.c
* app/toolsF.h: Remove PIXMAPBRUSH tool.
* app/gimpbrush.h: New method: select_brush. Used to change the
brush in paint_core, for pipe brushes.
* app/gimpbrush.c: Add gimp_brush_select_brush, which is dummy for
the normal brushes (returns the same brush).
* app/paint_core.c: Call the brush's select_brush method to get a
potential new brush before calling the paint_func.
* app/gimpbrushlist.c: Various changes related to the pixmap and
pipe overhaul.
* app/airbrush.c
* app/pencil.c: Reorder code a bit in the tool motion function to
avoid executing unnecessary code in the case of a pixmap brush.
Other changes in the same commit:
* app/install.c: Make quote_spaces extern.
* app/appenv.h: Declare it.
* libgimp/gimpui.def: Add missing entry points.
* libgimp/makefile.{cygwin,msc}: Add missing objects to gimpui.
1999-08-26 08:54:30 +08:00
|
|
|
gimp_layer_menu_new
|
2004-07-29 21:53:26 +08:00
|
|
|
gimp_palette_select_widget_close
|
|
|
|
gimp_palette_select_widget_new
|
|
|
|
gimp_palette_select_widget_set
|
2003-07-27 01:37:32 +08:00
|
|
|
gimp_pattern_select_widget_close
|
2003-07-27 10:20:40 +08:00
|
|
|
gimp_pattern_select_widget_new
|
2003-07-01 23:06:06 +08:00
|
|
|
gimp_pattern_select_widget_set
|
2000-04-24 04:27:41 +08:00
|
|
|
gimp_ui_init
|