1999-03-07 20:56:03 +08:00
|
|
|
EXPORTS
|
|
|
|
gimp_brush_select_widget
|
|
|
|
gimp_brush_select_widget_close_popup
|
|
|
|
gimp_brush_select_widget_set_popup
|
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_chain_button_get_active
|
|
|
|
gimp_chain_button_get_type
|
|
|
|
gimp_chain_button_new
|
|
|
|
gimp_chain_button_set_active
|
1999-03-07 20:56:03 +08:00
|
|
|
gimp_channel_menu_new
|
Must call gimp_set_remove_handler() to remove the browser_info_update
1999-11-09 Tor Lillqvist <tml@iki.fi>
* app/module_db.c (browser_destroy_callback): Must call
gimp_set_remove_handler() to remove the browser_info_update
handler from the GimpSet 'modules'.
Otherwise if we bring up the module browser, then close it, this
will call browser_destroy_callback(), which will free the
'browser_st' struct. Later when we exit the GIMP, the modules will
be unloaded, which will cause browser_info_update() to be called,
and passed the pointer to the already freed 'browser_st'. Whoopee.
Thanks to Electric Fence for pointing this out.
* app/makefile.{cygwin,msc}: Remove actionarea.
* libgimp/gimp.h: Change declaration of nonexistent function
gimp_layer_attach_new_parasite() to declaration of
gimp_drawable_attach_new_parasite(), which was missing.
* libgimp/gimpui.def
* libgimp/makefile.{cygwin,msc}: Add gimpcolorbutton.
* plug-ins/makefile.{cygwin,msc}: Add gap_filter and gap_plugins.
* plug-ins/common/gz.c: Fix renamed variable in Win32 part.
* plug-ins/gap/gap_lib.c: Use G_DIR_SEPARATOR_S.
* plug-ins/gdyntext/font_selection.c: When compiling with current
CVS GTk+ (i.e., on Win32 most likely) use the gdk_font_list_*
functions instead of Xlib's XListFonts() and XFreeFontNames().
* plug-ins/gdyntext/gdyntext.c: Use G_PI.
* plug-ins/gdyntext/gdyntext_ui.c: Guard inclusion of
unistd.h. Don't unnecessarily include gdkx.h and Xlib.h
* plug-ins/winsnap/winsnap.c: Fix rectangle orientation.
1999-11-10 07:01:31 +08:00
|
|
|
gimp_color_button_get_type
|
|
|
|
gimp_color_button_new
|
1999-11-26 08:15:16 +08:00
|
|
|
gimp_color_button_update
|
2000-01-19 04:52:16 +08:00
|
|
|
gimp_context_help
|
2000-02-04 12:31:18 +08:00
|
|
|
gimp_coordinates_new
|
2000-01-19 04:52:16 +08:00
|
|
|
gimp_dialog_create_action_area
|
|
|
|
gimp_dialog_create_action_areav
|
|
|
|
gimp_dialog_new
|
|
|
|
gimp_dialog_newv
|
|
|
|
gimp_dialog_set_icon
|
|
|
|
gimp_double_adjustment_update
|
1999-03-07 20:56:03 +08:00
|
|
|
gimp_drawable_menu_new
|
1999-10-06 14:36:46 +08:00
|
|
|
gimp_export_image
|
1999-05-29 05:56:04 +08:00
|
|
|
gimp_file_selection_get_filename
|
|
|
|
gimp_file_selection_get_type
|
|
|
|
gimp_file_selection_new
|
|
|
|
gimp_file_selection_set_filename
|
2000-01-19 04:52:16 +08:00
|
|
|
gimp_float_adjustment_update
|
2000-02-04 12:31:18 +08:00
|
|
|
gimp_gradient_close_popup
|
|
|
|
gimp_gradient_get_gradient_data
|
1999-03-07 20:56:03 +08:00
|
|
|
gimp_gradient_select_widget
|
|
|
|
gimp_gradient_select_widget_close_popup
|
|
|
|
gimp_gradient_select_widget_set_popup
|
2000-02-04 12:31:18 +08:00
|
|
|
gimp_gradient_set_popup
|
2000-01-19 04:52:16 +08:00
|
|
|
gimp_help_connect_help_accel
|
|
|
|
gimp_help_disable_tooltips
|
|
|
|
gimp_help_enable_tooltips
|
|
|
|
gimp_help_free
|
|
|
|
gimp_help_init
|
|
|
|
gimp_help_set_help_data
|
1999-03-07 20:56:03 +08:00
|
|
|
gimp_image_menu_new
|
2000-01-19 04:52:16 +08:00
|
|
|
gimp_int_adjustment_update
|
1999-03-07 20:56:03 +08:00
|
|
|
gimp_interactive_selection_brush
|
|
|
|
gimp_interactive_selection_pattern
|
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
|
2000-01-19 04:52:16 +08:00
|
|
|
gimp_menu_item_update
|
|
|
|
gimp_option_menu_new
|
2000-02-04 12:31:18 +08:00
|
|
|
gimp_option_menu_new2
|
1999-03-07 20:56:03 +08:00
|
|
|
gimp_pattern_close_popup
|
|
|
|
gimp_pattern_get_pattern_data
|
|
|
|
gimp_pattern_select_widget
|
|
|
|
gimp_pattern_select_widget_close_popup
|
|
|
|
gimp_pattern_select_widget_set_popup
|
|
|
|
gimp_pattern_set_popup
|
2000-01-19 04:52:16 +08:00
|
|
|
gimp_radio_button_update
|
|
|
|
gimp_radio_group_new
|
|
|
|
gimp_radio_group_new2
|
2000-01-27 08:26:22 +08:00
|
|
|
gimp_random_seed_new
|
2000-01-19 04:52:16 +08:00
|
|
|
gimp_scale_entry_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_size_entry_add_field
|
|
|
|
gimp_size_entry_attach_label
|
|
|
|
gimp_size_entry_get_refval
|
|
|
|
gimp_size_entry_get_type
|
|
|
|
gimp_size_entry_get_unit
|
|
|
|
gimp_size_entry_get_value
|
|
|
|
gimp_size_entry_grab_focus
|
|
|
|
gimp_size_entry_new
|
|
|
|
gimp_size_entry_set_refval
|
|
|
|
gimp_size_entry_set_refval_boundaries
|
|
|
|
gimp_size_entry_set_refval_digits
|
|
|
|
gimp_size_entry_set_resolution
|
|
|
|
gimp_size_entry_set_size
|
|
|
|
gimp_size_entry_set_unit
|
|
|
|
gimp_size_entry_set_value
|
|
|
|
gimp_size_entry_set_value_boundaries
|
2000-01-19 04:52:16 +08:00
|
|
|
gimp_spin_button_new
|
|
|
|
gimp_table_attach_aligned
|
|
|
|
gimp_toggle_button_update
|
|
|
|
gimp_unit_menu_update
|