mirror of https://github.com/GNOME/gimp.git
docs, etc: regenerate the default gimprc and its manpage
This commit is contained in:
parent
4c01965c42
commit
6c89ed96fd
|
@ -60,7 +60,7 @@ Sets how many processors GIMP should try to use simultaneously. This is an
|
|||
integer value.
|
||||
|
||||
.TP
|
||||
(tile-cache-size 6119688k)
|
||||
(tile-cache-size 6119260k)
|
||||
|
||||
When the amount of pixel data exceeds this limit, GIMP will start to swap
|
||||
tiles to disk. This is a lot slower but it makes it possible to work on
|
||||
|
@ -236,7 +236,7 @@ Specify a default tool preset. The tool preset is searched for in the
|
|||
specified tool prests path. This is a string value.
|
||||
|
||||
.TP
|
||||
(default-font "Sans")
|
||||
(default-font "Sans-serif")
|
||||
|
||||
Specify a default font. This is a string value.
|
||||
|
||||
|
@ -318,7 +318,7 @@ kept available until the undo-size limit is reached. This is an integer
|
|||
value.
|
||||
|
||||
.TP
|
||||
(undo-size 1529922k)
|
||||
(undo-size 1529815k)
|
||||
|
||||
Sets an upper limit to the memory that is used per image to keep operations on
|
||||
the undo stack. Regardless of this setting, at least as many undo-levels as
|
||||
|
@ -491,7 +491,7 @@ When enabled, the mouse pointer will be shown over the image while using a
|
|||
paint tool. Possible values are yes and no.
|
||||
|
||||
.TP
|
||||
(image-title-format "%D*%f-%p.%i (%t, %L) %wx%h")
|
||||
(image-title-format "%D*%f-%p.%i (%t, %o, %L) %wx%h")
|
||||
|
||||
Sets the text to appear in image window titles. This is a format string;
|
||||
certain % character sequences are recognised and expanded as follows:
|
||||
|
@ -932,6 +932,11 @@ Enable the Handle Transform tool. Possible values are yes and no.
|
|||
|
||||
Enable the MyPaint Brush tool. Possible values are yes and no.
|
||||
|
||||
.TP
|
||||
(playground-seamless-clone-tool no)
|
||||
|
||||
Enable the Seamless Clone tool. Possible values are yes and no.
|
||||
|
||||
.TP
|
||||
(fractalexplorer-path "${gimp_dir}/fractalexplorer:${gimp_data_dir}/fractalexplorer")
|
||||
|
||||
|
|
12
etc/gimprc
12
etc/gimprc
|
@ -42,7 +42,7 @@
|
|||
# specified in bytes, kilobytes, megabytes or gigabytes. If no suffix is
|
||||
# specified the size defaults to being specified in kilobytes.
|
||||
#
|
||||
# (tile-cache-size 6119688k)
|
||||
# (tile-cache-size 6119260k)
|
||||
|
||||
# When enabled, uses OpenCL for some operations. Possible values are yes and
|
||||
# no.
|
||||
|
@ -184,7 +184,7 @@
|
|||
|
||||
# Specify a default font. This is a string value.
|
||||
#
|
||||
# (default-font "Sans")
|
||||
# (default-font "Sans-serif")
|
||||
|
||||
# Specify a default MyPaint brush. This is a string value.
|
||||
#
|
||||
|
@ -260,7 +260,7 @@
|
|||
# bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the
|
||||
# size defaults to being specified in kilobytes.
|
||||
#
|
||||
# (undo-size 1529922k)
|
||||
# (undo-size 1529815k)
|
||||
|
||||
# Sets the size of the previews in the Undo History. Possible values are
|
||||
# tiny, extra-small, small, medium, large, extra-large, huge, enormous and
|
||||
|
@ -438,7 +438,7 @@
|
|||
# %o the name of the image's color profile
|
||||
#
|
||||
#
|
||||
# (image-title-format "%D*%f-%p.%i (%t, %L) %wx%h")
|
||||
# (image-title-format "%D*%f-%p.%i (%t, %o, %L) %wx%h")
|
||||
|
||||
# Sets the text to appear in image window status bars. This is a format
|
||||
# string; certain % character sequences are recognised and expanded as
|
||||
|
@ -735,6 +735,10 @@
|
|||
#
|
||||
# (playground-mybrush-tool no)
|
||||
|
||||
# Enable the Seamless Clone tool. Possible values are yes and no.
|
||||
#
|
||||
# (playground-seamless-clone-tool no)
|
||||
|
||||
# Where to search for fractals used by the Fractal Explorer plug-in. This is
|
||||
# a colon-separated list of folders to search.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue