mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
Add other misc. typo fixes
This commit is contained in:
parent
c1585d609b
commit
7e99aa59f5
7 changed files with 9 additions and 10 deletions
|
@ -2049,7 +2049,7 @@ gimp_number_of_transitions (GArray *pixels,
|
||||||
* gimp_line_art_allow_closure:
|
* gimp_line_art_allow_closure:
|
||||||
* @mask: the current state of line art closure.
|
* @mask: the current state of line art closure.
|
||||||
* @pixels: the pixels of a candidate closure (spline or segment).
|
* @pixels: the pixels of a candidate closure (spline or segment).
|
||||||
* @fill_pixels: #GList of unsignificant pixels to bucket fill.
|
* @fill_pixels: #GList of insignificant pixels to bucket fill.
|
||||||
* @significant_size: number of pixels for area to be considered
|
* @significant_size: number of pixels for area to be considered
|
||||||
* "significant".
|
* "significant".
|
||||||
* @minimum_size: number of pixels for area to be allowed.
|
* @minimum_size: number of pixels for area to be allowed.
|
||||||
|
@ -2059,7 +2059,7 @@ gimp_number_of_transitions (GArray *pixels,
|
||||||
* will be below @minimum_size. If it creates such small areas, the
|
* will be below @minimum_size. If it creates such small areas, the
|
||||||
* function will refuse this candidate spline/segment, with the
|
* function will refuse this candidate spline/segment, with the
|
||||||
* exception of very small areas under @significant_size. These
|
* exception of very small areas under @significant_size. These
|
||||||
* micro-area are considered "unsignificant" and accepted (because they
|
* micro-area are considered "insignificant" and accepted (because they
|
||||||
* can be created in some conditions, for instance when created curves
|
* can be created in some conditions, for instance when created curves
|
||||||
* cross or start from a same endpoint), and one pixel for each
|
* cross or start from a same endpoint), and one pixel for each
|
||||||
* micro-area will be added to @fill_pixels to be later filled along
|
* micro-area will be added to @fill_pixels to be later filled along
|
||||||
|
|
|
@ -866,7 +866,7 @@ gimp_draw_tool_pop_group (GimpDrawTool *draw_tool)
|
||||||
*
|
*
|
||||||
* This function takes image space coordinates and transforms them to
|
* This function takes image space coordinates and transforms them to
|
||||||
* screen window coordinates, then draws a line between the resulting
|
* screen window coordinates, then draws a line between the resulting
|
||||||
* coordindates.
|
* coordinates.
|
||||||
**/
|
**/
|
||||||
GimpCanvasItem *
|
GimpCanvasItem *
|
||||||
gimp_draw_tool_add_line (GimpDrawTool *draw_tool,
|
gimp_draw_tool_add_line (GimpDrawTool *draw_tool,
|
||||||
|
|
|
@ -66,7 +66,7 @@ static void gimp_selection_tool_cursor_update (GimpTool *tool,
|
||||||
|
|
||||||
static void gimp_selection_tool_commit (GimpSelectionTool *sel_tool);
|
static void gimp_selection_tool_commit (GimpSelectionTool *sel_tool);
|
||||||
static void gimp_selection_tool_halt (GimpSelectionTool *sel_tool,
|
static void gimp_selection_tool_halt (GimpSelectionTool *sel_tool,
|
||||||
GimpDisplay *dispaly);
|
GimpDisplay *display);
|
||||||
|
|
||||||
static gboolean gimp_selection_tool_check (GimpSelectionTool *sel_tool,
|
static gboolean gimp_selection_tool_check (GimpSelectionTool *sel_tool,
|
||||||
GimpDisplay *display,
|
GimpDisplay *display,
|
||||||
|
|
|
@ -7,5 +7,4 @@ Gimp Pixmap Brush File Format
|
||||||
The current format for gpb files, the pixmap
|
The current format for gpb files, the pixmap
|
||||||
brush format is very simple. What it essentially
|
brush format is very simple. What it essentially
|
||||||
boils down to is a greyscale gbr (gimp brush) and
|
boils down to is a greyscale gbr (gimp brush) and
|
||||||
a rgb pat (gimp pattern) concatented into the same file.
|
a rgb pat (gimp pattern) concatenated into the same file.
|
||||||
|
|
||||||
|
|
|
@ -38,8 +38,8 @@ G_BEGIN_DECLS
|
||||||
* @GIMP_EXPORT_CAN_HANDLE_INDEXED: Handles indexed images
|
* @GIMP_EXPORT_CAN_HANDLE_INDEXED: Handles indexed images
|
||||||
* @GIMP_EXPORT_CAN_HANDLE_BITMAP: Handles two-color indexed images
|
* @GIMP_EXPORT_CAN_HANDLE_BITMAP: Handles two-color indexed images
|
||||||
* @GIMP_EXPORT_CAN_HANDLE_ALPHA: Handles alpha channels
|
* @GIMP_EXPORT_CAN_HANDLE_ALPHA: Handles alpha channels
|
||||||
* @GIMP_EXPORT_CAN_HANDLE_LAYERS: Hanldes layers
|
* @GIMP_EXPORT_CAN_HANDLE_LAYERS: Handles layers
|
||||||
* @GIMP_EXPORT_CAN_HANDLE_LAYERS_AS_ANIMATION: Handles aminations of layers
|
* @GIMP_EXPORT_CAN_HANDLE_LAYERS_AS_ANIMATION: Handles animation of layers
|
||||||
* @GIMP_EXPORT_CAN_HANDLE_LAYER_MASKS: Handles layer masks
|
* @GIMP_EXPORT_CAN_HANDLE_LAYER_MASKS: Handles layer masks
|
||||||
* @GIMP_EXPORT_NEEDS_ALPHA: Needs alpha channels
|
* @GIMP_EXPORT_NEEDS_ALPHA: Needs alpha channels
|
||||||
*
|
*
|
||||||
|
|
|
@ -411,7 +411,7 @@ typedef enum
|
||||||
* @GIMP_FOREGROUND_EXTRACT_SIOX: Siox
|
* @GIMP_FOREGROUND_EXTRACT_SIOX: Siox
|
||||||
* @GIMP_FOREGROUND_EXTRACT_MATTING: Matting (Since 2.10)
|
* @GIMP_FOREGROUND_EXTRACT_MATTING: Matting (Since 2.10)
|
||||||
*
|
*
|
||||||
* Foreground extraxt engines.
|
* Foreground extract engines.
|
||||||
**/
|
**/
|
||||||
#define GIMP_TYPE_FOREGROUND_EXTRACT_MODE (gimp_foreground_extract_mode_get_type ())
|
#define GIMP_TYPE_FOREGROUND_EXTRACT_MODE (gimp_foreground_extract_mode_get_type ())
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ G_BEGIN_DECLS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GimpWidgetsError:
|
* GimpWidgetsError:
|
||||||
* @GIMP_WIDGETS_PARSE_ERROR: A parse error has occured
|
* @GIMP_WIDGETS_PARSE_ERROR: A parse error has occurred
|
||||||
*
|
*
|
||||||
* Types of errors returned by libgimpwidgets functions
|
* Types of errors returned by libgimpwidgets functions
|
||||||
**/
|
**/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue