1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3                       "http://www.docbook.org/xml/4.3/docbookx.dtd">
4<!-- section history:
5  2017-09-09 j.h: merge autocrop.xml (now named crop to content) with crop.xml
6  2012-06-10 j.h: add new-layer-group.xml
7  2009-01-28 j.h: added new-from-visible.xml
8  2009-01-24 ude: moved files to new subdir "menus/layer/"
9  2008-01-21 ude: removed some entries moved to the Colors menu
10-->
11<sect1 xmlns:xi="http://www.w3.org/2001/XInclude" id="gimp-layer-menu">
12  <title>The <quote>Layer</quote> Menu</title>
13
14  <xi:include href="layer/introduction.xml"/>
15  <xi:include href="layer/new.xml"/>
16  <xi:include href="layer/new-layer-group.xml"/>
17  <xi:include href="layer/new-from-visible.xml"/>
18  <xi:include href="layer/duplicate.xml"/>
19  <xi:include href="layer/anchor.xml"/>
20  <xi:include href="layer/merge-down.xml"/>
21  <xi:include href="layer/delete.xml"/>
22  <!-- separator -->
23  <xi:include href="layer/text-commands.xml"/>
24  <xi:include href="layer/text-discard.xml"/>
25  <!-- separator -->
26  <xi:include href="layer/stack.xml"/>
27    <xi:include href="layer/previous.xml"/>
28    <xi:include href="layer/next.xml"/>
29    <xi:include href="layer/top.xml"/>
30    <xi:include href="layer/bottom.xml"/>
31    <xi:include href="layer/raise.xml"/>
32    <xi:include href="layer/lower.xml"/>
33    <xi:include href="layer/raise-to-top.xml"/>
34    <xi:include href="layer/lower-to-bottom.xml"/>
35    <xi:include href="layer/stack-reverse.xml"/>
36  <xi:include href="layer/mask.xml"/>
37    <xi:include href="layer/mask-add.xml"/>
38    <xi:include href="layer/mask-apply.xml"/>
39    <xi:include href="layer/mask-delete.xml"/>
40    <xi:include href="layer/mask-show.xml"/>
41    <xi:include href="layer/mask-edit.xml"/>
42    <xi:include href="layer/mask-disable.xml"/>
43    <xi:include href="layer/mask-selection-replace.xml"/>
44    <xi:include href="layer/mask-selection-add.xml"/>
45    <xi:include href="layer/mask-selection-subtract.xml"/>
46    <xi:include href="layer/mask-selection-intersect.xml"/>
47  <xi:include href="layer/transparency.xml"/>
48    <xi:include href="layer/alpha-add.xml"/>
49    <xi:include href="layer/alpha-remove.xml"/>
50    <xi:include href="layer/color-to-alpha.xml"/>
51    <xi:include href="layer/alpha-semi-flatten.xml"/>
52    <xi:include href="layer/threshold-alpha.xml"/>
53    <xi:include href="layer/alpha-selection-replace.xml"/>
54    <xi:include href="layer/alpha-selection-add.xml"/>
55    <xi:include href="layer/alpha-selection-subtract.xml"/>
56    <xi:include href="layer/alpha-selection-intersect.xml"/>
57  <xi:include href="layer/transform.xml"/>
58    <xi:include href="layer/flip-horizontal.xml"/>
59    <xi:include href="layer/flip-vertical.xml"/>
60    <xi:include href="layer/rotate-90.xml"/>
61    <xi:include href="layer/rotate-270.xml"/>
62    <xi:include href="layer/rotate-180.xml"/>
63    <xi:include href="layer/rotate-arbitrary.xml"/>
64    <xi:include href="layer/offset.xml"/>
65  <!-- separator -->
66  <xi:include href="layer/resize.xml"/>
67  <xi:include href="layer/resize-to-image.xml"/>
68  <xi:include href="layer/scale.xml"/>
69  <xi:include href="layer/crop.xml"/>
70  <!--<xi:include href="layer/autocrop.xml"/>-->
71</sect1>
72