mirror of https://github.com/GNOME/gimp.git
Update NEWS for 2.7.0
This commit is contained in:
parent
8414cf77b0
commit
3224fab79d
19
NEWS
19
NEWS
|
@ -17,12 +17,18 @@ UI:
|
|||
filtering based on these tags (GSoC 2008)
|
||||
- Separate the activies of saving an image and exporting it, there is
|
||||
now an 'File->Export...' for example
|
||||
- Port file plug-ins to new export API which gets rid of many
|
||||
annoying export dialogs
|
||||
- Add a simple parser to size entry widgets, images can be scaled
|
||||
to e.g. "50%" or "2 * 37px + 10in"
|
||||
- Arrange layer modes into more logical and useful groups
|
||||
- Added support for rotation of brushes
|
||||
- Make the Pointer dockable show information about selection position
|
||||
and size
|
||||
- Get rid of the Tools dockable and move toolbox configuration to
|
||||
Preferences
|
||||
- Add large variants of round brushes and remove duplicate and
|
||||
useless brushes
|
||||
- Add status bar feedback for keyboard changes to brush paramaters
|
||||
- Add diagonal guides to the Crop Tool
|
||||
- New docks are created at the pointer position
|
||||
|
@ -31,6 +37,9 @@ UI:
|
|||
- Change default shortcuts for "Shrink Wrap" and "Fit in Window" to
|
||||
Ctrl+R and Ctrl+Shift+R respectively since the previous shortcuts
|
||||
are now used for the save+export feature
|
||||
- Make Alt+Click on layers in Layers dockable create a selection from
|
||||
the layer
|
||||
- Allow to specify written language in the Text Tool
|
||||
|
||||
|
||||
Plug-ins:
|
||||
|
@ -40,6 +49,8 @@ Plug-ins:
|
|||
- Add JPEG2000 load plug-in
|
||||
- Add X11 mouse cursor plug-in
|
||||
- Add support for loading 16bit (RGB565) raw data
|
||||
- Add palette exporter for CSS, PHP, Python, txt and Java, accessed
|
||||
through palette context menu
|
||||
|
||||
|
||||
GEGL:
|
||||
|
@ -55,6 +66,8 @@ GEGL:
|
|||
image
|
||||
- Allow to benchmark projection performance with
|
||||
File->Debug->Benchmark Projection
|
||||
- When using GEGL for the projection, use CIELCH instead of HSV/HSL
|
||||
for color based layer modes
|
||||
|
||||
|
||||
Core:
|
||||
|
@ -68,6 +81,12 @@ Core:
|
|||
- Drop support for the obsolete GnomeVFS file-uri backend
|
||||
- Allow to dump keyboard shortucts ith File->Debug->Dump Keyboard
|
||||
Shortcuts
|
||||
- Prepare data structures for layer groups
|
||||
- Remove gimprc setting "menu-mnemonics",
|
||||
"GtkSettings:gtk-enable-mnemonics" shall be used instead
|
||||
- Remove "transient-docks" gimprc setting, the 'Utility window' hint
|
||||
and a sane window manager does a better job
|
||||
- Remove "web-browser" gimprc setting and use gtk_show_uri() instead
|
||||
|
||||
|
||||
PDB:
|
||||
|
|
Loading…
Reference in New Issue