mirror of https://github.com/GNOME/gimp.git
app, desktop: add demo scenarios for 2 release note items.
This commit is contained in:
parent
d52d57eb45
commit
5c81f05804
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include "libgimpmath/gimpmath.h"
|
||||
#include "libgimpwidgets/gimpwidgets.h"
|
||||
#include "libgimpwidgets/gimpwidgets-private.h"
|
||||
|
||||
#include "widgets-types.h"
|
||||
|
||||
|
@ -602,6 +603,7 @@ gimp_item_tree_view_constructed (GObject *object)
|
|||
{
|
||||
column = gtk_tree_view_column_new ();
|
||||
image = gtk_image_new_from_icon_name (GIMP_ICON_EFFECT, button_icon_size);
|
||||
gimp_widget_set_identifier (image, "item-effect-header-icon");
|
||||
gtk_tree_view_column_set_widget (column, image);
|
||||
gtk_widget_set_visible (image, TRUE);
|
||||
gtk_tree_view_insert_column (tree_view->view, column, 2);
|
||||
|
|
|
@ -84,9 +84,15 @@
|
|||
Here are some of the more visible improvements:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Initial UI for non-destructive layer effects</li>
|
||||
<li demo="layer-list,
|
||||
layer-list:item-effect-header-icon">
|
||||
Initial UI for non-destructive layer effects
|
||||
</li>
|
||||
<li>Pervasize update on color correctness</li>
|
||||
<li>Paint tools now have an "Expand Layers" option and sub-options to auto-expand layers when painting over their boundaries</li>
|
||||
<li demo="toolbox:paintbrush,
|
||||
tool-options:expand-use">
|
||||
Paint tools now have an "Expand Layers" option and sub-options to auto-expand layers when painting over their boundaries
|
||||
</li>
|
||||
<li>Better font handling</li>
|
||||
<li>New snapping options</li>
|
||||
<li>New image format supports: Farbfeld (import and export), Esm Software PIX (import only), HEJ2 (import only)</li>
|
||||
|
|
Loading…
Reference in New Issue