~oem-solutions-group/unity-2d/clutter-1.0

« back to all changes in this revision

Viewing changes to doc/reference/cogl/html/cogl.devhelp

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-09-06 21:02:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090906210203-pqjxypxpcvdp4vr7
Tags: 1.0.4-0ubuntu1
* New upstream release (LP: #425339)
  - Depend on GObject-Introspection 0.6.4, to fix the generation of
    introspection data from uninstalled libraries
  - Fix a crash when closing multiple stages
  - Help gtk-doc pick up ClutterInterval as an object
  - Do not premultiply the color twice inside the CoglPango renderer
  - Fix keyboard navigation of works inside ClutterText
  - Allow key events to bubble up to its parent container if the
    event contains the control modifier is detected
  - Documentation fixes
  - Build fixes
  - Update the MingW script for building Clutter on Windows
  - Update the build instructions for OS X
  - On X11, make sure to destroy the stage Window when switching to
    a foreign one
  - Fix a bug where clutter_actor_apply_relative_transform() was no
    using the right vertex to perform the transformation
* debian/control: bump gobject-introspection and related from 0.6.3 to
  0.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
2
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
3
 
<book xmlns="http://www.devhelp.net/book" title="COGL 1.0.0 Reference Manual" link="index.html" author="" name="cogl">
 
3
<book xmlns="http://www.devhelp.net/book" title="COGL Reference Manual" link="index.html" author="" name="cogl">
4
4
  <chapters>
5
5
    <sub name="COGL - GL Abstraction API" link="ch01.html">
6
6
      <sub name="About COGL" link="ch01.html#cogl-intro"/>
141
141
    <function name="cogl_material_set_layer ()" link="cogl-Materials.html#cogl-material-set-layer"/>
142
142
    <function name="cogl_material_remove_layer ()" link="cogl-Materials.html#cogl-material-remove-layer"/>
143
143
    <function name="cogl_material_set_layer_combine ()" link="cogl-Materials.html#cogl-material-set-layer-combine"/>
144
 
    <function name="Example" link="cogl-Materials.html#id3033759"/>
 
144
    <function name="Example" link="cogl-Materials.html#id3156013"/>
145
145
    <function name="cogl_material_set_layer_combine_constant ()" link="cogl-Materials.html#cogl-material-set-layer-combine-constant"/>
146
146
    <function name="cogl_material_set_layer_matrix ()" link="cogl-Materials.html#cogl-material-set-layer-matrix"/>
147
147
    <function name="cogl_material_get_layers ()" link="cogl-Materials.html#cogl-material-get-layers"/>
188
188
    <function name="cogl_vertex_buffer_disable ()" link="cogl-Vertex-Buffers.html#cogl-vertex-buffer-disable"/>
189
189
    <function name="cogl_vertex_buffer_enable ()" link="cogl-Vertex-Buffers.html#cogl-vertex-buffer-enable"/>
190
190
    <function name="cogl_vertex_buffer_draw ()" link="cogl-Vertex-Buffers.html#cogl-vertex-buffer-draw"/>
 
191
    <function name="cogl_is_vertex_buffer ()" link="cogl-Vertex-Buffers.html#cogl-is-vertex-buffer"/>
191
192
    <function name="enum CoglIndicesType" link="cogl-Vertex-Buffers.html#CoglIndicesType"/>
192
193
    <function name="cogl_vertex_buffer_indices_new ()" link="cogl-Vertex-Buffers.html#cogl-vertex-buffer-indices-new"/>
193
194
    <function name="cogl_vertex_buffer_draw_elements ()" link="cogl-Vertex-Buffers.html#cogl-vertex-buffer-draw-elements"/>