summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'windows-fixes' into 'master'HEADmasterEmmanuele Bassi2022-08-256-5/+27
|\ | | | | | | | | Fix some Windows items See merge request GNOME/clutter!16
| * clutter-stage.c: Avoid returning value in a void functionChun-wei Fan2021-10-201-2/+2
| | | | | | | | | | Eliminate warning C4098 (returning value in a void function), which is considered an error if building against GLib-2.68.x or later.
| * meson.build: Force-include msvc_recommended_pragmas.hChun-wei Fan2021-10-201-1/+7
| | | | | | | | | | | | | | | | ...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.
| * tests/conform: Don't set x11 backend unconditionallyChun-wei Fan2021-10-201-1/+4
| | | | | | | | We may not be running the tests on an X11-based system
| * clutter/meson.build: Fill in win32 configChun-wei Fan2021-10-201-0/+6
| | | | | | | | | | We forgot to put into clutter-config.h the Windows items, which means that we would actually build the Win32 parts in vain.
| * examples: Define _USE_MATH_DEFINES as neededChun-wei Fan2021-10-201-0/+7
| | | | | | | | | | For builds using the Visual Studio headers, we must define _USE_MATH_DEFINES in order for _M_PI to work.
| * clutter-event-win32.c: Fix buildChun-wei Fan2021-10-201-1/+1
| | | | | | | | Fix a typo.
* | Update Basque translationAsier Sarasua Garmendia2022-02-131-187/+187
|/
* Merge branch 'bugzilla-783791' into 'master'Emmanuele Bassi2021-07-164-24/+25
|\ | | | | | | | | wayland: Fix incorrect button mask in clutter_wayland_handle_button See merge request GNOME/clutter!15
| * wayland: Use CLUTTER_BUTTON_* defines instead of magic numbersJason Gerecke2021-07-154-22/+23
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=783791
| * wayland: Fix incorrect button mask in clutter_wayland_handle_buttonJason Gerecke2021-07-151-2/+2
|/ | | | https://bugzilla.gnome.org/show_bug.cgi?id=783791
* Update Russian translationJulia Dronova2021-06-251-760/+769
|
* Update Nepali translationPawan Chitrakar2021-05-161-150/+138
|
* Update Occitan translationQuentin PAGÈS2021-05-111-758/+752
|
* Update Nepali translationPawan Chitrakar2021-04-211-174/+143
|
* Update Nepali translationPawan Chitrakar2021-04-081-512/+440
|
* Update Hebrew translationYaron Shahrabani2021-03-311-772/+779
|
* Update Punjabi translationA S Alam2021-03-141-1027/+1665
|
* Update Galician translationFran Dieguez2021-02-231-213/+198
|
* Update Norwegian Bokmål translationKjartan Maraas2021-01-251-220/+220
|
* Update Catalan translationJordi Mas2021-01-021-20/+20
|
* Update Portuguese translationJuliano de Souza Camargo2020-09-141-760/+769
|
* Update Friulian translationFabio Tomat2020-09-111-4/+4
|
* Update Croatian translationGoran Vidović2020-09-051-53/+52
|
* Update Croatian translationGoran Vidović2020-09-051-141/+140
|
* Update Croatian translationGoran Vidović2020-09-041-106/+77
|
* Update Croatian translationGoran Vidović2020-09-041-197/+167
|
* Update Croatian translationGoran Vidović2020-09-041-121/+108
|
* Update Croatian translationGoran Vidović2020-09-031-988/+1438
|
* Update Friulian translationFabio Tomat2020-09-011-258/+266
|
* Update Catalan translationJordi Mas2020-08-221-11/+11
|
* Update Chinese (China) translationBoyuan Yang2020-07-041-860/+854
|
* Merge branch 'issue-17' into 'master'Emmanuele Bassi2020-03-201-2/+6
|\ | | | | | | | | | | | | wayland: Protect against enter events for empty surfaces Closes #17 See merge request GNOME/clutter!14
| * wayland: Protect against enter events for empty surfacesEmmanuele Bassi2020-03-201-2/+6
|/ | | | | | | The `leave` handler checks for NULL surfaces, but the `enter` handler does not. Fixes: #17
* Merge branch 'build-fix' into 'master'Emmanuele Bassi2020-03-156-34/+39
|\ | | | | | | | | Build fixes See merge request GNOME/clutter!13
| * build: Fix dependency listsEmmanuele Bassi2020-03-151-2/+2
| | | | | | | | | | Older versions of Meson do not deal with concatenation between mixed values very well.
| * ci: Update the Docker imageEmmanuele Bassi2020-03-152-3/+3
| | | | | | | | | | Don't use something from ancient times, even if we haven't touched Clutter in a long while.
| * build: Update the pkg-config file generationEmmanuele Bassi2020-03-151-23/+34
| | | | | | | | | | | | Use non-deprecated syntax to generate the main pkg-config file; then, generate all the backend-specific pkg-config files by simply depending on clutter-1.0.
| * build: Bump up the Meson minimum versionEmmanuele Bassi2020-03-151-1/+1
| | | | | | | | Let's use what Debian stable provides.
| * build: Remove unnecessary argumentEmmanuele Bassi2020-03-153-4/+0
| | | | | | | | | | The `install` argument for configure_file() is not needed if set to a `true` constant value while passing `install_dir`.
| * build: Fix syntaxEmmanuele Bassi2020-03-151-3/+1
|/ | | | Cannot go to a new line in the middle of an if.
* Update Ukrainian translationDaniel Korostil2020-03-101-766/+763
|
* Post-release version bump to 1.26.5Emmanuele Bassi2020-03-092-2/+2
|
* Release Clutter 1.26.41.26.4Emmanuele Bassi2020-03-093-2/+36
|
* Update Dutch translationNathan Follens2020-03-061-188/+188
|
* Update Dutch translationNathan Follens2020-02-241-18/+12
|
* Update Turkish translationSabri Ünal2020-02-101-176/+176
|
* Update Slovak translationDušan Kazik2020-01-281-33/+45
|
* Add Malay translationUmarzuki Bin Mochlis Moktar2020-01-081-0/+2824
|
* Update Catalan translationJordi Mas2019-12-271-1/+1
|