mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
Bug 768044 - Fix many typos
This fixes many typos in comments and one in a user-visible string (msgid "center abscisse" changed to "center abscissa" in affected po files. too).
This commit is contained in:
parent
6f3c251eca
commit
dd9b0fc55b
92 changed files with 133 additions and 133 deletions
|
@ -116,7 +116,7 @@ gimp_mandala_class_init (GimpMandalaClass *klass)
|
|||
|
||||
GIMP_CONFIG_PROP_DOUBLE (object_class, PROP_CENTER_X,
|
||||
"center-x",
|
||||
_("Center abscisse"),
|
||||
_("Center abscissa"),
|
||||
NULL,
|
||||
0.0, G_MAXDOUBLE, 0.0,
|
||||
GIMP_PARAM_STATIC_STRINGS |
|
||||
|
|
|
@ -3497,7 +3497,7 @@ register_context_procs (GimpPDB *pdb)
|
|||
"gimp-context-set-line-dash-pattern",
|
||||
"Set the line dash pattern setting.",
|
||||
"This procedure modifies the line dash pattern setting for stroking lines.\n"
|
||||
"The unit of the dash pattern segments is the actual line width used for the stroke opertation, in other words a segment length of 1.0 results in a square segment shape (or gap shape).\n"
|
||||
"The unit of the dash pattern segments is the actual line width used for the stroke operation, in other words a segment length of 1.0 results in a square segment shape (or gap shape).\n"
|
||||
"This setting affects the following procedures: 'gimp-edit-stroke', 'gimp-edit-stroke-vectors'.",
|
||||
"Michael Natterer <mitch@gimp.org>",
|
||||
"Michael Natterer",
|
||||
|
@ -4601,7 +4601,7 @@ register_context_procs (GimpPDB *pdb)
|
|||
gimp_procedure_set_static_strings (procedure,
|
||||
"gimp-context-set-diagonal-neighbors",
|
||||
"Set the diagonal neighbors setting.",
|
||||
"This procedure modifies the diagonal neighbors setting. If the affected region of an operation is based on a seed point, like when doing a seed fill, then, when this setting is TRUE, all eight neighbors of each pixel are considered when calculating the affected region; in contrast, when this setting is FALSE, only the four orthogonal neighors of each pixel are considered.\n"
|
||||
"This procedure modifies the diagonal neighbors setting. If the affected region of an operation is based on a seed point, like when doing a seed fill, then, when this setting is TRUE, all eight neighbors of each pixel are considered when calculating the affected region; in contrast, when this setting is FALSE, only the four orthogonal neighbors of each pixel are considered.\n"
|
||||
"This setting affects the following procedures: 'gimp-image-select-contiguous-color'.",
|
||||
"Ell",
|
||||
"Ell",
|
||||
|
|
|
@ -1667,7 +1667,7 @@ register_gradient_procs (GimpPDB *pdb)
|
|||
"gimp-gradient-get-custom-samples");
|
||||
gimp_procedure_set_static_strings (procedure,
|
||||
"gimp-gradient-get-custom-samples",
|
||||
"Sample the spacified gradient in custom positions.",
|
||||
"Sample the specified gradient in custom positions.",
|
||||
"This procedure samples the active gradient in the specified number of points. The procedure will sample the gradient in the specified positions from the list. The left endpoint of the gradient corresponds to position 0.0, and the right endpoint corresponds to 1.0. The procedure returns a list of floating-point values which correspond to the RGBA values for each sample.",
|
||||
"Federico Mena Quintero",
|
||||
"Federico Mena Quintero",
|
||||
|
@ -1928,7 +1928,7 @@ register_gradient_procs (GimpPDB *pdb)
|
|||
gimp_procedure_set_static_strings (procedure,
|
||||
"gimp-gradient-segment-set-left-pos",
|
||||
"Sets the left endpoint position of the specified segment",
|
||||
"This procedure sets the left endpoint position of the specified segment of the specified gradient. The final position will be between the position of the middle point to the left to the middle point of the current segement.\n"
|
||||
"This procedure sets the left endpoint position of the specified segment of the specified gradient. The final position will be between the position of the middle point to the left to the middle point of the current segment.\n"
|
||||
"This procedure returns the final position.",
|
||||
"Shlomi Fish <shlomif@iglu.org.il>",
|
||||
"Shlomi Fish",
|
||||
|
@ -2589,7 +2589,7 @@ register_gradient_procs (GimpPDB *pdb)
|
|||
gimp_procedure_set_static_strings (procedure,
|
||||
"gimp-gradient-segment-range-move",
|
||||
"Move the position of an entire segment range by a delta.",
|
||||
"This funtions moves the position of an entire segment range by a delta. The actual delta (which is returned) will be limited by the control points of the neighboring segments.",
|
||||
"This function moves the position of an entire segment range by a delta. The actual delta (which is returned) will be limited by the control points of the neighboring segments.",
|
||||
"Shlomi Fish <shlomif@iglu.org.il>",
|
||||
"Shlomi Fish",
|
||||
"2003",
|
||||
|
|
|
@ -513,7 +513,7 @@ register_image_color_profile_procs (GimpPDB *pdb)
|
|||
gimp_procedure_set_static_strings (procedure,
|
||||
"gimp-image-convert-color-profile-from-file",
|
||||
"Convert the image's layers to a color profile",
|
||||
"This procedure converts from the image's color profile (or the default RGB or grayscale profile if none is set) to an ICC profile precified by 'uri'. Only RGB and grayscale color profiles are accepted, according to the image's type.",
|
||||
"This procedure converts from the image's color profile (or the default RGB or grayscale profile if none is set) to an ICC profile specified by 'uri'. Only RGB and grayscale color profiles are accepted, according to the image's type.",
|
||||
"Michael Natterer <mitch@gimp.org>",
|
||||
"Michael Natterer",
|
||||
"2015",
|
||||
|
|
|
@ -455,7 +455,7 @@ register_image_undo_procs (GimpPDB *pdb)
|
|||
gimp_procedure_set_static_strings (procedure,
|
||||
"gimp-image-undo-thaw",
|
||||
"Thaw the image's undo stack.",
|
||||
"This procedure thaws the image's undo stack, allowing subsequent operations to store their undo steps. This is generally called in conjunction with 'gimp-image-undo-freeze' to temporarily freeze an image undo stack. 'gimp-image-undo-thaw' does NOT free the undo stack as 'gimp-image-undo-enable' does, so is suited for situations where one wishes to leave the undo stack in the same state in which one found it despite non-destructively playing with the image in the meantime. An example would be in-situ plugin previews. Balancing freezes and thaws and ensuring image consistancy is the responsibility of the caller.",
|
||||
"This procedure thaws the image's undo stack, allowing subsequent operations to store their undo steps. This is generally called in conjunction with 'gimp-image-undo-freeze' to temporarily freeze an image undo stack. 'gimp-image-undo-thaw' does NOT free the undo stack as 'gimp-image-undo-enable' does, so is suited for situations where one wishes to leave the undo stack in the same state in which one found it despite non-destructively playing with the image in the meantime. An example would be in-situ plugin previews. Balancing freezes and thaws and ensuring image consistency is the responsibility of the caller.",
|
||||
"Adam D. Moss",
|
||||
"Adam D. Moss",
|
||||
"1999",
|
||||
|
|
|
@ -574,7 +574,7 @@ register_selection_procs (GimpPDB *pdb)
|
|||
gimp_procedure_set_static_strings (procedure,
|
||||
"gimp-selection-bounds",
|
||||
"Find the bounding box of the current selection.",
|
||||
"This procedure returns whether there is a selection for the specified image. If there is one, the upper left and lower right corners of the bounding box are returned. These coordinates are relative to the image. Please note that the pixel specified by the lower righthand coordinate of the bounding box is not part of the selection. The selection ends at the upper left corner of this pixel. This means the width of the selection can be calculated as (x2 - x1), its height as (y2 - y1).",
|
||||
"This procedure returns whether there is a selection for the specified image. If there is one, the upper left and lower right corners of the bounding box are returned. These coordinates are relative to the image. Please note that the pixel specified by the lower right coordinate of the bounding box is not part of the selection. The selection ends at the upper left corner of this pixel. This means the width of the selection can be calculated as (x2 - x1), its height as (y2 - y1).",
|
||||
"Spencer Kimball & Peter Mattis",
|
||||
"Spencer Kimball & Peter Mattis",
|
||||
"1995-1996",
|
||||
|
@ -952,7 +952,7 @@ register_selection_procs (GimpPDB *pdb)
|
|||
gimp_procedure_set_static_strings (procedure,
|
||||
"gimp-selection-shrink",
|
||||
"Shrink the image's selection",
|
||||
"This procedure shrinks the selection. Shrinking invovles trimming the existing selection boundary on all sides by the specified number of pixels.",
|
||||
"This procedure shrinks the selection. Shrinking involves trimming the existing selection boundary on all sides by the specified number of pixels.",
|
||||
"Spencer Kimball & Peter Mattis",
|
||||
"Spencer Kimball & Peter Mattis",
|
||||
"1995-1996",
|
||||
|
|
|
@ -2038,7 +2038,7 @@ register_text_layer_procs (GimpPDB *pdb)
|
|||
gimp_procedure_set_static_strings (procedure,
|
||||
"gimp-text-layer-get-letter-spacing",
|
||||
"Get the letter spacing used in a text layer.",
|
||||
"This procedure returns the additional spacing between the single glyps in a text layer.",
|
||||
"This procedure returns the additional spacing between the single glyphs in a text layer.",
|
||||
"Marcus Heese <heese@cip.ifi.lmu.de>",
|
||||
"Marcus Heese",
|
||||
"2008",
|
||||
|
|
|
@ -55,7 +55,7 @@ gimp_status_func_dummy (const gchar *text1,
|
|||
* gimp_init_for_testing:
|
||||
*
|
||||
* Initialize the GIMP object system for unit testing. This is a
|
||||
* selected subset of the initialization happning in app_run().
|
||||
* selected subset of the initialization happening in app_run().
|
||||
**/
|
||||
Gimp *
|
||||
gimp_init_for_testing (void)
|
||||
|
|
|
@ -365,7 +365,7 @@ gimp_bezier_stroke_anchor_insert (GimpStroke *stroke,
|
|||
position, &(subdivided[4]),
|
||||
&(subdivided[3]));
|
||||
|
||||
/* subdivided 0-6 contains the bezier segement subdivided at <position> */
|
||||
/* subdivided 0-6 contains the bezier segment subdivided at <position> */
|
||||
|
||||
list = segment_start;
|
||||
|
||||
|
|
|
@ -1180,7 +1180,7 @@ gimp_destroy_paramdefs (GimpParamDef *paramdefs,
|
|||
*
|
||||
* If a procedure call fails, then it might pass an error message with
|
||||
* the return values. Plug-ins that are using the libgimp C wrappers
|
||||
* don't access the procedure return values directly. Thus ligimp
|
||||
* don't access the procedure return values directly. Thus libgimp
|
||||
* stores the error message and makes it available with this
|
||||
* function. The next procedure call unsets the error message again.
|
||||
*
|
||||
|
|
|
@ -75,7 +75,7 @@ gimp_brush_select_new (const gchar *title,
|
|||
{ GIMP_PDB_INT32, "spacing", "Spacing" },
|
||||
{ GIMP_PDB_INT32, "paint mode", "Paint mode" },
|
||||
{ GIMP_PDB_INT32, "mask width", "Brush width" },
|
||||
{ GIMP_PDB_INT32, "mask height" "Brush heigth" },
|
||||
{ GIMP_PDB_INT32, "mask height" "Brush height" },
|
||||
{ GIMP_PDB_INT32, "mask len", "Length of brush mask data" },
|
||||
{ GIMP_PDB_INT8ARRAY, "mask data", "The brush mask data" },
|
||||
{ GIMP_PDB_INT32, "dialog status", "If the dialog was closing "
|
||||
|
|
|
@ -1075,7 +1075,7 @@ gimp_context_get_line_dash_pattern (gint *num_dashes,
|
|||
* This procedure modifies the line dash pattern setting for stroking
|
||||
* lines.
|
||||
* The unit of the dash pattern segments is the actual line width used
|
||||
* for the stroke opertation, in other words a segment length of 1.0
|
||||
* for the stroke operation, in other words a segment length of 1.0
|
||||
* results in a square segment shape (or gap shape).
|
||||
* This setting affects the following procedures: gimp_edit_stroke(),
|
||||
* gimp_edit_stroke_vectors().
|
||||
|
@ -2620,7 +2620,7 @@ gimp_context_get_diagonal_neighbors (void)
|
|||
* doing a seed fill, then, when this setting is TRUE, all eight
|
||||
* neighbors of each pixel are considered when calculating the affected
|
||||
* region; in contrast, when this setting is FALSE, only the four
|
||||
* orthogonal neighors of each pixel are considered.
|
||||
* orthogonal neighbors of each pixel are considered.
|
||||
* This setting affects the following procedures:
|
||||
* gimp_image_select_contiguous_color().
|
||||
*
|
||||
|
|
|
@ -299,7 +299,7 @@ gimp_gradient_get_uniform_samples (const gchar *name,
|
|||
* @num_color_samples: Length of the color_samples array (4 * num_samples).
|
||||
* @color_samples: Color samples: { R1, G1, B1, A1, ..., Rn, Gn, Bn, An }.
|
||||
*
|
||||
* Sample the spacified gradient in custom positions.
|
||||
* Sample the specified gradient in custom positions.
|
||||
*
|
||||
* This procedure samples the active gradient in the specified number
|
||||
* of points. The procedure will sample the gradient in the specified
|
||||
|
@ -581,7 +581,7 @@ gimp_gradient_segment_get_left_pos (const gchar *name,
|
|||
* This procedure sets the left endpoint position of the specified
|
||||
* segment of the specified gradient. The final position will be
|
||||
* between the position of the middle point to the left to the middle
|
||||
* point of the current segement.
|
||||
* point of the current segment.
|
||||
* This procedure returns the final position.
|
||||
*
|
||||
* Returns: TRUE on success.
|
||||
|
@ -1283,7 +1283,7 @@ gimp_gradient_segment_range_blend_opacity (const gchar *name,
|
|||
*
|
||||
* Move the position of an entire segment range by a delta.
|
||||
*
|
||||
* This funtions moves the position of an entire segment range by a
|
||||
* This function moves the position of an entire segment range by a
|
||||
* delta. The actual delta (which is returned) will be limited by the
|
||||
* control points of the neighboring segments.
|
||||
*
|
||||
|
|
|
@ -259,7 +259,7 @@ _gimp_image_convert_color_profile (gint32 image_ID,
|
|||
*
|
||||
* This procedure converts from the image's color profile (or the
|
||||
* default RGB or grayscale profile if none is set) to an ICC profile
|
||||
* precified by 'uri'. Only RGB and grayscale color profiles are
|
||||
* specified by 'uri'. Only RGB and grayscale color profiles are
|
||||
* accepted, according to the image's type.
|
||||
*
|
||||
* Returns: TRUE on success.
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
/**
|
||||
* SECTION: gimpimagetransform
|
||||
* @title: gimpimagetransform
|
||||
* @short_description: Transformations onm images.
|
||||
* @short_description: Transformations on images.
|
||||
*
|
||||
* Operations to scale, resize, crop, flip and rotate images.
|
||||
**/
|
||||
|
|
|
@ -250,7 +250,7 @@ gimp_image_undo_freeze (gint32 image_ID)
|
|||
* where one wishes to leave the undo stack in the same state in which
|
||||
* one found it despite non-destructively playing with the image in the
|
||||
* meantime. An example would be in-situ plugin previews. Balancing
|
||||
* freezes and thaws and ensuring image consistancy is the
|
||||
* freezes and thaws and ensuring image consistency is the
|
||||
* responsibility of the caller.
|
||||
*
|
||||
* Returns: TRUE if the image undo has been thawed.
|
||||
|
|
|
@ -67,7 +67,7 @@ gimp_pattern_select_new (const gchar *title,
|
|||
{
|
||||
{ GIMP_PDB_STRING, "str", "String" },
|
||||
{ GIMP_PDB_INT32, "mask width", "Pattern width" },
|
||||
{ GIMP_PDB_INT32, "mask height", "Pattern heigth" },
|
||||
{ GIMP_PDB_INT32, "mask height", "Pattern height" },
|
||||
{ GIMP_PDB_INT32, "mask bpp", "Pattern bytes per pixel" },
|
||||
{ GIMP_PDB_INT32, "mask len", "Length of pattern mask data" },
|
||||
{ GIMP_PDB_INT8ARRAY,"mask data", "The pattern mask data" },
|
||||
|
|
|
@ -121,7 +121,7 @@ gimp_pixel_fetcher_new (GimpDrawable *drawable,
|
|||
* gimp_pixel_fetcher_destroy:
|
||||
* @pf: a pointer to a previously initialized #GimpPixelFetcher.
|
||||
*
|
||||
* Close a previously initializd pixel region.
|
||||
* Close a previously initialized pixel region.
|
||||
**/
|
||||
void
|
||||
gimp_pixel_fetcher_destroy (GimpPixelFetcher *pf)
|
||||
|
@ -139,7 +139,7 @@ gimp_pixel_fetcher_destroy (GimpPixelFetcher *pf)
|
|||
* @pf: a pointer to a previously initialized #GimpPixelFetcher.
|
||||
* @mode: the new edge mode from #GimpPixelFetcherEdgeMode.
|
||||
*
|
||||
* Change the edage mode of a previously initialized pixel region.
|
||||
* Change the edge mode of a previously initialized pixel region.
|
||||
**/
|
||||
void
|
||||
gimp_pixel_fetcher_set_edge_mode (GimpPixelFetcher *pf,
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
* specified image. If there is one, the upper left and lower right
|
||||
* corners of the bounding box are returned. These coordinates are
|
||||
* relative to the image. Please note that the pixel specified by the
|
||||
* lower righthand coordinate of the bounding box is not part of the
|
||||
* lower right coordinate of the bounding box is not part of the
|
||||
* selection. The selection ends at the upper left corner of this
|
||||
* pixel. This means the width of the selection can be calculated as
|
||||
* (x2 - x1), its height as (y2 - y1).
|
||||
|
@ -472,7 +472,7 @@ gimp_selection_grow (gint32 image_ID,
|
|||
*
|
||||
* Shrink the image's selection
|
||||
*
|
||||
* This procedure shrinks the selection. Shrinking invovles trimming
|
||||
* This procedure shrinks the selection. Shrinking involves trimming
|
||||
* the existing selection boundary on all sides by the specified number
|
||||
* of pixels.
|
||||
*
|
||||
|
|
|
@ -952,7 +952,7 @@ gimp_text_layer_set_line_spacing (gint32 layer_ID,
|
|||
* Get the letter spacing used in a text layer.
|
||||
*
|
||||
* This procedure returns the additional spacing between the single
|
||||
* glyps in a text layer.
|
||||
* glyphs in a text layer.
|
||||
*
|
||||
* Returns: The letter-spacing value.
|
||||
*
|
||||
|
|
|
@ -50,7 +50,7 @@ G_BEGIN_DECLS
|
|||
* GIMP_MAX_IMAGE_SIZE:
|
||||
*
|
||||
* The maximum width and height of a GIMP image in pixels. This is a
|
||||
* somewhat arbitray value that can be used when an upper value for
|
||||
* somewhat arbitrary value that can be used when an upper value for
|
||||
* pixel sizes is needed; for example to give a spin button an upper
|
||||
* limit.
|
||||
**/
|
||||
|
@ -61,7 +61,7 @@ G_BEGIN_DECLS
|
|||
* GIMP_MIN_RESOLUTION:
|
||||
*
|
||||
* The minimum resolution of a GIMP image in pixels per inch. This is
|
||||
* a somewhat arbitray value that can be used when a lower value for a
|
||||
* a somewhat arbitrary value that can be used when a lower value for a
|
||||
* resolution is needed. GIMP will not accept resolutions smaller than
|
||||
* this value.
|
||||
**/
|
||||
|
@ -71,7 +71,7 @@ G_BEGIN_DECLS
|
|||
* GIMP_MAX_RESOLUTION:
|
||||
*
|
||||
* The maximum resolution of a GIMP image in pixels per inch. This is
|
||||
* a somewhat arbitray value that can be used to when an upper value
|
||||
* a somewhat arbitrary value that can be used to when an upper value
|
||||
* for a resolution is needed. GIMP will not accept resolutions larger
|
||||
* than this value.
|
||||
**/
|
||||
|
|
|
@ -252,7 +252,7 @@ gimp_param_memsize_class_init (GParamSpecClass *class)
|
|||
* gimp_param_spec_memsize:
|
||||
* @name: Canonical name of the param
|
||||
* @nick: Nickname of the param
|
||||
* @blurb: Brief desciption of param.
|
||||
* @blurb: Brief description of param.
|
||||
* @minimum: Smallest allowed value of the parameter.
|
||||
* @maximum: Largest allowed value of the parameter.
|
||||
* @default_value: Value to use if none is assigned.
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* Functions for bulding and parsing string representations of
|
||||
* Functions for building and parsing string representations of
|
||||
* various standard parasite types.
|
||||
*/
|
||||
|
||||
|
|
|
@ -572,9 +572,9 @@ gimp_param_unit_value_validate (GParamSpec *pspec,
|
|||
* gimp_param_spec_unit:
|
||||
* @name: Canonical name of the param
|
||||
* @nick: Nickname of the param
|
||||
* @blurb: Brief desciption of param.
|
||||
* @blurb: Brief description of param.
|
||||
* @allow_pixels: Whether "pixels" is an allowed unit.
|
||||
* @allow_percent: Whether "perecent" is an allowed unit.
|
||||
* @allow_percent: Whether "percent" is an allowed unit.
|
||||
* @default_value: Unit to use if none is assigned.
|
||||
* @flags: a combination of #GParamFlags
|
||||
*
|
||||
|
|
|
@ -356,7 +356,7 @@ gimp_file_show_in_file_manager (GFile *file,
|
|||
|
||||
ret = FALSE;
|
||||
|
||||
/* Calling this function mutiple times should do no harm, but it is
|
||||
/* Calling this function multiple times should do no harm, but it is
|
||||
easier to put this here as it needs linking against ole32. */
|
||||
CoInitialize (NULL);
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ G_DEFINE_BOXED_TYPE (GimpValueArray, gimp_value_array,
|
|||
* @value_array: #GimpValueArray to get a value from
|
||||
* @index: index of the value of interest
|
||||
*
|
||||
* Return a pointer to the value at @index containd in @value_array.
|
||||
* Return a pointer to the value at @index contained in @value_array.
|
||||
*
|
||||
* Returns: (transfer none): pointer to a value at @index in @value_array
|
||||
*
|
||||
|
|
|
@ -773,7 +773,7 @@ gimp_param_rgb_values_cmp (GParamSpec *pspec,
|
|||
* gimp_param_spec_rgb:
|
||||
* @name: Canonical name of the param
|
||||
* @nick: Nickname of the param
|
||||
* @blurb: Brief desciption of param.
|
||||
* @blurb: Brief description of param.
|
||||
* @has_alpha: %TRUE if the alpha channel has relevance.
|
||||
* @default_value: Value to use if none is assigned.
|
||||
* @flags: a combination of #GParamFlags
|
||||
|
|
|
@ -130,7 +130,7 @@ gimp_param_config_path_class_init (GParamSpecClass *class)
|
|||
* gimp_param_spec_config_path:
|
||||
* @name: Canonical name of the param
|
||||
* @nick: Nickname of the param
|
||||
* @blurb: Brief desciption of param.
|
||||
* @blurb: Brief description of param.
|
||||
* @type: a #GimpConfigPathType value.
|
||||
* @default_value: Value to use if none is assigned.
|
||||
* @flags: a combination of #GParamFlags
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* LIBGIMP - The GIMP Library
|
||||
* Copyright (C) 1995-1997 Spencer Kimball and Peter Mattis
|
||||
*
|
||||
* Utitility functions for GimpConfig.
|
||||
* Utility functions for GimpConfig.
|
||||
* Copyright (C) 2001-2003 Sven Neumann <sven@gimp.org>
|
||||
*
|
||||
* This library is free software: you can redistribute it and/or
|
||||
|
|
|
@ -186,7 +186,7 @@ gimp_param_matrix2_values_cmp (GParamSpec *pspec,
|
|||
* gimp_param_spec_matrix2:
|
||||
* @name: Canonical name of the param
|
||||
* @nick: Nickname of the param
|
||||
* @blurb: Brief desciption of param.
|
||||
* @blurb: Brief description of param.
|
||||
* @default_value: Value to use if none is assigned.
|
||||
* @flags: a combination of #GParamFlags
|
||||
*
|
||||
|
@ -404,7 +404,7 @@ gimp_param_matrix3_values_cmp (GParamSpec *pspec,
|
|||
* gimp_param_spec_matrix3:
|
||||
* @name: Canonical name of the param
|
||||
* @nick: Nickname of the param
|
||||
* @blurb: Brief desciption of param.
|
||||
* @blurb: Brief description of param.
|
||||
* @default_value: Value to use if none is assigned.
|
||||
* @flags: a combination of #GParamFlags
|
||||
*
|
||||
|
|
|
@ -984,11 +984,11 @@ gimp_vector3_rotate_val (GimpVector3 vector,
|
|||
|
||||
/**
|
||||
* gimp_vector_2d_to_3d:
|
||||
* @sx: the abscisse of the upper-left screen rectangle.
|
||||
* @sx: the abscissa of the upper-left screen rectangle.
|
||||
* @sy: the ordinate of the upper-left screen rectangle.
|
||||
* @w: the width of the screen rectangle.
|
||||
* @h: the height of the screen rectangle.
|
||||
* @x: the abscisse of the point in the screen rectangle to map.
|
||||
* @x: the abscissa of the point in the screen rectangle to map.
|
||||
* @y: the ordinate of the point in the screen rectangle to map.
|
||||
* @vp: the position of the observer.
|
||||
* @p: the resulting point.
|
||||
|
@ -1031,11 +1031,11 @@ gimp_vector_2d_to_3d (gint sx,
|
|||
|
||||
/**
|
||||
* gimp_vector_2d_to_3d_val:
|
||||
* @sx: the abscisse of the upper-left screen rectangle.
|
||||
* @sx: the abscissa of the upper-left screen rectangle.
|
||||
* @sy: the ordinate of the upper-left screen rectangle.
|
||||
* @w: the width of the screen rectangle.
|
||||
* @h: the height of the screen rectangle.
|
||||
* @x: the abscisse of the point in the screen rectangle to map.
|
||||
* @x: the abscissa of the point in the screen rectangle to map.
|
||||
* @y: the ordinate of the point in the screen rectangle to map.
|
||||
* @vp: position of the observer.
|
||||
* @p: the resulting point.
|
||||
|
@ -1079,11 +1079,11 @@ gimp_vector_2d_to_3d_val (gint sx,
|
|||
|
||||
/**
|
||||
* gimp_vector_3d_to_2d:
|
||||
* @sx: the abscisse of the upper-left screen rectangle.
|
||||
* @sx: the abscissa of the upper-left screen rectangle.
|
||||
* @sy: the ordinate of the upper-left screen rectangle.
|
||||
* @w: the width of the screen rectangle.
|
||||
* @h: the height of the screen rectangle.
|
||||
* @x: the abscisse of the point in the screen rectangle to map (return value).
|
||||
* @x: the abscissa of the point in the screen rectangle to map (return value).
|
||||
* @y: the ordinate of the point in the screen rectangle to map (return value).
|
||||
* @vp: position of the observer.
|
||||
* @p: the 3D point to project to the plane.
|
||||
|
|
|
@ -66,7 +66,7 @@ typedef enum
|
|||
* @GIMP_THUMB_SIZE_NORMAL: normal thumbnail size (128 pixels)
|
||||
* @GIMP_THUMB_SIZE_LARGE: large thumbnail size (256 pixels)
|
||||
*
|
||||
* Possible thumbnail sizes as defined by the Thumbnail Managaging
|
||||
* Possible thumbnail sizes as defined by the Thumbnail Managing
|
||||
* Standard.
|
||||
**/
|
||||
#define GIMP_TYPE_THUMB_SIZE (gimp_thumb_size_get_type ())
|
||||
|
|
|
@ -525,7 +525,7 @@ gimp_color_profile_combo_box_set_active_file (GimpColorProfileComboBox *combo,
|
|||
* This is a newly allocated string and should be released
|
||||
* using g_free() when it is not any longer needed.
|
||||
*
|
||||
* Deprecated: use gimp_color_profile_combo_box_get_active_file() inatead.
|
||||
* Deprecated: use gimp_color_profile_combo_box_get_active_file() instead.
|
||||
*
|
||||
* Since: 2.4
|
||||
**/
|
||||
|
|
|
@ -188,7 +188,7 @@ static void gimp_color_select_z_size_allocate (GtkWidget *widget,
|
|||
static gboolean gimp_color_select_z_expose (GtkWidget *widget,
|
||||
GdkEventExpose *eevent,
|
||||
GimpColorSelect *select);
|
||||
static gboolean gimp_color_select_z_events (GtkWidget *widet,
|
||||
static gboolean gimp_color_select_z_events (GtkWidget *widget,
|
||||
GdkEvent *event,
|
||||
GimpColorSelect *select);
|
||||
|
||||
|
|
|
@ -26,13 +26,13 @@
|
|||
* expression as it goes along, and does not create a parse tree or
|
||||
* anything, and will not optimize anything. It uses doubles for
|
||||
* precision, with the given use case, that's enough to combat any
|
||||
* rounding errors (as opposed to optimizing the evalutation).
|
||||
* rounding errors (as opposed to optimizing the evaluation).
|
||||
*
|
||||
* It relies on external unit resolving through a callback and does
|
||||
* elementary dimensionality constraint check (e.g. "2 mm + 3 px * 4
|
||||
* in" is an error, as L + L^2 is a missmatch). It uses setjmp/longjmp
|
||||
* for try/catch like pattern on error, it uses g_strtod() for numeric
|
||||
* conversions and it's non-destructive in terms of the paramters, and
|
||||
* conversions and it's non-destructive in terms of the parameters, and
|
||||
* it's reentrant.
|
||||
*
|
||||
* EBNF:
|
||||
|
@ -156,7 +156,7 @@ static void gimp_eevl_error (GimpEevl
|
|||
* @unit_resolver_proc: Unit resolver callback.
|
||||
* @result: Result of evaluation.
|
||||
* @data: Data passed to unit resolver.
|
||||
* @error_pos: Will point to the poisiton within the string,
|
||||
* @error_pos: Will point to the positon within the string,
|
||||
* before which the parse / evaluation error
|
||||
* occurred. Will be set to null of no error occurred.
|
||||
* @error_message: Will point to a static string with a semi-descriptive
|
||||
|
@ -171,7 +171,7 @@ static void gimp_eevl_error (GimpEevl
|
|||
*
|
||||
* Returns: A #GimpEevlQuantity with a value given in the base unit along with
|
||||
* the order of the dimension (i.e. if the base unit is inches, a dimension
|
||||
* order of two menas in^2).
|
||||
* order of two means in^2).
|
||||
**/
|
||||
gboolean
|
||||
gimp_eevl_evaluate (const gchar *string,
|
||||
|
@ -277,7 +277,7 @@ gimp_eevl_expression (GimpEevl *eva)
|
|||
{
|
||||
GimpEevlQuantity new_term = gimp_eevl_term (eva);
|
||||
|
||||
/* If dimensions missmatch, attempt default unit assignent */
|
||||
/* If dimensions missmatch, attempt default unit assignment */
|
||||
if (new_term.dimension != evaluated_terms.dimension)
|
||||
{
|
||||
GimpEevlQuantity default_unit_factor;
|
||||
|
@ -447,7 +447,7 @@ gimp_eevl_lex (GimpEevl *eva)
|
|||
}
|
||||
else if (s[0] == '+' || s[0] == '-')
|
||||
{
|
||||
/* Snatch these before the g_strtod() does, othewise they might
|
||||
/* Snatch these before the g_strtod() does, otherwise they might
|
||||
* be used in a numeric conversion.
|
||||
*/
|
||||
gimp_eevl_lex_accept_count (eva, 1, s[0]);
|
||||
|
|
|
@ -243,7 +243,7 @@ gimp_enum_store_new_with_range (GType enum_type,
|
|||
* @...: a list of enum values (exactly @n_values)
|
||||
*
|
||||
* Creates a new #GimpEnumStore like gimp_enum_store_new() but allows
|
||||
* to expliticely list the enum values that should be added to the
|
||||
* to explicitely list the enum values that should be added to the
|
||||
* store.
|
||||
*
|
||||
* Return value: a new #GimpEnumStore.
|
||||
|
|
|
@ -517,7 +517,7 @@ gimp_icons_set_icon_theme (GFile *path)
|
|||
* You don't need to call this function as gimp_ui_init() already does
|
||||
* this for you.
|
||||
*
|
||||
* Deprecated: 2.10: USe gimp_icons_init() instead.
|
||||
* Deprecated: 2.10: Use gimp_icons_init() instead.
|
||||
*/
|
||||
void
|
||||
gimp_stock_init (void)
|
||||
|
|
|
@ -125,7 +125,7 @@ typedef struct
|
|||
static void gimp_number_pair_entry_finalize (GObject *entry);
|
||||
|
||||
static gboolean gimp_number_pair_entry_valid_separator (GimpNumberPairEntry *entry,
|
||||
gunichar canditate);
|
||||
gunichar candidate);
|
||||
static void gimp_number_pair_entry_ratio_to_fraction (gdouble ratio,
|
||||
gdouble *numerator,
|
||||
gdouble *denominator);
|
||||
|
@ -139,7 +139,7 @@ static void gimp_number_pair_entry_get_property (GObject
|
|||
GValue *value,
|
||||
GParamSpec *pspec);
|
||||
static void gimp_number_pair_entry_changed (GimpNumberPairEntry *entry);
|
||||
static gboolean gimp_number_pair_entry_events (GtkWidget *widgett,
|
||||
static gboolean gimp_number_pair_entry_events (GtkWidget *widget,
|
||||
GdkEvent *event);
|
||||
|
||||
static void gimp_number_pair_entry_update_text (GimpNumberPairEntry *entry);
|
||||
|
@ -636,7 +636,7 @@ gimp_number_pair_entry_set_default_text (GimpNumberPairEntry *entry,
|
|||
* gimp_number_pair_entry_get_default_text:
|
||||
* @entry: A #GimpNumberPairEntry widget.
|
||||
*
|
||||
* Returns: the string manully set to be shown, or %NULL if values are
|
||||
* Returns: the string manually set to be shown, or %NULL if values are
|
||||
* shown in a normal fashion.
|
||||
*
|
||||
* Since: 2.4
|
||||
|
@ -898,7 +898,7 @@ gimp_number_pair_entry_events (GtkWidget *widget,
|
|||
break;
|
||||
}
|
||||
|
||||
/* Mak sure the entry text is up to date */
|
||||
/* Make sure the entry text is up to date */
|
||||
|
||||
gimp_number_pair_entry_update_text (entry);
|
||||
|
||||
|
|
|
@ -891,7 +891,7 @@ gimp_page_selector_get_selected_pages (GimpPageSelector *selector,
|
|||
* @selector: Pointer to a #GimpPageSelector.
|
||||
* @range: A string representing the set of selected pages.
|
||||
*
|
||||
* Selectes the pages described by @range. The range string is a
|
||||
* Selects the pages described by @range. The range string is a
|
||||
* user-editable list of pages and ranges, e.g. "1,3,5-7,9-12,14".
|
||||
* Note that the page numbering in the range string starts with 1,
|
||||
* not 0.
|
||||
|
|
|
@ -167,7 +167,7 @@ void _gimp_pick_button_quartz_pick (GimpPickButton *button);
|
|||
* CGWindowListCreateImage expects a rectangle in screen coordinates
|
||||
* with the origin in the upper left (contrary to Cocoa). The origin is
|
||||
* on the screen showing the menu bar (this is the screen at index 0 in the
|
||||
* screens array). So, after convering the rectangle to Cocoa screen
|
||||
* screens array). So, after converting the rectangle to Cocoa screen
|
||||
* coordinates, we use the height of this particular screen to translate
|
||||
* to the coordinate space expected by CGWindowListCreateImage.
|
||||
*/
|
||||
|
|
|
@ -3895,7 +3895,7 @@ gimp_prop_stock_image_new (GObject *config,
|
|||
}
|
||||
|
||||
/**
|
||||
* gimp_prop_icom_image_new:
|
||||
* gimp_prop_icon_image_new:
|
||||
* @config: Object to which property is attached.
|
||||
* @property_name: Name of string property.
|
||||
* @icon_size: Size of desired icon image.
|
||||
|
|
|
@ -418,7 +418,7 @@ gimp_int_radio_group_set_active (GtkRadioButton *radio_button,
|
|||
* @adjustment: Returns the spinbutton's #GtkAdjustment.
|
||||
* @value: The initial value of the spinbutton.
|
||||
* @lower: The lower boundary.
|
||||
* @upper: The uppper boundary.
|
||||
* @upper: The upper boundary.
|
||||
* @step_increment: The spinbutton's step increment.
|
||||
* @page_increment: The spinbutton's page increment (mouse button 2).
|
||||
* @page_size: Ignored, spin buttons must always have a zero page size.
|
||||
|
@ -968,7 +968,7 @@ gimp_uint_adjustment_update (GtkAdjustment *adjustment,
|
|||
/**
|
||||
* gimp_float_adjustment_update:
|
||||
* @adjustment: A #GtkAdjustment.
|
||||
* @data: A pointer to a #gfloat varaiable which will store the
|
||||
* @data: A pointer to a #gfloat variable which will store the
|
||||
* @adjustment's value.
|
||||
**/
|
||||
void
|
||||
|
|
|
@ -112,7 +112,7 @@ find_mnemonic_widget (GtkWidget *widget,
|
|||
* @label_text: The text for the #GtkLabel which will be attached left of
|
||||
* the widget.
|
||||
* @xalign: The horizontal alignment of the #GtkLabel.
|
||||
* @yalign: The vertival alignment of the #GtkLabel.
|
||||
* @yalign: The vertical alignment of the #GtkLabel.
|
||||
* @widget: The #GtkWidget to attach right of the label.
|
||||
* @colspan: The number of columns the widget will use.
|
||||
* @left_align: %TRUE if the widget should be left-aligned.
|
||||
|
@ -184,7 +184,7 @@ gimp_table_attach_aligned (GtkTable *table,
|
|||
*
|
||||
* This function is useful if you want to change the font attributes
|
||||
* of a #GtkLabel. This is an alternative to using PangoMarkup which
|
||||
* is slow to parse and akward to handle in an i18n-friendly way.
|
||||
* is slow to parse and awkward to handle in an i18n-friendly way.
|
||||
*
|
||||
* The attributes are set on the complete label, from start to end. If
|
||||
* you need to set attributes on part of the label, you will have to
|
||||
|
|
|
@ -135,7 +135,7 @@ static void cdisplay_colorblind_set_deficiency (CdisplayColorblind *c
|
|||
/* The RGB<->LMS transforms above are computed from the human cone
|
||||
* photo-pigment absorption spectra and the monitor phosphor
|
||||
* emission spectra. These parameters are fairly constant for most
|
||||
* humans and most montiors (at least for modern CRTs). However,
|
||||
* humans and most monitors (at least for modern CRTs). However,
|
||||
* gamma will vary quite a bit, as it is a property of the monitor
|
||||
* (eg. amplifier gain), the video card, and even the
|
||||
* software. Further, users can adjust their gammas (either via
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
#include "fits-io.h"
|
||||
|
||||
|
||||
/* Declaration of local funtions */
|
||||
/* Declaration of local functions */
|
||||
|
||||
static FitsFile * fits_new_filestruct (void);
|
||||
static FitsHduList * fits_new_hdulist (void);
|
||||
|
@ -1795,7 +1795,7 @@ fits_decode_card (const gchar *card,
|
|||
/* char *keyword [I] : keyword identifying the card */
|
||||
/* ( mode : I=input, O=output, I/O=input/output ) */
|
||||
/* */
|
||||
/* A card is searched in the reord list. Only the first eight characters of */
|
||||
/* A card is searched in the record list. Only the first eight characters of */
|
||||
/* keyword are significant. If keyword is less than 8 characters, its filled */
|
||||
/* with blanks. */
|
||||
/* If the card is found, a pointer to the card is returned. */
|
||||
|
@ -1979,7 +1979,7 @@ fits_read_pixel (FitsFile *ff,
|
|||
return -1; /* Not open for reading */
|
||||
|
||||
if (trans->dsttyp != 'k')
|
||||
return -1; /* Currently we only return types equavalent to the image format */
|
||||
return -1; /* Currently we only return types equivalent to the image format */
|
||||
|
||||
if (npix <= 0)
|
||||
return npix;
|
||||
|
|
|
@ -864,7 +864,7 @@ create_fits_header (FitsFile *ofp,
|
|||
hdulist->datamax = 65535;
|
||||
break;
|
||||
case 32:
|
||||
hdulist->datamax = 4294967295.0; /* .0 to slinence gcc */
|
||||
hdulist->datamax = 4294967295.0; /* .0 to silence gcc */
|
||||
break;
|
||||
case -32:
|
||||
hdulist->datamax = 1.0;
|
||||
|
|
|
@ -554,8 +554,8 @@ void fli_write_brun(FILE *f, s_fli_header *fli_header, unsigned char *framebuf)
|
|||
/*
|
||||
* This is the delta-compression method from the classic Autodesk
|
||||
* Animator. It's basically the RLE method from above, but it
|
||||
* supports skiping unchanged lines at the beginning and end of an
|
||||
* image, and unchanged pixels in a line This chunk is used in FLI
|
||||
* supports skipping unchanged lines at the beginning and end of an
|
||||
* image, and unchanged pixels in a line. This chunk is used in FLI
|
||||
* files.
|
||||
*/
|
||||
void fli_read_lc(FILE *f, s_fli_header *fli_header, unsigned char *old_framebuf, unsigned char *framebuf)
|
||||
|
|
|
@ -1110,7 +1110,7 @@ save_layer_and_mask (FILE *fd,
|
|||
IFDBG printf ("\t\tTotal layers info section length: %d\n",
|
||||
(int) (eof_pos - LayerInfoPos - sizeof (gint32)));
|
||||
|
||||
/* Write actual size of Layer and mask information secton */
|
||||
/* Write actual size of Layer and mask information section */
|
||||
|
||||
fseek (fd, LayerMaskPos, SEEK_SET);
|
||||
write_gint32 (fd, eof_pos - LayerMaskPos - sizeof (gint32), "layers & mask information length");
|
||||
|
|
|
@ -122,7 +122,7 @@ query (void)
|
|||
/* Thumbnail load */
|
||||
gimp_install_procedure (LOAD_THUMB_PROC,
|
||||
"Loads thumbnails from the Photoshop PSD file format",
|
||||
"This plug-in loads thumnail images from Adobe "
|
||||
"This plug-in loads thumbnail images from Adobe "
|
||||
"Photoshop (TM) native PSD format files.",
|
||||
"John Marshall",
|
||||
"John Marshall",
|
||||
|
|
|
@ -1029,7 +1029,7 @@ load_image (GFile *file,
|
|||
|
||||
|
||||
/* TODO: in GIMP 2.6, use a dialog to selectively enable the
|
||||
* following code, as the save plug-in will then save layer offests
|
||||
* following code, as the save plug-in will then save layer offsets
|
||||
* as well.
|
||||
*/
|
||||
|
||||
|
|
|
@ -1197,7 +1197,7 @@ random_control_point (control_point *cp,
|
|||
/*
|
||||
* find a 2d bounding box that does not enclose eps of the fractal density
|
||||
* in each compass direction. works by binary search.
|
||||
* this is stupid, it shouldjust use the find nth smallest algorithm.
|
||||
* this is stupid, it should just use the find nth smallest algorithm.
|
||||
*/
|
||||
void
|
||||
estimate_bounding_box (control_point *cp,
|
||||
|
|
|
@ -58,14 +58,14 @@ typedef struct {
|
|||
double spatial_filter_radius; /* variance of gaussian */
|
||||
double sample_density; /* samples per pixel (not bucket) */
|
||||
/* in order to motion blur more accurately we compute the logs of the
|
||||
sample density many times and average the results. we interplate
|
||||
sample density many times and average the results. we interpolate
|
||||
only this many times. */
|
||||
int nbatches;
|
||||
/* this much color resolution. but making it too high induces clipping */
|
||||
int white_level;
|
||||
int cmap_inter; /* if this is true, then color map interpolates one entry
|
||||
at a time with a bright edge */
|
||||
double pulse[2][2]; /* [i][0]=magnitute [i][1]=frequency */
|
||||
double pulse[2][2]; /* [i][0]=magnitude [i][1]=frequency */
|
||||
double wiggle[2][2]; /* frequency is /minute, assuming 30 frames/s */
|
||||
} control_point;
|
||||
|
||||
|
|
|
@ -334,7 +334,7 @@ static gdouble
|
|||
arc_angle (GdkPoint *pnt,
|
||||
GdkPoint *center)
|
||||
{
|
||||
/* Get angle (in degress) of point given origin of center */
|
||||
/* Get angle (in degrees) of point given origin of center */
|
||||
gint16 shift_x;
|
||||
gint16 shift_y;
|
||||
gdouble offset_angle;
|
||||
|
|
|
@ -99,7 +99,7 @@ SelectItVals selvals =
|
|||
TRUE, /* Show pos updates */
|
||||
0.0, /* Brush fade */
|
||||
0.0, /* Brush gradient */
|
||||
20.0, /* Air bursh pressure */
|
||||
20.0, /* Air brush pressure */
|
||||
ORIGINAL_LAYER, /* Draw all objects on one layer */
|
||||
LAYER_TRANS_BG, /* New layers background */
|
||||
PAINT_BRUSH_TYPE, /* Default to use brushes */
|
||||
|
|
|
@ -396,7 +396,7 @@ object_operation_start (GdkPoint *pnt,
|
|||
default:
|
||||
break;
|
||||
}
|
||||
/* Re calc which object point we are lookin at */
|
||||
/* Re calc which object point we are looking at */
|
||||
scan_obj_points (operation_obj->points, pnt);
|
||||
gtk_widget_queue_draw (gfig_context->preview);
|
||||
}
|
||||
|
@ -465,7 +465,7 @@ void
|
|||
object_operation (GdkPoint *to_pnt,
|
||||
gboolean shift_down)
|
||||
{
|
||||
/* Must do diffent things depending on object type */
|
||||
/* Must do different things depending on object type */
|
||||
/* but must have object to operate on! */
|
||||
|
||||
/* Special case - if shift own and move_obj then move ALL objects */
|
||||
|
|
|
@ -217,7 +217,7 @@ gfig_preview_events (GtkWidget *widget,
|
|||
/* If constraining save start pnt */
|
||||
if (selvals.opts.snap2grid)
|
||||
{
|
||||
/* Save point to constained point ... if button 3 down */
|
||||
/* Save point to constrained point ... if button 3 down */
|
||||
if (bevent->button == 3)
|
||||
{
|
||||
find_grid_pos (&point, &point, FALSE);
|
||||
|
|
|
@ -2129,7 +2129,7 @@ calc_rays_pix (guchar *dest_pix, gdouble x, gdouble y)
|
|||
* Calc sflare's pixel (RGBA) value
|
||||
*
|
||||
* the sflare (second flares) are needed to be rendered one each
|
||||
* sequencially, onto the source image, such as like usual layer
|
||||
* sequentially, onto the source image, such as like usual layer
|
||||
* operations. So the function takes src_pix as argment. glow, rays
|
||||
* routines don't have src_pix as argment, because of convienience.
|
||||
*
|
||||
|
@ -3286,7 +3286,7 @@ dlg_selector_do_delete_callback (GtkWidget *widget,
|
|||
/*************************************************************************/
|
||||
|
||||
/*
|
||||
This is gflare editor dilaog, one which opens by clicking
|
||||
This is gflare editor dialog, one which opens by clicking
|
||||
"Edit" button on the selector page in the main dialog.
|
||||
*/
|
||||
|
||||
|
|
|
@ -103,7 +103,7 @@ aff2_distort (Aff2 *naff,
|
|||
naff->b2 = 0;
|
||||
}
|
||||
|
||||
/* Find a pure stretch in some directon that brings xo,yo to xn,yn */
|
||||
/* Find a pure stretch in some direction that brings xo,yo to xn,yn */
|
||||
void
|
||||
aff2_compute_stretch (Aff2 *naff,
|
||||
gdouble xo,
|
||||
|
@ -303,7 +303,7 @@ ipolygon_convex_hull (IPolygon *poly)
|
|||
|
||||
qsort (sort_points, num_new - 1, sizeof (SortPoint), ipolygon_sort_func);
|
||||
|
||||
/* now ensure that all turns as we trace the perimiter are
|
||||
/* now ensure that all turns as we trace the perimeter are
|
||||
counter-clockwise */
|
||||
|
||||
new_points[0] = lowest_pt;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
* ----
|
||||
*
|
||||
* 1. Run in non-interactive mode (need to figure out useful way for a
|
||||
* script to give the 19N paramters for an image). Perhaps just
|
||||
* script to give the 19N parameters for an image). Perhaps just
|
||||
* support saving parameters to a file, script passes file name.
|
||||
* 2. Figure out if we need multiple phases for supersampled brushes.
|
||||
*/
|
||||
|
@ -264,7 +264,7 @@ static void ifs_compose_options_callback (GtkAction *action,
|
|||
static void ifs_compose_load (GtkWidget *parent);
|
||||
static void ifs_compose_save (GtkWidget *parent);
|
||||
static void ifs_compose_response (GtkWidget *widget,
|
||||
gint repsonse_id,
|
||||
gint response_id,
|
||||
gpointer data);
|
||||
|
||||
/*
|
||||
|
|
|
@ -181,7 +181,7 @@ query (void)
|
|||
{ GIMP_PDB_FLOAT, "diffuse-intensity", "Material diffuse intensity (0..1)" },
|
||||
{ GIMP_PDB_FLOAT, "diffuse-reflectivity", "Material diffuse reflectivity (0..1)" },
|
||||
{ GIMP_PDB_FLOAT, "specular-reflectivity", "Material specular reflectivity (0..1)" },
|
||||
{ GIMP_PDB_FLOAT, "highlight", "Material highlight (0..->), note: it's expotential" },
|
||||
{ GIMP_PDB_FLOAT, "highlight", "Material highlight (0..->), note: it's exponential" },
|
||||
{ GIMP_PDB_INT32, "antialiasing", "Apply antialiasing (TRUE/FALSE)" },
|
||||
{ GIMP_PDB_INT32, "newimage", "Create a new image (TRUE/FALSE)" },
|
||||
{ GIMP_PDB_INT32, "transparentbackground", "Make background transparent (TRUE/FALSE)" }
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "arcball.h"
|
||||
|
||||
/* Gloval variables */
|
||||
/* Global variables */
|
||||
/* ================ */
|
||||
|
||||
Quat qOne = { 0, 0, 0, 1 };
|
||||
|
|
|
@ -164,7 +164,7 @@ query (void)
|
|||
{ GIMP_PDB_FLOAT, "diffuse_intensity", "Material diffuse intensity (0..1)" },
|
||||
{ GIMP_PDB_FLOAT, "diffuse_reflectivity", "Material diffuse reflectivity (0..1)" },
|
||||
{ GIMP_PDB_FLOAT, "specular_reflectivity", "Material specular reflectivity (0..1)" },
|
||||
{ GIMP_PDB_FLOAT, "highlight", "Material highlight (0..->), note: it's expotential" },
|
||||
{ GIMP_PDB_FLOAT, "highlight", "Material highlight (0..->), note: it's exponential" },
|
||||
{ GIMP_PDB_INT32, "antialiasing", "Apply antialiasing (TRUE/FALSE)" },
|
||||
{ GIMP_PDB_INT32, "tiled", "Tile source image (TRUE/FALSE)" },
|
||||
{ GIMP_PDB_INT32, "newimage", "Create a new image (TRUE/FALSE)" },
|
||||
|
|
|
@ -1008,7 +1008,7 @@ drw_get_data(PyGimpDrawable *self, PyObject *args, PyObject *kwargs)
|
|||
array_data_type = 'B';
|
||||
} else {
|
||||
PyErr_Warn (PyExc_Warning,
|
||||
"Could not find apropriate data format - returning raw bytes");
|
||||
"Could not find appropriate data format - returning raw bytes");
|
||||
array_data_type = 'B';
|
||||
}
|
||||
|
||||
|
@ -2010,7 +2010,7 @@ pygimp_layer_new(gint32 ID)
|
|||
/* End of code for Layer objects */
|
||||
/* -------------------------------------------------------- */
|
||||
|
||||
/* Since this help will primaly be seen from within
|
||||
/* Since this help will primarily be seen from within
|
||||
* GIMP's Python console, we should make it fit in that
|
||||
* window's default size.
|
||||
*/
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
* windows and native OS X app windows. But we can use this switch
|
||||
* to capture the shadow of a window, which is indeed very Mac-ish.
|
||||
*
|
||||
* This routines works well with X11 and as a navtive build
|
||||
* This routines works well with X11 and as a native build.
|
||||
*/
|
||||
|
||||
gboolean
|
||||
|
|
|
@ -101,7 +101,7 @@ typedef struct {
|
|||
} WinSnapInterface;
|
||||
|
||||
/* We create a DIB section to hold the grabbed area. The scanlines in
|
||||
* DIB sections are aligned ona LONG (four byte) boundary. Its pixel
|
||||
* DIB sections are aligned on a LONG (four byte) boundary. Its pixel
|
||||
* data is in RGB (BGR actually) format, three bytes per pixel.
|
||||
*
|
||||
* GIMP uses no alignment for its pixel regions. The GIMP image we
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
; Numbers and Math
|
||||
; -----------------------------------------------------------------------------
|
||||
|
||||
; For all the opertations below, this is the order of respectable digits:
|
||||
; For all the operations below, this is the order of respectable digits:
|
||||
(define conversion-digits (list "0" "1" "2" "3" "4" "5" "6" "7" "8" "9"
|
||||
"a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k"
|
||||
"l" "m" "n" "o" "p" "q" "r" "s" "t" "u" "v"
|
||||
|
|
|
@ -44,7 +44,7 @@ typedef struct
|
|||
#define MAX_COL(bb) ((bb).max_col)
|
||||
|
||||
/* See the comments at `get_character_bitmap' in gf_input.c for why the
|
||||
width and height are treated asymetrically. */
|
||||
width and height are treated asymmetrically. */
|
||||
#define BB_WIDTH(bb) (MAX_COL (bb) - MIN_COL (bb))
|
||||
#define BB_HEIGHT(bb) (MAX_ROW (bb) - MIN_ROW (bb) + 1)
|
||||
|
||||
|
|
|
@ -196,7 +196,7 @@ extern string lowercasify (string s);
|
|||
`true' and returns the number. If it doesn't, it sets *VALID to
|
||||
`false' and the return value is garbage.
|
||||
|
||||
We allow any of the following possibilies: a single character, as in
|
||||
We allow any of the following possibilities: a single character, as in
|
||||
`a' or `0'; a decimal number, as in `21'; an octal number, as in `03'
|
||||
or `0177'; a hexadecimal number, as in `0x3' or `0xff'. */
|
||||
extern charcode_type parse_charcode (string s, boolean *valid);
|
||||
|
|
|
@ -39,7 +39,7 @@ typedef struct
|
|||
/* Whether the outline moves clockwise or counterclockwise. */
|
||||
#define O_CLOCKWISE(p_o) ((p_o).clockwise)
|
||||
|
||||
/* Since a pixel outline is cyclic, the index of thenext coordinate
|
||||
/* Since a pixel outline is cyclic, the index of the next coordinate
|
||||
after the last is the first, and the previous coordinate before the
|
||||
first is the last. */
|
||||
#define O_NEXT(p_o, n) (((n) + 1) % O_LENGTH (p_o))
|
||||
|
|
|
@ -1272,7 +1272,7 @@ typedef struct {
|
|||
/* This has a couple implications: */
|
||||
/* 1) Any additional DAT_ features require modifications to the thunk code */
|
||||
/* for thunker support. */
|
||||
/* 2) Any applications which use the custom capabailites are not supported */
|
||||
/* 2) Any applications which use the custom capabilities are not supported */
|
||||
/* under thunking since we have no way of knowing what size data (if */
|
||||
/* any) is being passed. */
|
||||
|
||||
|
|
2
po/ca.po
2
po/ca.po
|
@ -10309,7 +10309,7 @@ msgid "Mandala"
|
|||
msgstr "Mandala"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:119
|
||||
msgid "Center abscisse"
|
||||
msgid "Center abscissa"
|
||||
msgstr "Abscissa centrada"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:127
|
||||
|
|
2
po/de.po
2
po/de.po
|
@ -10534,7 +10534,7 @@ msgid "Mandala"
|
|||
msgstr "Mandala"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:119
|
||||
msgid "Center abscisse"
|
||||
msgid "Center abscissa"
|
||||
msgstr "Abszisse des Zentrums"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:127
|
||||
|
|
2
po/el.po
2
po/el.po
|
@ -10534,7 +10534,7 @@ msgid "Mandala"
|
|||
msgstr "Μάνταλα"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:119
|
||||
msgid "Center abscisse"
|
||||
msgid "Center abscissa"
|
||||
msgstr "Τετμημένη κέντρου"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:127
|
||||
|
|
2
po/es.po
2
po/es.po
|
@ -10494,7 +10494,7 @@ msgid "Mandala"
|
|||
msgstr "Mandala"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:119
|
||||
msgid "Center abscisse"
|
||||
msgid "Center abscissa"
|
||||
msgstr "Abscisa central"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:127
|
||||
|
|
2
po/hu.po
2
po/hu.po
|
@ -10548,7 +10548,7 @@ msgstr ""
|
|||
#: ../app/core/gimpsymmetry-mandala.c:119
|
||||
#| msgctxt "guides-type"
|
||||
#| msgid "Center lines"
|
||||
msgid "Center abscisse"
|
||||
msgid "Center abscissa"
|
||||
msgstr ""
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:127
|
||||
|
|
2
po/is.po
2
po/is.po
|
@ -10130,7 +10130,7 @@ msgstr "Mandala"
|
|||
#: ../app/core/gimpsymmetry-mandala.c:118
|
||||
#| msgctxt "guides-type"
|
||||
#| msgid "Center lines"
|
||||
msgid "Center abscisse"
|
||||
msgid "Center abscissa"
|
||||
msgstr "Miðja á x-ás"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:123
|
||||
|
|
2
po/it.po
2
po/it.po
|
@ -10442,7 +10442,7 @@ msgid "Mandala"
|
|||
msgstr "Mandala"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:119
|
||||
msgid "Center abscisse"
|
||||
msgid "Center abscissa"
|
||||
msgstr "Centra ascisse"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:127
|
||||
|
|
2
po/lv.po
2
po/lv.po
|
@ -12149,7 +12149,7 @@ msgstr ""
|
|||
#, fuzzy
|
||||
#| msgctxt "guides-type"
|
||||
#| msgid "Center lines"
|
||||
msgid "Center abscisse"
|
||||
msgid "Center abscissa"
|
||||
msgstr "Viduslīnijas"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:127
|
||||
|
|
2
po/oc.po
2
po/oc.po
|
@ -10557,7 +10557,7 @@ msgid "Mandala"
|
|||
msgstr ""
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:119
|
||||
msgid "Center abscisse"
|
||||
msgid "Center abscissa"
|
||||
msgstr "Linhas de centre"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:127
|
||||
|
|
2
po/pa.po
2
po/pa.po
|
@ -11115,7 +11115,7 @@ msgstr ""
|
|||
#, fuzzy
|
||||
#| msgctxt "guides-type"
|
||||
#| msgid "Center lines"
|
||||
msgid "Center abscisse"
|
||||
msgid "Center abscissa"
|
||||
msgstr "ਕੇਂਦਰੀ ਰੇਖਾਵਾਂ"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:127
|
||||
|
|
2
po/pl.po
2
po/pl.po
|
@ -10446,7 +10446,7 @@ msgid "Mandala"
|
|||
msgstr "Mandala"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:119
|
||||
msgid "Center abscisse"
|
||||
msgid "Center abscissa"
|
||||
msgstr "Wyśrodkowana odcięta"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:127
|
||||
|
|
2
po/pt.po
2
po/pt.po
|
@ -10462,7 +10462,7 @@ msgid "Mandala"
|
|||
msgstr "Mandala"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:119
|
||||
msgid "Center abscisse"
|
||||
msgid "Center abscissa"
|
||||
msgstr "Centrar abcissa"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:127
|
||||
|
|
2
po/ru.po
2
po/ru.po
|
@ -10442,7 +10442,7 @@ msgstr "Мандала"
|
|||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:119
|
||||
#, fuzzy
|
||||
msgid "Center abscisse"
|
||||
msgid "Center abscissa"
|
||||
msgstr "Линии по центру"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:127
|
||||
|
|
2
po/sk.po
2
po/sk.po
|
@ -11715,7 +11715,7 @@ msgstr ""
|
|||
#, fuzzy
|
||||
#| msgctxt "guides-type"
|
||||
#| msgid "Center lines"
|
||||
msgid "Center abscisse"
|
||||
msgid "Center abscissa"
|
||||
msgstr "Stredové čiary"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:127
|
||||
|
|
2
po/sl.po
2
po/sl.po
|
@ -10106,7 +10106,7 @@ msgid "Mandala"
|
|||
msgstr "Mandala"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:119
|
||||
msgid "Center abscisse"
|
||||
msgid "Center abscissa"
|
||||
msgstr "Središči absciso"
|
||||
|
||||
#: ../app/core/gimpsymmetry-mandala.c:127
|
||||
|
|
|
@ -879,7 +879,7 @@ sub context_set_line_dash_pattern {
|
|||
This procedure modifies the line dash pattern setting for stroking lines.
|
||||
|
||||
The unit of the dash pattern segments is the actual line width used
|
||||
for the stroke opertation, in other words a segment length of 1.0
|
||||
for the stroke operation, in other words a segment length of 1.0
|
||||
results in a square segment shape (or gap shape).
|
||||
|
||||
This setting affects the following procedures:
|
||||
|
@ -2307,7 +2307,7 @@ This procedure modifies the diagonal neighbors setting. If the affected
|
|||
region of an operation is based on a seed point, like when doing a seed
|
||||
fill, then, when this setting is TRUE, all eight neighbors of each pixel
|
||||
are considered when calculating the affected region; in contrast, when
|
||||
this setting is FALSE, only the four orthogonal neighors of each pixel
|
||||
this setting is FALSE, only the four orthogonal neighbors of each pixel
|
||||
are considered.
|
||||
|
||||
This setting affects the following procedures:
|
||||
|
|
|
@ -287,7 +287,7 @@ CODE
|
|||
}
|
||||
|
||||
sub gradient_get_custom_samples {
|
||||
$blurb = 'Sample the spacified gradient in custom positions.';
|
||||
$blurb = 'Sample the specified gradient in custom positions.';
|
||||
|
||||
$help = <<'HELP';
|
||||
This procedure samples the active gradient in the specified number of
|
||||
|
@ -655,7 +655,7 @@ sub gradient_segment_set_left_pos {
|
|||
This procedure sets the left endpoint position of the specified
|
||||
segment of the specified gradient. The final position will be between
|
||||
the position of the middle point to the left to the middle point of
|
||||
the current segement.
|
||||
the current segment.
|
||||
|
||||
This procedure returns the final position.
|
||||
HELP
|
||||
|
@ -1321,7 +1321,7 @@ sub gradient_segment_range_move {
|
|||
$blurb = 'Move the position of an entire segment range by a delta.';
|
||||
|
||||
$help = <<'HELP';
|
||||
This funtions moves the position of an entire segment range by a delta. The
|
||||
This function moves the position of an entire segment range by a delta. The
|
||||
actual delta (which is returned) will be limited by the control points of the
|
||||
neighboring segments.
|
||||
HELP
|
||||
|
|
|
@ -258,7 +258,7 @@ sub image_convert_color_profile_from_file {
|
|||
|
||||
$help = <<'HELP';
|
||||
This procedure converts from the image's color profile (or the default
|
||||
RGB or grayscale profile if none is set) to an ICC profile precified by
|
||||
RGB or grayscale profile if none is set) to an ICC profile specified by
|
||||
'uri'. Only RGB and grayscale color profiles are accepted, according to
|
||||
the image's type.
|
||||
HELP
|
||||
|
|
|
@ -270,7 +270,7 @@ CODE
|
|||
|
||||
$desc = 'Image Transform';
|
||||
$doc_title = 'gimpimagetransform';
|
||||
$doc_short_desc = 'Transformations onm images.';
|
||||
$doc_short_desc = 'Transformations on images.';
|
||||
$doc_long_desc = 'Operations to scale, resize, crop, flip and rotate images.';
|
||||
|
||||
1;
|
||||
|
|
|
@ -253,7 +253,7 @@ as gimp_image_undo_enable() does, so is suited for situations where
|
|||
one wishes to leave the undo stack in the same state in which one
|
||||
found it despite non-destructively playing with the image in the
|
||||
meantime. An example would be in-situ plugin previews. Balancing
|
||||
freezes and thaws and ensuring image consistancy is the responsibility
|
||||
freezes and thaws and ensuring image consistency is the responsibility
|
||||
of the caller.
|
||||
HELP
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ sub selection_bounds {
|
|||
This procedure returns whether there is a selection for the specified image. If
|
||||
there is one, the upper left and lower right corners of the bounding box are
|
||||
returned. These coordinates are relative to the image. Please note that the
|
||||
pixel specified by the lower righthand coordinate of the bounding box is not
|
||||
pixel specified by the lower right coordinate of the bounding box is not
|
||||
part of the selection. The selection ends at the upper left corner of this
|
||||
pixel. This means the width of the selection can be calculated as (x2 - x1),
|
||||
its height as (y2 - y1).
|
||||
|
@ -401,7 +401,7 @@ sub selection_shrink {
|
|||
$blurb = "Shrink the image's selection";
|
||||
|
||||
$help .= <<'HELP';
|
||||
This procedure shrinks the selection. Shrinking invovles trimming the
|
||||
This procedure shrinks the selection. Shrinking involves trimming the
|
||||
existing selection boundary on all sides by the specified number of
|
||||
pixels.
|
||||
HELP
|
||||
|
|
|
@ -1080,7 +1080,7 @@ sub text_layer_get_letter_spacing {
|
|||
$blurb = 'Get the letter spacing used in a text layer.';
|
||||
|
||||
$help = <<'HELP';
|
||||
This procedure returns the additional spacing between the single glyps
|
||||
This procedure returns the additional spacing between the single glyphs
|
||||
in a text layer.
|
||||
HELP
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue