app/Makefile.am app/app-docs.sgml udpated.
2003-09-24 Sven Neumann <sven@gimp.org> * app/Makefile.am * app/app-docs.sgml * app/app-sections.txt: udpated.
This commit is contained in:

committed by
Sven Neumann

parent
0e09f3e19d
commit
4862438857
@ -1,3 +1,9 @@
|
|||||||
|
2003-09-24 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* app/Makefile.am
|
||||||
|
* app/app-docs.sgml
|
||||||
|
* app/app-sections.txt: udpated.
|
||||||
|
|
||||||
2003-09-21 Sven Neumann <sven@gimp.org>
|
2003-09-21 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* libgimpwidgets/libgimpwidgets-docs.sgml: added a chapter id to
|
* libgimpwidgets/libgimpwidgets-docs.sgml: added a chapter id to
|
||||||
|
@ -64,8 +64,7 @@ GTKDOC_CFLAGS = \
|
|||||||
unused_symbols = \
|
unused_symbols = \
|
||||||
-u gimp_container_get_filtered_name_array \
|
-u gimp_container_get_filtered_name_array \
|
||||||
-u gimp_xml_parser_new \
|
-u gimp_xml_parser_new \
|
||||||
-u gimp_xml_parser_parse_file \
|
-u gimp_drawable_stroke_vectors
|
||||||
-u gimp_xml_parser_free
|
|
||||||
|
|
||||||
GTKDOC_LIBS = \
|
GTKDOC_LIBS = \
|
||||||
$(unused_symbols) \
|
$(unused_symbols) \
|
||||||
|
@ -330,7 +330,7 @@
|
|||||||
<title>Paint</title>
|
<title>Paint</title>
|
||||||
<xi:include href="xml/paint-types.xml"/>
|
<xi:include href="xml/paint-types.xml"/>
|
||||||
<xi:include href="xml/paint-enums.xml"/>
|
<xi:include href="xml/paint-enums.xml"/>
|
||||||
<xi:include href="xml/paint.xml"/>
|
<xi:include href="xml/gimp-paint.xml"/>
|
||||||
|
|
||||||
<chapter id="app-paint-paint-core">
|
<chapter id="app-paint-paint-core">
|
||||||
<title>The Paint Core & Options</title>
|
<title>The Paint Core & Options</title>
|
||||||
@ -441,7 +441,7 @@
|
|||||||
|
|
||||||
<chapter id="app-tools-glue">
|
<chapter id="app-tools-glue">
|
||||||
<title>Initialization & Glue Code</title>
|
<title>Initialization & Glue Code</title>
|
||||||
<xi:include href="xml/tools.xml"/>
|
<xi:include href="xml/gimp-tools.xml"/>
|
||||||
<xi:include href="xml/tool_manager.xml"/>
|
<xi:include href="xml/tool_manager.xml"/>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
|
@ -635,6 +635,7 @@ gimp_drawable_bytes_with_alpha
|
|||||||
gimp_drawable_alpha_changed
|
gimp_drawable_alpha_changed
|
||||||
gimp_drawable_cmap
|
gimp_drawable_cmap
|
||||||
gimp_drawable_get_color_at
|
gimp_drawable_get_color_at
|
||||||
|
gimp_drawable_stroke_vectors
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GimpDrawableClass
|
GimpDrawableClass
|
||||||
GIMP_DRAWABLE
|
GIMP_DRAWABLE
|
||||||
@ -3178,7 +3179,6 @@ gimp_vectors_get_distance
|
|||||||
gimp_vectors_interpolate
|
gimp_vectors_interpolate
|
||||||
gimp_vectors_bounds
|
gimp_vectors_bounds
|
||||||
gimp_vectors_make_bezier
|
gimp_vectors_make_bezier
|
||||||
gimp_vectors_art_stroke
|
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GimpVectorsClass
|
GimpVectorsClass
|
||||||
GIMP_VECTORS
|
GIMP_VECTORS
|
||||||
@ -3648,11 +3648,13 @@ GIMP_DOCK_GET_CLASS
|
|||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gimpdockable</FILE>
|
<FILE>gimpdockable</FILE>
|
||||||
|
GimpDockableGetMenuFunc
|
||||||
GimpDockableGetPreviewFunc
|
GimpDockableGetPreviewFunc
|
||||||
GimpDockableSetContextFunc
|
GimpDockableSetContextFunc
|
||||||
<TITLE>GimpDockable</TITLE>
|
<TITLE>GimpDockable</TITLE>
|
||||||
GimpDockable
|
GimpDockable
|
||||||
gimp_dockable_new
|
gimp_dockable_new
|
||||||
|
gimp_dockable_get_menu
|
||||||
gimp_dockable_get_tab_widget
|
gimp_dockable_get_tab_widget
|
||||||
gimp_dockable_set_context
|
gimp_dockable_set_context
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
@ -5015,6 +5017,9 @@ GimpBlendMode
|
|||||||
GIMP_TYPE_BUCKET_FILL_MODE
|
GIMP_TYPE_BUCKET_FILL_MODE
|
||||||
gimp_bucket_fill_mode_get_type
|
gimp_bucket_fill_mode_get_type
|
||||||
GimpBucketFillMode
|
GimpBucketFillMode
|
||||||
|
GIMP_TYPE_CAP_STYLE
|
||||||
|
gimp_cap_style_get_type
|
||||||
|
GimpCapStyle
|
||||||
GIMP_TYPE_CHANNEL_OPS
|
GIMP_TYPE_CHANNEL_OPS
|
||||||
gimp_channel_ops_get_type
|
gimp_channel_ops_get_type
|
||||||
GimpChannelOps
|
GimpChannelOps
|
||||||
@ -5036,15 +5041,18 @@ GimpFillType
|
|||||||
GIMP_TYPE_GRADIENT_TYPE
|
GIMP_TYPE_GRADIENT_TYPE
|
||||||
gimp_gradient_type_get_type
|
gimp_gradient_type_get_type
|
||||||
GimpGradientType
|
GimpGradientType
|
||||||
GIMP_TYPE_GRID_TYPE
|
GIMP_TYPE_GRID_STYLE
|
||||||
gimp_grid_type_get_type
|
gimp_grid_style_get_type
|
||||||
GimpGridType
|
GimpGridStyle
|
||||||
GIMP_TYPE_IMAGE_BASE_TYPE
|
GIMP_TYPE_IMAGE_BASE_TYPE
|
||||||
gimp_image_base_type_get_type
|
gimp_image_base_type_get_type
|
||||||
GimpImageBaseType
|
GimpImageBaseType
|
||||||
GIMP_TYPE_IMAGE_TYPE
|
GIMP_TYPE_IMAGE_TYPE
|
||||||
gimp_image_type_get_type
|
gimp_image_type_get_type
|
||||||
GimpImageType
|
GimpImageType
|
||||||
|
GIMP_TYPE_JOIN_STYLE
|
||||||
|
gimp_join_style_get_type
|
||||||
|
GimpJoinStyle
|
||||||
GIMP_TYPE_ORIENTATION_TYPE
|
GIMP_TYPE_ORIENTATION_TYPE
|
||||||
gimp_orientation_type_get_type
|
gimp_orientation_type_get_type
|
||||||
GimpOrientationType
|
GimpOrientationType
|
||||||
@ -5462,7 +5470,10 @@ GimpScanConvert
|
|||||||
gimp_scan_convert_new
|
gimp_scan_convert_new
|
||||||
gimp_scan_convert_free
|
gimp_scan_convert_free
|
||||||
gimp_scan_convert_add_points
|
gimp_scan_convert_add_points
|
||||||
|
gimp_scan_convert_add_polyline
|
||||||
gimp_scan_convert_to_channel
|
gimp_scan_convert_to_channel
|
||||||
|
gimp_scan_convert_render
|
||||||
|
gimp_scan_convert_stroke
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
@ -5659,7 +5670,8 @@ dialogs_show_toolbox_cmd_callback
|
|||||||
dialogs_create_toplevel_cmd_callback
|
dialogs_create_toplevel_cmd_callback
|
||||||
dialogs_create_dockable_cmd_callback
|
dialogs_create_dockable_cmd_callback
|
||||||
dialogs_add_tab_cmd_callback
|
dialogs_add_tab_cmd_callback
|
||||||
dialogs_remove_tab_cmd_callback
|
dialogs_close_tab_cmd_callback
|
||||||
|
dialogs_detach_tab_cmd_callback
|
||||||
dialogs_toggle_view_cmd_callback
|
dialogs_toggle_view_cmd_callback
|
||||||
dialogs_preview_size_cmd_callback
|
dialogs_preview_size_cmd_callback
|
||||||
dialogs_tab_style_cmd_callback
|
dialogs_tab_style_cmd_callback
|
||||||
@ -6335,9 +6347,9 @@ GimpPaintRegisterFunc
|
|||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>paint</FILE>
|
<FILE>gimp-paint</FILE>
|
||||||
paint_init
|
gimp_paint_init
|
||||||
paint_exit
|
gimp_paint_exit
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
@ -6617,8 +6629,6 @@ gimp_tool_options_gui
|
|||||||
<FILE>tool_manager</FILE>
|
<FILE>tool_manager</FILE>
|
||||||
tool_manager_init
|
tool_manager_init
|
||||||
tool_manager_exit
|
tool_manager_exit
|
||||||
tool_manager_restore
|
|
||||||
tool_manager_save
|
|
||||||
tool_manager_get_active
|
tool_manager_get_active
|
||||||
tool_manager_select_tool
|
tool_manager_select_tool
|
||||||
tool_manager_push_tool
|
tool_manager_push_tool
|
||||||
@ -6632,8 +6642,6 @@ tool_manager_arrow_key_active
|
|||||||
tool_manager_modifier_key_active
|
tool_manager_modifier_key_active
|
||||||
tool_manager_oper_update_active
|
tool_manager_oper_update_active
|
||||||
tool_manager_cursor_update_active
|
tool_manager_cursor_update_active
|
||||||
tool_manager_register_tool
|
|
||||||
tool_manager_get_info_by_type
|
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
@ -6667,9 +6675,11 @@ GimpToolRegisterFunc
|
|||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>tools</FILE>
|
<FILE>gimp-tools</FILE>
|
||||||
tools_init
|
gimp_tools_init
|
||||||
tools_exit
|
gimp_tools_exit
|
||||||
|
gimp_tools_save
|
||||||
|
gimp_tools_restore
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
@ -6817,6 +6827,7 @@ gimp_paint_mode_menu_new
|
|||||||
<FILE>gimpwidgets-utils</FILE>
|
<FILE>gimpwidgets-utils</FILE>
|
||||||
gimp_message_box
|
gimp_message_box
|
||||||
gimp_menu_position
|
gimp_menu_position
|
||||||
|
gimp_button_menu_position
|
||||||
gimp_table_attach_stock
|
gimp_table_attach_stock
|
||||||
gimp_get_icon_size
|
gimp_get_icon_size
|
||||||
gimp_get_mod_name_shift
|
gimp_get_mod_name_shift
|
||||||
|
Reference in New Issue
Block a user