
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.
47 lines
1.3 KiB
Modula-2
47 lines
1.3 KiB
Modula-2
EXPORTS
|
|
gimp_brush_select_widget
|
|
gimp_brush_select_widget_close_popup
|
|
gimp_brush_select_widget_set_popup
|
|
gimp_chain_button_get_active
|
|
gimp_chain_button_get_type
|
|
gimp_chain_button_new
|
|
gimp_chain_button_set_active
|
|
gimp_channel_menu_new
|
|
gimp_color_button_get_type
|
|
gimp_color_button_new
|
|
gimp_drawable_menu_new
|
|
gimp_export_image
|
|
gimp_file_selection_get_filename
|
|
gimp_file_selection_get_type
|
|
gimp_file_selection_new
|
|
gimp_file_selection_set_filename
|
|
gimp_gradient_select_widget
|
|
gimp_gradient_select_widget_close_popup
|
|
gimp_gradient_select_widget_set_popup
|
|
gimp_image_menu_new
|
|
gimp_interactive_selection_brush
|
|
gimp_interactive_selection_pattern
|
|
gimp_layer_menu_new
|
|
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
|
|
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
|