don't say we'd use MMX if it is disabled.
2002-11-06 Sven Neumann <sven@gimp.org> * app/base/base.c (base_init): don't say we'd use MMX if it is disabled. * libgimpmodule/gimpmodule.[ch] * app/gui/module-browser.c: changed enum values and user-visible strings to saner values. * libgimpmodule/gimpmoduledb.c * plug-ins/tools/tool-safe-mode.c: made them less verbose.
This commit is contained in:
committed by
Sven Neumann
parent
368afec46c
commit
2ef9706b1d
@ -1,3 +1,21 @@
|
||||
2002-11-06 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpcolor/libgimpcolor-sections.txt
|
||||
* libgimpcolor/tmpl/gimpadaptivesupersample.sgml
|
||||
* libgimpcolor/tmpl/gimpbilinear.sgml
|
||||
* libgimpcolor/tmpl/gimpcolorspace.sgml
|
||||
* libgimpcolor/tmpl/gimphsv.sgml
|
||||
* libgimpcolor/tmpl/gimprgb.sgml
|
||||
* libgimpmath/libgimpmath-sections.txt
|
||||
* libgimpmath/tmpl/gimpmath.sgml
|
||||
* libgimpmath/tmpl/gimpmatrix.sgml
|
||||
* libgimpmath/tmpl/gimpvector.sgml
|
||||
* libgimpmodule/tmpl/gimpmodule.sgml
|
||||
* libgimpwidgets/libgimpwidgets-docs.sgml
|
||||
* libgimpwidgets/tmpl/gimpcolorscales.sgml
|
||||
* libgimpwidgets/tmpl/gimpcolorselect.sgml: some minor changes to
|
||||
make the docs more pleasant to look at.
|
||||
|
||||
2002-11-05 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimpwidgets/tmpl/gimppickbutton.sgml: added GimpPickButton.
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
<SECTION>
|
||||
<FILE>gimpcolorspace</FILE>
|
||||
<TITLE>GimpColorSpace</TITLE>
|
||||
gimp_rgb_to_hsv
|
||||
gimp_rgb_to_hsl
|
||||
gimp_hsv_to_rgb
|
||||
@ -19,6 +20,7 @@ gimp_hsv_to_rgb4
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimphsv</FILE>
|
||||
<TITLE>GimpHSV</TITLE>
|
||||
GimpHSV
|
||||
gimp_hsv_set
|
||||
gimp_hsv_clamp
|
||||
@ -27,6 +29,7 @@ gimp_hsva_set
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimprgb</FILE>
|
||||
<TITLE>GimpRGB</TITLE>
|
||||
GimpRGB
|
||||
GimpRGBCompositeMode
|
||||
gimp_rgb_set
|
||||
@ -59,6 +62,7 @@ INTENSITY
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpadaptivesupersample</FILE>
|
||||
<TITLE>GimpAdaptiveSupersample</TITLE>
|
||||
GimpProgressFunc
|
||||
GimpPutPixelFunc
|
||||
GimpRenderFunc
|
||||
@ -67,6 +71,7 @@ gimp_adaptive_supersample_area
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpbilinear</FILE>
|
||||
<TITLE>GimpBilinear</TITLE>
|
||||
gimp_bilinear
|
||||
gimp_bilinear_8
|
||||
gimp_bilinear_16
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpadaptivesupersample
|
||||
GimpAdaptiveSupersample
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpbilinear
|
||||
GimpBilinear
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpcolorspace
|
||||
GimpColorSpace
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Utility functions which convert colors between different color models.
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimphsv
|
||||
GimpHSV
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimprgb
|
||||
GimpRGB
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
<SECTION>
|
||||
<FILE>gimpmath</FILE>
|
||||
<TITLE>GimpMath</TITLE>
|
||||
G_MAXRAND
|
||||
RINT
|
||||
ROUND
|
||||
@ -18,6 +19,7 @@ gimp_md5_get_digest
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpmatrix</FILE>
|
||||
<TITLE>GimpMatrix</TITLE>
|
||||
GimpMatrix3[3][3]
|
||||
GimpMatrix4[4][4]
|
||||
gimp_matrix3_transform_point
|
||||
@ -39,6 +41,7 @@ gimp_matrix4_to_deg
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpvector</FILE>
|
||||
<TITLE>GimpVector</TITLE>
|
||||
GimpVector2
|
||||
GimpVector3
|
||||
GimpVector4
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpmath
|
||||
GimpMath
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Mathematical definitions and macros.
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpmatrix
|
||||
GimpMatrix
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Utilities to set up and manipulate 3x3 transformation matrices.
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpvector
|
||||
GimpVector
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
Utilities to set up and manipulate vectors.
|
||||
|
||||
@ -40,9 +40,9 @@ Common definitions for creating a pluggable GIMP module.
|
||||
</para>
|
||||
|
||||
@GIMP_MODULE_STATE_ERROR:
|
||||
@GIMP_MODULE_STATE_LOADED_OK:
|
||||
@GIMP_MODULE_STATE_LOADED:
|
||||
@GIMP_MODULE_STATE_LOAD_FAILED:
|
||||
@GIMP_MODULE_STATE_UNLOADED_OK:
|
||||
@GIMP_MODULE_STATE_NOT_LOADED:
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpModuleQueryFunc ##### -->
|
||||
<para>
|
||||
|
||||
@ -35,6 +35,7 @@
|
||||
&GimpColorScale;
|
||||
&GimpFileSelection;
|
||||
&GimpPathEditor;
|
||||
&GimpPickButton;
|
||||
&GimpPixmap;
|
||||
&GimpSizeEntry;
|
||||
&GimpUnitMenu;
|
||||
@ -51,7 +52,6 @@
|
||||
&GimpColorNotebook;
|
||||
&GimpColorScales;
|
||||
&GimpColorSelect;
|
||||
&GimpPickButton;
|
||||
</chapter>
|
||||
</part>
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpcolorscales
|
||||
GimpColorScales
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpcolorselect
|
||||
GimpColorSelect
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user