summaryrefslogtreecommitdiff
path: root/src/backends/x11
Commit message (Expand)AuthorAgeFilesLines
* backends: Shuffle ClutterBackendX11 code into MetaClutterBackendX11Carlos Garnacho2021-07-1615-145/+820
* backends: Rename ClutterStage[View]Cogl API and typesCarlos Garnacho2021-07-164-37/+37
* context: Make the context own MetaWaylandCompositorJonas Ådahl2021-07-151-4/+0
* stage/x11: Terminate using MetaContext instead of meta_quit()Jonas Ådahl2021-07-151-4/+5
* cogl: Add CPU swap time and GPU rendering query to CoglFrameInfoIvan Molodetskikh2021-07-131-1/+2
* backend/x11-cm: Add missing chain-up to finalize()Jonas Ådahl2021-05-171-0/+2
* stage/x11: Fix clutter backend variable namingJonas Ådahl2021-05-171-4/+6
* main: Let the X11 CM backend deal with selecting the displayJonas Ådahl2021-05-171-0/+72
* main: Initialize Wayland just before MetaDisplayJonas Ådahl2021-05-171-4/+0
* backends: Drop MetaInputSettings::seat propertyCarlos Garnacho2021-05-052-8/+2
* x11: Skip sending redundant CTM change requestsAaron Plattner2021-04-141-8/+33
* x11: Rename `atom` to `ctm_atom`Aaron Plattner2021-04-141-2/+2
* input-settings: Make set_matrix() vfunc take const float array pointerJonas Ådahl2021-04-141-1/+1
* backends/x11: Add traps around XIPointerWarp callCarlos Garnacho2021-03-291-0/+2
* backend: Take over seat ownership from the clutter backendJonas Ådahl2021-03-132-38/+43
* clutter/backend/x11: Fix some variable naming conventionJonas Ådahl2021-03-131-8/+12
* backends/x11: Don't leak XRRGetPanning resultSebastian Keller2021-03-131-0/+1
* backends/x11: Unref keymap on finalizeSebastian Keller2021-03-131-0/+12
* backends/x11: Free button state mask allocated by XIQueryPointerSebastian Keller2021-03-132-4/+13
* backends/x11: Don't try to read more button states than there areSebastian Keller2021-03-131-1/+1
* backends/x11: Pass the seat to the input settingsMarco Trevisan (Treviño)2021-03-101-4/+4
* backends/x11: Fix device hierarchy event handling for x11 backendSuryashankar Das2021-03-101-1/+2
* backends/x11: Add dummy input-settings implementationMarco Trevisan (Treviño)2021-03-101-1/+31
* clutter/keymap: Make caps and num lock state propertiesJonas Ådahl2021-03-041-35/+13
* backends/x11: Interpret keycode correctlyPascal Nowack2021-02-231-1/+1
* monitor-manager-xrandr: Change g_memdup() to g_memdup2()Robert Mader2021-02-221-2/+2
* src: Stop using GSliceRobert Mader2021-02-221-1/+1
* backends/x11: Emit discrete scroll events for accumulated smooth eventsPascal Nowack2021-02-171-0/+38
* backends/x11: Emulate pointer motion while the pointer is off stagewip/carlosg/sync-pointer-in-mutterCarlos Garnacho2021-02-141-7/+42
* compositor: Sync pointer after begin/end modal on X11Carlos Garnacho2021-02-142-0/+27
* Change all g_memdup() to g_memdup2()Jonas Ådahl2021-02-042-4/+4
* cogl: Add CoglX11Onscreen interfaceJonas Ådahl2021-01-301-1/+2
* Make all CoglOnscreen sub types inherit CoglOnscreenJonas Ådahl2021-01-301-1/+34
* cogl/glx: Move onscreen code to a separate fileJonas Ådahl2021-01-301-2/+7
* monitor-manager: Clean up hot-plug paths slightlyJonas Ådahl2021-01-281-1/+1
* clutter/frame: Make rendering backends set the frame resultJonas Ådahl2021-01-221-0/+10
* cogl/onscreen: Add opaque user_data pointer to onscreen present callsJonas Ådahl2021-01-221-1/+1
* clutter: Introduce ClutterFrameJonas Ådahl2021-01-221-1/+5
* clutter/stage-window: Pass 'view' to finish_frame() tooJonas Ådahl2021-01-221-1/+2
* backend: Tear down in dispose() instead of finalize()Jonas Ådahl2021-01-191-3/+3
* x11: Support the CTM (color transform matrix) RandR propertyAaron Plattner2021-01-113-0/+57
* monitor-manager-xrandr: Disable CRTCs if there is no monitorKai-Heng Feng2020-12-221-0/+7
* clutter: Drop infrastructure to copy/free platform event dataCarlos Garnacho2020-12-081-15/+0
* backends: Unify touch sequence to slot conversionCarlos Garnacho2020-12-084-13/+5
* clutter: Move evdev evcode data to Clutter button/key eventsCarlos Garnacho2020-12-081-0/+35
* backends/x11: Drop platform-specific event dataCarlos Garnacho2020-12-083-92/+0
* clutter: Simplify stage state managementCarlos Garnacho2020-12-081-12/+3
* clutter: Drop CLUTTER_DESTROY_NOTIFY eventCarlos Garnacho2020-12-081-3/+4
* backends/x11: Iterate button modifiers all the wayCarlos Garnacho2020-11-301-1/+1
* backends/x11: Use XkbBuildCoreState the right way aroundCarlos Garnacho2020-11-301-1/+1