summaryrefslogtreecommitdiff
path: root/src/backends
Commit message (Expand)AuthorAgeFilesLines
* cursor-tracker: Get the GDK (X11) pointer position in floats, not intsDaniel van Vugt2020-10-281-2/+2
* cursor-tracker: Check for NULL coordinates before retrieving themDaniel van Vugt2020-10-281-1/+3
* cursor-tracker: Check if coordinates are NULLDaniel van Vugt2020-10-281-14/+14
* drm-buffer-gbm: Clear framebuffer with g_clear_objectGeorges Basile Stavracas Neto2020-10-271-1/+1
* backend: Keep a refcount on backend's current_deviceOlivier Fourdan2020-10-261-2/+3
* clutter: Drop clutter_input_device_set_stage()Carlos Garnacho2020-10-231-2/+1
* backends/x11: Drop users of clutter_input_device_set_stage()Carlos Garnacho2020-10-231-21/+0
* backends/native: Drop users of clutter_input_device_set_stage()Carlos Garnacho2020-10-232-15/+0
* backends/x11: Drop all users of clutter_input_device_get_stage()Carlos Garnacho2020-10-231-12/+1
* backends/native: Drop all uses of clutter_input_device_get_stage()Carlos Garnacho2020-10-233-163/+43
* backends/native: Move relative motion filter to MetaSeatNative altogetherCarlos Garnacho2020-10-233-144/+104
* backends/native: Make seat constrain pointer to monitors out of the boxCarlos Garnacho2020-10-232-74/+65
* backend/native: Move barrier manager to MetaSeatNativeCarlos Garnacho2020-10-234-32/+37
* backends: Move absolute/relative device mapping to native backendCarlos Garnacho2020-10-235-19/+55
* backends: Move device mapping check into backendCarlos Garnacho2020-10-232-19/+25
* backends: Fold device mapping check into backendCarlos Garnacho2020-10-232-11/+7
* backends: Drop extra layer of touch info handlingCarlos Garnacho2020-10-233-69/+6
* backends/native: Use libinput seat slot APICarlos Garnacho2020-10-234-58/+50
* backends/native: Assign unique ranges of slots to virtual devicesCarlos Garnacho2020-10-233-3/+69
* clutter: Limit number of touch slots available to a virtual touch deviceCarlos Garnacho2020-10-231-2/+26
* backends: Drop the filter for libinput eventsCarlos Garnacho2020-10-232-115/+0
* backends: Use slot from cancel eventsCarlos Garnacho2020-10-233-25/+19
* backend/dummy: Do not enforce minimum screen sizeChristian Rauch2020-10-231-4/+0
* backend/dummy: Warn about missing dummy mode specsChristian Rauch2020-10-231-0/+7
* output: Move edid parse function to the right fileUday Kiran Pichika2020-10-214-69/+66
* monitor-manager: Ignore tablet-mode-switch on initial config of native portra...Hans de Goede2020-10-181-0/+55
* monitor-manager: Update orientation based config when panel_orientation_manag...Hans de Goede2020-10-181-0/+4
* monitor-manager: Add a handle_orientation_change helper functionHans de Goede2020-10-181-5/+12
* seat-native: Add support for tablet-mode-switch being hot-unpluggedHans de Goede2020-10-181-13/+15
* seat-native: Check for tablet-switch devices from meta_seat_native_constructedHans de Goede2020-10-181-0/+20
* seat-native: Fix has_touchscreen becoming FALSE when a non touchscreen device...Hans de Goede2020-10-181-1/+2
* backend: Use new clutter_seat_has_touchscreen helperHans de Goede2020-10-181-26/+1
* renderer-native: Fix GObjectify oversightRobert Mader2020-10-181-1/+1
* cogl: Turn CoglFramebuffer, CoglOffscreen and CoglOnscreen into GObjectsJonas Ådahl2020-10-163-16/+16
* cogl/framebuffer: Move public struct fields to private structJonas Ådahl2020-10-161-12/+15
* renderer-native: Get the GBM buffer format from EGL to match the framebufferDaniel van Vugt2020-10-151-2/+31
* cogl: Remove unused swap-related COGL_FEATURE_ID_ flagsDaniel van Vugt2020-10-141-5/+0
* backends: add support for scroll button lockingPeter Hutterer2020-10-144-6/+24
* Remove misplaced line break in g_* logging functionsJonas Ådahl2020-10-088-17/+17
* Make meta_* logging utilities not require line breakJonas Ådahl2020-10-089-25/+25
* backends: Use graphene_point_t on meta_cursor_tracker_get_pointer()Carlos Garnacho2020-10-064-22/+25
* backend: Don't pull generated headers (indirectly)Carlos Garnacho2020-10-062-4/+4
* backend: Add a backend release functionOlivier Fourdan2020-10-062-0/+7
* input-settings: Disconnect device signals on disposeOlivier Fourdan2020-10-061-0/+2
* src: Use graphene APIsGeorges Basile Stavracas Neto2020-10-061-5/+4
* renderer-view: Use graphene APIsGeorges Basile Stavracas Neto2020-10-061-17/+17
* Replace the CoglMatrix type by graphene_matrix_tGeorges Basile Stavracas Neto2020-10-062-5/+5
* backends/native: Wait to have an stage before emitting CLUTTER_DEVICE_ADDEDwip/carlosg/initialization-device-eventsCarlos Garnacho2020-10-061-7/+28
* backends: Ensure to clear the last updated device on device removalCarlos Garnacho2020-09-301-0/+3
* backends: Do not use stack-allocated ClutterEventsCarlos Garnacho2020-09-301-6/+7