~ubuntu-branches/ubuntu/vivid/clutter-1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/reference/clutter/clutter-docs.xml

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2014-03-26 11:51:28 UTC
  • mfrom: (1.5.1) (4.1.30 experimental)
  • Revision ID: package-import@ubuntu.com-20140326115128-timmbsde8734o6wz
Tags: 1.18.0-1
* New upstream release.
* debian/control.in:
  + Bump gtk-doc-tools build dependency.
  + Also break libcogl15.
  + Standards-Version is 3.9.5, no changes needed.
* debian/libclutter-1.0-0.symbols:
  + Drop a few symbols that were accidentally exported in the DSO because
    they had a clutter_ prefix but were not in the public headers.
  + Add one new symbol.
  + Drop unnecessary debian revisions from some symbols.
* debian/control.in,
  debian/rules,
  debian/libclutter-1.0-0.symbols:
  + Temporarily disable evdev input support. It was only enabled in 1.17.6-1
    in experimental and there is nothing using it yet, and I would like to
    wait a bit before uploading libinput to unstable as the ABI isn't stable
    yet.
* d/p/0001-wayland-Add-missing-CLUTTER_AVAILABLE-annotations.patch:
  + Add missing annotations so that a few symbols are exported in the DSO.

* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
2
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3
3
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
4
 
<!ENTITY version "1.14.4">
 
4
<!ENTITY version "1.18.0">
5
5
]>
6
6
 
7
7
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
72
72
    <chapter>
73
73
      <title>Base actors</title>
74
74
      <xi:include href="xml/clutter-stage.xml"/>
75
 
      <xi:include href="xml/clutter-texture.xml"/>
76
75
      <xi:include href="xml/clutter-clone.xml"/>
77
76
      <xi:include href="xml/clutter-text.xml"/>
78
77
      <xi:include href="xml/clutter-scroll-actor.xml"/>
85
84
      <xi:include href="xml/clutter-bin-layout.xml"/>
86
85
      <xi:include href="xml/clutter-flow-layout.xml"/>
87
86
      <xi:include href="xml/clutter-box-layout.xml"/>
88
 
      <xi:include href="xml/clutter-table-layout.xml"/>
89
87
      <xi:include href="xml/clutter-grid-layout.xml"/>
90
88
    </chapter>
91
89
 
222
220
    <xi:include href="xml/clutter-egl.xml"/>
223
221
    <xi:include href="xml/clutter-cex100.xml"/>
224
222
    <xi:include href="xml/clutter-gdk.xml"/>
 
223
    <xi:include href="xml/clutter-wayland.xml"/>
225
224
    <xi:include href="xml/clutter-wayland-compositor.xml"/>
226
225
    <xi:include href="xml/clutter-wayland-surface.xml"/>
227
226
  </part>
262
261
      <xi:include href="xml/clutter-score.xml"/>
263
262
      <xi:include href="xml/clutter-shader.xml"/>
264
263
      <xi:include href="xml/clutter-state.xml"/>
 
264
      <xi:include href="xml/clutter-table-layout.xml"/>
 
265
      <xi:include href="xml/clutter-texture.xml"/>
265
266
  </part>
266
267
 
267
268
  <part id="clutterobjects">