2014-04-15 Murray Cumming 1.17.2 2014-04-15 Murray Cumming Help gmmproc ignore a _new() function we used. 2014-04-15 Murray Cumming Ignore some deprecated functions. 2014-04-15 Murray Cumming DeformEffect: Add get_back_material(). 2014-04-15 Murray Cumming Box: Ignore a deprecated function and remove a non-existant property. 2014-04-15 Murray Cumming LayoutManager: Add get_child_meta() and layout_changed(). 2014-04-15 Murray Cumming Behaviour: Ignore a deprecated function. 2014-04-15 Murray Cumming Script: Ignore deprecated API that uses State. 2014-04-15 Ian Martin Actor: Corrects the get_children() parameter. Returns a list of Glib::RefPtr, not Effect. Bug #728206. 2014-04-12 Murray Cumming Add some missing properties. 2014-04-11 Murray Cumming Script: Add some missing methods. 2014-04-11 Murray Cumming BoxLayout: Add orientation property. And fix a typo. 2014-04-11 Murray Cumming Actor: Wrap most remaining properties. 2014-04-11 Murray Cumming Stage: Rename get/set_motion_events() to get/set_motion_events_enabled(). 2014-04-11 Murray Cumming Actor: Correct some deprecation advice. 2014-04-11 Murray Cumming examples/test-actors: Use CLUTTER_KEY_q instead of CLUTTER_q. Because CLUTTER_* was deprecated in favour of CLUTTER_KEY_*. 2014-04-11 Murray Cumming Media, Script: Use std::string for filenames. 2014-04-11 Murray Cumming Script::add_search_paths(): Use std::string for filepaths. * clutter/src/script.[hg|ccg]: Also avoid this g++ compiler warning: ISO C++ forbids variable length array 'searchPaths' [-Werror=vla] This shows the need for this patch in cogl to avoid a warning: https://bugzilla.gnome.org/show_bug.cgi?id=728022 2014-04-11 Murray Cumming configure.ac: Make it more like the gtkmm one. * configure.ac: Use no-dist-gzip dist-xz tar-ustar with AM_INIT_AUTOMAKE. Use more compiler warnings and deprecation defines. Use MM_CONFIG_DOCTOOL_DIR to make tarball builds easier.