summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mir: keep a reference to the mir surface and update it on size changeswip/mir-keepsurfaceMarco Trevisan (Treviño)2014-12-112-15/+32
|
* clutter: add Mir windowing/input backendMarco Trevisan (Treviño)2014-12-1114-2/+1571
| | | | | | Added support for Mir, now clutter can natively draw on MirSurfaces. This depends on latest cogl git. Run your clutter apps using COGL_BACKEND=mir
* actor: Create a PangoContext per actorJasper St. Pierre2014-10-233-88/+60
| | | | | | | | | | | | | | | | For a variety of complicated reasons, ClutterText currently sets fields on the PangoContext when creating a layout. This causes ClutterText to behave somewhat erratically in certain cases, since the PangoContext is currently shared between all actors. GTK+ creates a PangoContext for every single GtkWidget, so it seems like we should do the same here. Move the private code that was previously in clutter-main.c into clutter-actor.c and clean it up a bit. This gives every actor its own PangoContext it can mutilate whenever it wants, at its heart's content. https://bugzilla.gnome.org/show_bug.cgi?id=739050
* main: Don't update the PangoContext in clutter_set_font_flagsJasper St. Pierre2014-10-231-5/+0
| | | | | | | | clutter_set_font_flags already calls clutter_backend_set_font_options, which emits a signal which our PangoContext listens to, so this is just duplicate and unneeded code. https://bugzilla.gnome.org/show_bug.cgi?id=739050
* evdev: Flush event queue before removing an input deviceCarlos Garnacho2014-10-141-0/+17
| | | | | | | | | | | | | libinput_suspend() will trigger the removal of input devices, but also the emission of button/key releases pairing everything that is pressed at that moment. These events are queued, but the ClutterInputDevice pointers in these will point to invalid memory at the time these are processed. Fix this by flushing the event queue, in order to ensure there are no unprocessed input events after libinput_suspend(). https://bugzilla.gnome.org/show_bug.cgi?id=738520
* x11: Add missing closure annotation to ClutterX11FilterFuncRico Tzschichholz2014-10-021-1/+1
|
* build: Update the release rulesEmmanuele Bassi2014-09-221-10/+10
| | | | | Change the URLs for mailing lists and documentation, and re-align the output.
* Post-release version bump to 1.20.1Emmanuele Bassi2014-09-221-2/+2
|
* Release Clutter 1.20.01.20.0Emmanuele Bassi2014-09-222-2/+14
|
* docs: Fix the examples for ClutterText.set_font_name()Emmanuele Bassi2014-09-221-1/+6
| | | | | | | We shouldn't be using "pt": PangoFontDescription.from_string() assumes points, and only accepts "px" for absolute font sizes. https://bugzilla.gnome.org/show_bug.cgi?id=736826
* docs: Update the markdown README fileEmmanuele Bassi2014-09-221-19/+11
|
* Updated Greek translationMaria Mavridou2014-09-211-154/+153
|
* doap category coreOlav Vitters2014-09-191-0/+1
|
* Post-release version bump to 1.19.11Emmanuele Bassi2014-09-171-1/+1
|
* Release Clutter 1.19.101.19.10Emmanuele Bassi2014-09-172-1/+39
|
* docs: Fix annotation for has_mapped_clones() methodEmmanuele Bassi2014-09-171-1/+3
| | | | The Returns: stanza is missing.
* docs: Remove missing symbolEmmanuele Bassi2014-09-171-1/+0
|
* Remove gtk-doc tags from clutter_test_* APIEmmanuele Bassi2014-09-171-6/+6
| | | | | The API is public because we use it in the test suite, but it's not documented.
* actor: Unallocated children do not contribute to the paint volumeEmmanuele Bassi2014-09-151-1/+7
| | | | | | | | | | | | | Just like unmapped children. Apparently, layers above Clutter allow mapped children without an allocation, instead of unmapping them. This means we need to ignore them when computing the paint volume. Patch originally by: Adel Gadllah <adel.gadllah@gmail.com> Signed-off by: Emmanuele Bassi <ebassi@gnome.org> https://bugzilla.gnome.org/show_bug.cgi?id=736682
* actor: Default paint volume does not work without allocationEmmanuele Bassi2014-09-151-0/+6
| | | | | We already check for needs_allocation before getting the default paint volume, but explicit is better than implicit.
* build: Ignore private header while building docsEmmanuele Bassi2014-09-151-0/+1
|
* ClutterInputDevice: Store the cursor coordinate state as floating pointJonas Ådahl2014-09-142-8/+8
| | | | | | | | To support sub-pixel motion events coming from relative events, the fraction part needs to be stored in the input device state as well. To do this, simply change the current type from gint to gfloat. https://bugzilla.gnome.org/show_bug.cgi?id=736413
* a11y: provide a way to ensure clutter accessibilityAlejandro Piñeiro2014-09-033-10/+17
| | | | | | | | | | | | If gtk_init is called after clutter_init, it can override clutter AtkUtil implementation. In that situation, we can't say that the accessibility is enabled, as the root object would be wrong. In order to provide a way to prevent this: * clutter_get_accessibility_enabled returns true of false depending on the current AtkUtil implemented * cally_accessibility_init always override AtkUtil implementation.
* doc: Document CLUTTER_SCALE envvarBastien Nocera2014-09-031-0/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=734480
* gdk: Add window-scaling-factor supportBastien Nocera2014-09-031-0/+1
| | | | | | So that we follow GDK's idea of a scaling factor for Clutter. https://bugzilla.gnome.org/show_bug.cgi?id=734480
* Re-introduce removed GestureAction methodEmmanuele Bassi2014-09-033-2/+24
| | | | | | | | | The get_threshold_tigger_egde() method was renamed to fix the typo, but it obviously broke the ABI. To be fair, nobody in the whole of Debian was using the symbol, apparently, so it's not like we broke existing code. Still, it's not nice to break ABI without bumping soname, so let's put the old symbol back in — obviously, deprecated — as a wrapper to the newly added one.
* Add TestEnvironment key to the installed tests launchersEmmanuele Bassi2014-08-291-0/+1
| | | | | | | | | | The TestEnvironment key allows us to control the environment used by the gnome-desktop-testing-runner harness. We use it to disable the diagnostic messages without having to tweak the Exec line. https://bugzilla.gnome.org/show_bug.cgi?id=734115
* Updated Hebrew translationYosef Or Boczko2014-08-281-482/+494
|
* xi2: XSync before getting the client pointer on constructionCarlos Garnacho2014-08-251-0/+1
| | | | | | | | | | | If the device manager is created and queried for the client pointer at a very early stage in application lifetime, the device_id returned would be 0 as the server hasn't apparently decided yet about the client pointer. For these situations, doing XSync prior to fetching the client pointer gets the server to device about the client pointer before we query it. https://bugzilla.gnome.org/show_bug.cgi?id=735388
* clutter-settings: Mark window-scaling-factor as fixed when set by the appAdel Gadllah2014-08-234-10/+37
| | | | | | | | | | | When an application sets the scaling factor manually we should mark it as fixed and not override it when the xsettings change. This matches GDKs behaviour. In order for this to work we cannot use the same path when setting the value internally so introduce a _clutter_settings_set_property_internal and use it for that. https://bugzilla.gnome.org/show_bug.cgi?id=735244
* Forgot to commit the NEWS file prior to releaseEmmanuele Bassi2014-08-211-0/+27
|
* Post-release version bump to 1.19.9Emmanuele Bassi2014-08-211-1/+1
|
* Release Clutter 1.19.81.19.8Emmanuele Bassi2014-08-211-1/+1
|
* docs: Add missing symbols to the section fileEmmanuele Bassi2014-08-211-0/+2
|
* evdev: Fix compiler warningEmmanuele Bassi2014-08-211-1/+1
|
* build: Remove experimental notice for wayland/evdevEmmanuele Bassi2014-08-211-3/+0
| | | | | Both backends are built via CI and used by GNOME, so they should not be considered experimental any more.
* actor: Plug a leak in the implicit transition removalSunjin Yang2014-08-211-0/+8
| | | | | | | | | We need to release the temporary reference we acquired in order for the signal emission to work. https://bugzilla.gnome.org/show_bug.cgi?id=734761 Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>
* Updated Assamese translationngoswami2014-08-181-555/+620
|
* Updated German translationChristian Kirbach2014-08-181-51/+40
|
* backend: gdk: add support for foreign windows on waylandLionel Landwerlin2014-08-171-0/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=734935
* backend: gdk: add translation code for touch eventsLionel Landwerlin2014-08-171-0/+27
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=734934
* Revert "backend: try gdk backend before x11/wayland/egl"Emmanuele Bassi2014-08-151-5/+5
| | | | | | | | | | This reverts commit 398a7ac71333208e31d67f3ce50514fab58ba1bb. We cannot really use the GDK backend without massive regressions inside the input layer, like touch events and gestures. The GDK backend is not entirely up to scratch, and it's late in the cycle. Let's land this early in 3.15, and get it up to par with X11.
* Remove unused internal 'in-resize' flagEmmanuele Bassi2014-08-153-17/+2
| | | | A remnant of days gone by.
* backend: try gdk backend before x11/wayland/eglLionel Landwerlin2014-08-101-5/+5
| | | | | | | | | | | | | | Quite a few people at Guadec complained of pinpoint being broken in speaker+fullscreen mode, with slides being half displayed. It turns out that the X11 backend of clutter was being used and this backend assumes the size of the current monitor is the size of the X screen (that's not the case with multiple monitors). To work around the shortcomings of the X11 backend we should probably position the GDK one before. GDK implements most of the logic the ClutterStage needs and is probably more tested. https://bugzilla.gnome.org/show_bug.cgi?id=734587
* evdev: Add API to set the xkb layout indexRui Matos2014-08-072-0/+36
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=733202
* canvas: assign white to paint color for texture nodeTom Beckmann2014-07-251-3/+3
| | | | | | | | To get correct premultiplied opacity on a canvas content, white needs to be assigned to the color that is passed to the texture node. The content will be very dark for lower opacity values otherwise. https://bugzilla.gnome.org/show_bug.cgi?id=733385
* Post-release version bump to 1.19.7Emmanuele Bassi2014-07-241-1/+1
|
* Release Clutter 1.19.6 (snapshot)1.19.6Emmanuele Bassi2014-07-243-1/+40
|
* conform: Fix actor-shader-effectEmmanuele Bassi2014-07-241-1/+2
| | | | | The porting to the ::after-paint signal was missing the boolean flag passed as a user data.
* input-device: Ensure crossing events are paired for touch sequencesCarlos Garnacho2014-07-231-0/+1
| | | | | | | When the sequence is lifted the actor wouldn't be unset, so the corresponding CLUTTER_LEAVE event would never be sent for the touch sequence. https://bugzilla.gnome.org/show_bug.cgi?id=733560