diff --git a/doc/reference/ChangeLog b/doc/reference/ChangeLog index c3c2c1815..2fc3b8066 100644 --- a/doc/reference/ChangeLog +++ b/doc/reference/ChangeLog @@ -1,3 +1,12 @@ +2008-02-08 Emmanuele Bassi + + * 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 * path-alpha-func.png: Image showing the effects of different diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index b209fbdc3..2b3043a53 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -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 index 000000000..292d49325 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 index 000000000..9fcfb90aa Binary files /dev/null and b/doc/reference/event-flow.png differ