[gimp] docs, etc: regenerated the default gimprc and the gimprc manpage
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] docs, etc: regenerated the default gimprc and the gimprc manpage
- Date: Tue, 12 Jul 2016 19:09:14 +0000 (UTC)
commit a802bd2a20dec7f1a5f72488afaff844dc998cae
Author: Michael Natterer <mitch gimp org>
Date: Tue Jul 12 21:08:30 2016 +0200
docs, etc: regenerated the default gimprc and the gimprc manpage
docs/gimprc.5.in | 33 +++++++++++++++------------------
etc/gimprc | 32 +++++++++++++++-----------------
2 files changed, 30 insertions(+), 35 deletions(-)
---
diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in
index 0f31567..6151f1b 100644
--- a/docs/gimprc.5.in
+++ b/docs/gimprc.5.in
@@ -60,7 +60,7 @@ Sets how many processors GIMP should try to use simultaneously. This is an
integer value.
.TP
-(tile-cache-size 6119176k)
+(tile-cache-size 6118966k)
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
@@ -291,6 +291,8 @@ are yes and no.
(resolution-unit inches)
(image-type rgb)
(precision u8-gamma)
+ (color-managed yes)
+ (color-profile NULL)
(fill-type background-fill)
(comment "Created with GIMP"))
@@ -318,7 +320,7 @@ kept available until the undo-size limit is reached. This is an integer
value.
.TP
-(undo-size 1529794k)
+(undo-size 1566455296)
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
@@ -336,8 +338,8 @@ extra-small, small, medium, large, extra-large, huge, enormous and gigantic.
.TP
(plug-in-history-size 10)
-How many recently used plug-ins to keep on the Filters menu. This is an
-integer value.
+How many recently used filters and plug-ins to keep on the Filters menu. This
+is an integer value.
.TP
(pluginrc-path "${gimp_dir}/pluginrc")
@@ -379,8 +381,10 @@ is specified the size defaults to being specified in kilobytes.
(display-profile-from-gdk no)
(display-rendering-intent relative-colorimetric)
(display-use-black-point-compensation yes)
+ (display-optimize yes)
(simulation-rendering-intent perceptual)
(simulation-use-black-point-compensation no)
+ (simulation-optimize yes)
(simulation-gamut-check no)
(out-of-gamut-color (color-rgb 0.501961 0.501961 0.501961))
(display-module "CdisplayLcms"))
@@ -435,13 +439,15 @@ milliseconds (less time indicates faster marching). This is an integer value.
(resize-windows-on-zoom no)
When enabled, the image window will automatically resize itself when zooming
-into and out of images. Possible values are yes and no.
+into and out of images. This setting only takes effect in multi-window mode.
+Possible values are yes and no.
.TP
(resize-windows-on-resize no)
When enabled, the image window will automatically resize itself whenever the
-physical image size changes. Possible values are yes and no.
+physical image size changes. This setting only takes effect in multi-window
+mode. Possible values are yes and no.
.TP
(default-dot-for-dot yes)
@@ -457,15 +463,6 @@ opened, otherwise it will be displayed with a scale of 1:1. Possible values
are yes and no.
.TP
-(perfect-mouse yes)
-
-When enabled, the X server is queried for the mouse's current position on each
-motion event, rather than relying on the position hint. This means painting
-with large brushes should be more accurate, but it may be slower. Conversely,
-on some X servers enabling this option results in faster painting. Possible
-values are yes and no.
-
-.TP
(cursor-mode tool-icon)
Sets the type of mouse pointers to use. Possible values are tool-icon,
@@ -733,10 +730,10 @@ to be the default behaviour in older versions. Possible values are yes and
no.
.TP
-(image-map-tool-max-recent 10)
+(filter-tool-max-recent 10)
-How many recent settings to keep around in color correction tools This is an
-integer value.
+How many recent settings to keep around in filter tools This is an integer
+value.
.TP
(trust-dirty-flag no)
diff --git a/etc/gimprc b/etc/gimprc
index 1f0aa79..6f56c6d 100644
--- a/etc/gimprc
+++ b/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 6119176k)
+# (tile-cache-size 6118966k)
# When enabled, uses OpenCL for some operations. Possible values are yes and
# no.
@@ -231,6 +231,8 @@
# (resolution-unit inches)
# (image-type rgb)
# (precision u8-gamma)
+# (color-managed yes)
+# (color-profile NULL)
# (fill-type background-fill)
# (comment "Created with GIMP"))
@@ -260,7 +262,7 @@
# bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the
# size defaults to being specified in kilobytes.
#
-# (undo-size 1529794k)
+# (undo-size 1566455296)
# Sets the size of the previews in the Undo History. Possible values are
# tiny, extra-small, small, medium, large, extra-large, huge, enormous and
@@ -268,8 +270,8 @@
#
# (undo-preview-size large)
-# How many recently used plug-ins to keep on the Filters menu. This is an
-# integer value.
+# How many recently used filters and plug-ins to keep on the Filters menu.
+# This is an integer value.
#
# (plug-in-history-size 10)
@@ -309,8 +311,10 @@
# (display-profile-from-gdk no)
# (display-rendering-intent relative-colorimetric)
# (display-use-black-point-compensation yes)
+# (display-optimize yes)
# (simulation-rendering-intent perceptual)
# (simulation-use-black-point-compensation no)
+# (simulation-optimize yes)
# (simulation-gamut-check no)
# (out-of-gamut-color (color-rgb 0.501961 0.501961 0.501961))
# (display-module "CdisplayLcms"))
@@ -354,12 +358,14 @@
# (marching-ants-speed 200)
# When enabled, the image window will automatically resize itself when
-# zooming into and out of images. Possible values are yes and no.
+# zooming into and out of images. This setting only takes effect in
+# multi-window mode. Possible values are yes and no.
#
# (resize-windows-on-zoom no)
# When enabled, the image window will automatically resize itself whenever
-# the physical image size changes. Possible values are yes and no.
+# the physical image size changes. This setting only takes effect in
+# multi-window mode. Possible values are yes and no.
#
# (resize-windows-on-resize no)
@@ -374,14 +380,6 @@
#
# (initial-zoom-to-fit yes)
-# When enabled, the X server is queried for the mouse's current position on
-# each motion event, rather than relying on the position hint. This means
-# painting with large brushes should be more accurate, but it may be slower.
-# Conversely, on some X servers enabling this option results in faster
-# painting. Possible values are yes and no.
-#
-# (perfect-mouse yes)
-
# Sets the type of mouse pointers to use. Possible values are tool-icon,
# tool-crosshair and crosshair.
#
@@ -567,10 +565,10 @@
#
# (move-tool-changes-active no)
-# How many recent settings to keep around in color correction tools This is
-# an integer value.
+# How many recent settings to keep around in filter tools This is an integer
+# value.
#
-# (image-map-tool-max-recent 10)
+# (filter-tool-max-recent 10)
# When enabled, GIMP will not save an image if it has not been changed since
# it was opened. Possible values are yes and no.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]