[mutter] (126 commits) Non-fast-forward update to branch wip/carlosg/abs-input-mapper



The branch 'wip/carlosg/abs-input-mapper' 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:

  c4b327c... clutter: Add API to retrieve the physical size of absolute 
  5fa7d79... backends: Add MetaInputMapper
  814c3ec... backends: Delegate on MetaInputMapper for unmapped display 
  3efe6a0... backends: Add MetaInputMapper method to lookup devices from
  9ca7588... backends: Turn builtin touchscreen on/off together with DPM

Commits added to the branch:

  f2dea5d... renderer-native: Remove no_add_fb2 (*)
  a3269dd... idle-monitor: NULL check cached InhibitedActions property v (*)
  50ff9d4... wayland: Rename cursor role types (*)
  65c02e2... backends/cursor: Change variable name from 'self' to 'sprit (*)
  d3441f7... backends/cursor: Remove 'meta_' prefix from variable name (*)
  2a20df0... backends/cursor: Make MetaCursorSprite derivable (*)
  9ebcb71... backends/cursor: Clean up includes (*)
  10dfc67... backends/cursor: Minor whitespace cleanup (*)
  2fc978c... backends/cursor: Rename X11 cursor creation function (*)
  3c538d4... backends/cursor: Move out Xcursor functionality into own ty (*)
  b833663... cursor-tracker: Split out XFIXES cursor code into cursor sp (*)
  b7e9388... wayland/cursor-surface: Remove unnecessary NULL check (*)
  817c8e5... wayland: Add wl_surface backed cursor sprite implementation (*)
  c80fd48... cursor-renderer: Fetch instead of pass Xcursor image when r (*)
  b702c0f... cursor-renderer/native: Shorten some helper function names (*)
  42c78bd... cursor-renderer/native: Fetch instead of pass wl_buffer whe (*)
  0f519ff... cursor-renderer/native: Various whitespace fixes (*)
  9dcf978... cursor-renderer: Centralize hw cursor realization paths (*)
  b596cf9... cursor-renderer/native: Rename frame scheduling helper func (*)
  6c7c566... cursor-renderer/native: Fix Xcursor image loading error han (*)
  ea05d2a... cursor-renderer/native: Let the backend realize cursor spri (*)
  206634e... cursor-renderer: Rename update_cursor function (*)
  ad22b3f... backend/native: Remove unnecessary cursor renderer update (*)
  7412794... cursor-renderer/native: Update hw state via generic update  (*)
  596b300... cursor-renderer/native: Don't trigger redraw when cursor hi (*)
  516fb52... cursor-render/native: Realize hw cursor lazilly (*)
  1bf2eb9... renderer/native: Choose first EGL config for non-GBM backen (*)
  edd3634... wayland-buffer: Create EGLStream texture at buffer_realize  (*)
  22723ca... wayland: Always realize buffers at surface commit time (*)
  435b3c4... wayland: Create EGLStream-backed buffers through wl_eglstre (*)
  d535c1e... Update Catalan translation (*)
  8da95b1... Update Romanian translation (*)
  54709c1... wayland: Realize dmabuf buffers before trying to attach the (*)
  d9c18fd... monitor-manager: Add back warning messages (*)
  1200182... backends: Move MetaOutput::crtc field into private struct (*)
  768ec15... backends: Add logical monitor -> monitor -> output -> crtc  (*)
  8626c69... window: Return -1 if meta_window_get_monitor is called on a (*)
  2383801... Update Friulian translation (*)
  cbc7831... tests: run mutter-test tools with G_TEST_* env variables (*)
  859bea6... tests: use abs_srcdir to refer to metatest files (*)
  04e411c... compositor: Remove dead code: META_DISABLE_MIPMAPS (*)
  6621a9b... tests: Add missing monitors config XML file (*)
  15fa781... configure.ac: Bump libmutter API version to 3 (*)
  3d2b9a3... Add MetaX11Display skeleton (*)
  522f9b4... display: Emit signals when opening and closing X11 display (*)
  1877910... Start populating MetaX11Display (*)
  dacc041... Switch meta_error_trap functions to MetaX11Display (*)
  c64d5ad... Move X11 extension queries to MetaX11Display (*)
  cd8f425... Move screen size and cursor setting to MetaDisplay (*)
  937a985... Unmanage compositor and windows when closing display (*)
  722c975... Move alarm and xids management to MetaX11Display (*)
  9e5ea8d... Move groups and window/group prop hooks to MetaX11Display (*)
  98d912b... Move stack tracking and guard_window outside of MetaScreen (*)
  0589959... Move X11 helper windows and xprops to MetaX11Display (*)
  1530f27... Move X11 event, icon cache and property handling to MetaX11 (*)
  68f261e... Move rest of non-X11 specific objects from MetaScreen (*)
  e1c67a1... Move monitor management API to MetaDisplay (*)
  82307dd... Move xinerama management to MetaX11Display (*)
  6458139... Move mouse window tracking to MetaDisplay (*)
  d79ffd3... Move UI and key grabs to MetaX11Display (*)
  b7c3dad... Move workspace handling to MetaDisplay and MetaX11Display (*)
  1d5e370... Stop using MetaScreen where it is unnecessary (*)
  0a8ae84... Get rid of MetaScreen (*)
  8e7e1ee... Prepare for making MetaX11Display conditional (*)
  14d8aec... prefs: Allow no-op listener removal (*)
  8adab02... Make workspace management work without X11 (*)
  9333a6d... Make bell and libstartup-notification bits work without X11 (*)
  9f1ab1c... Move workarea hint setting to MetaX11Display (*)
  e6b8852... Make stack tracker work without X11 (*)
  de5e7a7... Don't use gtk_settings callback to set shell_shows_app_menu (*)
  89727aa... xwayland: Destroy selection bridge windows before closing X (*)
  d4c4d6e... Split GDK initialization from MetaUI (*)
  43f9cd5... Fix XDND handling to work without GDK and MetaX11Display (*)
  e8171cc... Use MetaMonitorManager insted of MetaDisplay where possible (*)
  d5c5669... Add --no-x11 flag so mutter wayland can be started without  (*)
  2ac7afe... remote-desktop: Remove unnecessary include (*)
  390314a... Rename errors.[ch] to meta-x11-errors.[ch] (*)
  e05cd60... Add MetaWorkspaceManager skeleton (*)
  81c1c70... Move workspace related code from MetaDisplay to MetaWorkspa (*)
  e246466... x11-display: Set the correct default Xcursor theme size (*)
  1caaf0c... display: Export meta_display_close() (*)
  f635876... x11: Open window decoration X11 connection earlier (*)
  5b8c8a4... display: Remove replaced signals (*)
  0ca3526... display: Make meta_display_get_workspace_manager() introspe (*)
  3fbeeb9... backends/x11: Force-update cursor when theme or size change (*)
  4837ea3... meta-launcher: Find the current user's graphical session, n (*)
  951fb03... build: Fix distcheck (*)
  90a68f3... Bump version to 3.29.3 (*)
  89162a9... launcher: First check if we are in a login session (*)
  912a6f5... contraints: Do not constrain modals without parent (*)
  0407a8b... screen-cast-src: Port to pipewire master (*)
  041be7c... screen-cast-src: Allow negotiating the framerate (*)
  ec81387... compositor: Do not optimize obscured areas away in paint vo (*)
  94f4009... compositor: Add get_paint_volume() implementation to MetaSu (*)
  161d254... ClutterActor: Preserve valid paint volumes till the next re (*)
  356cad0... stack-tracker: Don't sort O-R's under guard window on top (*)
  6d12d2e... tests: Move window-shown verification to test-runner (*)
  658c373... Update Romanian translation (*)
  1e3ac3c... backends/native: Remove unused upower-glib header (*)
  644a618... monitor-manager: Don't throw an error if UPower isn't runni (*)
  49b23c7... monitor-manager: Cache the last known value of "lid-is-clos (*)
  9512196... backend: Move lid-is-closed handling to MetaBackend (*)
  fa9e330... backend: Remove direct upower-glib usage (*)
  3d57843... tests: Add "set_parent_exported" command (*)
  22aea3d... tests: Fix usage message for "set_parent" (*)
  7749f4d... tests: Add the "parent_exported" test (*)
  5ac7109... Bump version to 3.29.4 (*)
  ff5d561... build: Bump libpipewire requirement (*)
  c6691af... cogl: Fix cogl_frame_info_get_frame_counter docs (*)
  5f37369... Add remote access controller API (*)
  d30a787... Updated Spanish translation (*)
  0f43f86... Updated French translation (*)
  a3da4b8... window/wayland: Always update monitor for non-user ops (*)
  3e357bd... fixed typo (*)
  6e953e2... native/gpu: Handle drmModeSetCrtc() failing gracefully (*)
  48eaa36... wayland: Nullify monitor resources when updating outputs (*)
  649c26e... monitor-manager: Filter out low screen resolutions (*)
  148da24... window: Don't refuse to move focus to the grab window (*)
  d99442d... window: Explicitly exclude unmanaging window from focus aga (*)
  e283cd7... tests: Add "closed-transient" test (*)
  434aa48... clutter: Add API to retrieve the physical size of absolute 
  aa892dd... backends: Add MetaInputMapper
  75cf25f... backends: Delegate on MetaInputMapper for unmapped display 
  9d1e2ac... backends: Add MetaInputMapper method to lookup devices from
  b0de9de... backends: Turn builtin touchscreen on/off together with DPM
  8a78c27... backends: Update to new "output" setting for tablets/touchs

(*) 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]