mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
Update NEWS, AUTHORS and INSTALL with changes up to now
This commit is contained in:
3
AUTHORS
3
AUTHORS
@@ -17,6 +17,7 @@ The following people have contributed code to GIMP:
|
||||
Rob Antonishen
|
||||
Nicola Archibald
|
||||
Luis Barrancos
|
||||
Jerry Baker
|
||||
John Beale
|
||||
Zach Beane
|
||||
Tom Bech
|
||||
@@ -179,6 +180,7 @@ The following people have contributed code to GIMP:
|
||||
Miles O'Neal
|
||||
David Odin
|
||||
Robert Ögren
|
||||
Nelson A. de Oliveira
|
||||
Thom van Os
|
||||
Garry R. Osgood
|
||||
Alan Paeth
|
||||
@@ -197,6 +199,7 @@ The following people have contributed code to GIMP:
|
||||
Maurits Rijk
|
||||
Daniel Risacher
|
||||
Clarence Risher
|
||||
Gilles Rochefort
|
||||
James Robinson
|
||||
Stefan Röllin
|
||||
Guillermo S. Romero
|
||||
|
8
INSTALL
8
INSTALL
@@ -36,15 +36,15 @@ header files installed.
|
||||
Intltool can be downloaded from
|
||||
http://ftp.gnome.org/pub/gnome/sources/intltool/
|
||||
|
||||
3. You need to have GEGL version 0.1.0 or newer and babl version
|
||||
0.1.0 or newer. You can get them from http://gegl.org/ or clone
|
||||
3. You need to have GEGL version 0.1.2 or newer and babl version
|
||||
0.1.2 or newer. You can get them from http://gegl.org/ or clone
|
||||
them from the GNOME git repository:
|
||||
|
||||
git://git.gnome.org/babl
|
||||
git://git.gnome.org/gegl
|
||||
|
||||
4. You need to have installed GTK+ version 2.18.1 or newer.
|
||||
GIMP also need a recent versions of GLib (>= 2.22.0) and
|
||||
4. You need to have installed GTK+ version 2.20.0 or newer.
|
||||
GIMP also need a recent versions of GLib (>= 2.24.0) and
|
||||
Pango (>= 1.20.1). Sources for these can be grabbed from
|
||||
ftp://ftp.gtk.org/.
|
||||
|
||||
|
20
NEWS
20
NEWS
@@ -29,12 +29,17 @@ UI:
|
||||
- Polish save+export path-part precedence rules
|
||||
- Merge the GSoC 2009 Advanced GUI for Brush Dynamics project
|
||||
- Default to non-fixed-aspect in Canvas Size dialog
|
||||
- Add a still incomplete and unstable Single-window mode
|
||||
- Add a still incomplete and Single-window mode
|
||||
- Have an Export button, not Save, in export dialogs
|
||||
- Improve Free Select Tool handle highlightning
|
||||
- Support changing user interface language from preferences
|
||||
- Update ps-menurc with PS CS4 keyboard shortcuts
|
||||
- Reduce spacing around canvas and use it for the canvas itself
|
||||
- Put name of active dockables in dock window titles
|
||||
- Don't have Toolbox in list of Recently Closed Docks, handle that
|
||||
directly in the Windows menu
|
||||
- Support selecting and tagging multiple objects in resource lists
|
||||
- Optimize
|
||||
|
||||
|
||||
Core:
|
||||
@@ -88,14 +93,15 @@ General:
|
||||
- Add unit testing framework in app/tests/ and some basic tests,
|
||||
including basic UI tests and XCF tests
|
||||
- Tentatively introduce usage of using Glade + GtkBuilder
|
||||
- Depend on GLib 2.24.0 and GTK+ 2.20.0
|
||||
|
||||
|
||||
Changes in GIMP 2.7.0
|
||||
=====================
|
||||
|
||||
UI:
|
||||
|
||||
- Change the Text Tool to perform text editing on-canvas (GSoC 2008)
|
||||
and add the ability to mix different text styles in the same layer
|
||||
- Add support for tagging GIMP resources such as brushes and allow
|
||||
filtering based on these tags (GSoC 2008)
|
||||
- Separate the activies of saving an image and exporting it, there is
|
||||
@@ -122,6 +128,14 @@ UI:
|
||||
- Make Alt+Click on layers in Layers dockable create a selection from
|
||||
the layer
|
||||
- Allow to specify written language in the Text Tool
|
||||
- Support custom mapping curves for input device properties like "Pressure"
|
||||
- New desktop launcher icon
|
||||
- Use Ctrl+J and Ctrl+Shift+J for 'Shrink Wrap' and 'Fit Image in
|
||||
Window' to avoid conflict with Ctrl+Shift+R for 'Show Rulers'
|
||||
- Add 'Windows→Hide docks' menu item that does what 'Tab' does and also displays
|
||||
it's state. Make the state persistent across sessions, too.
|
||||
- Make dock window title separators translatable
|
||||
-
|
||||
|
||||
|
||||
Plug-ins:
|
||||
@@ -136,6 +150,8 @@ Plug-ins:
|
||||
- Add plug-in API for getting image URI, for manipulating size of
|
||||
text layers, for getting and setting text layer hint, and for
|
||||
unified export dialog appearance
|
||||
- Add an 'As Animation' toggle to the GIF export options
|
||||
- Add 'active_vectors' getsetter to Python 'gimp.Image'
|
||||
|
||||
|
||||
Data:
|
||||
|
@@ -21,6 +21,7 @@
|
||||
<contributor role="author" last-active="2.8">Rob Antonishen</contributor>
|
||||
<contributor role="author" last-active="2.6">Nicola Archibald</contributor>
|
||||
<contributor role="author" last-active="2.6">Luis Barrancos</contributor>
|
||||
<contributor role="author" last-active="2.8">Jerry Baker</contributor>
|
||||
<contributor role="author" last-active="1.0">John Beale</contributor>
|
||||
<contributor role="author" last-active="2.0">Zach Beane</contributor>
|
||||
<contributor role="author" last-active="1.0">Tom Bech</contributor>
|
||||
@@ -200,6 +201,7 @@
|
||||
<contributor role="author" last-active="1.0">Miles O'Neal</contributor>
|
||||
<contributor role="author" last-active="2.8">David Odin</contributor>
|
||||
<contributor role="author" last-active="2.4">Robert Ögren</contributor>
|
||||
<contributor role="author" last-active="2.8">Nelson A. de Oliveira</contributor>
|
||||
<contributor role="author" last-active="1.2">Thom van Os</contributor>
|
||||
<contributor role="author" last-active="2.0">Garry R. Osgood</contributor>
|
||||
<contributor role="author" last-active="1.0">Alan Paeth</contributor>
|
||||
@@ -221,6 +223,7 @@
|
||||
<contributor role="author" last-active="2.4">Maurits Rijk</contributor>
|
||||
<contributor role="author" last-active="1.0">Daniel Risacher</contributor>
|
||||
<contributor role="author" last-active="2.4">Clarence Risher</contributor>
|
||||
<contributor role="author" last-active="2.8">Gilles Rochefort</contributor>
|
||||
<contributor role="author documenter" last-active="1.2">James Robinson</contributor>
|
||||
<contributor role="author" last-active="2.4">Stefan Röllin</contributor>
|
||||
<contributor role="author" last-active="2.4">Guillermo S. Romero</contributor>
|
||||
|
Reference in New Issue
Block a user