mirror of https://github.com/GNOME/gimp.git
fixed gtk-doc comment.
2003-12-16 Sven Neumann <sven@gimp.org> * app/composite/gimp-composite.c (gimp_composite_init): fixed gtk-doc comment. * plug-ins/script-fu/scripts/3d-outline.scm: use enums. 2003-12-16 Sven Neumann <sven@gimp.org> * app/Makefile.am: link against libgimpthumb. * app/app-sections.txt: updated. * app/app-docs.sgml * libgimpbase/libgimpbase-docs.sgml * libgimpcolor/libgimpcolor-docs.sgml * libgimpmath/libgimpmath-docs.sgml * libgimpmodule/libgimpmodule-docs.sgml * libgimpthumb/libgimpthumb-docs.sgml * libgimpwidgets/libgimpwidgets-docs.sgml: updated XInclude namespace URL.
This commit is contained in:
parent
aee083e248
commit
085f7ebb19
|
@ -1,3 +1,10 @@
|
|||
2003-12-16 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/composite/gimp-composite.c (gimp_composite_init): fixed
|
||||
gtk-doc comment.
|
||||
|
||||
* plug-ins/script-fu/scripts/3d-outline.scm: use enums.
|
||||
|
||||
2003-12-16 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/core/gimp-edit.c: added more precondition checks, minor
|
||||
|
|
|
@ -339,12 +339,12 @@ gimp_composite_pixelformat_astext (GimpPixelFormat format)
|
|||
|
||||
/**
|
||||
* gimp_composite_init:
|
||||
* @use_cpu_accel: whether to use accelerated routines like MMX
|
||||
*
|
||||
* Initialise the Gimp Compositing subsystem. This includes checking
|
||||
* for user options and environment, installing the generic set of
|
||||
* compositing operation handlers, followed by overloading those which
|
||||
* are supported by the current cpu/hardware.
|
||||
*
|
||||
**/
|
||||
void
|
||||
gimp_composite_init (gboolean use_cpu_accel)
|
||||
|
|
|
@ -1,5 +1,20 @@
|
|||
2003-12-16 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/Makefile.am: link against libgimpthumb.
|
||||
|
||||
* app/app-sections.txt: updated.
|
||||
|
||||
* app/app-docs.sgml
|
||||
* libgimpbase/libgimpbase-docs.sgml
|
||||
* libgimpcolor/libgimpcolor-docs.sgml
|
||||
* libgimpmath/libgimpmath-docs.sgml
|
||||
* libgimpmodule/libgimpmodule-docs.sgml
|
||||
* libgimpthumb/libgimpthumb-docs.sgml
|
||||
* libgimpwidgets/libgimpwidgets-docs.sgml: updated XInclude
|
||||
namespace URL.
|
||||
|
||||
2003-12-14 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpthumb/libgimpthumb-docs.sgml
|
||||
* libgimpthumb/libgimpthumb-sections.txt
|
||||
* libgimpthumb/tmpl/gimpthumb-enums.sgml
|
||||
|
|
|
@ -91,6 +91,7 @@ GTKDOC_LIBS = \
|
|||
$(top_builddir)/libgimpmath/libgimpmath-$(LT_RELEASE).la \
|
||||
$(top_builddir)/libgimpbase/libgimpbase-$(LT_RELEASE).la \
|
||||
$(top_builddir)/libgimpmodule/libgimpmodule-$(LT_RELEASE).la \
|
||||
$(top_builddir)/libgimpthumb/libgimpthumb-$(LT_RELEASE).la \
|
||||
$(top_builddir)/libgimpwidgets/libgimpwidgets-$(LT_RELEASE).la \
|
||||
$(GTK_LIBS) \
|
||||
$(LIBART_LIBS) \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
|
||||
|
||||
<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
||||
|
||||
<bookinfo>
|
||||
<title>GIMP Application Reference Manual</title>
|
||||
|
|
|
@ -878,7 +878,6 @@ GIMP_IMAGE_GET_CLASS
|
|||
|
||||
<SECTION>
|
||||
<FILE>gimpimagefile</FILE>
|
||||
GimpImagefileState
|
||||
<TITLE>GimpImagefile</TITLE>
|
||||
GimpImagefile
|
||||
gimp_imagefile_new
|
||||
|
@ -923,6 +922,8 @@ GIMP_IMAGE_MAP_GET_CLASS
|
|||
<FILE>gimpitem</FILE>
|
||||
<TITLE>GimpItem</TITLE>
|
||||
GimpItem
|
||||
gimp_item_sink
|
||||
gimp_item_is_floating
|
||||
gimp_item_removed
|
||||
gimp_item_configure
|
||||
gimp_item_duplicate
|
||||
|
@ -1087,6 +1088,9 @@ gimp_object_name_changed
|
|||
gimp_object_name_free
|
||||
gimp_object_name_collate
|
||||
gimp_object_get_memsize
|
||||
gimp_g_list_get_memsize
|
||||
gimp_g_slist_get_memsize
|
||||
gimp_g_hash_table_get_memsize
|
||||
gimp_g_object_get_memsize
|
||||
<SUBSECTION Standard>
|
||||
GimpObjectClass
|
||||
|
@ -4056,7 +4060,9 @@ gimp_histogram_view_get_histogram
|
|||
gimp_histogram_view_set_channel
|
||||
gimp_histogram_view_get_channel
|
||||
gimp_histogram_view_set_scale
|
||||
gimp_histogram_view_get_scale
|
||||
gimp_histogram_view_set_range
|
||||
gimp_histogram_view_get_range
|
||||
<SUBSECTION Standard>
|
||||
GimpHistogramViewClass
|
||||
GIMP_HISTOGRAM_VIEW
|
||||
|
@ -4712,7 +4718,7 @@ app_run
|
|||
|
||||
<SECTION>
|
||||
<FILE>batch</FILE>
|
||||
batch_init
|
||||
batch_run
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -5331,9 +5337,11 @@ GimpContextPropMask
|
|||
GimpConvertPaletteType
|
||||
GimpGradientSegmentType
|
||||
GimpGradientSegmentColor
|
||||
GimpImageScaleCheckType
|
||||
GimpMaskApplyMode
|
||||
GimpMergeType
|
||||
GimpOffsetType
|
||||
GimpPDBCompatMode
|
||||
<SUBSECTION Standard>
|
||||
gimp_add_mask_type_get_type
|
||||
gimp_blend_mode_get_type
|
||||
|
@ -5610,7 +5618,7 @@ gimp_image_rotate
|
|||
<FILE>gimpimage-scale</FILE>
|
||||
<TITLE>GimpImage-scale</TITLE>
|
||||
gimp_image_scale
|
||||
gimp_image_check_scaling
|
||||
gimp_image_scale_check
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -6753,6 +6761,7 @@ NetExec
|
|||
ProcArg
|
||||
ProcRecord
|
||||
procedural_db_init
|
||||
procedural_db_init_procs
|
||||
procedural_db_free
|
||||
procedural_db_register
|
||||
procedural_db_unregister
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
|
||||
|
||||
<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
||||
|
||||
<bookinfo>
|
||||
<title>GIMP Base Library Reference Manual</title>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
|
||||
|
||||
<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
||||
|
||||
<bookinfo>
|
||||
<title>GIMP Color Library Reference Manual</title>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
|
||||
|
||||
<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
||||
|
||||
<bookinfo>
|
||||
<title>GIMP Math Library Reference Manual</title>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
|
||||
|
||||
<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
||||
|
||||
<bookinfo>
|
||||
<title>GIMP Module Library Reference Manual</title>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
|
||||
|
||||
<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
||||
|
||||
<bookinfo>
|
||||
<title>GIMP Thumbnail Library Reference Manual</title>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
|
||||
|
||||
<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
||||
|
||||
<bookinfo>
|
||||
<title>GIMP Widgets Library Reference Manual</title>
|
||||
|
|
|
@ -32,8 +32,10 @@
|
|||
s-offset-y)
|
||||
(let* ((width (car (gimp-drawable-width logo-layer)))
|
||||
(height (car (gimp-drawable-height logo-layer)))
|
||||
(bg-layer (car (gimp-layer-new img width height RGB-IMAGE "Background" 100 NORMAL-MODE)))
|
||||
(pattern (car (gimp-layer-new img width height RGBA-IMAGE "Pattern" 100 NORMAL-MODE)))
|
||||
(bg-layer (car (gimp-layer-new img width height
|
||||
RGB-IMAGE "Background" 100 NORMAL-MODE)))
|
||||
(pattern (car (gimp-layer-new img width height
|
||||
RGBA-IMAGE "Pattern" 100 NORMAL-MODE)))
|
||||
(old-fg (car (gimp-palette-get-foreground)))
|
||||
(old-bg (car (gimp-palette-get-background))))
|
||||
(gimp-selection-none img)
|
||||
|
@ -50,7 +52,7 @@
|
|||
(plug-in-gauss-iir 1 img logo-layer outline-blur-radius TRUE TRUE)
|
||||
|
||||
(gimp-drawable-set-visible pattern FALSE)
|
||||
(set! layer2 (car (gimp-image-merge-visible-layers img 1)))
|
||||
(set! layer2 (car (gimp-image-merge-visible-layers img CLIP-TO-IMAGE)))
|
||||
(plug-in-edge 1 img layer2 2 1 0)
|
||||
(set! layer3 (car (gimp-layer-copy layer2 TRUE)))
|
||||
(gimp-image-add-layer img layer3 2)
|
||||
|
@ -59,14 +61,15 @@
|
|||
(gimp-selection-all img)
|
||||
(gimp-patterns-set-pattern text-pattern)
|
||||
(gimp-bucket-fill pattern PATTERN-BUCKET-FILL NORMAL-MODE 100 0 FALSE 0 0)
|
||||
(plug-in-bump-map noninteractive img pattern layer2 110.0 45.0 4 0 0 0 0 TRUE FALSE 0)
|
||||
(plug-in-bump-map noninteractive img pattern layer2
|
||||
110.0 45.0 4 0 0 0 0 TRUE FALSE 0)
|
||||
|
||||
(set! pattern-mask (car (gimp-layer-create-mask pattern ADD-ALPHA-MASK)))
|
||||
(gimp-layer-add-mask pattern pattern-mask)
|
||||
|
||||
(gimp-selection-all img)
|
||||
(gimp-edit-copy layer3)
|
||||
(set! floating_sel (car (gimp-edit-paste pattern-mask 0)))
|
||||
(set! floating_sel (car (gimp-edit-paste pattern-mask FALSE)))
|
||||
(gimp-floating-sel-anchor floating_sel)
|
||||
|
||||
(gimp-layer-remove-mask pattern MASK-APPLY)
|
||||
|
|
Loading…
Reference in New Issue