Update gimprc

This commit is contained in:
Martin Nordholts 2010-01-08 12:05:13 +01:00
parent d03ebe7fed
commit 4b8b8f4dde
2 changed files with 75 additions and 4 deletions

View File

@ -70,6 +70,10 @@ of 'B', 'K', 'M' or 'G' which makes GIMP interpret the size as being specified
in bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the in bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the
size defaults to being specified in kilobytes. size defaults to being specified in kilobytes.
.TP
Specifies the language to use for the user interface. This is a string value.
.TP .TP
(interpolation-type cubic) (interpolation-type cubic)
@ -111,6 +115,17 @@ search.
This is a colon-separated list of folders to 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 .TP
(pattern-path "${gimp_dir}/patterns:${gimp_data_dir}/patterns") (pattern-path "${gimp_dir}/patterns:${gimp_data_dir}/patterns")
@ -156,6 +171,12 @@ is a colon-separated list of folders to search.
Specify a default brush. The brush is searched for in the specified brush Specify a default brush. The brush is searched for in the specified brush
path. This is a string value. 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 .TP
(default-pattern "Pine") (default-pattern "Pine")
@ -182,6 +203,12 @@ Specify a default font. This is a string value.
When enabled, the selected brush will be used for all tools. Possible values When enabled, the selected brush will be used for all tools. Possible values
are yes and no. 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 .TP
(global-pattern yes) (global-pattern yes)
@ -571,9 +598,9 @@ large, extra-large, huge, enormous and gigantic.
.TP .TP
(default-view (default-view
(show-menubar yes) (show-menubar yes)
(show-statusbar yes)
(show-rulers yes) (show-rulers yes)
(show-scrollbars yes) (show-scrollbars yes)
(show-statusbar yes)
(show-selection yes) (show-selection yes)
(show-layer-boundary yes) (show-layer-boundary yes)
(show-guides yes) (show-guides yes)
@ -587,9 +614,9 @@ Sets the default settings for the image view. This is a parameter list.
.TP .TP
(default-fullscreen-view (default-fullscreen-view
(show-menubar yes) (show-menubar yes)
(show-statusbar yes)
(show-rulers yes) (show-rulers yes)
(show-scrollbars yes) (show-scrollbars yes)
(show-statusbar yes)
(show-selection yes) (show-selection yes)
(show-layer-boundary yes) (show-layer-boundary yes)
(show-guides yes) (show-guides yes)
@ -653,6 +680,12 @@ to 1.0.
There's a tradeoff between speed and quality of the zoomed-out display. There's a tradeoff between speed and quality of the zoomed-out display.
Possible values are low and high. 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 .TP
(default-threshold 15) (default-threshold 15)
@ -710,6 +743,11 @@ Save the tool options when GIMP exits. Possible values are yes and no.
Show a tooltip when the pointer hovers over an item. Possible values are yes Show a tooltip when the pointer hovers over an item. Possible values are yes
and no. and no.
.TP
(single-window-mode no)
Use GIMP in a single-window mode. Possible values are yes and no.
.TP .TP
(tearoff-menus yes) (tearoff-menus yes)

View File

@ -44,6 +44,11 @@
# #
# (tile-cache-size 1024M) # (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. # Sets the level of interpolation used for scaling and other transformations.
# Possible values are none, linear, cubic and lanczos. # Possible values are none, linear, cubic and lanczos.
# #
@ -78,6 +83,15 @@
# #
# (brush-path-writable "${gimp_dir}/brushes") # (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 # Sets the pattern search path. This is a colon-separated list of folders to
# search. # search.
# #
@ -115,6 +129,11 @@
# #
# (default-brush "Round Fuzzy") # (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. # Specify a default pattern. This is a string value.
# #
# (default-pattern "Pine") # (default-pattern "Pine")
@ -136,6 +155,11 @@
# #
# (global-brush yes) # (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 # When enabled, the selected pattern will be used for all tools. Possible
# values are yes and no. # values are yes and no.
# #
@ -435,9 +459,9 @@
# #
# (default-view # (default-view
# (show-menubar yes) # (show-menubar yes)
# (show-statusbar yes)
# (show-rulers yes) # (show-rulers yes)
# (show-scrollbars yes) # (show-scrollbars yes)
# (show-statusbar yes)
# (show-selection yes) # (show-selection yes)
# (show-layer-boundary yes) # (show-layer-boundary yes)
# (show-guides yes) # (show-guides yes)
@ -451,9 +475,9 @@
# #
# (default-fullscreen-view # (default-fullscreen-view
# (show-menubar yes) # (show-menubar yes)
# (show-statusbar yes)
# (show-rulers yes) # (show-rulers yes)
# (show-scrollbars yes) # (show-scrollbars yes)
# (show-statusbar yes)
# (show-selection yes) # (show-selection yes)
# (show-layer-boundary yes) # (show-layer-boundary yes)
# (show-guides yes) # (show-guides yes)
@ -506,6 +530,11 @@
# #
# (zoom-quality high) # (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 # 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 # seed-fill algorithm. The seed fill starts at the initially selected pixel
# and progresses in all directions until the difference of pixel intensity # and progresses in all directions until the difference of pixel intensity
@ -554,6 +583,10 @@
# #
# (show-tooltips yes) # (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. # When enabled, menus can be torn off. Possible values are yes and no.
# #
# (tearoff-menus yes) # (tearoff-menus yes)