[gimp] NEWS: some fixes, capitalization of headers
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] NEWS: some fixes, capitalization of headers
- Date: Wed, 6 Jul 2016 10:17:59 +0000 (UTC)
commit ecfa0abca3425ee1e222c61755ed1c0a96413573
Author: Michael Natterer <mitch gimp org>
Date: Wed Jul 6 12:17:27 2016 +0200
NEWS: some fixes, capitalization of headers
NEWS | 79 +++++++++++++++++++++++++++++++++++-------------------------------
1 files changed, 42 insertions(+), 37 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8dc9d66..0edd1a1 100644
--- a/NEWS
+++ b/NEWS
@@ -10,21 +10,22 @@ Generally, all bug fixes that are applied on the stable GIMP 2.8
branch are also applied here, but they are usually not mentioned
in NEWS.
+
Overview of Changes from GIMP 2.9.2 to GIMP 2.9.4
=================================================
Core:
- color management:
+ Color Management:
- add new GimpColorTransform object to create abstraction from LittleCMS
- now color-managed:
- - layer/image/color palette/gradient/pattern previews,
- - Color Picker tool,
- - color buttons of GimpColorHistory,
+ - layer/image/color palette/gradient/pattern previews
+ - Color Picker tool
+ - color buttons of GimpColorHistory
- GimpFgBgEditor, as used e.g. in the toolbox
- - color selectors,
- - DND widget,
- - painting tools,
+ - color selectors
+ - DND widget
+ - painting tools
- copying layers/paste buffer between images
- Colors applied to images
- GimpColorPanel and its color dialog (color widgets in dialogs)
@@ -42,62 +43,62 @@ Core:
- add a shortcut to the profile chooser dialog on OS X too
- don't let display color management settings affect file import
- enable color management when a profile is assigned to the image
- - enable color management when the image is converted to a profile
+ - enable color management when the image is converted from/to grayscale
- pass the right color profile around in gimp_selection_float()
- hardcode the CMYK selector's conversion parameters, as well as NTSC
parameters in babl/GEGL/GIMP
- have all previews track the monitor they are on
- core:
+ Core:
- add "Select -> Flood" select action
- add "Select -> Remove Holes" action
- add "Border style" combo to the "Select -> Border..." dialog
- - do not request xcf compat mode when compat_toggle not sensitive.
+ - do not request xcf compat mode when compat_toggle not sensitive
- initialize fontconfig in the background to be able to show a pulsing
progress bar when rebuilding the list of fonts (typically, the first
time GIMP runs)
- fix the Behind blending mode
- - make Burn mode output match Gimp 2.8 ( partial revert of bug 744265 )
+ - make Burn mode output match Gimp 2.8 (partial revert of bug 744265)
- improve file magic matching
- add a custom guide concept
- improve updating the statusbar messages and icons
-GUI
- menu:
+GUI:
+
+ Menus:
- move the image-duplicate action next to image-new
- add Image -> Color Management -> Color Management Enabled
- change "Select _Custom Color..." to "_Custom Color..."
- - change "Export" to "Export..." in the FIle menu
+ - change "Export" to "Export..." in the File menu
- dialogs:
- - include recently used colors in the Dockable Colors Dialog
+ Dialogs:
+ - include recently used colors in the Dockable Colors dialog
- add RGB-based Luminance channel to the Histogram dialog
- - fix remembering the order of dockable dialogs.
+ - fix remembering the order of dockable dialogs
- preferences:
+ Preferences:
- reorder the prefs categories tree and rename some pages
- move "Snap Distance" to the prefs dialog's "Snapping" page
- add configuration for undo preview size
- clean-up Preferences -> Color Management
- add "Shortcut [some modifier] + Mousewheel" for changing pen size
- themes:
+ Themes:
- rename theme "Default" into "System"
- add new GUI themes: Lighter, Light, Gray, Dark, Darker
- icons:
+ Icons:
- add icon theme selection and make the icon theme path configurable in prefs
- preserve 2.8 pixel-perfect icon theme under the name "Legacy"
- add new symbolic icon theme for GIMP
- add a scalable icon theme and a configure option --enable-vector-icons
- widgets:
+ Widgets:
- add new GimpBufferSourceBox widget and use it in GimpOperationTool
-View/Display
-
- - fix various bugs related to rotated convas
+ View/Display:
+ - fix various bugs related to rotated canvas
- make GIMP not ignore 'Maximized' hints on startup in Windows
- enable a pulsing progress bar in the splash
- make new images jump around much less
@@ -106,7 +107,8 @@ View/Display
- make images not appear completely black when images dockable is visible
- have all previews track the monitor they are on
-Tools
+
+Tools:
Fuzzy Select:
- add "Diagonal neighbors" option
@@ -141,12 +143,12 @@ Tools
- make the tool not fail when currently selected layer is hidden
Text:
- - add advanced input methods support for CJK
+ - fix text input methods to work in-place (not in an overlayed box)
- add background colors setting, only exposed for advanced input methods
Blend:
- use gegl:distance-transform in the blend tool, it has a progress now
- - add shapeburst handles to the blend tool
+ - make shapeburst work with the new interactive gradient code
All Painting Tools:
- add mirror symmetry
@@ -171,26 +173,26 @@ Tools
- the range of angle is now [-PI..PI]
-Plug-ins
+Plug-ins/GEGL Filters:
- preview:
+ Preview:
- add a "split preview" feature to GEGL ops
- allow to switch the split preview between horizontal and vertical
- allow to swap the before/after position
- filters
- - update the "Recently used" menu with gegl filters
+ Filters:
+ - update the "Recently used" menu with GEGL filters
- replace Selective Gaussian Blur with the GEGL version
- add gegl:saturation as Colors -> Saturation
- add gegl:high-pass as Filters > Enhance > High Pass
- add new gegl:gegl filter that executes a custom processing chain
- - port Tile and Pagecurl plug-ins to gegl
+ - port Tile and Pagecurl plug-ins to GEGL
- refactor the screenshot plug-in into backend and front-ends, one
per X.org, Wayland, Windows, OS X
- add Monochrome option to the GEGL version of Channel Mixer
- bring dialog titles and help IDs to GEGL filter dialogs
- file plug-ins:
+ File Plug-Ins:
- add darktable plug-in top pre-process varios raw images
- port file-gif-save and file-tiff to GIO
- TIFF support:
@@ -210,7 +212,7 @@ Plug-ins
- resurrect the email plugin
- use GIO to figure if a file is hidden
- pygimp:
+ PyGimp:
- update pyconsole code
- add binding for GimpImageType
- add GimpColorConfig object
@@ -219,12 +221,14 @@ Plug-ins
- require Pycairo in configure, link gimpui against pycairo
- fix the application of paintbrush size in Python scripts
- script-fu:
+ Script-Fu:
- make regex matching return character indexes
- fix the hanging of Script-fu on machines with 64-bit longs
- update tinyscheme code from upstream
+
PDB:
+
- Bug 759104 - Allow coordinates of sample points to be accessed from scripts
@@ -234,8 +238,9 @@ Build:
- Start building libmypaint.
- Add pcre and upgrade glib2 to 2.48.1
- Upgrade exiv2 to 0.25
- - Clear DISPLAY before building.
- - Disable webkitgtk.
+ - Clear DISPLAY before building
+ - Disable webkitgtk
+
OS-specific changes:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]