gimp/devel-docs/libgimp/libgimp-sections.txt

810 lines
16 KiB
Plaintext
Raw Normal View History

2000-02-03 09:47:15 +08:00
<SECTION>
<FILE>gimp</FILE>
GIMPVAR
gimp_version
gimp_major_version
gimp_minor_version
gimp_micro_version
2000-02-03 09:47:15 +08:00
gimp_get_data
gimp_get_data_size
gimp_set_data
GimpInitProc
GimpQuitProc
GimpQueryProc
GimpRunProc
GimpPlugInInfo
GimpParamDef
GimpParamRegion
GimpParamData
GimpParam
MAIN
gimp_main
gimp_quit
2000-02-03 09:47:15 +08:00
gimp_install_procedure
gimp_install_temp_proc
gimp_uninstall_temp_proc
gimp_run_procedure
gimp_run_procedure2
gimp_destroy_params
gimp_destroy_paramdefs
gimp_tile_width
gimp_tile_height
gimp_shm_ID
gimp_shm_addr
2000-02-03 09:47:15 +08:00
gimp_gamma
gimp_install_cmap
gimp_min_colors
gimp_show_tool_tips
gimp_check_size
gimp_check_type
gimp_default_display
gimp_wm_class
gimp_display_name
gimp_monitor_number
gimp_get_progname
gimp_extension_enable
gimp_extension_ack
gimp_extension_process
gimp_parasite_find
gimp_parasite_list
gimp_parasite_attach
gimp_parasite_detach
gimp_attach_new_parasite
</SECTION>
2000-02-03 09:47:15 +08:00
<SECTION>
<FILE>gimpenums</FILE>
GimpAddMaskType
GimpBlendMode
GimpBrushApplicationMode
GimpBucketFillMode
GimpChannelOps
GimpChannelType
GimpCloneType
GimpConvertDitherType
GimpConvertPaletteType
GimpConvolutionType
GimpConvolveType
GimpDodgeBurnType
GimpFillType
GimpGradientSegmentColor
GimpGradientSegmentType
GimpHistogramChannel
GimpIconType
GimpOffsetType
2000-02-03 09:47:15 +08:00
GimpGradientType
GimpHueRange
GimpLayerModeEffects
GimpMaskApplyMode
GimpMergeType
GimpOrientationType
GimpPaintApplicationMode
GimpRepeatMode
GimpRotationType
GimpRunMode
2000-02-03 09:47:15 +08:00
GimpSizeType
GimpTransferMode
</SECTION>
<SECTION>
<FILE>gimpui</FILE>
gimp_ui_init
2000-02-03 09:47:15 +08:00
</SECTION>
<SECTION>
<FILE>gimpexport</FILE>
GimpExportCapabilities
GimpExportReturn
2000-02-03 09:47:15 +08:00
gimp_export_image
</SECTION>
<SECTION>
<FILE>gimpbrushes</FILE>
gimp_brushes_refresh
gimp_brushes_get_list
gimp_brushes_get_brush
gimp_brushes_set_brush
gimp_brushes_get_opacity
gimp_brushes_set_opacity
gimp_brushes_get_paint_mode
gimp_brushes_set_paint_mode
gimp_brushes_get_spacing
gimp_brushes_set_spacing
gimp_brushes_get_brush_data
gimp_brushes_get_brush_info
removed all brush, font, gradient and pattern related code. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/gimpmenu.[ch]: removed all brush, font, gradient and pattern related code. * libgimp/gimpbrushselect.[ch] * libgimp/gimpfontselect.[ch] * libgimp/gimpgradientselect.[ch] * libgimp/gimppatternselect.[ch]: new files containing the wrappers around their resp. _pdb.[ch] files. Changed function names to gimp_*_select_new(). Added gimp_*_select_destroy() functions so we're not forced to leak all wrappers. Cleanup. * libgimp/gimpbrushmenu.h * libgimp/gimpfontmenu.h * libgimp/gimpgradientmenu.h * libgimp/gimppatternmenu.h: new files. Changed function names here too. * libgimp/gimpbrushmenu.c * libgimp/gimpfontmenu.c * libgimp/gimpgradientmenu.c * libgimp/gimppatternmenu.c: changed accordingly. Free the foo_select wrappers when they are no longer needed (generally, free everthing instead of leaking everything). Lots of cleanup. * libgimp/Makefile.am * libgimp/gimp.def * libgimp/gimpui.def: changed accordingly. * libgimp/gimp.h * libgimp/gimpui.h: include the new headers. * libgimp/gimpcompat.h: added the old function names here. * plug-ins/FractalExplorer/Dialogs.c * plug-ins/common/film.c * plug-ins/gfig/gfig.c * plug-ins/script-fu/script-fu-scripts.c: changed accordingly. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-docs.sgml * libgimp/libgimp-sections.txt: follow libgimp cleanup, moved the brush, font, gradient and pattern selection stuff to their own sections. * libgimp/tmpl/gimpfonts.sgml: removed. * libgimp/tmpl/gimpbrushmenu.sgml * libgimp/tmpl/gimpbrushselect.sgml * libgimp/tmpl/gimpfontmenu.sgml * libgimp/tmpl/gimpfontselect.sgml * libgimp/tmpl/gimpgradientmenu.sgml * libgimp/tmpl/gimpgradientselect.sgml * libgimp/tmpl/gimppatternmenu.sgml * libgimp/tmpl/gimppatternselect.sgml: new files. * libgimp/tmpl/gimpbrushes.sgml * libgimp/tmpl/gimpgradients.sgml * libgimp/tmpl/gimpmenu.sgml * libgimp/tmpl/gimppatterns.sgml: regenerated.
2003-07-01 23:06:06 +08:00
</SECTION>
<SECTION>
<FILE>gimpbrushselect</FILE>
GimpRunBrushCallback
gimp_brush_select_new
gimp_brush_select_destroy
gimp_brushes_popup
gimp_brushes_close_popup
gimp_brushes_set_popup
</SECTION>
<SECTION>
<FILE>gimpchannel</FILE>
gimp_channel_new
gimp_channel_copy
gimp_channel_get_show_masked
gimp_channel_set_show_masked
gimp_channel_get_opacity
gimp_channel_set_opacity
gimp_channel_get_color
gimp_channel_set_color
gimp_channel_combine_masks
</SECTION>
<SECTION>
<FILE>gimpcolor</FILE>
gimp_brightness_contrast
gimp_levels
gimp_levels_auto
gimp_posterize
gimp_desaturate
gimp_equalize
gimp_invert
gimp_curves_spline
gimp_curves_explicit
gimp_color_balance
gimp_histogram
gimp_hue_saturation
gimp_threshold
</SECTION>
<SECTION>
<FILE>gimpcontext</FILE>
gimp_context_push
gimp_context_pop
gimp_context_get_foreground
gimp_context_set_foreground
gimp_context_get_background
gimp_context_set_background
gimp_context_set_default_colors
gimp_context_swap_colors
gimp_context_get_opacity
gimp_context_set_opacity
gimp_context_get_paint_mode
gimp_context_set_paint_mode
gimp_context_get_brush
gimp_context_set_brush
gimp_context_get_pattern
gimp_context_set_pattern
gimp_context_get_gradient
gimp_context_set_gradient
gimp_context_get_palette
gimp_context_set_palette
gimp_context_get_font
gimp_context_set_font
</SECTION>
<SECTION>
<FILE>gimpconvert</FILE>
gimp_image_convert_rgb
gimp_image_convert_grayscale
gimp_image_convert_indexed
</SECTION>
<SECTION>
<FILE>gimpdisplay</FILE>
gimp_display_new
gimp_display_delete
gimp_displays_flush
gimp_displays_reconnect
</SECTION>
<SECTION>
<FILE>gimpdrawable</FILE>
GimpDrawable
gimp_drawable_get
gimp_drawable_detach
gimp_drawable_flush
gimp_drawable_delete
gimp_drawable_get_name
gimp_drawable_set_name
gimp_drawable_get_visible
gimp_drawable_set_visible
gimp_drawable_get_linked
gimp_drawable_set_linked
gimp_drawable_get_tattoo
gimp_drawable_set_tattoo
gimp_drawable_get_pixel
gimp_drawable_set_pixel
gimp_drawable_get_tile
gimp_drawable_get_tile2
gimp_drawable_get_thumbnail_data
gimp_drawable_get_color_uchar
gimp_drawable_merge_shadow
gimp_drawable_fill
gimp_drawable_update
gimp_drawable_mask_bounds
renamed gimp_drawable_image() to gimp_drawable_get_image() for symmetry 2003-12-04 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/drawable.pdb: renamed gimp_drawable_image() to gimp_drawable_get_image() for symmetry with gimp_drawable_set_image(). * libgimp/gimpchannel.h: removed gimp_channel_get_image_id #define. * libgimp/gimpdrawable.h: removed gimp_drawable_image_id #define. * libgimp/gimplayer.h:: removed gimp_layer_get_image_id #define. * libgimp/gimpcompat.h: added the old stuff here. * app/pdb/drawable_cmds.c * libgimp/gimpdrawable_pdb.[ch]: regenerated. * libgimp/gimpmiscui.c * plug-ins/Lighting/lighting_main.c * plug-ins/MapObject/mapobject_main.c * plug-ins/common/curve_bend.c * plug-ins/common/film.c * plug-ins/common/newsprint.c * plug-ins/common/pixelize.c * plug-ins/common/ps.c * plug-ins/common/sample_colorize.c * plug-ins/common/smooth_palette.c * plug-ins/common/warp.c * plug-ins/imagemap/imap_cmd_gimp_guides.c * plug-ins/imagemap/imap_main.c * plug-ins/imagemap/imap_preview.c * plug-ins/maze/maze.c * plug-ins/pygimp/pygimp-drawable.c * plug-ins/rcm/rcm_misc.c * plug-ins/script-fu/scripts/addborder.scm * plug-ins/script-fu/scripts/carve-it.scm * plug-ins/script-fu/scripts/weave.scm: changed accordingly. * plug-ins/maze/maze.c: completely reindented. * plug-ins/script-fu/siod/trace.c: removed trailing whitespace. 2003-12-04 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt * libgimp/tmpl/gimpchannel.sgml * libgimp/tmpl/gimpdrawable.sgml * libgimp/tmpl/gimplayer.sgml: updated after gimp_drawable_get_image() cleanup.
2003-12-04 21:21:27 +08:00
gimp_drawable_get_image
gimp_drawable_set_image
gimp_drawable_has_alpha
gimp_drawable_type_with_alpha
renamed gimp_drawable_image() to gimp_drawable_get_image() for symmetry 2003-12-04 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/drawable.pdb: renamed gimp_drawable_image() to gimp_drawable_get_image() for symmetry with gimp_drawable_set_image(). * libgimp/gimpchannel.h: removed gimp_channel_get_image_id #define. * libgimp/gimpdrawable.h: removed gimp_drawable_image_id #define. * libgimp/gimplayer.h:: removed gimp_layer_get_image_id #define. * libgimp/gimpcompat.h: added the old stuff here. * app/pdb/drawable_cmds.c * libgimp/gimpdrawable_pdb.[ch]: regenerated. * libgimp/gimpmiscui.c * plug-ins/Lighting/lighting_main.c * plug-ins/MapObject/mapobject_main.c * plug-ins/common/curve_bend.c * plug-ins/common/film.c * plug-ins/common/newsprint.c * plug-ins/common/pixelize.c * plug-ins/common/ps.c * plug-ins/common/sample_colorize.c * plug-ins/common/smooth_palette.c * plug-ins/common/warp.c * plug-ins/imagemap/imap_cmd_gimp_guides.c * plug-ins/imagemap/imap_main.c * plug-ins/imagemap/imap_preview.c * plug-ins/maze/maze.c * plug-ins/pygimp/pygimp-drawable.c * plug-ins/rcm/rcm_misc.c * plug-ins/script-fu/scripts/addborder.scm * plug-ins/script-fu/scripts/carve-it.scm * plug-ins/script-fu/scripts/weave.scm: changed accordingly. * plug-ins/maze/maze.c: completely reindented. * plug-ins/script-fu/siod/trace.c: removed trailing whitespace. 2003-12-04 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt * libgimp/tmpl/gimpchannel.sgml * libgimp/tmpl/gimpdrawable.sgml * libgimp/tmpl/gimplayer.sgml: updated after gimp_drawable_get_image() cleanup.
2003-12-04 21:21:27 +08:00
gimp_drawable_type
gimp_drawable_is_rgb
gimp_drawable_is_gray
gimp_drawable_is_indexed
gimp_drawable_bpp
gimp_drawable_width
gimp_drawable_height
gimp_drawable_offsets
gimp_drawable_is_layer
gimp_drawable_is_layer_mask
gimp_drawable_is_channel
gimp_drawable_offset
gimp_drawable_parasite_find
gimp_drawable_parasite_list
gimp_drawable_parasite_attach
gimp_drawable_parasite_detach
gimp_drawable_attach_new_parasite
</SECTION>
<SECTION>
<FILE>gimpedit</FILE>
gimp_edit_cut
gimp_edit_copy
gimp_edit_paste
gimp_edit_clear
gimp_edit_fill
tools/pdbgen/Makefile.am tools/pdbgen/groups.pl removed the "misc tools" 2004-01-05 Michael Natterer <mitch@gimp.org> * tools/pdbgen/Makefile.am * tools/pdbgen/groups.pl * tools/pdbgen/pdb/misc_tools.pdb: removed the "misc tools" PDB group. * tools/pdbgen/pdb/edit.pdb: added gimp_edit_bucket_fill() and gimp_edit_blend(). * tools/pdbgen/pdb/image.pdb: added gimp_image_pick_color(). * app/pdb/procedural_db.c * libgimp/gimpcompat.h: added compat stuff. * app/pdb/edit_cmds.c * app/pdb/image_cmds.c * app/pdb/internal_procs.c * app/pdb/misc_tools_cmds.c * libgimp/gimp_pdb.h * libgimp/gimpedit_pdb.[ch] * libgimp/gimpimage_pdb.[ch]: regenerated. * libgimp/Makefile.am * libgimp/gimpmisctools_pdb.[ch]: removed. * plug-ins/gfig/gfig.c * plug-ins/script-fu/scripts/3dTruchet.scm * plug-ins/script-fu/scripts/alien-glow-arrow.scm * plug-ins/script-fu/scripts/alien-glow-bar.scm * plug-ins/script-fu/scripts/alien-glow-bullet.scm * plug-ins/script-fu/scripts/alien-glow-button.scm * plug-ins/script-fu/scripts/alien-glow-logo.scm * plug-ins/script-fu/scripts/basic1-logo.scm * plug-ins/script-fu/scripts/basic2-logo.scm * plug-ins/script-fu/scripts/beveled-button.scm * plug-ins/script-fu/scripts/blended-logo.scm * plug-ins/script-fu/scripts/burn-in-anim.scm * plug-ins/script-fu/scripts/coffee.scm * plug-ins/script-fu/scripts/comic-logo.scm * plug-ins/script-fu/scripts/coolmetal-logo.scm * plug-ins/script-fu/scripts/glossy.scm * plug-ins/script-fu/scripts/gradient-bevel-logo.scm * plug-ins/script-fu/scripts/gradient-example.scm * plug-ins/script-fu/scripts/hsv-graph.scm * plug-ins/script-fu/scripts/pupi-button.scm * plug-ins/script-fu/scripts/rendermap.scm * plug-ins/script-fu/scripts/sphere.scm * plug-ins/script-fu/scripts/starscape-logo.scm * plug-ins/script-fu/scripts/test-sphere.scm * plug-ins/script-fu/scripts/textured-logo.scm * plug-ins/script-fu/scripts/title-header.scm * plug-ins/script-fu/scripts/weave.scm: follow "blend" and "color picker" changes. Leave "bucket fill" users unchanged because fill and bucket_fill need another cleanup (will follow next...) 2004-01-05 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt: moved color_picker, blend and bucket_fill to their new places. * libgimp/tmpl/gimpedit.sgml * libgimp/tmpl/gimpimage.sgml * libgimp/tmpl/gimptools.sgml: regenerated.
2004-01-05 22:35:19 +08:00
gimp_edit_bucket_fill
gimp_edit_blend
gimp_edit_stroke
</SECTION>
<SECTION>
<FILE>gimpfileops</FILE>
gimp_temp_name
gimp_file_load
gimp_file_save
gimp_register_magic_load_handler
gimp_register_load_handler
gimp_register_save_handler
gimp_register_file_handler_mime
</SECTION>
<SECTION>
<FILE>gimpfloatingsel</FILE>
gimp_floating_sel_remove
gimp_floating_sel_anchor
gimp_floating_sel_to_layer
gimp_floating_sel_attach
gimp_floating_sel_rigor
gimp_floating_sel_relax
</SECTION>
<SECTION>
<FILE>gimpfonts</FILE>
gimp_fonts_refresh
gimp_fonts_get_list
</SECTION>
<SECTION>
removed all brush, font, gradient and pattern related code. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/gimpmenu.[ch]: removed all brush, font, gradient and pattern related code. * libgimp/gimpbrushselect.[ch] * libgimp/gimpfontselect.[ch] * libgimp/gimpgradientselect.[ch] * libgimp/gimppatternselect.[ch]: new files containing the wrappers around their resp. _pdb.[ch] files. Changed function names to gimp_*_select_new(). Added gimp_*_select_destroy() functions so we're not forced to leak all wrappers. Cleanup. * libgimp/gimpbrushmenu.h * libgimp/gimpfontmenu.h * libgimp/gimpgradientmenu.h * libgimp/gimppatternmenu.h: new files. Changed function names here too. * libgimp/gimpbrushmenu.c * libgimp/gimpfontmenu.c * libgimp/gimpgradientmenu.c * libgimp/gimppatternmenu.c: changed accordingly. Free the foo_select wrappers when they are no longer needed (generally, free everthing instead of leaking everything). Lots of cleanup. * libgimp/Makefile.am * libgimp/gimp.def * libgimp/gimpui.def: changed accordingly. * libgimp/gimp.h * libgimp/gimpui.h: include the new headers. * libgimp/gimpcompat.h: added the old function names here. * plug-ins/FractalExplorer/Dialogs.c * plug-ins/common/film.c * plug-ins/gfig/gfig.c * plug-ins/script-fu/script-fu-scripts.c: changed accordingly. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-docs.sgml * libgimp/libgimp-sections.txt: follow libgimp cleanup, moved the brush, font, gradient and pattern selection stuff to their own sections. * libgimp/tmpl/gimpfonts.sgml: removed. * libgimp/tmpl/gimpbrushmenu.sgml * libgimp/tmpl/gimpbrushselect.sgml * libgimp/tmpl/gimpfontmenu.sgml * libgimp/tmpl/gimpfontselect.sgml * libgimp/tmpl/gimpgradientmenu.sgml * libgimp/tmpl/gimpgradientselect.sgml * libgimp/tmpl/gimppatternmenu.sgml * libgimp/tmpl/gimppatternselect.sgml: new files. * libgimp/tmpl/gimpbrushes.sgml * libgimp/tmpl/gimpgradients.sgml * libgimp/tmpl/gimpmenu.sgml * libgimp/tmpl/gimppatterns.sgml: regenerated.
2003-07-01 23:06:06 +08:00
<FILE>gimpfontselect</FILE>
GimpRunFontCallback
gimp_font_select_new
gimp_font_select_destroy
gimp_fonts_popup
gimp_fonts_close_popup
gimp_fonts_set_popup
</SECTION>
<SECTION>
<FILE>gimpgimprc</FILE>
gimp_gimprc_query
gimp_gimprc_set
gimp_get_default_comment
gimp_get_module_load_inhibit
gimp_get_monitor_resolution
gimp_get_theme_dir
</SECTION>
<SECTION>
<FILE>gimpgradients</FILE>
gimp_gradients_new
gimp_gradients_delete
gimp_gradients_duplicate
gimp_gradients_rename
gimp_gradients_refresh
gimp_gradients_get_list
gimp_gradients_get_gradient
gimp_gradients_set_gradient
gimp_gradients_sample_uniform
gimp_gradients_sample_custom
gimp_gradients_get_gradient_data
removed all brush, font, gradient and pattern related code. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/gimpmenu.[ch]: removed all brush, font, gradient and pattern related code. * libgimp/gimpbrushselect.[ch] * libgimp/gimpfontselect.[ch] * libgimp/gimpgradientselect.[ch] * libgimp/gimppatternselect.[ch]: new files containing the wrappers around their resp. _pdb.[ch] files. Changed function names to gimp_*_select_new(). Added gimp_*_select_destroy() functions so we're not forced to leak all wrappers. Cleanup. * libgimp/gimpbrushmenu.h * libgimp/gimpfontmenu.h * libgimp/gimpgradientmenu.h * libgimp/gimppatternmenu.h: new files. Changed function names here too. * libgimp/gimpbrushmenu.c * libgimp/gimpfontmenu.c * libgimp/gimpgradientmenu.c * libgimp/gimppatternmenu.c: changed accordingly. Free the foo_select wrappers when they are no longer needed (generally, free everthing instead of leaking everything). Lots of cleanup. * libgimp/Makefile.am * libgimp/gimp.def * libgimp/gimpui.def: changed accordingly. * libgimp/gimp.h * libgimp/gimpui.h: include the new headers. * libgimp/gimpcompat.h: added the old function names here. * plug-ins/FractalExplorer/Dialogs.c * plug-ins/common/film.c * plug-ins/gfig/gfig.c * plug-ins/script-fu/script-fu-scripts.c: changed accordingly. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-docs.sgml * libgimp/libgimp-sections.txt: follow libgimp cleanup, moved the brush, font, gradient and pattern selection stuff to their own sections. * libgimp/tmpl/gimpfonts.sgml: removed. * libgimp/tmpl/gimpbrushmenu.sgml * libgimp/tmpl/gimpbrushselect.sgml * libgimp/tmpl/gimpfontmenu.sgml * libgimp/tmpl/gimpfontselect.sgml * libgimp/tmpl/gimpgradientmenu.sgml * libgimp/tmpl/gimpgradientselect.sgml * libgimp/tmpl/gimppatternmenu.sgml * libgimp/tmpl/gimppatternselect.sgml: new files. * libgimp/tmpl/gimpbrushes.sgml * libgimp/tmpl/gimpgradients.sgml * libgimp/tmpl/gimpmenu.sgml * libgimp/tmpl/gimppatterns.sgml: regenerated.
2003-07-01 23:06:06 +08:00
</SECTION>
<SECTION>
<FILE>gimpgradientedit</FILE>
gimp_gradient_segment_get_left_color
gimp_gradient_segment_set_left_color
gimp_gradient_segment_get_right_color
gimp_gradient_segment_set_right_color
gimp_gradient_segment_get_left_pos
gimp_gradient_segment_set_left_pos
gimp_gradient_segment_get_middle_pos
gimp_gradient_segment_set_middle_pos
gimp_gradient_segment_get_right_pos
gimp_gradient_segment_set_right_pos
gimp_gradient_segment_get_blending_function
gimp_gradient_segment_get_coloring_type
gimp_gradient_segment_range_set_blending_function
gimp_gradient_segment_range_set_coloring_type
gimp_gradient_segment_range_flip
gimp_gradient_segment_range_replicate
gimp_gradient_segment_range_split_midpoint
gimp_gradient_segment_range_split_uniform
gimp_gradient_segment_range_delete
gimp_gradient_segment_range_redistribute_handles
gimp_gradient_segment_range_blend_colors
gimp_gradient_segment_range_blend_opacity
gimp_gradient_segment_range_move
</SECTION>
removed all brush, font, gradient and pattern related code. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/gimpmenu.[ch]: removed all brush, font, gradient and pattern related code. * libgimp/gimpbrushselect.[ch] * libgimp/gimpfontselect.[ch] * libgimp/gimpgradientselect.[ch] * libgimp/gimppatternselect.[ch]: new files containing the wrappers around their resp. _pdb.[ch] files. Changed function names to gimp_*_select_new(). Added gimp_*_select_destroy() functions so we're not forced to leak all wrappers. Cleanup. * libgimp/gimpbrushmenu.h * libgimp/gimpfontmenu.h * libgimp/gimpgradientmenu.h * libgimp/gimppatternmenu.h: new files. Changed function names here too. * libgimp/gimpbrushmenu.c * libgimp/gimpfontmenu.c * libgimp/gimpgradientmenu.c * libgimp/gimppatternmenu.c: changed accordingly. Free the foo_select wrappers when they are no longer needed (generally, free everthing instead of leaking everything). Lots of cleanup. * libgimp/Makefile.am * libgimp/gimp.def * libgimp/gimpui.def: changed accordingly. * libgimp/gimp.h * libgimp/gimpui.h: include the new headers. * libgimp/gimpcompat.h: added the old function names here. * plug-ins/FractalExplorer/Dialogs.c * plug-ins/common/film.c * plug-ins/gfig/gfig.c * plug-ins/script-fu/script-fu-scripts.c: changed accordingly. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-docs.sgml * libgimp/libgimp-sections.txt: follow libgimp cleanup, moved the brush, font, gradient and pattern selection stuff to their own sections. * libgimp/tmpl/gimpfonts.sgml: removed. * libgimp/tmpl/gimpbrushmenu.sgml * libgimp/tmpl/gimpbrushselect.sgml * libgimp/tmpl/gimpfontmenu.sgml * libgimp/tmpl/gimpfontselect.sgml * libgimp/tmpl/gimpgradientmenu.sgml * libgimp/tmpl/gimpgradientselect.sgml * libgimp/tmpl/gimppatternmenu.sgml * libgimp/tmpl/gimppatternselect.sgml: new files. * libgimp/tmpl/gimpbrushes.sgml * libgimp/tmpl/gimpgradients.sgml * libgimp/tmpl/gimpmenu.sgml * libgimp/tmpl/gimppatterns.sgml: regenerated.
2003-07-01 23:06:06 +08:00
<SECTION>
<FILE>gimpgradientselect</FILE>
GimpRunGradientCallback
gimp_gradient_select_new
gimp_gradient_select_destroy
gimp_gradients_popup
gimp_gradients_close_popup
gimp_gradients_set_popup
</SECTION>
<SECTION>
<FILE>gimpguides</FILE>
gimp_image_add_hguide
gimp_image_add_vguide
gimp_image_delete_guide
gimp_image_find_next_guide
gimp_image_get_guide_orientation
gimp_image_get_guide_position
</SECTION>
<SECTION>
<FILE>gimphelp</FILE>
gimp_help
</SECTION>
<SECTION>
<FILE>gimpimage</FILE>
gimp_image_list
gimp_image_new
gimp_image_duplicate
gimp_image_delete
gimp_image_base_type
gimp_image_width
gimp_image_height
gimp_image_free_shadow
gimp_image_flip
gimp_image_rotate
gimp_image_resize
gimp_image_resize_to_layers
gimp_image_scale
gimp_image_crop
gimp_image_get_layers
gimp_image_get_channels
gimp_image_get_active_drawable
gimp_image_unset_active_channel
gimp_image_get_floating_sel
gimp_image_floating_sel_attached_to
tools/pdbgen/Makefile.am tools/pdbgen/groups.pl removed the "misc tools" 2004-01-05 Michael Natterer <mitch@gimp.org> * tools/pdbgen/Makefile.am * tools/pdbgen/groups.pl * tools/pdbgen/pdb/misc_tools.pdb: removed the "misc tools" PDB group. * tools/pdbgen/pdb/edit.pdb: added gimp_edit_bucket_fill() and gimp_edit_blend(). * tools/pdbgen/pdb/image.pdb: added gimp_image_pick_color(). * app/pdb/procedural_db.c * libgimp/gimpcompat.h: added compat stuff. * app/pdb/edit_cmds.c * app/pdb/image_cmds.c * app/pdb/internal_procs.c * app/pdb/misc_tools_cmds.c * libgimp/gimp_pdb.h * libgimp/gimpedit_pdb.[ch] * libgimp/gimpimage_pdb.[ch]: regenerated. * libgimp/Makefile.am * libgimp/gimpmisctools_pdb.[ch]: removed. * plug-ins/gfig/gfig.c * plug-ins/script-fu/scripts/3dTruchet.scm * plug-ins/script-fu/scripts/alien-glow-arrow.scm * plug-ins/script-fu/scripts/alien-glow-bar.scm * plug-ins/script-fu/scripts/alien-glow-bullet.scm * plug-ins/script-fu/scripts/alien-glow-button.scm * plug-ins/script-fu/scripts/alien-glow-logo.scm * plug-ins/script-fu/scripts/basic1-logo.scm * plug-ins/script-fu/scripts/basic2-logo.scm * plug-ins/script-fu/scripts/beveled-button.scm * plug-ins/script-fu/scripts/blended-logo.scm * plug-ins/script-fu/scripts/burn-in-anim.scm * plug-ins/script-fu/scripts/coffee.scm * plug-ins/script-fu/scripts/comic-logo.scm * plug-ins/script-fu/scripts/coolmetal-logo.scm * plug-ins/script-fu/scripts/glossy.scm * plug-ins/script-fu/scripts/gradient-bevel-logo.scm * plug-ins/script-fu/scripts/gradient-example.scm * plug-ins/script-fu/scripts/hsv-graph.scm * plug-ins/script-fu/scripts/pupi-button.scm * plug-ins/script-fu/scripts/rendermap.scm * plug-ins/script-fu/scripts/sphere.scm * plug-ins/script-fu/scripts/starscape-logo.scm * plug-ins/script-fu/scripts/test-sphere.scm * plug-ins/script-fu/scripts/textured-logo.scm * plug-ins/script-fu/scripts/title-header.scm * plug-ins/script-fu/scripts/weave.scm: follow "blend" and "color picker" changes. Leave "bucket fill" users unchanged because fill and bucket_fill need another cleanup (will follow next...) 2004-01-05 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt: moved color_picker, blend and bucket_fill to their new places. * libgimp/tmpl/gimpedit.sgml * libgimp/tmpl/gimpimage.sgml * libgimp/tmpl/gimptools.sgml: regenerated.
2004-01-05 22:35:19 +08:00
gimp_image_pick_color
gimp_image_pick_correlate_layer
gimp_image_add_layer
gimp_image_remove_layer
gimp_image_raise_layer
gimp_image_lower_layer
gimp_image_raise_layer_to_top
gimp_image_lower_layer_to_bottom
gimp_image_add_channel
gimp_image_remove_channel
gimp_image_raise_channel
gimp_image_lower_channel
gimp_image_flatten
gimp_image_merge_visible_layers
gimp_image_merge_down
gimp_image_clean_all
gimp_image_is_dirty
gimp_image_get_active_layer
gimp_image_set_active_layer
gimp_image_get_active_channel
gimp_image_set_active_channel
gimp_image_get_selection
gimp_image_get_component_active
gimp_image_set_component_active
gimp_image_get_component_visible
gimp_image_set_component_visible
gimp_image_get_filename
gimp_image_set_filename
gimp_image_get_name
gimp_image_get_resolution
gimp_image_set_resolution
gimp_image_get_unit
gimp_image_set_unit
gimp_image_set_tattoo_state
gimp_image_get_tattoo_state
gimp_image_get_layer_by_tattoo
gimp_image_get_channel_by_tattoo
gimp_image_get_cmap
gimp_image_set_cmap
gimp_image_get_thumbnail_data
gimp_image_parasite_find
gimp_image_parasite_list
gimp_image_parasite_attach
gimp_image_parasite_detach
gimp_image_attach_new_parasite
</SECTION>
<SECTION>
<FILE>gimplayer</FILE>
gimp_layer_new
gimp_layer_copy
gimp_layer_scale
gimp_layer_resize
gimp_layer_resize_to_image_size
gimp_layer_translate
gimp_layer_add_alpha
gimp_layer_set_offsets
marked gimp_image_add_layer_mask() and gimp_image_remove_layer_mask() as 2003-12-08 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/image.pdb: marked gimp_image_add_layer_mask() and gimp_image_remove_layer_mask() as deprecated. Didnn't remove them from the PDB because the new functions' signature differs and they are used very often in scripts, but removed them from the libgimp C wrappers. * tools/pdbgen/pdb/layer.pdb: added gimp_layer_add_mask() and gimp_layer_remove_mask(). * libgimp/gimpcompat.h: added compat cruft. * app/pdb/image_cmds.c * app/pdb/internal_procs.c * app/pdb/layer_cmds.c * libgimp/gimpimage_pdb.[ch] * libgimp/gimplayer_pdb.[ch]: regenerated. * libgimp/gimpexport.c * plug-ins/common/curve_bend.c * plug-ins/common/psd.c * plug-ins/pygimp/pygimp-image.c * plug-ins/script-fu/scripts/3d-outline.scm * plug-ins/script-fu/scripts/alien-neon-logo.scm * plug-ins/script-fu/scripts/blended-logo.scm * plug-ins/script-fu/scripts/burn-in-anim.scm * plug-ins/script-fu/scripts/carve-it.scm * plug-ins/script-fu/scripts/carved-logo.scm * plug-ins/script-fu/scripts/chrome-it.scm * plug-ins/script-fu/scripts/chrome-logo.scm * plug-ins/script-fu/scripts/coolmetal-logo.scm * plug-ins/script-fu/scripts/crystal-logo.scm * plug-ins/script-fu/scripts/fade-outline.scm * plug-ins/script-fu/scripts/frosty-logo.scm * plug-ins/script-fu/scripts/image-structure.scm * plug-ins/script-fu/scripts/news-text.scm * plug-ins/script-fu/scripts/rendermap.scm * plug-ins/script-fu/scripts/slide.scm * plug-ins/script-fu/scripts/sota-chrome-logo.scm * plug-ins/script-fu/scripts/speed-text.scm * plug-ins/script-fu/scripts/starburst-logo.scm * plug-ins/script-fu/scripts/textured-logo.scm * plug-ins/script-fu/scripts/weave.scm * plug-ins/script-fu/scripts/xach-effect.scm * plug-ins/xjt/xjt.c: changed accordingly. 2003-12-08 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt * libgimp/tmpl/gimpimage.sgml * libgimp/tmpl/gimplayer.sgml: follow layer mask API change.
2003-12-09 06:33:17 +08:00
gimp_layer_create_mask
gimp_layer_get_mask
marked gimp_image_add_layer_mask() and gimp_image_remove_layer_mask() as 2003-12-08 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/image.pdb: marked gimp_image_add_layer_mask() and gimp_image_remove_layer_mask() as deprecated. Didnn't remove them from the PDB because the new functions' signature differs and they are used very often in scripts, but removed them from the libgimp C wrappers. * tools/pdbgen/pdb/layer.pdb: added gimp_layer_add_mask() and gimp_layer_remove_mask(). * libgimp/gimpcompat.h: added compat cruft. * app/pdb/image_cmds.c * app/pdb/internal_procs.c * app/pdb/layer_cmds.c * libgimp/gimpimage_pdb.[ch] * libgimp/gimplayer_pdb.[ch]: regenerated. * libgimp/gimpexport.c * plug-ins/common/curve_bend.c * plug-ins/common/psd.c * plug-ins/pygimp/pygimp-image.c * plug-ins/script-fu/scripts/3d-outline.scm * plug-ins/script-fu/scripts/alien-neon-logo.scm * plug-ins/script-fu/scripts/blended-logo.scm * plug-ins/script-fu/scripts/burn-in-anim.scm * plug-ins/script-fu/scripts/carve-it.scm * plug-ins/script-fu/scripts/carved-logo.scm * plug-ins/script-fu/scripts/chrome-it.scm * plug-ins/script-fu/scripts/chrome-logo.scm * plug-ins/script-fu/scripts/coolmetal-logo.scm * plug-ins/script-fu/scripts/crystal-logo.scm * plug-ins/script-fu/scripts/fade-outline.scm * plug-ins/script-fu/scripts/frosty-logo.scm * plug-ins/script-fu/scripts/image-structure.scm * plug-ins/script-fu/scripts/news-text.scm * plug-ins/script-fu/scripts/rendermap.scm * plug-ins/script-fu/scripts/slide.scm * plug-ins/script-fu/scripts/sota-chrome-logo.scm * plug-ins/script-fu/scripts/speed-text.scm * plug-ins/script-fu/scripts/starburst-logo.scm * plug-ins/script-fu/scripts/textured-logo.scm * plug-ins/script-fu/scripts/weave.scm * plug-ins/script-fu/scripts/xach-effect.scm * plug-ins/xjt/xjt.c: changed accordingly. 2003-12-08 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt * libgimp/tmpl/gimpimage.sgml * libgimp/tmpl/gimplayer.sgml: follow layer mask API change.
2003-12-09 06:33:17 +08:00
gimp_layer_add_mask
gimp_layer_remove_mask
gimp_layer_new_from_drawable
gimp_layer_get_preserve_trans
gimp_layer_set_preserve_trans
gimp_layer_get_apply_mask
gimp_layer_set_apply_mask
gimp_layer_get_show_mask
gimp_layer_set_show_mask
gimp_layer_get_edit_mask
gimp_layer_set_edit_mask
gimp_layer_get_opacity
gimp_layer_set_opacity
gimp_layer_get_mode
gimp_layer_set_mode
gimp_layer_is_floating_sel
</SECTION>
<SECTION>
<FILE>gimpmessage</FILE>
gimp_message
gimp_message_get_handler
gimp_message_set_handler
</SECTION>
<SECTION>
<FILE>gimppalette</FILE>
gimp_palette_get_foreground
gimp_palette_get_background
gimp_palette_set_foreground
gimp_palette_set_background
gimp_palette_set_default_colors
gimp_palette_swap_colors
</SECTION>
<SECTION>
<FILE>gimppalettes</FILE>
gimp_palettes_refresh
gimp_palettes_get_list
gimp_palettes_get_palette
gimp_palettes_set_palette
gimp_palettes_get_palette_entry
gimp_palettes_get_palette_info
gimp_palettes_popup
gimp_palettes_close_popup
gimp_palettes_set_popup
</SECTION>
<SECTION>
<FILE>gimppaletteselect</FILE>
GimpRunPaletteCallback
gimp_palette_select_new
gimp_palette_select_destroy
</SECTION>
<SECTION>
<FILE>gimppaths</FILE>
gimp_path_list
gimp_path_get_points
gimp_path_get_current
gimp_path_set_current
gimp_path_set_points
gimp_path_stroke_current
gimp_path_get_point_at_dist
gimp_path_get_tattoo
gimp_get_path_by_tattoo
gimp_path_delete
gimp_path_get_locked
gimp_path_set_locked
gimp_path_set_tattoo
gimp_path_to_selection
gimp_path_import
</SECTION>
<SECTION>
<FILE>gimppatterns</FILE>
gimp_patterns_refresh
gimp_patterns_get_list
gimp_patterns_get_pattern
gimp_patterns_set_pattern
gimp_patterns_get_pattern_data
gimp_patterns_get_pattern_info
removed all brush, font, gradient and pattern related code. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/gimpmenu.[ch]: removed all brush, font, gradient and pattern related code. * libgimp/gimpbrushselect.[ch] * libgimp/gimpfontselect.[ch] * libgimp/gimpgradientselect.[ch] * libgimp/gimppatternselect.[ch]: new files containing the wrappers around their resp. _pdb.[ch] files. Changed function names to gimp_*_select_new(). Added gimp_*_select_destroy() functions so we're not forced to leak all wrappers. Cleanup. * libgimp/gimpbrushmenu.h * libgimp/gimpfontmenu.h * libgimp/gimpgradientmenu.h * libgimp/gimppatternmenu.h: new files. Changed function names here too. * libgimp/gimpbrushmenu.c * libgimp/gimpfontmenu.c * libgimp/gimpgradientmenu.c * libgimp/gimppatternmenu.c: changed accordingly. Free the foo_select wrappers when they are no longer needed (generally, free everthing instead of leaking everything). Lots of cleanup. * libgimp/Makefile.am * libgimp/gimp.def * libgimp/gimpui.def: changed accordingly. * libgimp/gimp.h * libgimp/gimpui.h: include the new headers. * libgimp/gimpcompat.h: added the old function names here. * plug-ins/FractalExplorer/Dialogs.c * plug-ins/common/film.c * plug-ins/gfig/gfig.c * plug-ins/script-fu/script-fu-scripts.c: changed accordingly. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-docs.sgml * libgimp/libgimp-sections.txt: follow libgimp cleanup, moved the brush, font, gradient and pattern selection stuff to their own sections. * libgimp/tmpl/gimpfonts.sgml: removed. * libgimp/tmpl/gimpbrushmenu.sgml * libgimp/tmpl/gimpbrushselect.sgml * libgimp/tmpl/gimpfontmenu.sgml * libgimp/tmpl/gimpfontselect.sgml * libgimp/tmpl/gimpgradientmenu.sgml * libgimp/tmpl/gimpgradientselect.sgml * libgimp/tmpl/gimppatternmenu.sgml * libgimp/tmpl/gimppatternselect.sgml: new files. * libgimp/tmpl/gimpbrushes.sgml * libgimp/tmpl/gimpgradients.sgml * libgimp/tmpl/gimpmenu.sgml * libgimp/tmpl/gimppatterns.sgml: regenerated.
2003-07-01 23:06:06 +08:00
</SECTION>
<SECTION>
<FILE>gimppatternselect</FILE>
GimpRunPatternCallback
gimp_pattern_select_new
gimp_pattern_select_destroy
gimp_patterns_popup
gimp_patterns_close_popup
gimp_patterns_set_popup
</SECTION>
<SECTION>
<FILE>gimppixelrgn</FILE>
GimpPixelRgn
gimp_pixel_rgn_init
gimp_pixel_rgn_resize
gimp_pixel_rgn_get_pixel
gimp_pixel_rgn_get_row
gimp_pixel_rgn_get_col
gimp_pixel_rgn_get_rect
gimp_pixel_rgn_set_pixel
gimp_pixel_rgn_set_row
gimp_pixel_rgn_set_col
gimp_pixel_rgn_set_rect
gimp_pixel_rgns_register
gimp_pixel_rgns_register2
gimp_pixel_rgns_process
</SECTION>
<SECTION>
<FILE>gimppixelfetcher</FILE>
GimpPixelFetcherEdgeMode
GimpPixelFetcher
gimp_pixel_fetcher_new
gimp_pixel_fetcher_set_edge_mode
gimp_pixel_fetcher_set_bg_color
gimp_pixel_fetcher_get_pixel
gimp_pixel_fetcher_put_pixel
gimp_pixel_fetcher_destroy
</SECTION>
<SECTION>
<FILE>gimpregioniterator</FILE>
GimpRgnIterator
GimpRgnFunc1
GimpRgnFunc2
GimpRgnFuncSrc
GimpRgnFuncDest
GimpRgnFuncSrcDest
gimp_rgn_iterator_new
gimp_rgn_iterator_free
gimp_rgn_iterator_src
gimp_rgn_iterator_dest
gimp_rgn_iterator_src_dest
gimp_rgn_iterate1
gimp_rgn_iterate2
</SECTION>
<SECTION>
<FILE>gimpplugin</FILE>
gimp_plugin_domain_register
gimp_plugin_help_register
gimp_plugin_icon_register
gimp_plugin_menu_register
</SECTION>
<SECTION>
<FILE>gimpproceduraldb</FILE>
gimp_procedural_db_temp_name
gimp_procedural_db_proc_info
gimp_procedural_db_get_data
gimp_procedural_db_set_data
gimp_procedural_db_dump
gimp_procedural_db_query
gimp_procedural_db_proc_arg
gimp_procedural_db_proc_val
gimp_procedural_db_get_data_size
</SECTION>
<SECTION>
<FILE>gimpprogress</FILE>
GimpProgressStartCallback
GimpProgressEndCallback
GimpProgressTextCallback
GimpProgressValueCallback
gimp_progress_init
gimp_progress_update
gimp_progress_install
gimp_progress_uninstall
gimp_progress_cancel
</SECTION>
<SECTION>
<FILE>gimpselection</FILE>
gimp_selection_bounds
gimp_selection_all
gimp_selection_none
gimp_selection_clear
gimp_selection_is_empty
gimp_selection_float
gimp_selection_load
gimp_selection_save
gimp_selection_value
gimp_selection_grow
gimp_selection_shrink
gimp_selection_invert
gimp_selection_feather
gimp_selection_sharpen
gimp_selection_border
gimp_selection_translate
gimp_selection_layer_alpha
gimp_selection_combine
</SECTION>
<SECTION>
<FILE>gimptexttool</FILE>
gimp_text_fontname
gimp_text_get_extents_fontname
gimp_text
gimp_text_get_extents
</SECTION>
<SECTION>
<FILE>gimptile</FILE>
GimpTile
gimp_tile_ref
gimp_tile_ref_zero
gimp_tile_unref
gimp_tile_flush
gimp_tile_cache_size
gimp_tile_cache_ntiles
</SECTION>
<SECTION>
<FILE>gimptools</FILE>
gimp_airbrush
gimp_airbrush_default
gimp_by_color_select
gimp_clone
gimp_clone_default
gimp_convolve
gimp_convolve_default
gimp_dodgeburn
gimp_dodgeburn_default
gimp_ellipse_select
gimp_eraser
gimp_eraser_default
gimp_flip
gimp_free_select
gimp_fuzzy_select
gimp_paintbrush
gimp_paintbrush_default
gimp_pencil
gimp_perspective
gimp_rect_select
gimp_rotate
gimp_scale
gimp_shear
gimp_smudge
gimp_smudge_default
gimp_transform_2d
</SECTION>
<SECTION>
<FILE>gimpundo</FILE>
gimp_image_undo_group_start
gimp_image_undo_group_end
gimp_image_undo_is_enabled
gimp_image_undo_disable
gimp_image_undo_enable
gimp_image_undo_freeze
gimp_image_undo_thaw
</SECTION>
<SECTION>
<FILE>gimppixbuf</FILE>
GimpPixbufTransparency
gimp_image_get_thumbnail
gimp_drawable_get_thumbnail
</SECTION>
<SECTION>
<FILE>gimpdrawablepreview</FILE>
<TITLE>GimpDrawablePreview</TITLE>
GimpDrawablePreview
gimp_drawable_preview_new
gimp_drawable_preview_get_drawable
gimp_drawable_preview_draw_buffer
gimp_drawable_preview_draw_region
<SUBSECTION Standard>
GimpDrawablePreviewClass
GIMP_DRAWABLE_PREVIEW
GIMP_IS_DRAWABLE_PREVIEW
GIMP_TYPE_DRAWABLE_PREVIEW
gimp_drawable_preview_get_type
GIMP_DRAWABLE_PREVIEW_CLASS
GIMP_IS_DRAWABLE_PREVIEW_CLASS
GIMP_DRAWABLE_PREVIEW_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpdrawablecombobox</FILE>
GimpDrawableConstraintFunc
gimp_drawable_combo_box_new
gimp_channel_combo_box_new
gimp_layer_combo_box_new
</SECTION>
<SECTION>
<FILE>gimpimagecombobox</FILE>
GimpImageConstraintFunc
gimp_image_combo_box_new
</SECTION>
<SECTION>
<FILE>gimpprogressbar</FILE>
<TITLE>GimpProgressBar</TITLE>
GimpProgressBar
gimp_progress_bar_new
<SUBSECTION Standard>
GimpProgressBarClass
GIMP_PROGRESS_BAR
GIMP_IS_PROGRESS_BAR
GIMP_TYPE_PROGRESS_BAR
gimp_progress_bar_get_type
GIMP_PROGRESS_BAR_CLASS
GIMP_IS_PROGRESS_BAR_CLASS
GIMP_PROGRESS_BAR_GET_CLASS
</SECTION>
2000-02-03 09:47:15 +08:00
<SECTION>
<FILE>gimpmenu</FILE>
GimpConstraintFunc
GimpMenuCallback
gimp_image_menu_new
gimp_layer_menu_new
gimp_channel_menu_new
gimp_drawable_menu_new
</SECTION>
removed all brush, font, gradient and pattern related code. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/gimpmenu.[ch]: removed all brush, font, gradient and pattern related code. * libgimp/gimpbrushselect.[ch] * libgimp/gimpfontselect.[ch] * libgimp/gimpgradientselect.[ch] * libgimp/gimppatternselect.[ch]: new files containing the wrappers around their resp. _pdb.[ch] files. Changed function names to gimp_*_select_new(). Added gimp_*_select_destroy() functions so we're not forced to leak all wrappers. Cleanup. * libgimp/gimpbrushmenu.h * libgimp/gimpfontmenu.h * libgimp/gimpgradientmenu.h * libgimp/gimppatternmenu.h: new files. Changed function names here too. * libgimp/gimpbrushmenu.c * libgimp/gimpfontmenu.c * libgimp/gimpgradientmenu.c * libgimp/gimppatternmenu.c: changed accordingly. Free the foo_select wrappers when they are no longer needed (generally, free everthing instead of leaking everything). Lots of cleanup. * libgimp/Makefile.am * libgimp/gimp.def * libgimp/gimpui.def: changed accordingly. * libgimp/gimp.h * libgimp/gimpui.h: include the new headers. * libgimp/gimpcompat.h: added the old function names here. * plug-ins/FractalExplorer/Dialogs.c * plug-ins/common/film.c * plug-ins/gfig/gfig.c * plug-ins/script-fu/script-fu-scripts.c: changed accordingly. 2003-07-01 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-docs.sgml * libgimp/libgimp-sections.txt: follow libgimp cleanup, moved the brush, font, gradient and pattern selection stuff to their own sections. * libgimp/tmpl/gimpfonts.sgml: removed. * libgimp/tmpl/gimpbrushmenu.sgml * libgimp/tmpl/gimpbrushselect.sgml * libgimp/tmpl/gimpfontmenu.sgml * libgimp/tmpl/gimpfontselect.sgml * libgimp/tmpl/gimpgradientmenu.sgml * libgimp/tmpl/gimpgradientselect.sgml * libgimp/tmpl/gimppatternmenu.sgml * libgimp/tmpl/gimppatternselect.sgml: new files. * libgimp/tmpl/gimpbrushes.sgml * libgimp/tmpl/gimpgradients.sgml * libgimp/tmpl/gimpmenu.sgml * libgimp/tmpl/gimppatterns.sgml: regenerated.
2003-07-01 23:06:06 +08:00
<SECTION>
<FILE>gimpbrushmenu</FILE>
gimp_brush_select_widget_new
gimp_brush_select_widget_close
gimp_brush_select_widget_set
</SECTION>
<SECTION>
<FILE>gimpfontmenu</FILE>
gimp_font_select_widget_new
gimp_font_select_widget_close
gimp_font_select_widget_set
</SECTION>
<SECTION>
<FILE>gimpgradientmenu</FILE>
gimp_gradient_select_widget_new
gimp_gradient_select_widget_close
gimp_gradient_select_widget_set
</SECTION>
<SECTION>
<FILE>gimppatternmenu</FILE>
gimp_pattern_select_widget_new
gimp_pattern_select_widget_close
gimp_pattern_select_widget_set
</SECTION>
<SECTION>
<FILE>gimppalettemenu</FILE>
gimp_palette_select_widget_new
gimp_palette_select_widget_close
gimp_palette_select_widget_set
</SECTION>