libgimp/libgimp-sections.txt libgimpconfig/libgimpconfig-sections.txt

2006-10-11  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt
	* libgimpconfig/libgimpconfig-sections.txt
	* libgimpwidgets/libgimpwidgets-sections.txt: added new API.

	* libgimpwidgets/tmpl/gimpstock.sgml: added new icons.

	* libgimp/tmpl/gimpfontselectbutton.sgml
	* libgimp/tmpl/gimptools.sgml
	* libgimpconfig/tmpl/gimpconfig-params.sgml
	* libgimpwidgets/tmpl/gimpcolorselection.sgml
	* libgimpwidgets/tmpl/gimpcolorselector.sgml: regenerated.
This commit is contained in:
Sven Neumann 2006-10-11 08:39:09 +00:00 committed by Sven Neumann
parent 1bc87a6306
commit 5207040a0b
9 changed files with 237 additions and 59 deletions

View file

@ -1,3 +1,17 @@
2006-10-11 Sven Neumann <sven@gimp.org>
* libgimp/libgimp-sections.txt
* libgimpconfig/libgimpconfig-sections.txt
* libgimpwidgets/libgimpwidgets-sections.txt: added new API.
* libgimpwidgets/tmpl/gimpstock.sgml: added new icons.
* libgimp/tmpl/gimpfontselectbutton.sgml
* libgimp/tmpl/gimptools.sgml
* libgimpconfig/tmpl/gimpconfig-params.sgml
* libgimpwidgets/tmpl/gimpcolorselection.sgml
* libgimpwidgets/tmpl/gimpcolorselector.sgml: regenerated.
2006-09-23 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* vbr.txt: fix an error concerning version numbers.

View file

@ -854,6 +854,8 @@ gimp_flip
gimp_free_select
gimp_fuzzy_select
gimp_fuzzy_select_full
gimp_heal
gimp_heal_default
gimp_paintbrush
gimp_paintbrush_default
gimp_pencil

View file

@ -270,6 +270,31 @@ Functions giving access to common toolbox tools.
@Returns:
<!-- ##### FUNCTION gimp_heal ##### -->
<para>
</para>
@drawable_ID:
@src_drawable_ID:
@src_x:
@src_y:
@num_strokes:
@strokes:
@Returns:
<!-- ##### FUNCTION gimp_heal_default ##### -->
<para>
</para>
@drawable_ID:
@num_strokes:
@strokes:
@Returns:
<!-- ##### FUNCTION gimp_paintbrush ##### -->
<para>

View file

@ -44,6 +44,7 @@ GIMP_CONFIG_PARAM_DEFAULTS
GIMP_CONFIG_PARAM_IGNORE
GIMP_CONFIG_PARAM_FLAGS
GIMP_CONFIG_INSTALL_PROP_BOOLEAN
GIMP_CONFIG_INSTALL_PROP_BOXED
GIMP_CONFIG_INSTALL_PROP_RGB
GIMP_CONFIG_INSTALL_PROP_DOUBLE
GIMP_CONFIG_INSTALL_PROP_RESOLUTION

View file

@ -79,6 +79,19 @@ gimpconfig-params
@flags:
<!-- ##### MACRO GIMP_CONFIG_INSTALL_PROP_BOXED ##### -->
<para>
</para>
@class:
@id:
@name:
@blurb:
@boxed_type:
@flags:
<!-- ##### MACRO GIMP_CONFIG_INSTALL_PROP_RGB ##### -->
<para>

View file

@ -183,6 +183,7 @@ gimp_color_selection_set_old_color
gimp_color_selection_get_old_color
gimp_color_selection_reset
gimp_color_selection_color_changed
gimp_color_selection_set_config
<SUBSECTION Standard>
GIMP_COLOR_SELECTION
GIMP_IS_COLOR_SELECTION
@ -691,6 +692,19 @@ GIMP_STOCK_TRANSPARENCY
GIMP_STOCK_DEFAULT_COLORS
GIMP_STOCK_SWAP_COLORS
GIMP_STOCK_UNDO_HISTORY
GIMP_STOCK_HCHAIN
GIMP_STOCK_HCHAIN_BROKEN
GIMP_STOCK_VCHAIN
GIMP_STOCK_VCHAIN_BROKEN
GIMP_STOCK_TEXTURE
GIMP_STOCK_FRAME
GIMP_STOCK_ERROR
GIMP_STOCK_INFO
GIMP_STOCK_QUESTION
GIMP_STOCK_WARNING
GIMP_STOCK_WILBER
GIMP_STOCK_WILBER_EEK
GIMP_STOCK_ZOOM_FOLLOW_WINDOW
GIMP_STOCK_TOOL_AIRBRUSH
GIMP_STOCK_TOOL_ALIGN
GIMP_STOCK_TOOL_BLEND
@ -722,6 +736,7 @@ GIMP_STOCK_TOOL_PAINTBRUSH
GIMP_STOCK_TOOL_PATH
GIMP_STOCK_TOOL_PENCIL
GIMP_STOCK_TOOL_PERSPECTIVE
GIMP_STOCK_TOOL_PERSPECTIVE_CLONE
GIMP_STOCK_TOOL_POSTERIZE
GIMP_STOCK_TOOL_RECT_SELECT
GIMP_STOCK_TOOL_ROTATE
@ -731,19 +746,16 @@ GIMP_STOCK_TOOL_SMUDGE
GIMP_STOCK_TOOL_TEXT
GIMP_STOCK_TOOL_THRESHOLD
GIMP_STOCK_TOOL_ZOOM
GIMP_STOCK_HCHAIN
GIMP_STOCK_HCHAIN_BROKEN
GIMP_STOCK_VCHAIN
GIMP_STOCK_VCHAIN_BROKEN
GIMP_STOCK_TEXTURE
GIMP_STOCK_FRAME
GIMP_STOCK_ERROR
GIMP_STOCK_INFO
GIMP_STOCK_QUESTION
GIMP_STOCK_WARNING
GIMP_STOCK_WILBER
GIMP_STOCK_WILBER_EEK
GIMP_STOCK_ZOOM_FOLLOW_WINDOW
GIMP_STOCK_CONTROLLER
GIMP_STOCK_CONTROLLER_KEYBOARD
GIMP_STOCK_CONTROLLER_LINUX_INPUT
GIMP_STOCK_CONTROLLER_MIDI
GIMP_STOCK_CONTROLLER_WHEEL
GIMP_STOCK_DISPLAY_FILTER_COLORBLIND
GIMP_STOCK_DISPLAY_FILTER_CONTRAST
GIMP_STOCK_DISPLAY_FILTER_GAMMA
GIMP_STOCK_DISPLAY_FILTER_LCMS
GIMP_STOCK_DISPLAY_FILTER_PROOF
GIMP_STOCK_QMASK_ON
GIMP_STOCK_QMASK_OFF
GIMP_STOCK_BRUSH
@ -900,6 +912,7 @@ gimp_color_selector_set_color
gimp_color_selector_set_channel
gimp_color_selector_color_changed
gimp_color_selector_channel_changed
gimp_color_selector_set_config
<SUBSECTION Standard>
GimpColorSelectorClass
GIMP_COLOR_SELECTOR

View file

@ -30,6 +30,11 @@ Widget for doing a color selection.
@gimpcolorselection: the object which received the signal.
<!-- ##### ARG GimpColorSelection:config ##### -->
<para>
</para>
<!-- ##### FUNCTION gimp_color_selection_new ##### -->
<para>
@ -108,3 +113,12 @@ Widget for doing a color selection.
@selection:
<!-- ##### FUNCTION gimp_color_selection_set_config ##### -->
<para>
</para>
@selection:
@config:

View file

@ -148,3 +148,12 @@ The suggested width for a color bar in a #GimpColorSelector implementation.
@selector:
<!-- ##### FUNCTION gimp_color_selector_set_config ##### -->
<para>
</para>
@selector:
@config:

View file

@ -981,6 +981,102 @@ RTL variant
<!-- ##### MACRO GIMP_STOCK_HCHAIN ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-hchain-24.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_HCHAIN_BROKEN ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-hchain-broken-24.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_VCHAIN ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-vchain-24.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_VCHAIN_BROKEN ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-vchain-broken-24.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_TEXTURE ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-texture-64.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_FRAME ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-frame-64.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_ERROR ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-error-64.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_INFO ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-info-64.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-info-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-info-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_QUESTION ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-question-64.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_WARNING ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-warning-64.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-warning-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-warning-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_WILBER ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-wilber-64.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-wilber-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_WILBER_EEK ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-wilber-eek-64.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_ZOOM_FOLLOW_WINDOW ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-zoom-follow-window-12.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_TOOL_AIRBRUSH ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-tool-airbrush-22.png" format="png"></inlinegraphic>
@ -1229,6 +1325,13 @@ RTL variant
<!-- ##### MACRO GIMP_STOCK_TOOL_PERSPECTIVE_CLONE ##### -->
<para>
</para>
<!-- ##### MACRO GIMP_STOCK_TOOL_POSTERIZE ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-tool-posterize-22.png" format="png"></inlinegraphic>
@ -1301,98 +1404,82 @@ RTL variant
<!-- ##### MACRO GIMP_STOCK_HCHAIN ##### -->
<!-- ##### MACRO GIMP_STOCK_CONTROLLER ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-hchain-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-controller-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-controller-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_HCHAIN_BROKEN ##### -->
<!-- ##### MACRO GIMP_STOCK_CONTROLLER_KEYBOARD ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-hchain-broken-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-controller-keyboard-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-controller-keyboard-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_VCHAIN ##### -->
<!-- ##### MACRO GIMP_STOCK_CONTROLLER_LINUX_INPUT ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-vchain-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-controller-linux-input-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-controller-linux-input-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_VCHAIN_BROKEN ##### -->
<!-- ##### MACRO GIMP_STOCK_CONTROLLER_MIDI ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-vchain-broken-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-controller-midi-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-controller-midi-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_TEXTURE ##### -->
<!-- ##### MACRO GIMP_STOCK_CONTROLLER_WHEEL ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-texture-64.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-controller-wheel-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-controller-wheel-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_FRAME ##### -->
<!-- ##### MACRO GIMP_STOCK_DISPLAY_FILTER_COLORBLIND ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-frame-64.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-display-filter-colorblind-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-display-filter-colorblind-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_ERROR ##### -->
<!-- ##### MACRO GIMP_STOCK_DISPLAY_FILTER_CONTRAST ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-error-64.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-display-filter-contrast-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-display-filter-contrast-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_INFO ##### -->
<!-- ##### MACRO GIMP_STOCK_DISPLAY_FILTER_GAMMA ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-info-64.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-info-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-info-16.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-display-filter-gamma-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-display-filter-gamma-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_QUESTION ##### -->
<!-- ##### MACRO GIMP_STOCK_DISPLAY_FILTER_LCMS ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-question-64.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-display-filter-lcms-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-display-filter-lcms-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_WARNING ##### -->
<!-- ##### MACRO GIMP_STOCK_DISPLAY_FILTER_PROOF ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-warning-64.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-warning-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-warning-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_WILBER ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-wilber-64.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-wilber-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_WILBER_EEK ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-wilber-eek-64.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_ZOOM_FOLLOW_WINDOW ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-zoom-follow-window-12.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-display-filter-proof-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-display-filter-proof-16.png" format="png"></inlinegraphic>
</para>