
2002-11-30 Hans Breuer <hans@breuer.org> * */makefile.msc */*/makefile.msc : updated * themes/Default/images/makefile.msc : new file * themes/Default/makefile.msc : removed * libgimpwidgets/gimpwidgets.def : updated * app/core/core-types.h : renamed PIXELS and POINTS to SIZE_* to avoid clashes with system headers * app/pdb/text_tool_cmds.c : updated ... * tools/pdbgen/enums.py : ... by renaming here too. * app/widgets/gimphistogrambox.c : <string.h> for memcpy() * app/widgets/gimppropwidgets.c : <string.h> for strlen() * app/config/gimpconfig.c : on win32 rename always fails if the destination file exists. Delete it first. * libgimp/gimp.def : removed all '_'-prefixed exports * plug-ins/common/iwarp.c : replace _gimp_layer_copy() with gimp_layer_copy(), gimp_layer_add_alpha() * libgimp/gimpmisc.c : ported gimp_timer funcs to use g_timer to be more portable * libgimpbase/gimpdatafiles.c : there are no symlinks on win32, inverted to #ifndef G_OS_WIN32 as it was meant. * libgimpbase/gimpbase.def libgimpmodule/gimpmodule.def libgimpwidgets/gimpwidgets.def : updated externals * plug-ins/common/randomize.c plug-ins/common/sinus.c : don't initialize more than the defined struct size * plug-ins/common/warp.c : removed unneeded unistd.h and signal.h include * regexrepl/regexrepl.def : (new file) needed to build as DLL
80 lines
1.6 KiB
Modula-2
80 lines
1.6 KiB
Modula-2
EXPORTS
|
|
_gp_params_destroy
|
|
gimp_data_directory
|
|
gimp_datafiles_check_extension
|
|
gimp_datafiles_read_directories
|
|
gimp_directory
|
|
gimp_locale_directory
|
|
gimp_gtkrc
|
|
gimp_parasite_compare
|
|
gimp_parasite_copy
|
|
gimp_parasite_data
|
|
gimp_parasite_data_size
|
|
gimp_parasite_flags
|
|
gimp_parasite_free
|
|
gimp_parasite_has_flag
|
|
gimp_parasite_is_persistent
|
|
gimp_parasite_is_type
|
|
gimp_parasite_is_undoable
|
|
gimp_parasite_name
|
|
gimp_parasite_new
|
|
gimp_path_free
|
|
gimp_path_get_user_writable_dir
|
|
gimp_path_parse
|
|
gimp_path_to_str
|
|
gimp_personal_rc_file
|
|
gimp_pixpipe_params_build
|
|
gimp_pixpipe_params_init
|
|
gimp_pixpipe_params_parse
|
|
gimp_plug_in_directory
|
|
gimp_signal_private
|
|
gimp_sysconf_directory
|
|
; gimp_unit_get_abbreviation
|
|
; gimp_unit_get_deletion_flag
|
|
; gimp_unit_get_digits
|
|
; gimp_unit_get_factor
|
|
; gimp_unit_get_identifier
|
|
; gimp_unit_get_number_of_built_in_units
|
|
; gimp_unit_get_number_of_units
|
|
; gimp_unit_get_plural
|
|
; gimp_unit_get_singular
|
|
; gimp_unit_get_symbol
|
|
; gimp_unit_new
|
|
; gimp_unit_set_deletion_flag
|
|
gp_config_write
|
|
gp_extension_ack_write
|
|
gp_has_init_write
|
|
gp_init
|
|
gp_proc_install_write
|
|
gp_proc_return_write
|
|
gp_proc_run_write
|
|
gp_proc_uninstall_write
|
|
gp_quit_write
|
|
gp_temp_proc_return_write
|
|
gp_temp_proc_run_write
|
|
gp_tile_ack_write
|
|
gp_tile_data_write
|
|
gp_tile_req_write
|
|
wire_clear_error
|
|
wire_destroy
|
|
wire_error
|
|
wire_flush
|
|
wire_read
|
|
wire_read_double
|
|
wire_read_int16
|
|
wire_read_int32
|
|
wire_read_int8
|
|
wire_read_msg
|
|
wire_read_string
|
|
wire_register
|
|
wire_set_flusher
|
|
wire_set_reader
|
|
wire_set_writer
|
|
wire_write
|
|
wire_write_double
|
|
wire_write_int16
|
|
wire_write_int32
|
|
wire_write_int8
|
|
wire_write_msg
|
|
wire_write_string
|