2008-06-15 03:47:31 +08:00
|
|
|
------------------------------
|
2004-12-29 01:42:33 +08:00
|
|
|
GNU Image Manipulation Program
|
2008-10-09 06:47:51 +08:00
|
|
|
Development Branch
|
2004-12-29 01:42:33 +08:00
|
|
|
------------------------------
|
2009-07-11 04:37:44 +08:00
|
|
|
|
|
|
|
This is the unstable development branch of GIMP. Here we are working
|
|
|
|
towards the next stable release, which will be GIMP 2.8.
|
|
|
|
|
|
|
|
|
|
|
|
Changes in GIMP 2.7.0
|
|
|
|
=====================
|
|
|
|
|
|
|
|
Core:
|
2009-07-12 15:42:53 +08:00
|
|
|
|
2009-07-11 04:37:44 +08:00
|
|
|
- Ported the projection code to GEGL, i.e. the code that composes a
|
|
|
|
single image from a stack of layers
|
|
|
|
- Arrange layer modes into more logical and useful groups
|
|
|
|
- Port layer modes to GEGL
|
|
|
|
- Rearrange leagcy layer mode code to increase maintainability
|
|
|
|
- New docks are created at the pointer position
|
|
|
|
- Allow to benchmark projectino performance with
|
|
|
|
File->Debug->Benchmark Projection
|
|
|
|
- Clean up and merge infrastructure code from the GSoC 2006 Vector
|
|
|
|
Layer branch
|
|
|
|
- Clean up and merge on-canvas text editing code from the GSoC 2008
|
|
|
|
On-Canvas Text Editing branch
|
|
|
|
- Move 'Text along path' from tool options to text context menu
|
|
|
|
- Refactor the layer stack code to more easily allow nesting of
|
|
|
|
layers aka layer groups later
|
|
|
|
- Show selection position and size in the Pointer dockable
|
|
|
|
- Merge support for tagging and tag-based selection of resources such
|
|
|
|
as brushes from the GSoC 2008 Tagging of Resources branch
|
|
|
|
- Add support for printing crop marks for images
|
|
|
|
- Smooth painting strokes with Catmull-Rom Spline based event
|
|
|
|
interpolation
|
|
|
|
- Port the floating selection code to GEGL
|
|
|
|
- Prepare better and more intuitive handling of the floating
|
|
|
|
selection
|
|
|
|
- Support rotation of brushes
|
2009-07-12 15:42:53 +08:00
|
|
|
- Allow brush dynamics to depend on tilt
|
2009-07-11 04:37:44 +08:00
|
|
|
- Add File->Debug->Show Image Graph that show the GEGL graph of an
|
|
|
|
image
|
2009-07-12 15:42:53 +08:00
|
|
|
- Add diagonal guides to the Crop Tool
|
|
|
|
- Drop support for the GnomeVFS file-uri backend
|
|
|
|
- Add aspect ratio to brush dynamics
|
|
|
|
- Allow to dump keyboard shortucts ith File->Debug->Dump Keyboard
|
|
|
|
Shortcuts
|
|
|
|
- Separate the activites of saving and exporting images
|
|
|
|
- Add status bar feedback for keyboard changes to brush paramaters
|
|
|
|
- Add a simple parser to size entry widgets
|
|
|
|
- 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
|
2009-07-11 04:37:44 +08:00
|
|
|
|
|
|
|
Plug-ins:
|
2009-07-12 15:42:53 +08:00
|
|
|
|
2009-07-11 04:37:44 +08:00
|
|
|
- Map the 'Linear Dodge' layer mode in PSD files to the 'Addition'
|
|
|
|
layer mode in GIMP
|
2009-07-12 15:42:53 +08:00
|
|
|
- Add JPEG2000 load plug-in
|
|
|
|
- Add X11 mouse cursor plug-in
|
|
|
|
- Add support for loading 16bit (RGB565) raw data
|
2009-07-11 04:37:44 +08:00
|
|
|
|
|
|
|
General:
|
2009-07-12 15:42:53 +08:00
|
|
|
|
2009-07-11 04:37:44 +08:00
|
|
|
- Changed licence to GPLv3+ and LGPLv3+
|
|
|
|
- Lots of bugfixes and cleanups...
|