[mutter] (81 commits) Non-fast-forward update to branch wip/carlosg/clutter-seat
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] (81 commits) Non-fast-forward update to branch wip/carlosg/clutter-seat
- Date: Thu, 10 Oct 2019 12:25:41 +0000 (UTC)
The branch 'wip/carlosg/clutter-seat' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
3fa886d... x11: Drop subscription for input event from floating device
2570570... clutter: Add ClutterSeat object
261f789... x11: Implement ClutterSeat
2a64d0e... native: Implement ClutterSeat
a16665a... clutter: Move keymap direction from ClutterBackend to Clutt
e289b7a... clutter: Move bell_notify() from ClutterBackend to ClutterS
d919172... clutter: Move keymap from ClutterBackend to ClutterSeat
2d0144d... clutter: Move platform event data management to ClutterSeat
80704a0... clutter: Move keyboard a11y from ClutterDeviceManager to Cl
38aec4c... clutter: Move pointer a11y from ClutterDeviceManager to Clu
2ceb456... clutter: Move virtual device management to ClutterSeat
cb3dd65... clutter: Move motion compression handling to ClutterSeat
2601e32... clutter: Drop select_stage_events() device manager vfunc
c6299e6... wayland: Replace ClutterDeviceManager usage in favor of Clu
e785537... core: Replace ClutterDeviceManager usage in favor of Clutte
6e3f48a... backends: Move native keymap manipulation functions to Meta
83ceac5... backends: Make meta_backend_update_last_device() take a clu
3cfbcad... clutter: Replace ClutterDeviceManager usage in favor of Clu
03e7140... backends: Replace ClutterDeviceManager usage in favor of Cl
d7f9d1c... tests: Replace ClutterDeviceManager usage in favor of Clutt
7bde39c... clutter: Drop ClutterDeviceManager
Commits added to the branch:
0706e02... keybindings: Check for a handler before using it (*)
76f2579... keybinding: Check for handler functions as well (*)
4bf0bd3... Update Dutch translation (*)
f352c3d... display: Handle late unredirect (un)inhibit calls (*)
acfd03d... Updated Slovenian translation (*)
8fd55fe... x11: Update focus on the X11 display before the MetaDisplay (*)
dbe9dae... main: Make process PR_SET_DUMPABLE (*)
bba8f6c... wayland/actor-surface: Turn get_geometry_scale() into a vfu (*)
25c1a85... wayland/dnd-surface: Scale DnD-surface-actor content if nec (*)
05e1a6c... clutter/stage-view: Use cogl_blit_framebuffer() for shadow (*)
437f6b3... renderer-native: Actually use shadow fb when using software (*)
0f51ae7... cogl: Remove unused CoglTextureDriver::prep_gl_for_pixels_u (*)
7049b2f... Revert "renderer-native: Actually use shadow fb when using (*)
fc8aa1c... Updated Danish translation (*)
4b88c18... events: Sync pending pointer events without a window (*)
f376a31... clutter/actor: Don't emit the parent-set signal on destruct (*)
105a3f7... clutter/actor: Don't emit property changes after ::destroy (*)
0a3f25c... clutter/stage-view: Ignore clipping rectangle for offscreen (*)
0cdf13a... cogl: Flush journal before blitting (*)
006eb6d... build: Fix build when wayland is disabled (*)
26b76ee... clutter/base-types: Clarify docs for point_inside_quadrilat (*)
c937dd5... xprops: Use meta_XFree instead of XFree in validate_or_free (*)
2c15535... xprops: Free atom_list_from_results() return value with g_f (*)
5eaf655... xprops: Free meta_prop_get_cardinal_list() return value wit (*)
5e6d98e... xprops: Use g_new0 instead of calloc in meta_prop_get_motif (*)
e233061... xprops: Free latin1/utf8_string_from_results() return value (*)
488991b... xprops: Free counter_list_from_results() return value with (*)
89cd9d3... xprops: Use g_free instead of XFree in text_property_from_r (*)
eb8a1f4... xprops: Use g_new0 instead of calloc in wm_hints_from_resul (*)
e153524... xprops: Use g_strdup in class_hint_from_results() (*)
8e510a0... xprops: Use g_new0 instead of malloc in size_hints_from_res (*)
fa46152... window-x11: Refactor meta_prop_get_latin1_string() calls (*)
8d6d2d0... Updated Danish translation (*)
092b3ed... wayland/actor-surface: Add actor clear helper (*)
cbb4f6c... wayland/actor-surface: Handle surface actor destruction (*)
ca318c1... wayland/actor-surface: Pass actor surface to actor destroy (*)
7b97c7b... wayland/tablet-tool: Fix stylus input with HiDPI scaling (*)
66ae09b... wayland/subsurface: Check if actor exists before unparentin (*)
3e41568... kms/update: Add helper to get primary plane assignment (*)
2a990cc... kms/update: Add helper to turn fixed point rect into int re (*)
104bdde... kms: Predict state changes when processing update (*)
9f617ae... wayland: Warn if a surface is being set while the pointer i (*)
7735a91... wayland: Check pointer visibility on post-grab focus change (*)
107e521... wayland: Unset pointer constraint in the backend before dro (*)
6ee006c... clutter/actor: Mark implicit transitions as remove-on-compl (*)
fb6e274... plugins/default: Hold reference on timelines while stopping (*)
2c388e2... clutter/transition: Don't split reference counting with act (*)
b5f5002... wayland: Untie MetaWindowXwayland lifetime from the wl_surf (*)
ce86f90... Revert "backends/x11: Do not reload keymap on new keyboard (*)
fc3831c... backends: Fix thinko (*)
d9597d2... wayland: Ensure to forward numlock state to clients (*)
65cc8c1... Update Catalan translation (*)
658c741... Bump version to 3.34.1 (*)
81ee888... backends: Update inhibited state for the monitor and respec (*)
73eaf51... cogl-pango/meson.build: Remove extraneous quoting (*)
4c15d32... wayland/surface: Some minor coding style clean up (*)
d49d10b... wayland/actor-surface: Queue redraw for frame callback (*)
7fdbc16... x11: Drop subscription for input event from floating device
b1fbe1c... clutter: Add ClutterSeat object
3ed4f8a... x11: Implement ClutterSeat
216f064... native: Implement ClutterSeat
972aace... clutter: Move keymap direction from ClutterBackend to Clutt
52a966f... clutter: Move bell_notify() from ClutterBackend to ClutterS
dc817d3... clutter: Move keymap from ClutterBackend to ClutterSeat
1448c1c... clutter: Move platform event data management to ClutterSeat
56e8b66... clutter: Move keyboard a11y from ClutterDeviceManager to Cl
723fb82... clutter: Move pointer a11y from ClutterDeviceManager to Clu
d136f25... clutter: Move virtual device management to ClutterSeat
de7f25a... clutter: Move motion compression handling to ClutterSeat
d22931a... clutter: Drop select_stage_events() device manager vfunc
7db5051... wayland: Replace ClutterDeviceManager usage in favor of Clu
9464ade... core: Replace ClutterDeviceManager usage in favor of Clutte
4ee94a9... backends: Move native keymap manipulation functions to Meta
fc19c1d... backends: Make meta_backend_update_last_device() take a clu
3ea10a1... clutter: Replace ClutterDeviceManager usage in favor of Clu
6fc5d6a... backends: Replace ClutterDeviceManager usage in favor of Cl
1551ac8... tests: Replace ClutterDeviceManager usage in favor of Clutt
ec0c9b1... clutter: Drop ClutterDeviceManager
a5e7e13... backends: Do not use device IDs on idle monitors
378f02f... backends: Drop get_relative_motion_deltas() vfunc
d2ad9e1... backends: Move warp_pointer() to ClutterSeat
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]