Emmanuele Bassi
84229a7617
2007-10-03 Emmanuele Bassi <ebassi@openedhand.com>
...
* tests/test-behave.c: Use the right return type for the
event callbacks.
2007-10-08 14:51:14 +00:00
Matthew Allum
bc13e907cc
2007-10-03 Matthew Allum <mallum@openedhand.com>
...
* clutter/clutter-actor.c:
* clutter/clutter-event.c:
* clutter/clutter-event.h:
* clutter/clutter-main.c:
* clutter/clutter-private.h:
* clutter/eglnative/clutter-event-egl.c:
* clutter/eglx/clutter-event-egl.c:
* clutter/glx/clutter-event-glx.c:
* clutter/sdl/clutter-event-sdl.c:
Remove seperate double/triple click events and replace with
a click_count member.
Move calculating click counts from backend to do_event()
Initial implementation of ENTER/LEAVE events.
* tests/test-events.c:
Add code to test above.
* tests/test-behave.c:
Sync with newer API.
* clutter/clutter-score.c:
Silence a warning.
2007-10-03 09:28:16 +00:00
Tomas Frydrych
b368f1833a
added direction paramenter to clutter_behaviour_ellipse_new (), made direction to be respected, unclamped angle values
2007-08-03 09:52:52 +00:00
Tomas Frydrych
aed6a0cbe2
pruned ClutterBehaviourEllipse api
2007-07-27 13:44:42 +00:00
Tomas Frydrych
e17173edb4
ClutterBehaviourEllipse: allow tilt in all three axis
2007-07-27 08:18:41 +00:00
Tomas Frydrych
43854a3e0a
fixed ClutterBehaviourEllipse angle setters; updated ChangeLog
2007-07-26 13:48:50 +00:00
Tomas Frydrych
f1b27d9e1b
added direction property to ClutterBehaviourEllipse
2007-07-26 13:48:44 +00:00
Emmanuele Bassi
454e493197
Fix various compiler warnings
...
Most of these fixes are simple symbol shadowing issues, like index and the
braindead y0 and y1 extern symbols exported by math.h on GNU libc systems.
There is a masking issue in ClutterTexture which should be checked; I ran
the tests and everything looked fine.
The rest are just unused variables.
2007-07-26 11:04:04 +00:00
Emmanuele Bassi
339b22ded9
2007-06-16 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/clutter-actor.h:
* clutter/clutter-stage.h: Add 32 padding slots; when we
reach 1.0 it'll be a long road until the following ABI
break.
* tests/test-behave.c: Don't forget to include headers.
2007-06-16 21:15:31 +00:00
Matthew Allum
c2236bb72a
2007-06-12 Matthew Allum <mallum@openedhand.com>
...
* clutter/clutter-alpha.c:
Remove stray g_debug.
* clutter/clutter-behaviour-rotate.c:
Register private class member.
* clutter/clutter-behaviour.c:
* clutter/clutter-behaviour.h:
Add applied and removed signals.
* Makefile.am:
* configure.ac:
* examples/Makefile.am:
* examples/README:
* examples/behave.c:
* examples/slider.c:
* examples/super-oh.c:
* examples/test-entry.c:
* examples/test-text.c:
* examples/test.c:
* tests/Makefile.am:
Remove examples, moving applicable code into tests.
2007-06-12 10:36:28 +00:00