1999-03-07 12:56:03 +00:00
|
|
|
EXPORTS
|
2004-09-29 01:03:08 +00:00
|
|
|
gimp_aspect_preview_get_type
|
|
|
|
gimp_aspect_preview_new
|
2003-07-26 17:37:32 +00:00
|
|
|
gimp_brush_select_widget_close
|
2003-07-27 02:20:40 +00:00
|
|
|
gimp_brush_select_widget_new
|
2003-07-01 15:06:06 +00:00
|
|
|
gimp_brush_select_widget_set
|
2004-05-10 23:17:29 +00:00
|
|
|
gimp_channel_combo_box_new
|
1999-03-07 12:56:03 +00:00
|
|
|
gimp_channel_menu_new
|
2004-05-10 23:17:29 +00:00
|
|
|
gimp_drawable_combo_box_new
|
2004-12-13 23:36:17 +00:00
|
|
|
gimp_drawable_get_sub_thumbnail
|
2004-05-10 23:17:29 +00:00
|
|
|
gimp_drawable_get_thumbnail
|
1999-03-07 12:56:03 +00:00
|
|
|
gimp_drawable_menu_new
|
2004-09-15 19:56:01 +00:00
|
|
|
gimp_drawable_preview_draw_region
|
|
|
|
gimp_drawable_preview_get_drawable
|
2004-09-02 19:54:11 +00:00
|
|
|
gimp_drawable_preview_get_type
|
|
|
|
gimp_drawable_preview_new
|
1999-10-06 06:36:46 +00:00
|
|
|
gimp_export_image
|
2005-06-06 06:56:58 +00:00
|
|
|
gimp_font_select_button_close_popup
|
|
|
|
gimp_font_select_button_get_font_name
|
|
|
|
gimp_font_select_button_get_type
|
|
|
|
gimp_font_select_button_new
|
|
|
|
gimp_font_select_button_set_font_name
|
2003-07-26 17:37:32 +00:00
|
|
|
gimp_font_select_widget_close
|
2003-07-27 02:20:40 +00:00
|
|
|
gimp_font_select_widget_new
|
2003-07-01 15:06:06 +00:00
|
|
|
gimp_font_select_widget_set
|
2003-07-26 17:37:32 +00:00
|
|
|
gimp_gradient_select_widget_close
|
2003-07-27 02:20:40 +00:00
|
|
|
gimp_gradient_select_widget_new
|
2003-07-01 15:06:06 +00:00
|
|
|
gimp_gradient_select_widget_set
|
2004-05-10 23:17:29 +00:00
|
|
|
gimp_image_combo_box_new
|
|
|
|
gimp_image_get_thumbnail
|
1999-03-07 12:56:03 +00:00
|
|
|
gimp_image_menu_new
|
2004-05-10 23:17:29 +00: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 00:54:30 +00:00
|
|
|
gimp_layer_menu_new
|
2004-07-29 13:53:26 +00:00
|
|
|
gimp_palette_select_widget_close
|
|
|
|
gimp_palette_select_widget_new
|
|
|
|
gimp_palette_select_widget_set
|
2003-07-26 17:37:32 +00:00
|
|
|
gimp_pattern_select_widget_close
|
2003-07-27 02:20:40 +00:00
|
|
|
gimp_pattern_select_widget_new
|
2003-07-01 15:06:06 +00:00
|
|
|
gimp_pattern_select_widget_set
|
2005-08-02 16:49:42 +00:00
|
|
|
gimp_proc_browser_dialog_get_type
|
|
|
|
gimp_proc_browser_dialog_new
|
|
|
|
gimp_proc_browser_dialog_get_selected
|
|
|
|
gimp_proc_view_new
|
2004-09-28 22:32:33 +00:00
|
|
|
gimp_progress_bar_get_type
|
2004-09-02 19:54:11 +00:00
|
|
|
gimp_progress_bar_new
|
2000-04-23 20:27:41 +00:00
|
|
|
gimp_ui_init
|
2005-09-05 20:47:12 +00:00
|
|
|
gimp_ui_get_display_window
|
|
|
|
gimp_window_set_transient_for_display
|
|
|
|
gimp_window_set_transient_for_default_display
|