summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wayland: Make the pointer leave non-alive surfaceswip/carlosg/frozen-app-behaviorCarlos Garnacho2021-11-012-1/+47
* core: Change behavior of "application is alive" checksCarlos Garnacho2021-11-015-17/+97
* clutter: Drop click count from button eventsCarlos Garnacho2021-10-295-154/+1
* tests: Drop dependency on click countCarlos Garnacho2021-10-292-6/+3
* clutter: Make ClutterClickAction independent of click countCarlos Garnacho2021-10-291-4/+0
* frames: Keep accounting of double clicks in placeCarlos Garnacho2021-10-292-3/+42
* clutter: Carry accounting on double/triple clicks in ClutterTextCarlos Garnacho2021-10-291-1/+41
* clutter: Move ClutterGestureAction to the handle_event vfuncCarlos Garnacho2021-10-291-119/+59
* clutter: Move ClutterClickAction to the handle_event vfuncCarlos Garnacho2021-10-291-91/+34
* clutter: Add handle_event vfunc to ClutterActionCarlos Garnacho2021-10-294-0/+60
* clutter: Add information about event phase in ClutterActionsCarlos Garnacho2021-10-285-15/+125
* clutter: Drop ClutterZoomGesture's zoom-axis property/methodsCarlos Garnacho2021-10-283-141/+0
* clutter: Drop ClutterSwipeAction::swipe default vmethodCarlos Garnacho2021-10-282-18/+1
* clutter: Drop default "zoom" action in ClutterZoomActionCarlos Garnacho2021-10-282-56/+1
* clutter: Drop default "rotate" action in ClutterRotateActionCarlos Garnacho2021-10-282-22/+1
* clutter: Drop default action of Pan actionCarlos Garnacho2021-10-282-26/+1
* clutter: Fix event axes array indices in axis broadcastsQuytelda Kahja2021-10-281-4/+4
* core: Use b/w unicode for tablet mode OSDCarlos Garnacho2021-10-281-2/+6
* x11: Initialize struct earlyCarlos Garnacho2021-10-271-3/+3
* Update Latvian translationRūdolfs Mazurs2021-10-261-181/+225
* backends: Enable partial update on clipped redrawsErico Nunes2021-10-261-0/+44
* cogl: Add support for partial updateErico Nunes2021-10-264-0/+72
* gschema: Turn experimental features into flagsRobert Mader2021-10-261-1/+11
* gschema: Add "kms-modifiers" experimental feature descriptionRobert Mader2021-10-261-1/+6
* ci: Fix junit artifact file nameJonas Ådahl2021-10-261-1/+1
* wayland/output: Remove wl_output global when making it inertJonas Ådahl2021-10-261-9/+10
* xwayland: Unset shutdown idle id when source removed by callbackJonas Ådahl2021-10-261-1/+4
* xwayland: Trap errors when setting primary RANDR outputJonas Ådahl2021-10-261-0/+3
* xwayland: Setup RANDR integration with MetaX11DisplayJonas Ådahl2021-10-261-9/+11
* xwayland: Init/shutdown DND using MetaX11DisplayJonas Ådahl2021-10-263-9/+10
* xwayland: Make setup/teardown a bit more symmetricalJonas Ådahl2021-10-266-25/+62
* xwayland: Pass the manager object to XSetIOErrorExitHandlerJonas Ådahl2021-10-261-3/+2
* clutter: Plug leak on error conditionCarlos Garnacho2021-10-251-1/+4
* cogl: Plug leak in error pathCarlos Garnacho2021-10-251-0/+1
* wayland: Plug leak in error conditionCarlos Garnacho2021-10-251-0/+1
* cogl: Plug leak on error pathCarlos Garnacho2021-10-251-0/+1
* cogl: Plug possible GString leaksCarlos Garnacho2021-10-251-2/+4
* x11: Drop fallback on ~/.mutter pathsCarlos Garnacho2021-10-251-24/+2
* cogl: Plug GString leakCarlos Garnacho2021-10-251-3/+1
* backends/x11: Fix off by one in debug outputCarlos Garnacho2021-10-251-1/+3
* clutter: Turn warning into assertCarlos Garnacho2021-10-251-4/+1
* cogl: Fix broken check for COGL_DISABLE_GL_EXTENSION envvarCarlos Garnacho2021-10-251-6/+10
* compositor: Remove dead codeCarlos Garnacho2021-10-251-12/+3
* core: Drop code to do edge resistance on timeoutsCarlos Garnacho2021-10-254-152/+0
* core: Drop repeated early return condition in functionCarlos Garnacho2021-10-241-4/+1
* backends/native: Use rtkit to get realtime priorityCarlos Garnacho2021-10-224-12/+80
* tests: Add additional debug in wait_for_orientation()Simon McVittie2021-10-221-0/+25
* tests: Make it easier to keep track of where we areSimon McVittie2021-10-221-19/+26
* tests: Change how we wait for an orientation changeSimon McVittie2021-10-223-82/+181
* wayland: Only init EGLStream controller if we didn't end up with gbmJonas Ådahl2021-10-203-2/+36