summaryrefslogtreecommitdiff
path: root/src/backends/meta-backend.c
Commit message (Expand)AuthorAgeFilesLines
* backend: Clean up renderer after clutter backendfix--replaceRay Strode2021-08-191-1/+1
* context: Make the context own MetaWaylandCompositorJonas Ådahl2021-07-151-30/+0
* main: Move MetaX11DisplayPolicy to a new meta-private-enums.hJonas Ådahl2021-07-151-0/+1
* context: Make the context owner of the backendJonas Ådahl2021-07-151-29/+85
* backends: Introduce MetaIdleManagerJonas Ådahl2021-05-181-94/+38
* backend: Cleanup renderer on shutdownJonas Ådahl2021-05-051-0/+1
* backend: Cleanup cursor tracker on shutdownJonas Ådahl2021-05-051-0/+1
* backend: Clean up GPU instances lastJonas Ådahl2021-05-051-6/+1
* backend: Destroy stage when destroying backendJonas Ådahl2021-03-131-0/+1
* backend: Destroy backend explicitlyJonas Ådahl2021-03-131-1/+8
* backend: Destroy clutter backend explicitlyJonas Ådahl2021-03-131-1/+1
* backend: Destroy seat explicitlyJonas Ådahl2021-03-131-1/+2
* backend: Take over seat ownership from the clutter backendJonas Ådahl2021-03-131-0/+22
* backend: Only show cursor when showing stage if pointer is presentJonas Ådahl2021-03-121-1/+22
* backend: Add 'prepare-shutdown' signalJonas Ådahl2021-03-121-0/+14
* backend-native: Add non-functional 'headless' modeJonas Ådahl2021-03-121-2/+8
* clutter: Ensure we always call handle_event_post for processed eventsMarco Trevisan (Treviño)2021-03-101-5/+0
* remote-desktop: Add backend getterJonas Ådahl2021-03-041-1/+2
* backend: Only create idle monitors for added physical input devicesJonas Ådahl2021-02-231-9/+10
* backend: Tear down in dispose() instead of finalize()Jonas Ådahl2021-01-191-7/+19
* 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