profile/ivi/clutter.git
18 years ago2006-06-06 Iain Holmes <iain@openedhand.com>
Iain Holmes [Tue, 6 Jun 2006 18:19:11 +0000 (18:19 +0000)]
2006-06-06  Iain Holmes  <iain@openedhand.com>

        * gtk/: Add a gtk widget for clutter.

        * configure.ac: Add GTK checks

        * Makefile.am: Go into gtk/

18 years ago2006-06-05 Matthew Allum <mallum@openedhand.com>
Matthew Allum [Mon, 5 Jun 2006 21:49:25 +0000 (21:49 +0000)]
2006-06-05  Matthew Allum  <mallum@openedhand.com>

        * clutter/clutter-group.c: (clutter_group_remove):
        Fix parent check.

18 years ago2006-06-05 Matthew Allum <mallum@openedhand.com>
Matthew Allum [Mon, 5 Jun 2006 21:44:13 +0000 (21:44 +0000)]
2006-06-05  Matthew Allum  <mallum@openedhand.com>

        * clutter/clutter-event.h:
        Remove send_event field. Clutter shouldn't need it.

        * clutter/clutter-main.c: (clutter_dispatch_x_event):
        Dont malloc a new clutter event for each xevent.

        * clutter/clutter-stage.h:
        * clutter/clutter-stage.c: (clutter_stage_class_init),
        (clutter_stage_get_default):
        Dont ref stage from clutter_stage_get_default.

        * examples/super-oh.c: (main):
        Remove some now uneeded debug g_prints

18 years ago2006-06-05 Emmanuele Bassi <ebassi@openedhand.com>
Emmanuele Bassi [Mon, 5 Jun 2006 13:38:31 +0000 (13:38 +0000)]
2006-06-05  Emmanuele Bassi  <ebassi@openedhand.com>

* clutter-color.h:
* clutter-color.c: Reimplement ClutterColor as a boxed type;
add convenience API for color handling, like: add, subtract,
shade, HSL color-space conversion, packing and unpacking.

* clutter-private.h: Update ClutterMainContext, and export the
main context pointer here.

* clutter-rectangle.h:
* clutter-rectangle.c: Update the color-related code; make
clutter_rectangle_new() and empty constructor and provide
clutter_rectangle_new_with_color(); provide color setter
and getter API.

* clutter-label.h:
* clutter-label.c: Rename the "font" property to "font-name";
update the color-related code to the new ClutterColor object;
rename clutter_label_new() to clutter_label_new_with_text(),
and add setters and getters for the properties.

* clutter-marshal.list: Add VOID:OBJECT and VOID:BOXED marshallers
generators.

* clutter-stage.h:
* clutter-stage.c: Rework the API: provide a default constructor
for a singleton object, named clutter_stage_get_default(), which
supercedes the clutter_stage() function in clutter-main; provide
new events: button-press-event, button-release-event,
key-press-event and key-release-event; update the color-related
code;

(clutter_stage_snapshot): Allow negative width and height when
taking a snapshot (meaning: use full width/height).

(clutter_stage_get_element_at_pos): Rename clutter_stage_pick().

* clutter-element.c (clutter_element_paint): Clean up the
stage and color related code.

* clutter-event.h:
* clutter-event.c: Add generic ClutterAnyEvent type; add
clutter_event_new(), clutter_event_copy() and clutter_event_free();
make ClutterEvent a boxed type.

* clutter-main.h:
* clutter-main.c: Remove clutter_stage(); add clutter_main_quit(),
for cleanly quitting from clutter_main(); add multiple mainloops
support; allocate the ClutterCntx instead of adding it to the
stack; re-work the ClutterEvent dispatching.

* clutter-group.c (clutter_group_add), (clutter_group_remove): Keep
a reference on the element when added to a ClutterGroup.

* examples/rects.py
* examples/test.c:
* examples/test-text.c:
* examples/video-cube.c:
* examples/super-oh.c:
* examples/test-video.c: Update.

18 years ago2006-06-04 Matthew Allum <mallum@openedhand.com>
Matthew Allum [Sun, 4 Jun 2006 22:09:18 +0000 (22:09 +0000)]
2006-06-04  Matthew Allum  <mallum@openedhand.com>

        * clutter/clutter-element.c:
        * clutter/clutter-group.c:
        * clutter/clutter-group.h:
        Work more on depth ( Z ) setting with sorting.

        * clutter/clutter-main.c: (clutter_redraw):
        Experiment with glXWaitVideoSyncSGI. Currently disabled.

18 years ago2006-06-02 Matthew Allum <mallum@openedhand.com>
Matthew Allum [Fri, 2 Jun 2006 20:24:55 +0000 (20:24 +0000)]
2006-06-02  Matthew Allum  <mallum@openedhand.com>

        * clutter/clutter-element.h:
        Add missing _depth() declarations

        * clutter/clutter-main.c:
        * clutter/clutter-main.h:
        * clutter/clutter-private.h:
        * clutter/clutter-stage.c:
        * clutter/clutter-stage.h:
        Rejig GL setup as for stage to support an offscreen property.
        Offscreen support is however a little borked.

18 years ago2006-06-01 Matthew Allum <mallum@openedhand.com>
Matthew Allum [Thu, 1 Jun 2006 21:37:28 +0000 (21:37 +0000)]
2006-06-01  Matthew Allum  <mallum@openedhand.com>

        * clutter/clutter-element.c:
        Fix a snafu in clutter_element_raise ()

        * clutter/clutter-timeline.c:
        * clutter/clutter-timeline.h:
        Add new clutter_timeline_is_playing() method

18 years ago2006-05-29 Matthew Allum <mallum@openedhand.com>
Matthew Allum [Mon, 29 May 2006 20:01:49 +0000 (20:01 +0000)]
2006-05-29  Matthew Allum  <mallum@openedhand.com>

        * clutter/clutter-color.c: (clutter_color_set):
        Fix bit shifts in clutter color setters.

18 years agoMerge gobject-branch into trunk
Matthew Allum [Mon, 29 May 2006 08:59:36 +0000 (08:59 +0000)]
Merge gobject-branch into trunk

19 years agomore select hacking
Matthew Allum [Fri, 27 May 2005 14:02:39 +0000 (14:02 +0000)]
more select hacking

19 years agomuch select hacking
Matthew Allum [Mon, 23 May 2005 21:21:50 +0000 (21:21 +0000)]
much select hacking

19 years agoplayback fixes
Matthew Allum [Tue, 17 May 2005 10:12:10 +0000 (10:12 +0000)]
playback fixes

19 years agomuch
Matthew Allum [Mon, 16 May 2005 22:38:57 +0000 (22:38 +0000)]
much

19 years agoAdd initial animator zoom code
Matthew Allum [Sun, 15 May 2005 23:16:19 +0000 (23:16 +0000)]
Add initial animator zoom code

19 years agoMuch, see ChangeLog
Matthew Allum [Sat, 14 May 2005 10:19:39 +0000 (10:19 +0000)]
Much, see ChangeLog

19 years agogl crash fixes
Matthew Allum [Wed, 11 May 2005 12:52:01 +0000 (12:52 +0000)]
gl crash fixes

19 years agoVideo widget updates
Matthew Allum [Fri, 6 May 2005 17:41:15 +0000 (17:41 +0000)]
Video widget updates

19 years agohack buttons some more
Matthew Allum [Fri, 29 Apr 2005 16:44:17 +0000 (16:44 +0000)]
hack buttons some more

19 years agovideo improvements + other tweaks
Matthew Allum [Wed, 27 Apr 2005 22:17:45 +0000 (22:17 +0000)]
video improvements + other tweaks

19 years agoAdd broken gst video widget
Matthew Allum [Tue, 26 Apr 2005 08:56:53 +0000 (08:56 +0000)]
Add broken gst video widget

19 years agoLots, see ChangeLog
Matthew Allum [Fri, 22 Apr 2005 18:03:55 +0000 (18:03 +0000)]
Lots, see ChangeLog

19 years agoautotool rejig
Matthew Allum [Wed, 13 Apr 2005 19:49:56 +0000 (19:49 +0000)]
autotool rejig

19 years agoanother random rejig commit
Matthew Allum [Wed, 13 Apr 2005 17:39:40 +0000 (17:39 +0000)]
another random rejig commit

19 years agoanother random commit
Matthew Allum [Wed, 13 Apr 2005 17:36:43 +0000 (17:36 +0000)]
another random commit

19 years agorandom commit to help rejig stuff around
Matthew Allum [Wed, 13 Apr 2005 17:36:17 +0000 (17:36 +0000)]
random commit to help rejig stuff around

19 years agoAdd list widget + cleanups
Matthew Allum [Thu, 7 Apr 2005 22:46:43 +0000 (22:46 +0000)]
Add list widget + cleanups

19 years agoAdd basic toolkit infrastructure
Matthew Allum [Sun, 3 Apr 2005 16:13:08 +0000 (16:13 +0000)]
Add basic toolkit infrastructure

19 years agoImplemented scrolling
Matthew Allum [Thu, 31 Mar 2005 18:19:25 +0000 (18:19 +0000)]
Implemented scrolling

19 years agoMore renaming
Matthew Allum [Wed, 30 Mar 2005 16:55:06 +0000 (16:55 +0000)]
More renaming

19 years agorename CltrImage
Matthew Allum [Wed, 30 Mar 2005 16:52:02 +0000 (16:52 +0000)]
rename CltrImage

19 years agoAdded texture tiling code
Matthew Allum [Tue, 29 Mar 2005 23:26:36 +0000 (23:26 +0000)]
Added texture tiling code

19 years agoAdd threaded loader
Matthew Allum [Sun, 27 Mar 2005 20:12:19 +0000 (20:12 +0000)]
Add threaded loader

19 years agoSee ChangeLog
Matthew Allum [Fri, 25 Mar 2005 17:22:10 +0000 (17:22 +0000)]
See ChangeLog

19 years agorefactoring
Matthew Allum [Thu, 24 Mar 2005 16:46:49 +0000 (16:46 +0000)]
refactoring

19 years agotweakage
Matthew Allum [Wed, 23 Mar 2005 21:09:57 +0000 (21:09 +0000)]
tweakage

19 years agomore fixes
Matthew Allum [Wed, 23 Mar 2005 18:48:27 +0000 (18:48 +0000)]
more fixes

19 years agomake grid work
Matthew Allum [Wed, 23 Mar 2005 17:33:37 +0000 (17:33 +0000)]
make grid work

19 years agoAdd glib event loop
Matthew Allum [Tue, 22 Mar 2005 17:25:52 +0000 (17:25 +0000)]
Add glib event loop

19 years agoInitial Import
Matthew Allum [Tue, 22 Mar 2005 14:53:51 +0000 (14:53 +0000)]
Initial Import