mutter/doc/cookbook/examples
Emmanuele Bassi 77ec8774a0 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.
2015-01-03 20:34:20 +00:00
..
actors-composite-main.c cookbook: Begin porting examples to the new API 2012-01-24 15:01:00 +00:00
animations-complex-overlapping.json cookbook: Added a second example to show "overlapping" transitions 2010-09-03 14:19:51 +01:00
animations-complex.c doc: fix clutter_init() usage in examples 2011-02-28 14:10:05 +00:00
animations-complex.json cookbook: Added complex animations example 2010-09-03 14:19:51 +01:00
animations-looping-animator.c cookbook: Use clutter_timeline_set_repeat_count() 2012-02-13 17:30:22 +00:00
animations-looping-implicit.c cookbook: Use clutter_timeline_set_repeat_count() 2012-02-13 17:30:22 +00:00
animations-looping-state.c docs: Remove clutter_stage_get_default() 2011-11-10 15:37:51 +00:00
animations-moving-animator.c cookbook: Begin porting examples to the new API 2012-01-24 15:01:00 +00:00
animations-moving-implicit.c cookbook/examples: Use real implicit animations 2012-03-19 18:10:26 +00:00
animations-moving-state.c docs: Remove clutter_stage_get_default() 2011-11-10 15:37:51 +00:00
animations-path-circle.c cookbook: Use clutter_timeline_set_repeat_count() 2012-02-13 17:30:22 +00:00
animations-path-easing.c doc: fix clutter_init() usage in examples 2011-02-28 14:10:05 +00:00
animations-path.c cookbook: Use clutter_timeline_set_repeat_count() 2012-02-13 17:30:22 +00:00
animations-reuse-animation.json cookbook: Simplified and clarified example code 2010-09-13 12:25:47 +01:00
animations-reuse-ui.json cookbook: Simplified and clarified example code 2010-09-13 12:25:47 +01:00
animations-reuse.c cookbooks/examples: Use g_signal_handlers_disconnect_by_func() 2011-09-02 12:19:30 +01:00
animations-rotating.c docs: Remove clutter_stage_get_default() 2011-11-10 15:37:51 +00:00
animations-scaling-zoom.c docs: Update to show the symbolic button names 2012-01-27 09:46:51 +00:00
animations-scaling.c docs: Remove clutter_stage_get_default() 2011-11-10 15:37:51 +00:00
cb-background-effect.c docs: Remove checks for whether an effect is disabled 2011-03-17 15:56:55 +00:00
cb-background-effect.h docs: Add example of setting background color with ClutterEffect 2011-03-17 15:56:55 +00:00
cb-border-effect.c docs: Remove checks for whether an effect is disabled 2011-03-17 15:56:55 +00:00
cb-border-effect.h docs: Add example of a border added through ClutterEffect 2011-03-17 15:56:55 +00:00
cb-button.c cookbook/examples: Modernize the code 2012-02-27 10:59:46 +00:00
cb-button.h Eliminate G_CONST_RETURN 2011-06-07 16:06:24 +01:00
cb-page-fold-effect.c docs: Add effects chapter, with introduction and first recipe 2011-02-21 16:44:09 +00:00
cb-page-fold-effect.h docs: Add effects chapter, with introduction and first recipe 2011-02-21 16:44:09 +00:00
effects-basic.c cookbook/examples: Modernize the code 2012-02-27 10:59:46 +00:00
effects-built-in.c doc: fix clutter_init() usage in examples 2011-02-28 14:10:05 +00:00
effects-custom-deform.c doc: fix clutter_init() usage in examples 2011-02-28 14:10:05 +00:00
events-buttons-click.c cookbook: Begin porting examples to the new API 2012-01-24 15:01:00 +00:00
events-buttons-lasso.c docs: Remove clutter_stage_get_default() 2011-11-10 15:37:51 +00:00
events-buttons.c docs: Remove clutter_stage_get_default() 2011-11-10 15:37:51 +00:00
events-mouse-scroll.c cookbook: Begin porting examples to the new API 2012-01-24 15:01:00 +00:00
events-pointer-motion-crossing.c cookbook/examples: Modernize the code 2012-02-27 10:59:46 +00:00
events-pointer-motion-scribbler.c WARNING: Massive revert commit 2015-01-03 20:34:20 +00:00
events-pointer-motion-stacked.c WARNING: Massive revert commit 2015-01-03 20:34:20 +00:00
events-pointer-motion.c docs: Remove clutter_stage_get_default() 2011-11-10 15:37:51 +00:00
layouts-bind-constraint-allocation.c cookbook: Begin porting examples to the new API 2012-01-24 15:01:00 +00:00
layouts-bind-constraint-overlay.c doc: fix clutter_init() usage in examples 2011-02-28 14:10:05 +00:00
layouts-bind-constraint-stage.c doc: fix clutter_init() usage in examples 2011-02-28 14:10:05 +00:00
layouts-box-menu.c docs: Remove clutter_stage_get_default() 2011-11-10 15:37:51 +00:00
layouts-box-property-effects.c docs: Remove clutter_stage_get_default() 2011-11-10 15:37:51 +00:00
layouts-box.c cookbook: Begin porting examples to the new API 2012-01-24 15:01:00 +00:00
layouts-stacking-diff-sized-actors.c docs: Remove clutter_stage_get_default() 2011-11-10 15:37:51 +00:00
layouts-stacking.c cookbook/examples: Modernize the code 2012-02-27 10:59:46 +00:00
Makefile.am WARNING: Massive revert commit 2015-01-03 20:34:20 +00:00
script-signals.c docs/cookbook: Add script->state connection recipe 2011-08-31 12:25:01 +01:00
script-signals.json cookbook: Added example of connecting signals in ClutterScript 2010-08-31 10:06:08 +01:00
script-states.c docs/cookbook: Add script->state connection recipe 2011-08-31 12:25:01 +01:00
script-states.json docs/cookbook: Add script->state connection recipe 2011-08-31 12:25:01 +01:00
script-ui.c doc: fix clutter_init() usage in examples 2011-02-28 14:10:05 +00:00
script-ui.json cookbook: Use nicknames for enumeration values 2010-08-27 15:29:15 +01:00
smiley.png cookbook: Add a recipe on how to create sub-textures 2010-08-06 15:43:15 +01:00
text-shadow.c Fix include location for cogl-pango.h 2011-05-16 16:04:27 +01:00
textures-crossfade-cogl.c docs: Remove clutter_stage_get_default() 2011-11-10 15:37:51 +00:00
textures-crossfade-slideshow.c docs: Remove clutter_stage_get_default() 2011-11-10 15:37:51 +00:00
textures-crossfade.c docs: Remove clutter_stage_get_default() 2011-11-10 15:37:51 +00:00
textures-reflection.c doc: fix clutter_init() usage in examples 2011-02-28 14:10:05 +00:00
textures-split-go.c cookbook/examples: Don't mix up height and width while splitting 2012-05-31 11:50:58 +01:00
textures-sub-texture.c Fix spelling in Clutter Cookbook: ouest -> west 2012-01-27 12:17:08 +00:00