2008-02-08 Emmanuele Bassi <ebassi@openedhand.com>
authorEmmanuele Bassi <ebassi@openedhand.com>
Fri, 8 Feb 2008 13:51:24 +0000 (13:51 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Fri, 8 Feb 2008 13:51:24 +0000 (13:51 +0000)
* Makefile.am:
* alpha-func.png:
* event-flow.png: More figures. alpha-func.png is a graph
showing the flow of some alpha functions; event-flow.png maps
the path of an event coming from the underlying windowing
system into Clutter and through the entire library.

doc/reference/ChangeLog
doc/reference/Makefile.am
doc/reference/alpha-func.png [new file with mode: 0644]
doc/reference/event-flow.png [new file with mode: 0644]

index c3c2c18..2fc3b80 100644 (file)
@@ -1,5 +1,14 @@
 2008-02-08  Emmanuele Bassi  <ebassi@openedhand.com>
 
+       * Makefile.am:
+       * alpha-func.png:
+       * event-flow.png: More figures. alpha-func.png is a graph
+       showing the flow of some alpha functions; event-flow.png maps
+       the path of an event coming from the underlying windowing
+       system into Clutter and through the entire library.
+
+2008-02-08  Emmanuele Bassi  <ebassi@openedhand.com>
+
        * path-alpha-func.png: Image showing the effects of different
        alpha functions on the same path behaviour.
 
index b209fbd..2b3043a 100644 (file)
@@ -81,7 +81,10 @@ EXTRA_HFILES=\
 
 # Images to copy into HTML directory.
 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
-HTML_IMAGES=path-alpha-func.png
+HTML_IMAGES=\
+       alpha-func.png \
+       event-flow.png \
+       path-alpha-func.png
 
 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
 # e.g. content_files=running.sgml building.sgml changes-2.0.sgml
@@ -111,4 +114,8 @@ include $(top_srcdir)/gtk-doc.make
 
 # Other files to distribute
 # e.g. EXTRA_DIST += version.xml.in
-EXTRA_DIST += version.xml.in path-alpha-func.png
+EXTRA_DIST += \
+       version.xml.in \
+       alpha-func.png \
+       event-flow.png \
+       path-alpha-func.png
diff --git a/doc/reference/alpha-func.png b/doc/reference/alpha-func.png
new file mode 100644 (file)
index 0000000..292d493
Binary files /dev/null and b/doc/reference/alpha-func.png differ
diff --git a/doc/reference/event-flow.png b/doc/reference/event-flow.png
new file mode 100644 (file)
index 0000000..9fcfb90
Binary files /dev/null and b/doc/reference/event-flow.png differ