-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
860 lines (634 loc) · 30.7 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
2010-01-05 Murray Cumming <murrayc@murrayc.com>
Remove calls to cogl_push_matrix() and cogl_pop_matrix().
* examples/custom_actor/triangle_actor.c (do_triangle_paint):
* examples/custom_container/examplebox.c (example_box_paint):
Remove calls to cogl_push_matrix() and cogl_pop_matrix() that are
apparently now unnecessary.
2009-10-19 Murray Cumming <murrayc@murrayc.com>
Use floating point numbers when needed for clutter_actor_animate*().
* docs/tutorial/clutter-tut.xml:
* examples/animation/main.c (main): Use, for instance, 100.0 instead of
100 for x and y values to clutter_actor_animate*(), as noticed by
Neil Roberts on the clutter mailing list a while ago.
2009-08-26 Murray Cumming <murrayc@murrayc.com>
Use clutter-1.0 and clutter-gtk-0.10.
* configure.ac: Use clutter-1.0 and clutter-gtk-0.10.
* examples/gtk_scrolling/main.c (main): gtk_clutter_viewport_new() takes
an extra parameter now.
* examples/custom_container/examplebox.c (example_box_pick):
* examples/scrolling/scrollingcontainer.c
(example_scrolling_container_pick): Use clutter_actor_paint() instead of
deprecated clutter_actor_pick(), though I am now not sure if these
implementations are correct at all.
2009-06-25 Murray Cumming <murrayc@murrayc.com>
Timeline, Animations: Mentino duration not frames-per-second.
* docs/tutorial/clutter-tut.xml: Timeline, Animations: Talk about duration
rather than frames and frames-per-second, as per the new API. Describe the
wonderful way that clutter now just does the right thing.
2009-06-25 Murray Cumming <murrayc@murrayc.com>
Fixed the build with latest clutter API.
* examples/actor_events/main.c (on_stage_button_press),
(on_rect_button_press), (on_rect_button_release):
* examples/animation/main.c (on_alpha), (main):
* examples/behaviour/main.c (on_alpha), (main):
* examples/custom_container/examplebox.c
(example_box_get_preferred_width),
(example_box_get_preferred_height), (example_box_allocate):
* examples/full_example/main.c (on_timeline_rotation_completed),
(rotate_all_until_item_is_at_front), (main):
* examples/score/main.c (main):
* examples/scrolling/scrollingcontainer.c
(example_scrolling_container_allocate):
* examples/scrolling/scrollingcontainer.h:
* examples/stage/main.c (on_stage_button_press):
* examples/text/main.c (main):
* examples/timeline/main.c (main): Fix the build with the latest clutter API,
mostly:
- Providing a milliseconds duration to clutter_timeline_new() instead of
frame and frames_per_second, plus changing associated functions to be
duration-wise rather than frames-wise.
- Use float instead of gint.
2009-05-06 Johannes Schmid <jschmid@openismus.com>
* docs/tutorial/figures/gtk_scrolling.png:
* docs/tutorial/figures/text.png:
Make screenshot window focussed to match with other screenshots
2009-05-05 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: ClutterText section: Fix the XML validation.
2009-05-05 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml:
* examples/text/main.c (main): Improve the preferred-height ClutterText
explanation and example.
2009-05-05 Johannes Schmid <jschmid@openismus.com>
* docs/tutorial/clutter-tut.xml
* docs/examples/text/main.c:
Added a section about size management of ClutterText actors and updated the
example.
2009-05-05 Johannes Schmid <jschmid@openismus.com>
* docs/tutorial/figures/gtk_scrolling.png:
* docs/tutorial/figures/text.png:
Use Clearlooks for screenshots
* docs/tutorial/figures/multiline_text_entry.png:
* docs/tutorial/figures/Makefile.am:
Removed obsolete screenshot
2009-05-04 Murray Cumming <murrayc@murrayc.com>
Stage Widget Scrolling section improvements.
* docs/tutorial/clutter-tut.xml: Stage Widget Scrolling: Correct the text.
In particular, I thing Johannes meant GtkRange rather than GtkRuler.
Put the example inside the section.
* docs/tutorial/figures/Makefile.am: Mention gtk_scrolling.png.
2009-05-04 Johannes Schmid <jschmid@openismus.com>
* examples/gtk_embed/main.c:
* examples/gtk_scrolling/main.c:
* examples/scrolling/main.c:
* docs/tutorial/clutter-tut.xml:
* docs/tutorial/figures/scrolling.png_
* docs/tutorial/figures/gtk_scrolling.png:
Bring back old scrolling example and reorganize tutorial
The old scrolling appendix is now back in place while the gtk scrolling
examples was moved inside the stage section near to the gtk embed widget.
Also renamed the Gtk+ examples so that they can be recognized as part of
clutter-gtk.
2009-05-04 Johannes Schmid <jschmid@openismus.com>
* examples/text/main.c:
* docs/tutorial/figures/text.png:
Fixed text alignment in example and updated screenshot (#935)
2009-05-04 Johannes Schmid <jschmid@openismus.com>
* configure.ac
* examples/entry/*
Removed obsolete entry example
2009-05-01 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Correct section IDs.
2009-05-01 Murray Cumming <murrayc@murrayc.com>
ClutterText corrections.
* docs/tutorial/clutter-tut.xml: ClutterText section: Correct/Improve the
text.
* examples/text/main.c (main): Add a second ClutterText so we have one
non-editable and one editable multi-line editable.
2009-04-30 Murray Cumming <murrayc@murrayc.com>
Fix the build.
* configure.ac:
* examples/text/Makefile.am: Added this file and mentioned it to fix the
build.
* examples/text/main.c, examples/scrolling/main.c: Correct formatting.
2009-04-29 Johannes Schmid <jschmid@openismus.com>
* examples/text/main.c:
* examples/Makefile.am:
* docs/tutorial/clutter-tut.xml:
* docs/tutorial/figures/text.png:
Added section for ClutterText
Added a section and an example for ClutterText. Moved scrolling section
to normal section from appendix.
2009-04-29 Johannes Schmid <jschmid@openismus.com>
* examples/scrolling/main.c:
* examples/scrolling/Makefile.am:
* docs/tutorial/clutter-tut.xml:
* docs/tutorial/figures/scrolling.png:
Ported scrolling example to the new ClutterViewport class
Updated example code and scrolling chapter in the tutorial
(openedhand bug #935)
2009-04-27 Murray Cumming <murrayc@murrayc.com>
Mention ClutterText.
* configure.ac:
* docs/examples/: Removed multiline_text_entry/
* docs/tutorial/clutter-tut.xml: Actors: Mention ClutterText instead of
ClutterEntry and ClutterLabel.
Remove the multiline text editing appendix because ClutterText can now do that.
2009-04-24 Murray Cumming <murrayc@murrayc.com>
Don't mention 0.8.
* docs/tutorial/clutter-tut.xml: Change the 0.8 version entity to 0.9,
and correct the reference links.
2009-04-24 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Contributing: Change the email address and
mention the git module.
2009-04-24 Murray Cumming <murrayc@murrayc.com>
Correct the Animations and Behaviours updates.
* docs/tutorial/clutter-tut.xml: Animations: Make it clear that apps
never need to use anything but the clutter_actor_animate() convenience
functions. Move the ClutterAlpha description here, from the Behaviours
chapter, because this is now the first mention. Remove mention of
removed standard ClutterAlpha callbacks.
2009-04-21 Murray Cumming <murrayc@murrayc.com>
docs/tutorial/clutter-tut.xml: Improved the text of the recent additions.
2009-04-21 Johannes Schmid <jschmid@openismus.com>
* docs/tutorial/clutter-tut.xml: Added section about timeline markers
and Gtk+ integration (#935)
* examples/timeline/main.c: Added example for timeline markers
2009-04-20 Johannes Schmid <jschmid@openismus.com>
* docs/tutorial/clutter-tut.xml: Fixed section about effects to
use animation API
2009-04-16 Johannes Schmid <jschmid@openismus.com>
* examples/effects => examples/animation:
Ported effects example to new animation API
* examples/*: Fixed little API problems with clutter 0.9, espeicially
moving from clutter_label_* to clutter_text_*
2008-12-15 Daniel Elstner <danielk@openismus.com>
* examples/behaviour/main.c: Follow API changes of clutter 0.9.
* examples/custom_actor/triangle_actor.[ch]: ditto,
* examples/custom_container/examplebox.[ch]: ditto,
* examples/entry/main.c: ditto,
* examples/full_example/main.c: ditto,
* examples/multiline_text_entry/multiline_entry.[ch]: ditto,
* examples/scrolling/scrollingcontainer.[ch]: ditto,
* examples/stage_widget/main.c: ditto.
2008-12-15 Daniel Elstner <danielk@openismus.com>
* docs/tutorial/clutter-tut.xml: Remove references to
BehaviourBspline, as its functionality was merged into
BehaviourPath.
2008-12-15 Daniel Elstner <danielk@openismus.com>
* docs/tutorial/README: Fix copy'n'paste mistakes.
2008-12-15 Daniel Elstner <danielk@openismus.com>
* configure.ac: Remove some cruft.
2008-11-06 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Correct the version number in the
debian package name. Thanks to Derek Kraan.
2008-08-11 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/Makefile.am: Use the xhtml docbook xsl instead of html.
* docs/tutorial/clutter-tut.xml: Mention 0.8 instead of 0.7.
* configure.ac: Depend on the -0.8 versions instead of 0.7.
2008-06-26 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/Makefile.am: Add use.id.as.filename to the xsltproc call,
so our filenames do not change when adding chapters in future.
* docs/tutorial/clutter-tut.xml: Added one missing ID.
2008-06-26 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Added a Header Files And Linking section.
Stage: For both examples, give the gcc command, with the pkg-config call,
and refer to the new chapter.
2008-06-15 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Removed the mention of the single-stage
limitation because this was fixed in 0.7/0.8.
2008-06-15 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Hopefully made the explanation of
layout modes a little clearer.
2008-06-14 Jan Arne Petersen <jpetersen@openismus.com>
* docs/tutorial/clutter-tut.xml: Rewrite some text regarding the new
layout system introduced in clutter 0.7.
* examples/custom_container/examplebox.c (example_box_remove,
example_box_pack): Call clutter_actor_queue_relayout instead of the
custom layout function.
(example_box_get_preferred_width,
example_box_get_preferred_height): Use the new layout system to
implement a width for height geometry management.
(example_box_allocate): Move the layout algorithm
into the allocation function and use the new layout system to get
the preferred size of the child actors and to set their position.
(example_box_init): Set geometry management to "width for height".
* examples/custom_container/examplebox.h: Remove unused allocation
store.
* examples/custom_container/main.c (main): Use preferred container size.
* examples/full_example/main.c (rotate_all_until_item_is_at_front):
Fix a typo.
* examples/multiline_text_entry/multiline_entry.c
(example_multiline_entry_allocate,
example_multiline_entry_class_init): Implement virtual allocate
function instead of the old request_coords function.
* examples/scrolling/scrollingcontainer.c
(example_scrolling_container_pack,
example_scrolling_container_remove,
example_scrolling_container_scroll_left): Call
clutter_actor_queue_relayout instead of the custom layout function.
(example_scrolling_container_allocate): Move the layout algorithm
into the allocation function and use the new layout system to get
the preferred size of the child actors and to set their position.
(example_scrolling_container_class_init): Use allocation virtual
function instead of the query_coords and request_coords functions.
* examples/scrolling/scrollingcontainer.h: Remove unused allocation
store.
2008-06-11 Murray Cumming <murrayc@murrayc.com>
* Makefile_web.am_fragment: Change to a more permanent and
API-versioned upload URI.
2008-05-30 Jan Arne Petersen <jpetersen@openismus.com>
* configure.ac: Updated required clutter version to 0.7.
* docs/tutorial/clutter-tut.xml: Fixed some links.
Using Behaviours:
Added links to the ClutterBehaviour and ClutterAlpha reference.
Stage Widget:
Mention gtk_clutter_init function (new in 0.7).
* examples/actor_events/main.c (main): Fixed comment.
* examples/custom_actor/triangle_actor.c (do_triangle_paint): Removed
cogl_enable call, because it is no longer public in 0.7 (it is
automatically handled by cogl). Use cogl API instead of GL to paint
the triangle.
* examples/custom_container/examplebox.c: Fixed include.
* examples/full_example/main.c (scale_texture_default, load_images):
Use new 0.7 ClutterTexture functions to load the texture from file.
* examples/scrolling/scrollingcontainer.c
(example_scrolling_container_scroll_left): Removed unused include.
Queue a redraw if the window is scrolled.
* examples/stage_widget/main.c (main): Use new gtk_clutter_init
function.
This is svn trunk, for clutter-0.7. See also the clutter-tutorial-0-6 branch.
2008-03-06 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Text Editing appendix:
Add a note that the pango_clutter() function is not public API,
and that you currently have to reimplement it yourself, and that
this might be better in future.
0.2.0:
2008-03-03 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Fixed some typos.
2008-03-03 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Multiline Text Entry appendix:
Briefly describe use of PangoLayout and
pango_clutter_render_layout().
* docs/tutorial/figures/Makefile.am: Added multiline screenshot.
* examples/multiline_text_entry/multiline_entry.c:
* examples/multiline_text_entry/multiline_entry.h: Simplified some more,
and added some comments. Did not find a way to implement up/down
cursor navigation.
2008-02-29 Murray Cumming <murrayc@murrayc.com>
* configure.ac:
* examples/Makefile.am:
* examples/entry/: Added an example of ClutterEntry, though there
is no text about this yet.
* examples/multiline_text_entry/: Added the start of a multi-line
example for the appendix, by cutting down ClutterEntry.
2008-02-28 Murray Cumming <murrayc@murrayc.com>
* configure.ac:
* docs/tutorial/clutter-tut.xml:
* docs/tutorial/figures/Makefile.am:
Added text to the Scrolling appendix.
* examples/Makefile.am:
* examples/scrolling/Makefile.am:
* examples/scrolling/main.c:
* examples/scrolling/scrollingcontainer.c:
* examples/scrolling/scrollingcontainer.h:
A simple scrolling example. This is very possibly horribly wrong,
but this is how I will find out.
2008-02-28 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Removed the Using OpenGL Directly
appendix because it is covered by the Custom Actor section.
* docs/tutorial/Makefile.am: Generate a PDF.
2008-02-28 Murray Cumming <murrayc@murrayc.com>
* configure.ac:
* examples/custom_actor/Makefile.am: distcheck fixes.
* docs/tutorial/clutter-tut.xml: Actor sections: Mention the anchor
point.
Effects section: Show the AlphaFunc diagram from the API reference.
Behaviour section: Show the AlphaFunc+Path diagram from the API
reference.
* docs/tutorial/figures/Makefile.am: Added the diagrams from
the API reference.
2008-02-28 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Correct some mentions of widgets to
mentions of actors.
Custom Actor section: Explain pick().
Custom Container section: Say what the example does and say what a
real container should probably offer.
* examples/custom_actor/triangle_actor.c:
* examples/custom_container/examplebox.c: Implement pick().
2008-02-27 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Custom containers section:
Mention that pick() should pick each of its children, and refer to
the Custom Actor section for more details. However, I do not actually
have those details yet.
2008-02-26 Murray Cumming, <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Custom containers section:
Mentioned overriding ClutterActor::paint() to paint children.
* docs/tutorial/figures/Makefile.am: Added a screenshot of the custom
container.
* examples/custom_container/examplebox.c: Do not implement
ClutterActor::pick() because it is not necessary for a simple example.
2008-02-26 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Custom Containers section:
mention vfuncs for doing layout of children.
* examples/custom_container/examplebox.c:
(example_box_query_coords), (example_box_request_coords),
(layout_children):
* examples/custom_container/examplebox.h:
* examples/custom_container/main.c: Do not ignore the provided x1 and
y1 for the container.
2008-02-25 Murray Cumming <murrayc@murrayc.com>
* examples/custom_container/examplebox.c:
* examples/custom_container/main.c:
Improve the implementation, iterating over the children every time we
should relayout the children.
But the position of the container itself always seems to be 0. Possibly
I do not understand allocation/position or both.
2008-02-25 Murray Cumming <murrayc@murrayc.com>
* configure.ac:
* docs/tutorial/clutter-tut.xml:
* docs/tutorial/figures/Makefile.am:
* examples/custom_container/Makefile.am:
* examples/custom_container/examplebox.c:
* examples/custom_container/examplebox.h:
* examples/custom_container/main.c: Very cut-down version of
the old ClutterHBox container. Needs more work to make it behave
properly and be easier to understand.
2008-02-22 Murray Cumming <murrayc@murrayc.com>
* configure.ac:
* docs/tutorial/clutter-tut.xml:
* docs/tutorial/figures/Makefile.am:
* examples/Makefile.am:
* examples/actor_group/: Added actors/containers sub-section,
mentioning ClutterGroup.
* examples/custom_container/: Added placeholder for a custom
containers section and example.
2008-02-21 Murray Cumming <murrayc@murrayc.com>
* configure.ac: Depend on clutter-0.6 and clutter-gtk-0.6 instead
of the -0.5 APIs.
2008-02-21 Murray Cumming <murrayc@murrayc.com>
* configure.ac:
* docs/tutorial/clutter-tut.xml:
* docs/tutorial/figures/Makefile.am:
* examples/Makefile.am:
* examples/score/main.c: Added a Timelines/Score sub-section and
example. The example is quite stupid.
2008-02-20 Murray Cumming <murrayc@murrayc.com>
* examples/stage_widget/main.c: (main):
Use gtk_widget_set_size_request(gtkclutterembed) instead of
clutter_actor_set_size(stage) because the latter is not supported
with GtkClutterEmbed.
See http://bugzilla.openedhand.com/show_bug.cgi?id=740
2008-02-04 Murray Cumming <murrayc@murrayc.com>
* examples/actor_events/main.c: (on_stage_button_press),
(on_rect_button_press), (on_rect_button_release), (on_rect_motion),
(on_rect_enter), (on_rect_leave):
* examples/full_example/main.c: (on_texture_button_press):
* examples/stage/main.c: (on_stage_button_press):
* examples/stage_widget/main.c: (on_button_clicked),
(on_stage_button_press):
Correct the event signal handlers: They should return gboolean instead
of void. C is overly tolerant of my mistakes.
2008-02-02 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Using Timelines: Change the X to a /
in the description of duration. Thanks to Ashwin Kashyap.
2008-01-30 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Introduction: Remove the term 2.5D.
Actor Basics: Change 2.5D term to 2D surfaces in 3D space.
2008-01-30 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Change mentions of GtkClutter to GtkClutterEmbed.
* examples/stage_widget/main.c: (main): Use the new GtkClutterEmbed instead of the
old (removed) GtkClutter widget.
* examples/full_example/main.c: (on_timeline_rotation_completed):
Adapt to the new signature of the clutter_behaviour_scale_new() function.
2008-01-18 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Actor transformations: Use the correct example code.
Thanks to Ashwin Kashyap.
2007-12-17 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Effects: Mention optional timeline cloning when using effects.
2007-12-17 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Actors: Added clipping sub-section, after talking to Ebassi.
2007-12-17 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Corrected the events chain sections, now explaining the
capture-event signal.
2007-12-17 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Introduction: Mention that it is
a retatained mode API, though that would be obvious if you already knew what
that meant.
Mention that timelines and behaviours use callback functions of time to change actor properties.
I don't see much more that we can say about these without reallying getting into the details,
which we do in the relevant chapters.
Actors: Mention show/hide.
Actors: Events: Describe false/true return value and the sequence of actors that handle events.
Effects, Behaviours: Mention CLUTTER_ALPHA_MAX.
These changes are based on the notes from Matthew Allum.
2007-12-14 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Actor Events:
motion events are now on by default, so rephrase.
* examples/actor_events/main.c: (main):
* examples/full_example/main.c: (main):
Don't bother calling clutter_set_motion_events_enabled(TRUE);
2007-12-14 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Timelines, Behaviours: Mention the
ClutterTimeline::completed signal, which you should handle when you want
to unref timelines and behaviours as soon as possible.
2007-12-14 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Behaviours: ClutterAlpha _does_ have a a
floating reference.
* examples/full_example/main.c: (add_to_ellipse_behaviour),
(on_timeline_rotation_completed): Do not unref the ClutterAlpha because it has a
floating reference.
2007-12-14 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/style.css: Make the header pink with black text, to be slightly
more like the default gtk-doc style.
* docs/tutorial/clutter-tut.xml: Full Example: Added a description of what it does.
* docs/tutorial/figures/Makefile.am:
* docs/tutorial/figures/: Added full_example.png.
* examples/full_example/main.c: Make the background gray. Add a white rectangle under
the ellipse to give more sense of 3D. This is still rather ugly.
2007-12-13 Murray Cumming <murrayc@murrayc.com>
* examples/full_example/main.c: Gradualyl show a label with the filename
when showing the item. I could make this more attractive when we have
container actors again.
2007-12-13 Murray Cumming <murrayc@murrayc.com>
* examples/behaviour/main.c: (main):
* examples/effects/main.c: (main):
* examples/timeline/main.c: (main): unref the timeline when the mainloop
stops.
* examples/full_example/main.c: Avoid using even 360 degrees (not just >360)
to avoid an extra rotation of some items. Move and scale the clicked item
when the rotation stops.
2007-12-13 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Contributing:
Correct the email address.
Timelines: Mention behaviours and actors, while
still avoiding trying to explain them all in one
paragraph, because each chapter explains the advantage
compared to the previous one. I don't want to confuse
people with too many concepts too quickly.
Actor Events: Mention
clutter_set_motion_events_enabled() and
clutter_actor_set_reactive().
Thanks to Tommi Komulainen for the suggestions.
2007-12-12 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Behaviours:
List the standard behaviours.
2007-12-12 Murray Cumming <murrayc@murrayc.com>
* configure.ac:
* examples/Makefile.am:
* examples/actor_transformations/main.c: (main):
Added this example.
* examples/actor/main.c: (main): Removed the
rotation from this example.
* docs/tutorial/clutter-tut.xml: Actors: Added a
transformations sub-section.
* docs/tutorial/figures/Makefile.am:
* docs/tutorial/figures/: Added screenshots for
actor_events and actor_transformations.
2007-12-10 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/figures/Makefile.am:
Added docs/tutorial/figures/custom_actor.png
2007-12-10 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Put all the text in a sect1 instead of just at
the start of a chapter or appendix. Otherwise people will often jump straight past
it to the example if the example is the only thing listed in the table of contents.
2007-12-10 Murray Cumming <murrayc@murrayc.com>
* examples/custom_actor/main.c: (main): Do not rotate the actor because
this obscures the example.
* examples/custom_actor/triangle_actor.c: (clutter_triangle_paint):
Paint a triangle with GL instead of a rectangle.
2007-12-10 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Effects section, Behaviours section:
Mention the effects are a simple wrapper around Behaviours, and say when
they are not enough.
Remind people to unref the effect template.
* examples/effects/main.c: (main): Unref the effect template.
2007-12-09 Murray Cumming <murrayc@murrayc.com>
* examples/full_example/main.c: Limit angles to less than 360,
which seems to stop the last item from going around an extra time,
but sometimes other items go around an extra time instead.
The calculations need to be cleaned up when this is working
properly.
2007-12-07 Murray Cumming <murrayc@murrayc.com>
* configure.ac:
* docs/tutorial/clutter-tut.xml:
* docs/tutorial/figures/Makefile.am:
* examples/Makefile.am:
* examples/effects/main.c:
Added an Effects chapter and example. I am not sure yet that I
see the advantage of Behaviours over Effects, and the
ClutterEffectsTemplate objects does not seem better than just
passing the timeline and alpha-callback to an effect function.
2007-12-07 Murray Cumming <murrayc@murrayc.com>
* AUTHORS: Corrected this.
* TODO: Removed this.
2007-12-05 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Introduction: Mention that both
OpenGL or OpenGL ES may be used as the backend.
2007-12-05 Murray Cumming <murrayc@murrayc.com>
* configure.ac:
* docs/tutorial/clutter-tut.xml:
* examples/Makefile.am:
* examples/custom_actor/Makefile.am:
* examples/custom_actor/main.c:
* examples/custom_actor/triangle_actor.c:
* examples/custom_actor/triangle_actor.h: Added a custom actor
example by copying and simplifying ClutterRectangle. Described
the implementation. Still need to actually make it paint a
triangle though.
2007-12-05 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Behaviours: Mention that the
alpha callback will need to discover the timeline current and total
frames.
Timelines: Give hints about the duration of a timeline.
Mention unrefing of behaviours and timelines.
* examples/behaviour/main.c: (on_alpha): Use the timeline. Now this
makes more sense.
2007-12-05 Murray Cumming <murrayc@murrayc.com>
* examples/full_example/main.c: Made this slightly more useful,
trying to make a clicked image rotate to the front.
But clutter_behaviour_ellipse_set_angle_end() does not seem to
have the desired effect.
2007-12-05 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Introduction:
Mention that the examples are mostly unimpressive visually,
on purpose, but that the full example should be more impressive.
* configure.ac:
* examples/Makefile.am:
* examples/full_example/Makefile.am:
* examples/full_example/README:
* examples/full_example/images/
* examples/full_example/main.c: Added the beginnings of a
very simple image browser.
2007-12-05 Murray Cumming <murrayc@murrayc.com>
* Makefile_web.am_fragment: Add an html upload location on
openismus.com for now.
* docs/index.html: Remove the maemomm content.
* docs/tutorial/clutter-tut.xml: Introduction: Rephrase -
Clutter is not really an extension of GTK+.
Actors: Mention the floating reference.
2007-12-04 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Corrected the figure titles,
and fixed a markup typo.
2007-12-04 Murray Cumming <murrayc@murrayc.com>
* configure.ac:
* docs/tutorial/clutter-tut.xml:
* docs/tutorial/figures/Makefile.am:
* docs/tutorial/figures/stage_widget.am:
* examples/Makefile.am:
* examples/stage_widget/main.c:
Added a section and example to show the use of ClutterWidget and
clarified that a regular stage does not need GTK+.
2007-12-03 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml:
* docs/tutorial/figures/Makefile.am:
* docs/tutorial/figures/timeline.png: Added timeline chapter
text and screeshot.
* examples/timeline/main.c: (on_timeline_new_frame):
Change the color too, to show that timeline callbacks are good
for changing more than one property (or more than one actor),
compared to a behaviour.
2007-12-03 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml:
* docs/tutorial/figures/Makefile.am:
* docs/tutorial/figures/behaviours.png:
* examples/behaviour/main.c: Added text and screenshot for
behaviours chapter.
2007-12-03 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml:
* docs/tutorial/figures/Makefile.am:
* docs/tutorial/figures/actors.png:
* examples/actor/main.c: Added some text and a screenshot to
the actors chapter.
2007-12-03 Murray Cumming <murrayc@murrayc.com>
* configure.ac:
* docs/tutorial/clutter-tut.xml:
* docs/tutorial/figures/Makefile.am:
* docs/tutorial/figures/stage.png:
* examples/Makefile.am:
* examples/stage/main.c: Added stage example and screenshot.
2007-11-29 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: It's a Stage, not a Scene.
2007-11-29 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: A little introductory text.
2007-11-29 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Added markup for examples.
* docs/tutorial/insert_example_code.pl: Use .c files instead
of .cc files.
2007-11-29 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Wrote the installation text,
though this only mentions Ubuntu and will need to be updated
later for new clutter versions.
2007-11-29 Murray Cumming <murrayc@murrayc.com>
* docs/tutorial/clutter-tut.xml: Added the expected document
structure and TODO text for each section.
2007-11-29 Murray Cumming <murrayc@murrayc.com>
* examples/Makefile.am: Commented out the containers
example for now because they have been removed from clutter
and the new high-level clutter library does not exist yet.
* examples/actor/main.c: (main):
* examples/actor_events/main.c: (main):
Replace use of deprecated clutter_actor_rotate_x() with
clutter_actor_set_rotation().
* examples/timeline/main.c: (on_timeline_new_frame):
Replace use of removed clutter_enable_motion_events()
with clutter_set_motion_events_enabled().