1
0
Fork 0
mutter-performance-source/clutter
Emmanuele Bassi 255edd4e26 Clean up ClutterEffect
Make ClutterEffectTemplate use a pointer to the private data to avoid
a type check each time it dereferences the ClutterEffectTemplatePrivate
structure pointer.

Clean up the header file for parsing purposes.

Add a description for the gtk-doc reference.
2007-07-01 10:29:34 +00:00
..
cogl 2007-06-29 Matthew Allum <mallum@openedhand.com> 2007-06-29 11:54:31 +00:00
egl 2007-06-29 Matthew Allum <mallum@openedhand.com> 2007-06-29 11:54:31 +00:00
glx 2007-06-19 Matthew Allum <mallum@openedhand.com> 2007-06-19 14:10:25 +00:00
pango 2007-05-01 Matthew Allum <mallum@openedhand.com> 2007-05-01 15:26:12 +00:00
sdl 2007-06-19 Matthew Allum <mallum@openedhand.com> 2007-06-19 14:10:25 +00:00
clutter-actor.c renamed clutter_actor_project_* functions 2007-06-27 15:10:52 +00:00
clutter-actor.h renamed clutter_actor_project_* functions 2007-06-27 15:10:52 +00:00
clutter-alpha.c 2007-06-12 Matthew Allum <mallum@openedhand.com> 2007-06-12 10:36:28 +00:00
clutter-alpha.h removed ClutterSmoothstep type; renamed clutter_smoothstep_func to clutter_smoothstep_inc_func; added clutter_smoothstep_dec_func 2007-05-30 10:52:06 +00:00
clutter-backend.c 2007-05-28 Matthew Allum <mallum@openedhand.com> 2007-05-28 18:49:34 +00:00
clutter-backend.h 2007-05-28 Matthew Allum <mallum@openedhand.com> 2007-05-28 18:49:34 +00:00
clutter-behaviour-bspline.c Documentation updates 2007-06-01 10:00:35 +00:00
clutter-behaviour-bspline.h Documentation updates 2007-06-01 10:00:35 +00:00
clutter-behaviour-ellipse.c Documentation updates 2007-06-01 10:00:35 +00:00
clutter-behaviour-ellipse.h Documentation updates 2007-06-01 10:00:35 +00:00
clutter-behaviour-opacity.c 2007-01-07 Matthew Allum <mallum@openedhand.com> 2007-01-07 00:36:41 +00:00
clutter-behaviour-opacity.h 2006-11-15 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-15 23:37:53 +00:00
clutter-behaviour-path.c 2007-05-31 Matthew Allum <mallum@openedhand.com> 2007-05-30 23:16:58 +00:00
clutter-behaviour-path.h bezier spline behaviours 2007-04-12 12:42:07 +00:00
clutter-behaviour-rotate.c 2007-06-12 Matthew Allum <mallum@openedhand.com> 2007-06-12 10:36:28 +00:00
clutter-behaviour-rotate.h Add ClutterBehaviourRotate 2007-04-16 10:25:30 +00:00
clutter-behaviour-scale.c ClutterBehaviourEllipse api changes; z_camera calculation 2007-05-25 12:07:24 +00:00
clutter-behaviour-scale.h ClutterReal type 2007-05-18 07:30:06 +00:00
clutter-behaviour.c 2007-06-12 Matthew Allum <mallum@openedhand.com> 2007-06-12 10:36:28 +00:00
clutter-behaviour.h 2007-06-12 Matthew Allum <mallum@openedhand.com> 2007-06-12 10:36:28 +00:00
clutter-box.c Override ClutterActor::pick 2007-06-14 19:57:29 +00:00
clutter-box.h Don't forget to add the boxes 2007-06-14 15:30:27 +00:00
clutter-clone-texture.c 2007-04-27 Matthew Allum <mallum@openedhand.com> 2007-04-27 21:13:06 +00:00
clutter-clone-texture.h 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-12 20:20:04 +00:00
clutter-color.c 2007-05-25 Matthew Allum <mallum@openedhand.com> 2007-05-25 16:35:57 +00:00
clutter-color.h added clutter_color_to/from_hlsx(); clobbered hue to 0..255 in clutter_colour_to/from_hls() 2007-05-10 11:37:45 +00:00
clutter-container.c Don't forget files when committing, stoopeed 2007-06-07 19:23:04 +00:00
clutter-container.h 2007-06-16 Emmanuele Bassi <ebassi@openedhand.com> 2007-06-16 21:07:13 +00:00
clutter-debug.h 2007-06-08 Matthew Allum <mallum@openedhand.com> 2007-06-07 23:51:53 +00:00
clutter-effect.c Clean up ClutterEffect 2007-07-01 10:29:34 +00:00
clutter-effect.h Clean up ClutterEffect 2007-07-01 10:29:34 +00:00
clutter-entry.c 2007-06-29 Neil J. Patel <njp@o-hand.com> 2007-06-29 17:18:13 +00:00
clutter-entry.h Added a 'activate' signal, which is emitted when the 'Enter' key is pressed 2007-06-07 21:23:07 +00:00
clutter-event.c 2007-06-19 Matthew Allum <mallum@openedhand.com> 2007-06-19 09:10:37 +00:00
clutter-event.h Update Clutter event structures to use the ModifierType enum 2007-06-11 09:02:40 +00:00
clutter-feature.c 2007-06-07 Emmanuele Bassi <ebassi@openedhand.com> 2007-06-07 15:28:59 +00:00
clutter-feature.h 2007-05-25 Matthew Allum <mallum@openedhand.com> 2007-05-25 10:56:09 +00:00
clutter-fixed.c 2007-06-07 Emmanuele Bassi <ebassi@openedhand.com> 2007-06-07 15:28:59 +00:00
clutter-fixed.h changed ClutterPerspective.fovy from ClutterAngle to degrees 2007-06-25 13:43:13 +00:00
clutter-group.c Fixed box calculation in clutter_group_query_coords() 2007-06-29 10:46:12 +00:00
clutter-group.h 2007-06-07 Emmanuele Bassi <ebassi@openedhand.com> 2007-06-07 14:41:35 +00:00
clutter-hbox.c fixed vbox and hbox pack functions 2007-06-14 15:56:22 +00:00
clutter-hbox.h Don't forget to add the boxes 2007-06-14 15:30:27 +00:00
clutter-keysyms-table.h 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +00:00
clutter-keysyms.h Merge gobject-branch into trunk 2006-05-29 08:59:36 +00:00
clutter-label.c 2007-06-14 Matthew Allum <mallum@openedhand.com> 2007-06-13 23:24:59 +00:00
clutter-label.h 2007-01-04 Matthew Allum <mallum@openedhand.com> 2007-01-04 19:56:01 +00:00
clutter-layout.c Don't forget files when committing, stoopeed 2007-06-07 19:23:04 +00:00
clutter-layout.h 2007-06-16 Emmanuele Bassi <ebassi@openedhand.com> 2007-06-16 21:07:13 +00:00
clutter-main.c 2007-06-19 Matthew Allum <mallum@openedhand.com> 2007-06-19 14:47:33 +00:00
clutter-main.h 2007-06-08 Matthew Allum <mallum@openedhand.com> 2007-06-07 23:51:53 +00:00
clutter-marshal.list Fix delete-event signal handler 2007-04-19 15:27:46 +00:00
clutter-media.c 2006-09-01 Matthew Allum <mallum@openedhand.com> 2006-09-01 17:26:47 +00:00
clutter-media.h 2006-11-15 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-15 23:37:53 +00:00
clutter-private.h clutter_actor_project_point/vertices 2007-06-12 11:42:29 +00:00
clutter-rectangle.c 2007-06-25 Matthew Allum <mallum@openedhand.com> 2007-06-25 13:44:32 +00:00
clutter-rectangle.h 2006-11-20 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-20 22:20:48 +00:00
clutter-stage.c changed ClutterPerspective.fovy from ClutterAngle to degrees 2007-06-25 13:43:13 +00:00
clutter-stage.h 2007-06-19 Matthew Allum <mallum@openedhand.com> 2007-06-19 14:10:25 +00:00
clutter-texture.c 2007-06-29 Matthew Allum <mallum@openedhand.com> 2007-06-29 11:54:31 +00:00
clutter-texture.h 2007-06-08 Matthew Allum <mallum@openedhand.com> 2007-06-07 23:51:53 +00:00
clutter-timeline.c Allow disabling the timeline pool via environment variables 2007-06-21 14:19:56 +00:00
clutter-timeline.h Add delay property to ClutterTimeline 2007-06-07 10:26:18 +00:00
clutter-timeout-pool.c Allow disabling the timeline pool via environment variables 2007-06-21 14:19:56 +00:00
clutter-timeout-pool.h Add copyright license and make ClutterTimeoutPool public 2007-06-09 13:20:06 +00:00
clutter-units.h ClutterBehaviourEllipse api changes; z_camera calculation 2007-05-25 12:07:24 +00:00
clutter-util.c 2007-01-23 Matthew Allum <mallum@openedhand.com> 2007-01-23 20:29:11 +00:00
clutter-util.h 2007-01-23 Matthew Allum <mallum@openedhand.com> 2007-01-23 20:29:11 +00:00
clutter-vbox.c fixed vbox and hbox pack functions 2007-06-14 15:56:22 +00:00
clutter-vbox.h Don't forget to add the boxes 2007-06-14 15:30:27 +00:00
clutter-version.h.in 2007-05-14 Matthew Allum <mallum@openedhand.com> 2007-05-14 09:11:23 +00:00
clutter.h 2007-06-14 Emmanuele Bassi <ebassi@openedhand.com> 2007-06-14 15:29:52 +00:00
Makefile.am 2007-06-14 Emmanuele Bassi <ebassi@openedhand.com> 2007-06-14 15:29:52 +00:00