[gimp] Update gimprc



commit 4b8b8f4dde97c73819e495cb1d153729e1615042
Author: Martin Nordholts <martinn src gnome org>
Date:   Fri Jan 8 12:05:13 2010 +0100

    Update gimprc

 docs/gimprc.5.in |   42 ++++++++++++++++++++++++++++++++++++++++--
 etc/gimprc       |   37 +++++++++++++++++++++++++++++++++++--
 2 files changed, 75 insertions(+), 4 deletions(-)
---
diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in
index 22538e2..051edf9 100644
--- a/docs/gimprc.5.in
+++ b/docs/gimprc.5.in
@@ -71,6 +71,10 @@ in bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the
 size defaults to being specified in kilobytes.
 
 .TP
+
+Specifies the language to use for the user interface.  This is a string value.
+
+.TP
 (interpolation-type cubic)
 
 Sets the level of interpolation used for scaling and other transformations. 
@@ -112,6 +116,17 @@ search.
 This is a colon-separated list of folders to search.
 
 .TP
+(dynamics-path "${gimp_dir}/dynamics:${gimp_data_dir}/dynamics")
+
+Sets the dynamics search path.  This is a colon-separated list of folders to
+search.
+
+.TP
+(dynamics-path-writable "${gimp_dir}/dynamics")
+
+This is a colon-separated list of folders to search.
+
+.TP
 (pattern-path "${gimp_dir}/patterns:${gimp_data_dir}/patterns")
 
 Sets the pattern search path.  This is a colon-separated list of folders to
@@ -157,6 +172,12 @@ Specify a default brush.  The brush is searched for in the specified brush
 path.  This is a string value.
 
 .TP
+(default-dynamics "Basic Dynamics")
+
+Specify a default dynamics.  The dynamics is searched for in the specified
+dynamics path.  This is a string value.
+
+.TP
 (default-pattern "Pine")
 
 Specify a default pattern.  This is a string value.
@@ -183,6 +204,12 @@ When enabled, the selected brush will be used for all tools.  Possible values
 are yes and no.
 
 .TP
+(global-dynamics yes)
+
+When enabled, the selected dynamics will be used for all tools.  Possible
+values are yes and no.
+
+.TP
 (global-pattern yes)
 
 When enabled, the selected pattern will be used for all tools.  Possible
@@ -571,9 +598,9 @@ large, extra-large, huge, enormous and gigantic.
 .TP
 (default-view
     (show-menubar yes)
+    (show-statusbar yes)
     (show-rulers yes)
     (show-scrollbars yes)
-    (show-statusbar yes)
     (show-selection yes)
     (show-layer-boundary yes)
     (show-guides yes)
@@ -587,9 +614,9 @@ Sets the default settings for the image view.  This is a parameter list.
 .TP
 (default-fullscreen-view
     (show-menubar yes)
+    (show-statusbar yes)
     (show-rulers yes)
     (show-scrollbars yes)
-    (show-statusbar yes)
     (show-selection yes)
     (show-layer-boundary yes)
     (show-guides yes)
@@ -654,6 +681,12 @@ There's a tradeoff between speed and quality of the zoomed-out display.
 Possible values are low and high.
 
 .TP
+(use-event-history no)
+
+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
 (default-threshold 15)
 
 Tools such as fuzzy-select and bucket fill find regions based on a seed-fill
@@ -711,6 +744,11 @@ Show a tooltip when the pointer hovers over an item.  Possible values are yes
 and no.
 
 .TP
+(single-window-mode no)
+
+Use GIMP in a single-window mode.  Possible values are yes and no.
+
+.TP
 (tearoff-menus yes)
 
 When enabled, menus can be torn off.  Possible values are yes and no.
diff --git a/etc/gimprc b/etc/gimprc
index ee3bd15..2fc5a29 100644
--- a/etc/gimprc
+++ b/etc/gimprc
@@ -44,6 +44,11 @@
 # 
 # (tile-cache-size 1024M)
 
+# Specifies the language to use for the user interface.  This is a string
+# value.
+# 
+# 
+
 # Sets the level of interpolation used for scaling and other transformations.
 #  Possible values are none, linear, cubic and lanczos.
 # 
@@ -78,6 +83,15 @@
 # 
 # (brush-path-writable "${gimp_dir}/brushes")
 
+# Sets the dynamics search path.  This is a colon-separated list of folders
+# to search.
+# 
+# (dynamics-path "${gimp_dir}/dynamics:${gimp_data_dir}/dynamics")
+
+# This is a colon-separated list of folders to search.
+# 
+# (dynamics-path-writable "${gimp_dir}/dynamics")
+
 # Sets the pattern search path.  This is a colon-separated list of folders to
 # search.
 # 
@@ -115,6 +129,11 @@
 # 
 # (default-brush "Round Fuzzy")
 
+# Specify a default dynamics.  The dynamics is searched for in the specified
+# dynamics path.  This is a string value.
+# 
+# (default-dynamics "Basic Dynamics")
+
 # Specify a default pattern.  This is a string value.
 # 
 # (default-pattern "Pine")
@@ -136,6 +155,11 @@
 # 
 # (global-brush yes)
 
+# When enabled, the selected dynamics will be used for all tools.  Possible
+# values are yes and no.
+# 
+# (global-dynamics yes)
+
 # When enabled, the selected pattern will be used for all tools.  Possible
 # values are yes and no.
 # 
@@ -435,9 +459,9 @@
 # 
 # (default-view
 #     (show-menubar yes)
+#     (show-statusbar yes)
 #     (show-rulers yes)
 #     (show-scrollbars yes)
-#     (show-statusbar yes)
 #     (show-selection yes)
 #     (show-layer-boundary yes)
 #     (show-guides yes)
@@ -451,9 +475,9 @@
 # 
 # (default-fullscreen-view
 #     (show-menubar yes)
+#     (show-statusbar yes)
 #     (show-rulers yes)
 #     (show-scrollbars yes)
-#     (show-statusbar yes)
 #     (show-selection yes)
 #     (show-layer-boundary yes)
 #     (show-guides yes)
@@ -506,6 +530,11 @@
 # 
 # (zoom-quality 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.
+# 
+# (use-event-history no)
+
 # Tools such as fuzzy-select and bucket fill find regions based on a
 # seed-fill algorithm.  The seed fill starts at the initially selected pixel
 # and progresses in all directions until the difference of pixel intensity
@@ -554,6 +583,10 @@
 # 
 # (show-tooltips yes)
 
+# Use GIMP in a single-window mode.  Possible values are yes and no.
+# 
+# (single-window-mode no)
+
 # When enabled, menus can be torn off.  Possible values are yes and no.
 # 
 # (tearoff-menus yes)



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