Made 2.3.7 release.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2006-02-08 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* Made 2.3.7 development release.
|
||||
|
||||
2006-02-08 Roman Joost <romanofski@gimp.org>
|
||||
|
||||
* data/images/gimp-splash.png: splash screen for a new release
|
||||
|
@ -9,13 +9,11 @@ Definitions of useful #GParamFlags.
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
|
@ -387,15 +387,15 @@ values are yes and no.
|
||||
.TP
|
||||
(cursor-mode tool-icon)
|
||||
|
||||
Sets the mode of cursor the GIMP will use. Possible values are tool-icon,
|
||||
Sets the type of mouse pointers to use. Possible values are tool-icon,
|
||||
tool-crosshair and crosshair.
|
||||
|
||||
.TP
|
||||
(cursor-updating yes)
|
||||
|
||||
Context-dependent cursors are cool. They are enabled by default. However,
|
||||
they require overhead that you may want to do without. Possible values are
|
||||
yes and no.
|
||||
Context-dependent mouse pointers are helpful. They are enabled by default.
|
||||
However, they require overhead that you may want to do without. Possible
|
||||
values are yes and no.
|
||||
|
||||
.TP
|
||||
(show-brush-outline yes)
|
||||
@ -406,8 +406,8 @@ outline. Possible values are yes and no.
|
||||
.TP
|
||||
(show-paint-tool-cursor yes)
|
||||
|
||||
When enabled, the cursor will be shown over the image while using a paint
|
||||
tool. Possible values are yes and no.
|
||||
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")
|
||||
@ -790,8 +790,8 @@ values are yes and no.
|
||||
.TP
|
||||
(cursor-format pixbuf)
|
||||
|
||||
Sets the pixel format of cursors the GIMP will use. Possible values are
|
||||
bitmap and pixbuf.
|
||||
Sets the pixel format to use for mouse pointers. Possible values are bitmap
|
||||
and pixbuf.
|
||||
|
||||
.TP
|
||||
(fractalexplorer-path "${gimp_dir}/fractalexplorer:${gimp_data_dir}/fractalexplorer")
|
||||
@ -844,7 +844,7 @@ environment variable GIMP2_DATADIR or to the compiled-in default value
|
||||
@gimpdatadir@.
|
||||
.TP
|
||||
.I gimp_plug_in_dir
|
||||
Base to paths for architecture-specific plug-ins and modules, which is set
|
||||
Base to paths for architecture-specific plugins and modules, which is set
|
||||
to the value of the environment variable GIMP2_PLUGINDIR or to the
|
||||
compiled-in default value @gimpplugindir@.
|
||||
.TP
|
||||
|
14
etc/gimprc
14
etc/gimprc
@ -314,14 +314,14 @@
|
||||
#
|
||||
# (perfect-mouse yes)
|
||||
|
||||
# Sets the mode of cursor the GIMP will use. Possible values are tool-icon,
|
||||
# Sets the type of mouse pointers to use. Possible values are tool-icon,
|
||||
# tool-crosshair and crosshair.
|
||||
#
|
||||
# (cursor-mode tool-icon)
|
||||
|
||||
# Context-dependent cursors are cool. They are enabled by default. However,
|
||||
# they require overhead that you may want to do without. Possible values are
|
||||
# yes and no.
|
||||
# Context-dependent mouse pointers are helpful. They are enabled by default.
|
||||
# However, they require overhead that you may want to do without. Possible
|
||||
# values are yes and no.
|
||||
#
|
||||
# (cursor-updating yes)
|
||||
|
||||
@ -330,8 +330,8 @@
|
||||
#
|
||||
# (show-brush-outline yes)
|
||||
|
||||
# When enabled, the cursor will be shown over the image while using a paint
|
||||
# tool. Possible values are yes and no.
|
||||
# When enabled, the mouse pointer will be shown over the image while using a
|
||||
# paint tool. Possible values are yes and no.
|
||||
#
|
||||
# (show-paint-tool-cursor yes)
|
||||
|
||||
@ -622,7 +622,7 @@
|
||||
#
|
||||
# (transient-docks no)
|
||||
|
||||
# Sets the pixel format of cursors the GIMP will use. Possible values are
|
||||
# Sets the pixel format to use for mouse pointers. Possible values are
|
||||
# bitmap and pixbuf.
|
||||
#
|
||||
# (cursor-format pixbuf)
|
||||
|
Reference in New Issue
Block a user