~vcs-imports/clutter/+git/clutter:master

Last commit made on 2022-08-25
Get this branch:
git clone -b master https://git.launchpad.net/~vcs-imports/clutter/+git/clutter

Branch merges

Branch information

Name:
master
Repository:
lp:~vcs-imports/clutter/+git/clutter

Recent commits

2779b93... by Emmanuele Bassi

Merge branch 'windows-fixes' into 'master'

Fix some Windows items

See merge request GNOME/clutter!16

5b477d4... by Asier Sarasua Garmendia <email address hidden>

Update Basque translation

1f87d51... by Chun-wei Fan <email address hidden>

clutter-stage.c: Avoid returning value in a void function

Eliminate warning C4098 (returning value in a void function), which
is considered an error if building against GLib-2.68.x or later.

f98278c... by Chun-wei Fan <email address hidden>

meson.build: Force-include msvc_recommended_pragmas.h

...on Visual Studio builds. We can get rid of lots of compiler noise
with that header, which we are free to use since we are always using
GLib.

Also, define _GNU_SOURCE when we are not using Visual Studio.

ff463f8... by Chun-wei Fan <email address hidden>

tests/conform: Don't set x11 backend unconditionally

We may not be running the tests on an X11-based system

beed3a0... by Chun-wei Fan <email address hidden>

clutter/meson.build: Fill in win32 config

We forgot to put into clutter-config.h the Windows items, which means
that we would actually build the Win32 parts in vain.

b377845... by Chun-wei Fan <email address hidden>

examples: Define _USE_MATH_DEFINES as needed

For builds using the Visual Studio headers, we must define
_USE_MATH_DEFINES in order for _M_PI to work.

fce681d... by Chun-wei Fan <email address hidden>

clutter-event-win32.c: Fix build

Fix a typo.

a236494... by Emmanuele Bassi

Merge branch 'bugzilla-783791' into 'master'

wayland: Fix incorrect button mask in clutter_wayland_handle_button

See merge request GNOME/clutter!15

8f0fa2e... by Jason Gerecke

wayland: Use CLUTTER_BUTTON_* defines instead of magic numbers

https://bugzilla.gnome.org/show_bug.cgi?id=783791