NEWS: minor fixes.
This commit is contained in:
32
NEWS
32
NEWS
@ -22,15 +22,15 @@ Core:
|
|||||||
layer groups.
|
layer groups.
|
||||||
- Color tags simplify managing large projects with a lot of layers
|
- Color tags simplify managing large projects with a lot of layers
|
||||||
and layer groups.
|
and layer groups.
|
||||||
- The Mouse Pointer dialog and colors applied to images are
|
- The Mouse Pointer dialog and colors applied to images are now
|
||||||
color-managed now.
|
color-managed.
|
||||||
- Gamma and precision selectors for newly created images.
|
- Gamma and precision selectors for newly created images.
|
||||||
- Never dither when converting to a higher bit depth, or to anything
|
- Never dither when converting to a higher bit depth, or to anything
|
||||||
more than 16 bits, don't offer dithering options in these cases
|
more than 16 bits; don't offer dithering options in these cases.
|
||||||
- Default to linear when converting to 16-bit float.
|
- Default to linear when converting to 16-bit float.
|
||||||
- Pre-initialize some babl-based pixel format conversion routines
|
- Pre-initialize some babl-based pixel format conversion routines
|
||||||
at the start-up to decrease the initial lazy intialization cost
|
at start-up to decrease the initial lazy intialization cost for
|
||||||
for some interactions.
|
some interactions.
|
||||||
|
|
||||||
GUI:
|
GUI:
|
||||||
|
|
||||||
@ -55,14 +55,14 @@ GUI:
|
|||||||
- Standard (Freedesktop) and GTK+ icons can now be set by the icon
|
- Standard (Freedesktop) and GTK+ icons can now be set by the icon
|
||||||
theme for a fully consistent style.
|
theme for a fully consistent style.
|
||||||
- Many new icons.
|
- Many new icons.
|
||||||
- Toolbox buttons do not grab focus anymore, which used to breake
|
- Toolbox buttons do not grab focus anymore, which used to break
|
||||||
usage of the Tab key and other canvas-related shortcuts after
|
usage of the Tab key and other canvas-related shortcuts after
|
||||||
changing tools with a pointing device click.
|
changing tools with a pointing device click.
|
||||||
- Delete Layer/Channel/Path are consistently the last option in
|
- Delete Layer/Channel/Path are consistently the last option in
|
||||||
respective dialogs now.
|
respective dialogs now.
|
||||||
- Extend the text along the tangent of the last path stroke, when
|
- Extend the text along the tangent of the last path stroke, when
|
||||||
the length of the path along which the text layer content is
|
the length of the path is shorter than the width of the text to be
|
||||||
warped is shorter than the width of the text.
|
warped.
|
||||||
- Allow to toggle the histogram dialog between gamma and linear.
|
- Allow to toggle the histogram dialog between gamma and linear.
|
||||||
- New 'Colors -> Linear Invert' command to provide radiometrically
|
- New 'Colors -> Linear Invert' command to provide radiometrically
|
||||||
correct color inversion.
|
correct color inversion.
|
||||||
@ -90,22 +90,22 @@ Tools:
|
|||||||
improved.
|
improved.
|
||||||
- The Warp Transform tool now uses the linear sampler to ensure
|
- The Warp Transform tool now uses the linear sampler to ensure
|
||||||
crisp lines after an erase.
|
crisp lines after an erase.
|
||||||
- Select by Color and Color Picker tools work correctly in color
|
- Select by Color and Color Picker tools work now correctly in color
|
||||||
spaces other than sRGB now.
|
spaces other than sRGB.
|
||||||
- Color Picker doesn't snap to anything when picking colors anymore,
|
- Color Picker doesn't snap to anything when picking colors anymore,
|
||||||
always draws the outline of the averaged region (not only while the
|
always draws the outline of the averaged region (not only while the
|
||||||
mouse is being pressed), and supports arbitrary range of values
|
mouse is being pressed), and supports arbitrary range of values
|
||||||
regardless of the actual image color precision.
|
regardless of the actual image color precision.
|
||||||
- Uncommitted selection by the Intelligent Scissors tool is not
|
- Uncommitted selection by the Intelligent Scissors tool is not
|
||||||
discarded on tool change anymore.
|
discarded on tool change anymore.
|
||||||
- GIMP now checks, whether the first and the last isegments are
|
- GIMP now checks whether the first and the last isegments are
|
||||||
distinct before closing the curve.
|
distinct before closing the curve.
|
||||||
|
|
||||||
Painting:
|
Painting:
|
||||||
|
|
||||||
- Rulers, scrollbars, and the Navigation dialog follow canvas
|
- Rulers, scrollbars, and the Navigation dialog follow canvas
|
||||||
rotation now.
|
rotation now.
|
||||||
- Canvas rotation is snappier in certain cases now.
|
- Canvas rotation is now snappier in certain cases.
|
||||||
- For bitmap brushes, GIMP now caches hardness and disables dynamic
|
- For bitmap brushes, GIMP now caches hardness and disables dynamic
|
||||||
change of hardness to improve painting performance. Bitmap brushes
|
change of hardness to improve painting performance. Bitmap brushes
|
||||||
also don't get clipped anymore, when hardness is less than 100.
|
also don't get clipped anymore, when hardness is less than 100.
|
||||||
@ -128,9 +128,9 @@ Printing
|
|||||||
Plug-ins
|
Plug-ins
|
||||||
|
|
||||||
- Port smooth-palette to GEGL.
|
- Port smooth-palette to GEGL.
|
||||||
- Enhance the raw (not the digital negative) files plugin:
|
- Enhance the raw (not the digital negative) files plugin:
|
||||||
introduce exporting settings and remember them across sessions,
|
introduce exporting settings and remember them across sessions,
|
||||||
make the plugin be able to be invoked non-interactively, and more.
|
make the plugin invokable non-interactively, and more.
|
||||||
|
|
||||||
Color Palettes
|
Color Palettes
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user