mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
NEWS: update.
This commit is contained in:
parent
8e9a97672b
commit
849de6c87f
1 changed files with 11 additions and 0 deletions
11
NEWS
11
NEWS
|
@ -167,6 +167,9 @@ Plug-ins:
|
||||||
the name of a resource, or the empty string or "from context" to
|
the name of a resource, or the empty string or "from context" to
|
||||||
default to the context resource.
|
default to the context resource.
|
||||||
- Python Console: history of commands is saved between runs.
|
- Python Console: history of commands is saved between runs.
|
||||||
|
- BMP: new support for loading 64bpp BMPs. Each channel uses 13 bits
|
||||||
|
(2^13 max value), so it's scaled to fit our 16 bit integer image
|
||||||
|
mode.
|
||||||
|
|
||||||
API:
|
API:
|
||||||
|
|
||||||
|
@ -238,6 +241,9 @@ API:
|
||||||
- gimp_palette_entry_get_name() to gimp_palette_get_entry_name()
|
- gimp_palette_entry_get_name() to gimp_palette_get_entry_name()
|
||||||
- gimp_palette_entry_set_color() to gimp_palette_set_entry_color()
|
- gimp_palette_entry_set_color() to gimp_palette_set_entry_color()
|
||||||
- gimp_palette_entry_set_name() to gimp_palette_set_entry_name()
|
- gimp_palette_entry_set_name() to gimp_palette_set_entry_name()
|
||||||
|
- gimp_plug_in_extension_enable() to gimp_plug_in_persistent_enable()
|
||||||
|
- gimp_plug_in_extension_process() to gimp_plug_in_persistent_process()
|
||||||
|
- gimp_procedure_extension_ready() to gimp_procedure_persistent_ready()
|
||||||
* Removed functions:
|
* Removed functions:
|
||||||
- gimp_image_get_colormap()
|
- gimp_image_get_colormap()
|
||||||
- gimp_image_set_colormap()
|
- gimp_image_set_colormap()
|
||||||
|
@ -284,6 +290,7 @@ API:
|
||||||
GParamSpecObject with a default value. It is now used as parent
|
GParamSpecObject with a default value. It is now used as parent
|
||||||
type for GimpParamSpecColor, GimpParamSpecUnit and all
|
type for GimpParamSpecColor, GimpParamSpecUnit and all
|
||||||
GimpParamSpecResource subtypes.
|
GimpParamSpecResource subtypes.
|
||||||
|
* GIMP_PDB_PROC_TYPE_EXTENSION renamed GIMP_PDB_PROC_TYPE_PERSISTENT.
|
||||||
- Changes in libgimpcolor:
|
- Changes in libgimpcolor:
|
||||||
* All gimp_rgb_parse_*() functions now become gimp_color_parse_*() functions
|
* All gimp_rgb_parse_*() functions now become gimp_color_parse_*() functions
|
||||||
(GeglColor based rather than GimpRGB).
|
(GeglColor based rather than GimpRGB).
|
||||||
|
@ -296,6 +303,10 @@ API:
|
||||||
API documentation.
|
API documentation.
|
||||||
* New "format" PDB type to pass Babl format arguments.
|
* New "format" PDB type to pass Babl format arguments.
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
|
||||||
|
- New Bengali language support.
|
||||||
|
|
||||||
Build:
|
Build:
|
||||||
|
|
||||||
- Minimum dependency version bumps:
|
- Minimum dependency version bumps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue