~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/libgimp-docs.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    </releaseinfo>
12
12
  </bookinfo>
13
13
 
14
 
  <part id="gimpdefinitions">
15
 
    <title>GIMP Constants</title>
16
 
    <xi:include href="xml/gimpenums.xml" />
17
 
  </part>
18
 
 
19
14
  <part id="libgimp">
20
15
    <title>GIMP Library</title>
21
16
 
22
 
    <partintro>
 
17
    <partintro id="libgimp-introduction">
23
18
      <para>
24
19
        GIMP's Procedural Database (PDB) offers an interface to core
25
20
        functions and to functionality provided by plug-ins. The role
30
25
    <chapter id="libgimp-general">
31
26
      <title>Functions not Related to Specific Images</title>
32
27
      <xi:include href="xml/gimp.xml" />
 
28
      <xi:include href="xml/gimpenums.xml" />
 
29
      <xi:include href="xml/gimpbuffer.xml" />
33
30
      <xi:include href="xml/gimpcontext.xml" />
34
31
      <xi:include href="xml/gimpgimprc.xml" />
35
32
      <xi:include href="xml/gimphelp.xml" />
40
37
    </chapter>
41
38
 
42
39
    <chapter id="libgimp-image">
43
 
      <title>Manupulating Images and all their Properties</title>
 
40
      <title>Manupulating Images and their Properties</title>
44
41
      <xi:include href="xml/gimpchannel.xml" />
45
42
      <xi:include href="xml/gimpcolor.xml" />
46
43
      <xi:include href="xml/gimpconvert.xml" />
50
47
      <xi:include href="xml/gimpedit.xml" />
51
48
      <xi:include href="xml/gimpfileops.xml" />
52
49
      <xi:include href="xml/gimpfloatingsel.xml" />
 
50
      <xi:include href="xml/gimpgrid.xml" />
53
51
      <xi:include href="xml/gimpguides.xml" />
54
52
      <xi:include href="xml/gimpimage.xml" />
55
53
      <xi:include href="xml/gimplayer.xml" />
62
60
      <xi:include href="xml/gimptile.xml" />
63
61
      <xi:include href="xml/gimptools.xml" />
64
62
      <xi:include href="xml/gimpundo.xml" />
 
63
      <xi:include href="xml/gimpvectors.xml" />
65
64
    </chapter>
66
65
 
67
66
    <chapter id="libgimp-data">
79
78
 
80
79
    <chapter id="libgimp-selectors">
81
80
      <title>Controlling the Core's Selection Dialogs</title>
 
81
      <xi:include href="xml/gimpselectbutton.xml" />
 
82
      <xi:include href="xml/gimpbrushselectbutton.xml" />
 
83
      <xi:include href="xml/gimpfontselectbutton.xml" />
 
84
      <xi:include href="xml/gimpgradientselectbutton.xml" />
 
85
      <xi:include href="xml/gimppaletteselectbutton.xml" />
 
86
      <xi:include href="xml/gimppatternselectbutton.xml" />
 
87
 
82
88
      <xi:include href="xml/gimpbrushselect.xml" />
83
89
      <xi:include href="xml/gimpfontselect.xml" />
84
90
      <xi:include href="xml/gimpgradientselect.xml" />
97
103
 
98
104
    <xi:include href="xml/gimpui.xml" />
99
105
    <xi:include href="xml/gimpexport.xml" />
 
106
    <xi:include href="xml/gimpdrawablepreview.xml" />
100
107
    <xi:include href="xml/gimpaspectpreview.xml" />
101
 
    <xi:include href="xml/gimpdrawablepreview.xml" />
102
 
    <xi:include href="xml/gimpdrawablecombobox.xml" />
 
108
    <xi:include href="xml/gimpzoompreview.xml" />
 
109
    <xi:include href="xml/gimpitemcombobox.xml" />
103
110
    <xi:include href="xml/gimpimagecombobox.xml" />
104
111
    <xi:include href="xml/gimppixbuf.xml" />
105
112
    <xi:include href="xml/gimpprogressbar.xml" />
109
116
    <xi:include href="xml/gimpgradientmenu.xml" />
110
117
    <xi:include href="xml/gimppalettemenu.xml" />
111
118
    <xi:include href="xml/gimppatternmenu.xml" />
 
119
    <xi:include href="xml/gimpprocbrowserdialog.xml" />
 
120
    <xi:include href="xml/gimpprocview.xml" />
112
121
  </part>
113
122
 
 
123
  <index id="libgimp-index">
 
124
    <title>Index</title>
 
125
  </index>
 
126
  <index role="GIMP 2.2" id="libgimp-index-new-in-2-2">
 
127
    <title>Index of new symbols in GIMP 2.2</title>
 
128
  </index>
 
129
  <index role="GIMP 2.4" id="libgimp-index-new-in-2-4">
 
130
    <title>Index of new symbols in GIMP 2.4</title>
 
131
  </index>
 
132
  <index role="deprecated" id="libgimp-index-deprecated">
 
133
    <title>Index of deprecated symbols</title>
 
134
  </index>
 
135
 
114
136
</book>