[gimp/gimp-2-10] docs, etc: regenerate default gimprc and its manpage



commit a464b1129bd62f54f553bb5f83f288132d3f322b
Author: Michael Natterer <mitch gimp org>
Date:   Sat Oct 26 21:46:09 2019 +0200

    docs, etc: regenerate default gimprc and its manpage

 docs/gimprc.5.in | 77 ++++++++++++++++++++++++++++++++++++++------------------
 etc/gimprc.in    | 73 +++++++++++++++++++++++++++++++++++------------------
 2 files changed, 100 insertions(+), 50 deletions(-)
---
diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in
index ca1b302a58..e9b60453bf 100644
--- a/docs/gimprc.5.in
+++ b/docs/gimprc.5.in
@@ -53,6 +53,12 @@ large images. Also, things can get horribly slow if the swap file is created
 on a folder that is mounted over NFS.  For these reasons, it may be desirable
 to put your swap file in "/tmp".  This is a single folder.
 
+.TP
+(swap-compression "fast")
+
+The compression method used for tile data stored in the swap file.  This is a
+string value.
+
 .TP
 (num-processors 1)
 
@@ -286,8 +292,8 @@ are yes and no.
     (width 1920)
     (height 1080)
     (unit pixels)
-    (xresolution 300.000000)
-    (yresolution 300.000000)
+    (xresolution 300)
+    (yresolution 300)
     (resolution-unit inches)
     (image-type rgb)
     (precision u8-gamma)
@@ -301,13 +307,13 @@ Sets the default image in the "File/New" dialog.  This is a parameter list.
 .TP
 (default-grid
     (style solid)
-    (fgcolor (color-rgba 0.000000 0.000000 0.000000 1.000000))
-    (bgcolor (color-rgba 1.000000 1.000000 1.000000 1.000000))
-    (xspacing 10.000000)
-    (yspacing 10.000000)
+    (fgcolor (color-rgba 0 0 0 1))
+    (bgcolor (color-rgba 1 1 1 1))
+    (xspacing 10)
+    (yspacing 10)
     (spacing-unit inches)
-    (xoffset 0.000000)
-    (yoffset 0.000000)
+    (xoffset 0)
+    (yoffset 0)
     (offset-unit inches))
 
 Specify a default image grid.  This is a parameter list.
@@ -393,7 +399,7 @@ is specified the size defaults to being specified in kilobytes.
     (simulation-use-black-point-compensation no)
     (simulation-optimize yes)
     (simulation-gamut-check no)
-    (out-of-gamut-color (color-rgb 1.000000 0.000000 1.000000))
+    (out-of-gamut-color (color-rgb 1 0 1))
     (display-module "CdisplayLcms"))
 
 Defines the color management behavior.  This is a parameter list.
@@ -405,7 +411,7 @@ Keep a permanent record of all opened and saved files in the Recent Documents
 list.  Possible values are yes and no.
 
 .TP
-(quick-mask-color (color-rgba 1.000000 0.000000 0.000000 0.500000))
+(quick-mask-color (color-rgba 1 0 0 0.5))
 
 Sets the default quick mask color.  The color is specified in the form
 (color-rgba red green blue alpha) with channel values as floats in the range
@@ -507,6 +513,11 @@ When enabled, the image window will automatically resize itself whenever the
 physical image size changes. This setting only takes effect in multi-window
 mode.  Possible values are yes and no.
 
+.TP
+(default-show-all no)
+
+Show full image content by default.  Possible values are yes and no.
+
 .TP
 (default-dot-for-dot yes)
 
@@ -696,14 +707,14 @@ certain % character sequences are recognised and expanded as follows:
 .br
 
 .TP
-(monitor-xresolution 96.000000)
+(monitor-xresolution 96)
 
 Sets the monitor's horizontal resolution, in dots per inch.  If set to 0,
 forces the X server to be queried for both horizontal and vertical resolution
 information.  This is a float value.
 
 .TP
-(monitor-yresolution 96.000000)
+(monitor-yresolution 96)
 
 Sets the monitor's vertical resolution, in dots per inch.  If set to 0, forces
 the X server to be queried for both horizontal and vertical resolution
@@ -730,6 +741,7 @@ large, extra-large, huge, enormous and gigantic.
     (show-scrollbars yes)
     (show-selection yes)
     (show-layer-boundary yes)
+    (show-canvas-boundary yes)
     (show-guides yes)
     (show-grid no)
     (show-sample-points yes)
@@ -738,7 +750,8 @@ large, extra-large, huge, enormous and gigantic.
     (snap-to-canvas no)
     (snap-to-path no)
     (padding-mode default)
-    (padding-color (color-rgb 1.000000 1.000000 1.000000)))
+    (padding-color (color-rgb 1 1 1))
+    (padding-in-show-all no))
 
 Sets the default settings for the image view.  This is a parameter list.
 
@@ -750,6 +763,7 @@ Sets the default settings for the image view.  This is a parameter list.
     (show-scrollbars yes)
     (show-selection yes)
     (show-layer-boundary yes)
+    (show-canvas-boundary yes)
     (show-guides yes)
     (show-grid no)
     (show-sample-points yes)
@@ -758,7 +772,8 @@ Sets the default settings for the image view.  This is a parameter list.
     (snap-to-canvas no)
     (snap-to-path no)
     (padding-mode default)
-    (padding-color (color-rgb 1.000000 1.000000 1.000000)))
+    (padding-color (color-rgb 1 1 1))
+    (padding-in-show-all no))
 
 Sets the default settings used when an image is viewed in fullscreen mode. 
 This is a parameter list.
@@ -788,6 +803,12 @@ Possible values are low and high.
 Bugs in event history buffer are frequent so in case of cursor offset problems
 turning it off helps.  Possible values are yes and no.
 
+.TP
+(edit-non-visible no)
+
+When enabled, non-visible layers can be edited as normal.  Possible values are
+yes and no.
+
 .TP
 (move-tool-changes-active no)
 
@@ -1167,7 +1188,7 @@ Sets the default composite mode for the 'New Layer' dialog.  Possible values
 are auto, union, clip-to-backdrop, clip-to-layer and intersection.
 
 .TP
-(layer-new-opacity 1.000000)
+(layer-new-opacity 1)
 
 Sets the default opacity for the 'New Layer' dialog.  This is a float value.
 
@@ -1221,7 +1242,7 @@ Sets the default channel name for the 'New Channel' dialog.  This is a string
 value.
 
 .TP
-(channel-new-color (color-rgba 0.000000 0.000000 0.000000 0.500000))
+(channel-new-color (color-rgba 0 0 0 0.5))
 
 Sets the default color and opacity for the 'New Channel' dialog.  The color is
 specified in the form (color-rgba red green blue alpha) with channel values as
@@ -1261,19 +1282,25 @@ Sets the default 'Scale imported paths to fit size' state for the 'Import
 Path' dialog.  Possible values are yes and no.
 
 .TP
-(selection-feather-radius 5.000000)
+(selection-feather-radius 5)
 
 Sets the default feather radius for the 'Feather Selection' dialog.  This is a
 float value.
 
 .TP
-(selection-grow-radius 1.000000)
+(selection-feather-edge-lock yes)
+
+Sets the default 'Selected areas continue outside the image' setting for the
+\&'Feather Selection' dialog.  Possible values are yes and no.
+
+.TP
+(selection-grow-radius 1)
 
 Sets the default grow radius for the 'Grow Selection' dialog.  This is a float
 value.
 
 .TP
-(selection-shrink-radius 1.000000)
+(selection-shrink-radius 1)
 
 Sets the default shrink radius for the 'Shrink Selection' dialog.  This is a
 float value.
@@ -1285,7 +1312,7 @@ Sets the default 'Selected areas continue outside the image' setting for the
 \&'Shrink Selection' dialog.  Possible values are yes and no.
 
 .TP
-(selection-border-radius 5.000000)
+(selection-border-radius 5)
 
 Sets the default border radius for the 'Border Selection' dialog.  This is a
 float value.
@@ -1307,7 +1334,7 @@ Sets the default 'Selected areas continue outside the image' setting for the
     (style solid)
     (antialias yes)
     (feather no)
-    (feather-radius 10.000000))
+    (feather-radius 10))
 
 The default fill options for the fill dialogs.  This is a parameter list.
 
@@ -1316,14 +1343,14 @@ The default fill options for the fill dialogs.  This is a parameter list.
     (style solid)
     (antialias yes)
     (feather no)
-    (feather-radius 10.000000)
+    (feather-radius 10)
     (method line)
-    (width 6.000000)
+    (width 6)
     (unit pixels)
     (cap-style butt)
     (join-style miter)
-    (miter-limit 10.000000)
-    (dash-offset 0.000000)
+    (miter-limit 10)
+    (dash-offset 0)
     (dash-info 0)
     (emulate-brush-dynamics no))
 
diff --git a/etc/gimprc.in b/etc/gimprc.in
index 130ad2cd66..391fe98982 100644
--- a/etc/gimprc.in
+++ b/etc/gimprc.in
@@ -29,6 +29,11 @@
 # 
 # (swap-path "${gimp_cache_dir}")
 
+# The compression method used for tile data stored in the swap file.  This is
+# a string value.
+# 
+# (swap-compression "fast")
+
 # Sets how many threads GIMP should use for operations that support it.  This
 # is an integer value.
 # 
@@ -226,8 +231,8 @@
 #     (width 1920)
 #     (height 1080)
 #     (unit pixels)
-#     (xresolution 300.000000)
-#     (yresolution 300.000000)
+#     (xresolution 300)
+#     (yresolution 300)
 #     (resolution-unit inches)
 #     (image-type rgb)
 #     (precision u8-gamma)
@@ -240,13 +245,13 @@
 # 
 # (default-grid
 #     (style solid)
-#     (fgcolor (color-rgba 0.000000 0.000000 0.000000 1.000000))
-#     (bgcolor (color-rgba 1.000000 1.000000 1.000000 1.000000))
-#     (xspacing 10.000000)
-#     (yspacing 10.000000)
+#     (fgcolor (color-rgba 0 0 0 1))
+#     (bgcolor (color-rgba 1 1 1 1))
+#     (xspacing 10)
+#     (yspacing 10)
 #     (spacing-unit inches)
-#     (xoffset 0.000000)
-#     (yoffset 0.000000)
+#     (xoffset 0)
+#     (yoffset 0)
 #     (offset-unit inches))
 
 # Sets the minimal number of operations that can be undone. More undo levels
@@ -322,7 +327,7 @@
 #     (simulation-use-black-point-compensation no)
 #     (simulation-optimize yes)
 #     (simulation-gamut-check no)
-#     (out-of-gamut-color (color-rgb 1.000000 0.000000 1.000000))
+#     (out-of-gamut-color (color-rgb 1 0 1))
 #     (display-module "CdisplayLcms"))
 
 # Keep a permanent record of all opened and saved files in the Recent
@@ -334,7 +339,7 @@
 # (color-rgba red green blue alpha) with channel values as floats in the
 # range of 0.0 to 1.0.
 # 
-# (quick-mask-color (color-rgba 1.000000 0.000000 0.000000 0.500000))
+# (quick-mask-color (color-rgba 1 0 0 0.5))
 
 # Promote imported images to floating point precision. Does not apply to
 # indexed images.  Possible values are yes and no.
@@ -418,6 +423,10 @@
 # 
 # (resize-windows-on-resize no)
 
+# Show full image content by default.  Possible values are yes and no.
+# 
+# (default-show-all no)
+
 # When enabled, this will ensure that each pixel of an image gets mapped to a
 # pixel on the screen.  Possible values are yes and no.
 # 
@@ -533,13 +542,13 @@
 # forces the X server to be queried for both horizontal and vertical
 # resolution information.  This is a float value.
 # 
-# (monitor-xresolution 96.000000)
+# (monitor-xresolution 96)
 
 # Sets the monitor's vertical resolution, in dots per inch.  If set to 0,
 # forces the X server to be queried for both horizontal and vertical
 # resolution information.  This is a float value.
 # 
-# (monitor-yresolution 96.000000)
+# (monitor-yresolution 96)
 
 # When enabled, GIMP will use the monitor resolution from the windowing
 # system.  Possible values are yes and no.
@@ -561,6 +570,7 @@
 #     (show-scrollbars yes)
 #     (show-selection yes)
 #     (show-layer-boundary yes)
+#     (show-canvas-boundary yes)
 #     (show-guides yes)
 #     (show-grid no)
 #     (show-sample-points yes)
@@ -569,7 +579,8 @@
 #     (snap-to-canvas no)
 #     (snap-to-path no)
 #     (padding-mode default)
-#     (padding-color (color-rgb 1.000000 1.000000 1.000000)))
+#     (padding-color (color-rgb 1 1 1))
+#     (padding-in-show-all no))
 
 # Sets the default settings used when an image is viewed in fullscreen mode. 
 # This is a parameter list.
@@ -581,6 +592,7 @@
 #     (show-scrollbars yes)
 #     (show-selection yes)
 #     (show-layer-boundary yes)
+#     (show-canvas-boundary yes)
 #     (show-guides yes)
 #     (show-grid no)
 #     (show-sample-points yes)
@@ -589,7 +601,8 @@
 #     (snap-to-canvas no)
 #     (snap-to-path no)
 #     (padding-mode default)
-#     (padding-color (color-rgb 1.000000 1.000000 1.000000)))
+#     (padding-color (color-rgb 1 1 1))
+#     (padding-in-show-all no))
 
 # When enabled, an image will become the active image when its image window
 # receives the focus. This is useful for window managers using "click to
@@ -612,6 +625,11 @@
 # 
 # (use-event-history no)
 
+# When enabled, non-visible layers can be edited as normal.  Possible values
+# are yes and no.
+# 
+# (edit-non-visible no)
+
 # If enabled, the move tool sets the edited layer or path as active.  This
 # used to be the default behaviour in older versions.  Possible values are
 # yes and no.
@@ -936,7 +954,7 @@
 # Sets the default opacity for the 'New Layer' dialog.  This is a float
 # value.
 # 
-# (layer-new-opacity 1.000000)
+# (layer-new-opacity 1)
 
 # Sets the default fill type for the 'New Layer' dialog.  Possible values are
 # foreground, background, white, transparent and pattern.
@@ -983,7 +1001,7 @@
 # is specified in the form (color-rgba red green blue alpha) with channel
 # values as floats in the range of 0.0 to 1.0.
 # 
-# (channel-new-color (color-rgba 0.000000 0.000000 0.000000 0.500000))
+# (channel-new-color (color-rgba 0 0 0 0.5))
 
 # Sets the default path name for the 'New Path' dialog.  This is a string
 # value.
@@ -1018,17 +1036,22 @@
 # Sets the default feather radius for the 'Feather Selection' dialog.  This
 # is a float value.
 # 
-# (selection-feather-radius 5.000000)
+# (selection-feather-radius 5)
+
+# Sets the default 'Selected areas continue outside the image' setting for
+# the 'Feather Selection' dialog.  Possible values are yes and no.
+# 
+# (selection-feather-edge-lock yes)
 
 # Sets the default grow radius for the 'Grow Selection' dialog.  This is a
 # float value.
 # 
-# (selection-grow-radius 1.000000)
+# (selection-grow-radius 1)
 
 # Sets the default shrink radius for the 'Shrink Selection' dialog.  This is
 # a float value.
 # 
-# (selection-shrink-radius 1.000000)
+# (selection-shrink-radius 1)
 
 # Sets the default 'Selected areas continue outside the image' setting for
 # the 'Shrink Selection' dialog.  Possible values are yes and no.
@@ -1038,7 +1061,7 @@
 # Sets the default border radius for the 'Border Selection' dialog.  This is
 # a float value.
 # 
-# (selection-border-radius 5.000000)
+# (selection-border-radius 5)
 
 # Sets the default border style for the 'Border Selection' dialog.  Possible
 # values are hard, smooth and feathered.
@@ -1056,7 +1079,7 @@
 #     (style solid)
 #     (antialias yes)
 #     (feather no)
-#     (feather-radius 10.000000))
+#     (feather-radius 10))
 
 # The default stroke options for the stroke dialogs.  This is a parameter
 # list.
@@ -1065,14 +1088,14 @@
 #     (style solid)
 #     (antialias yes)
 #     (feather no)
-#     (feather-radius 10.000000)
+#     (feather-radius 10)
 #     (method line)
-#     (width 6.000000)
+#     (width 6)
 #     (unit pixels)
 #     (cap-style butt)
 #     (join-style miter)
-#     (miter-limit 10.000000)
-#     (dash-offset 0.000000)
+#     (miter-limit 10)
+#     (dash-offset 0)
 #     (dash-info 0)
 #     (emulate-brush-dynamics no))
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]