summaryrefslogtreecommitdiff
path: root/src/backends/meta-backend.c
Commit message (Expand)AuthorAgeFilesLines
* backends/native: Add missing seat finalization pathsCarlos Garnacho2020-11-271-0/+2
* backends: Straighten MetaInputSettings creationCarlos Garnacho2020-11-271-31/+20
* clutter: Drop clutter_input_device_get_coords() methodCarlos Garnacho2020-11-271-1/+1
* backends: Make pointer cursor invisible until the stage is shownCarlos Garnacho2020-11-271-0/+11
* backends: Handle numlock saving/restoring directly in backendsCarlos Garnacho2020-11-271-29/+0
* clutter: Make ClutterSeat::handle_device_event vfunc more genericCarlos Garnacho2020-11-271-0/+5
* backends: Make MetaInputMapper take over MetaInputSettings public APICarlos Garnacho2020-11-271-0/+67
* backends: Assign stage to events in MetaBackendCarlos Garnacho2020-11-271-1/+15
* backends: Move HW cursor inhibitors to MetaBackendCarlos Garnacho2020-11-271-0/+39
* backends: Add meta_backend_get_cursor_renderer_for_device()Carlos Garnacho2020-11-271-5/+67
* backends: Delegate pointer confinements to an impl objectCarlos Garnacho2020-11-271-5/+2
* backend: Update cursor visibility on device addedOlivier Fourdan2020-10-301-33/+14
* backend: Keep a refcount on backend's current_deviceOlivier Fourdan2020-10-261-2/+3
* backend: Use new clutter_seat_has_touchscreen helperHans de Goede2020-10-181-26/+1
* backend: Add a backend release functionOlivier Fourdan2020-10-061-0/+6
* backends: Ensure to clear the last updated device on device removalCarlos Garnacho2020-09-301-0/+3
* backends: Hook ClutterSeat::touch-mode to PanelOrientationManagedCarlos Garnacho2020-09-051-0/+2
* clutter/backends: Rename master and slave devicesFlorian Müllner2020-08-311-8/+8
* backend: Add getter for MetaScreenCastJonas Ådahl2020-08-291-0/+11
* backend: Use connect-after to perform actions on device removedMarco Trevisan (Treviño)2020-08-291-1/+2
* backend: Don't emit last-device updates with no deviceMarco Trevisan (Treviño)2020-08-291-0/+1
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-291-2/+2
* cursor-tracker: Add X11 cursor tracker backendJonas Ådahl2020-08-051-3/+11
* cursor-tracker: Keep a pointer to the backendJonas Ådahl2020-08-051-1/+3
* clutter: Paint views with individual frame clocksJonas Ådahl2020-07-021-15/+0
* backend: Remove unused freeze/thaw functionsJonas Ådahl2020-06-051-18/+0
* backend: Remove cursor renderer construction fallbackJonas Ådahl2020-06-051-7/+0
* wayland/compositor: Pass backend when constructingJonas Ådahl2020-05-261-1/+1
* Reshuffle Wayland initailizationJonas Ådahl2020-05-261-89/+127
* remote-access-controller: Allow inhibiting remote accessJonas Ådahl2020-04-271-2/+2
* backend: Remove support for META_DUMMY_MONITORS variableFlorian Müllner2020-04-231-3/+0
* backends: Add MetaInputDevice derivable classCarlos Garnacho2020-03-241-0/+27
* renderer: Add API to check whether renderer is hardware acceleratedJonas Ådahl2020-02-201-0/+15
* backends: Move warp_pointer() to ClutterSeatCarlos Garnacho2020-01-301-12/+2
* backends: Drop get_relative_motion_deltas() vfuncCarlos Garnacho2020-01-301-27/+0
* backends: Do not use device IDs on idle monitorsCarlos Garnacho2020-01-301-27/+21
* backends: Replace ClutterDeviceManager usage in favor of ClutterSeatCarlos Garnacho2020-01-301-39/+49
* backends: Make meta_backend_update_last_device() take a clutter deviceCarlos Garnacho2020-01-301-20/+10
* clutter: Move keymap from ClutterBackend to ClutterSeatCarlos Garnacho2020-01-301-2/+5
* cleanup: Use g_clear_handle_id() for g_source_remove()Robert Mader2019-11-221-2/+1
* cleanup: Use g_clear_signal_handler() where possibleRobert Mader2019-11-211-2/+2
* display: Move finishing of touch sequence to the backendJonas Ådahl2019-10-281-0/+14
* Replace ClutterPoint by graphene_point_tGeorges Basile Stavracas Neto2019-10-161-1/+1
* backends: Move numlock persistence handling hereCarlos Garnacho2019-06-241-0/+19
* backend: Move GPU ownership from the monitor manager to the backendJonas Ådahl2019-06-201-0/+36
* backend: Conditionally compile MetaProfilerGeorges Basile Stavracas Neto2019-05-311-1/+12
* profile: Add a Sysprof-based profilerGeorges Basile Stavracas Neto2019-05-311-0/+5
* backend: Add API to freeze/thaw frame clockJonas Ådahl2019-04-021-0/+18
* renderer-native: Fake page flipping slower when power savingJonas Ådahl2019-04-021-1/+1
* screen-cast: Add getters to fetch object ownersJonas Ådahl2019-01-161-1/+2