WARNING: Massive revert commit

Revert all the work that happened on the master branch.

Sadly, this is the only way to merge the current development branch back
into master.

It is now abundantly clear that I merged the 1.99 branch far too soon,
and that Clutter 2.0 won't happen any time soon, if at all.

Since having the development happen on a separate branch throws a lot of
people into confusion, let's undo the clutter-1.99 → master merge, and
move back the development of Clutter to the master branch.

In order to do so, we need to do some surgery to the Git repository.

First, we do a massive revert in a single commit of all that happened
since the switch to 1.99 and the API version bump done with the
89a2862b05 commit. The history is too long
to be reverted commit by commit without being extremely messy.
This commit is contained in:
Emmanuele Bassi
2015-01-03 20:34:20 +00:00
parent c3c89332f6
commit 77ec8774a0
348 changed files with 59887 additions and 34751 deletions

View File

@ -72,7 +72,7 @@ clutter_scriptable_default_init (ClutterScriptableInterface *iface)
* define a unique name for an object constructable using the UI
* definition language parsed by #ClutterScript.
*
*
* Since: 0.6
*/
void
clutter_scriptable_set_id (ClutterScriptable *scriptable,
@ -102,7 +102,7 @@ clutter_scriptable_set_id (ClutterScriptable *scriptable,
* Return value: the id of the object. The returned string is owned by
* the scriptable object and should never be modified of freed
*
*
* Since: 0.6
*/
const gchar *
clutter_scriptable_get_id (ClutterScriptable *scriptable)
@ -131,7 +131,7 @@ clutter_scriptable_get_id (ClutterScriptable *scriptable)
*
* Return value: %TRUE if the node was successfully parsed, %FALSE otherwise.
*
*
* Since: 0.6
*/
gboolean
clutter_scriptable_parse_custom_node (ClutterScriptable *scriptable,
@ -164,7 +164,7 @@ clutter_scriptable_parse_custom_node (ClutterScriptable *scriptable,
* Overrides the common properties setting. The underlying virtual
* function should be used when implementing custom properties.
*
*
* Since: 0.6
*/
void
clutter_scriptable_set_custom_property (ClutterScriptable *scriptable,