[mutter] (155 commits) Non-fast-forward update to branch wip/carlosg/xwayland-on-demand



The branch 'wip/carlosg/xwayland-on-demand' 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:

  f5f5ac0... x11: Add X11 selection input/output streams
  ed42d98... core: Add MetaSelection and MetaSelectionSource
  c8823aa... x11: Add X11 MetaSelectionSource implementation
  5ca0572... wayland: Add wayland MetaSelectionSource implementation
  dd482db... core: Set up MetaSelection on MetaDisplay
  aa2afbb... x11: Add X11 selection management
  eaef065... core: Add memory-based selection source
  9a74634... core: Add clipboard manager
  a0fc4d3... wayland: Integrate with MetaSelection
  14b7105... wayland: Reduce MetaXWaylandSelection to just DnD
  89ccff2... Make MetaSelection, MetaSelectionSource and MetaMemorySelec
  b78e5ea... x11: Add method to launch applications, using SnLauncher
  6588e69... x11: Make error trap API NULL safe
  ce7dad7... x11: Move focus sentinel to MetaX11Display
  0fb98af... core: Do not synchronize stack with Xserver if there is no 
  bb5a8ee... core: Avoid grab transfer shenanigans with non-X11 backend
  15f0a42... core: Separate checks for pointer barriers availability
  de22bcc... x11: Move X11 calls to map/unmap a MetaWindow to MetaWindow
  6b70e85... core: Relax requirement that MetaWindow shall have icon/min
  9872148... x11: Separate X11 focus handling into MetaX11Display method
  d635be2... x11: Split X11 focus change requests to a separate function
  9edffda... core: Untangle input focus management
  881e828... core: Add explicit init/shutdown_x11() MetaDisplay calls
  71fd0f5... x11: Unmanage X11 windows on MetaX11Display finalization
  10ffe37... x11: Initialize GdkDisplay together with MetaX11Display
  fa85964... wayland: Split Xwayland initialization in 2 steps
  8e6c6be... x11: protect against null MetaX11Display when looking up X1
  b53cd42... wayland: Launch Xwayland on demand

Commits added to the branch:

  ab7ef5f... core: Fix differing sequence timestamp precision expectatio (*)
  40103d6... core: Account for completed sequences in feedback updates (*)
  38ff01d... core: Add MetaStartupSequence::complete signal (*)
  3de6f7e... core: Emit MetaStartupNotification::changed on sequence com (*)
  d2ca5cc... display: Fix inconsistent behavior with demand attention (*)
  e3f3274... Bump version to 3.32.1 (*)
  b624e94... cogl: Remove viewport scissor workaround (*)
  a94841a... cogl: Remove color write masks from the framebuffer and pip (*)
  191c31b... cogl: Bump minimum GL version to 2.1 (*)
  8180927... cogl: Bump minimum GLES version to 2.0 (*)
  db486ad... cogl/texture-2d: Remove notes about COGL_FEATURE_ID_TEXTURE (*)
  96f7bf2... shaped-texture: Add checks to viewport reset functions (*)
  d2415da... shaped-texture: Use CoglMatrix for viewport src-rect (*)
  22884b0... shaped-texture: Use draw_rectangle() for full paints (*)
  28954e8... cogl: Remove unused 3D texture support (*)
  68166f3... cogl: Fix some misleading variable names (*)
  249f9a4... cogl: Stop running non-NPOT tests (*)
  2aaed7b... cogl: Remove debug disables for GLSL and NPOT textures (*)
  893e894... cogl: Remove always-true COGL_FEATURE_SHADERS_GLSL (*)
  302a171... cogl: COGL_FEATURE_TEXTURE_NPOT_REPEAT is always available (*)
  007297f... cogl: COGL_FEATURE_TEXTURE_NPOT_MIPMAP is always available (*)
  48f04c7... cogl: COGL_FEATURE_TEXTURE_NPOT_BASIC is always available (*)
  fc09fa5... cogl: NPOT textures are always available (*)
  fb40e2e... cogl: Remove unused cogl_texture_new_from_foreign (*)
  2a15e5f... compositor: Drop ARB_texture_rectangle awareness (*)
  ce6acf9... cogl: Remove rectangle-texture tests (*)
  d79f176... cogl: Remove texture_rectangle awareness from the GLX TFP c (*)
  c881b49... cogl: Remove unused CoglTextureRectangle (*)
  e71f44d... cogl: Remove never-changing COGL_PIPELINE_LAYER_STATE_TEXTU (*)
  2b9cd50... cogl: Eliminate _cogl_gl_util_get_texture_target_string (*)
  862e56f... cogl: Remove unused CoglTextureVable::get_type (*)
  1783ea5... cogl: Remove unused texture_type argument from cogl_pipelin (*)
  ca2be8e... cogl: Remove CoglTextureType (*)
  9ab3a02... cogl: Remove unused TEXTURE_RECTANGLE feature flag (*)
  3f29b47... cogl: Generalize EGL context attribute initialization (*)
  7df86fb... cogl: Use EGL_IMG_context_priority if available (*)
  471b61b... clutter/evdev: disable mousekeys with Numlock ON (*)
  251fa02... clutter/x11: disable mousekeys with Numlock ON (*)
  bcee890... ci: Ensure we clone a deep enough history for commit review (*)
  eccf7b1... input-settings: Use 0 initialized struct for kbd a11y (*)
  502da97... window: free close dialog before unmanaging window from com (*)
  ba8f5a1... clutter: Use g_signal_handler_disconnect to disconnect freq (*)
  7718e67... compositor: Destroy window actors list on destruction (*)
  3ba7996... compositor: Disconnect from stage signals on destruction (*)
  736cac4... compositor: Remove unused background_actor private referenc (*)
  156980e... x11: Add X11 selection input/output streams (*)
  a984622... core: Add MetaSelection and MetaSelectionSource (*)
  c95db7c... x11: Add X11 MetaSelectionSource implementation (*)
  09aa82d... wayland: Add wayland MetaSelectionSource implementation (*)
  ab76576... core: Set up MetaSelection on MetaDisplay (*)
  37144f0... x11: Add X11 selection management (*)
  535ce00... core: Add memory-based selection source (*)
  5c009c2... core: Add clipboard manager (*)
  634f512... wayland: Integrate with MetaSelection (*)
  17d00d4... wayland: Reduce MetaXWaylandSelection to just DnD (*)
  02c9952... Make MetaSelection, MetaSelectionSource and MetaMemorySelec (*)
  8dbe421... tests: Add missing stacking tests (*)
  c6d1cf4... tests: Add single stacking tests with suite (*)
  a934fa0... tests: Use suites for test cases (*)
  2b8f5e6... cogl/tests: Run tests supports both test names and files as (*)
  34312c2... cogl/tests: Run conform tests as single meson tests (*)
  5d1a87d... meson: Add option flags to control test suites building (*)
  8374be4... cogl/tests: Export and run unit tests if they are enabled (*)
  63c40a9... meson: Define srcdir and builddir using meson functions (*)
  81ae886... cogl/tests: Use less verbose run-tests.sh on single tests r (*)
  ee4bb22... workspace: Activate a window also if it's already in worksp (*)
  23a8ea2... idle-monitor: Use G_SOURCE_CONTINUE instead of TRUE (*)
  1ca0fdc... idle-monitor: Postpone dispatching of idle timeout if not r (*)
  0d50a37... display: Fix a possible bug in meta_display_sync_wayland_fo (*)
  5480a3f... Update POTFILES.in (*)
  ac15a8a... Updated Spanish translation (*)
  ae6d9e3... backends: Fallback to builtin panel for devices where all h (*)
  3468144... ci: Build GNOME Shell at the test stage (*)
  160d2d5... ci: Install to Mutter and GNOME Shell to /usr (*)
  da1e917... ci: Add GNOME Shell dependencies to Dockerfile (*)
  b4d973f... ci: Update gsettings-desktop-schema URLs (*)
  3ffc4f8... ci: Use mutter image to build GNOME Shell (*)
  6a89e79... Update Friulian translation (*)
  bf8bc65... core: Check environment variables before giving to GAppLaun (*)
  454651f... Update Indonesian translation (*)
  7738b5c... core/window: Fix copy/paste error in size-changed docs (*)
  7e2a0ed... wayland: Move check for present window out of the actor-sur (*)
  01d0316... wayland/dnd-surface: Propagate commit to parent class (*)
  dae2c1d... backends/native: Add rt-scheduler experimental key to set R (*)
  9e0e35d... clutter/click-action: Handle touch cancel events (*)
  24b3467... clutter: Send touch crossing events only to grab actor (*)
  706c5a7... clutter: LEQUAL depth_testing on ClutterDeformEffect (*)
  329c4bc... Bump version to 3.33.1 (*)
  9e82f9a... x11: Do not warn on cancelled X11 selection sources (*)
  df7d8e2... Use free_full on GList's instead of foreach + free (*)
  7a17e23... Use free_full on GSList's instead of foreach + free (*)
  f7ecf3b... meta: Remove meta_free_gslist_and_elements (*)
  b86fba2... clutter/stage: Avoid unnecessary call to add_redraw_clip (*)
  f5f0aa1... clutter/stage: Move a comment to a more appropriate place (*)
  30a2483... clutter/stage-cogl: Fix a comment-typo (*)
  786305f... clutter/input-device: Replace device check with assertion (*)
  a48b6cc... clutter/actor: Fix a wrong comment (*)
  eae6e7a... Updated Spanish translation (*)
  e96136e... gitlab-ci: Use MALLOC_CHECK_ and MALLOC_PERTURB_ env variab (*)
  4524485... clutter/stage-cogl: Don't skip over the next frame (*)
  7a6c755... clutter: Add fribidi dependency and copy deprecated pango f (*)
  d4a0893... ci: Disable a11y bus for tests (*)
  9c2fdcd... ci: Update Dockerfile to :v2 (*)
  68fba45... boxes: Ensure we scale to a fully rounded rectangle (*)
  29211c9... clutter/util: Fix styling on functions definitions (*)
  02812fb... clutter/stage-cogl: Damage fb using ceiled scaled sizes (*)
  91aee3d... monitor: Assign monitor layout directly by crtc rect (*)
  2b1acea... place: Assign anchor rect using automatic copy (*)
  358b678... boxes: Assign input to output rect when there's no transfor (*)
  991f950... cogl: Put CoglPixelFormat code into its own file (*)
  0d7a929... cogl: Map CoglPixelFormats to their specific properties (*)
  fecc57d... renderer-native: Reference count front buffers (*)
  52945f3... launcher: Explicitly look up object path for seat (*)
  08aec58... kms-buffer: Clean up include order (*)
  7fb7b28... kms-buffer: Rename to MetaDrmBuffer (*)
  6eeba24... drm-buffer: Clean up file descriptor variable naming (*)
  ed56edc... drm-buffer: Remove useless soft-asserts (*)
  91ac64b... drm-buffer: Make the "types" actual types (*)
  4faeb12... clutter/stage-cogl: Reschedule update on present (*)
  ea0a89b... cogl/meson: Remove uneeded cogl-mutter-config.h generation (*)
  62de4b4... meson: Bump meson requirement to 0.50.0 (*)
  9305b6d... cogl/tests: Remove configure_file workaround for installed  (*)
  deef996... Fix typo in RemoteDesktop dbus api (*)
  7719e33... wayland/pointer-constraints: Reject invalid lifetime (*)
  be3c89d... Bump version to 3.33.2 (*)
  468882e... ci: Run dconf update before running tests (*)
  e8bca50... ci: Make MALLOC_PERTURB_ less random (*)
  b01edc2... backends/x11: Do not reload keymap on new keyboard notifica (*)
  439afb3... window: Move all attached windows with parent (*)
  0200f4f... x11: Move focus sentinel to MetaX11Display (*)
  39bac6e... core: Turn MetaStack into a GObject (*)
  ef074ea... x11: Add MetaX11Stack object (*)
  103c469... core: Avoid grab transfer shenanigans with non-X11 backend (*)
  dbe6e01... core: Separate checks for pointer barriers availability (*)
  5e0523c... x11: Move X11 calls to map/unmap a MetaWindow to MetaWindow (*)
  2f21710... core: Relax requirement that MetaWindow shall have icon/min (*)
  1d77641... x11: Separate X11 focus handling into MetaX11Display method (*)
  86de79c... core: Untangle input focus management (*)
  465e131... core: Add explicit init/shutdown_x11() MetaDisplay calls (*)
  7713006... x11: Unmanage X11 windows on MetaX11Display finalization (*)
  1cf4279... x11: Initialize GdkDisplay together with MetaX11Display (*)
  430f354... wayland: Split Xwayland initialization in 2 steps (*)
  38432da... compositor: Drop error trap (*)
  ea9d8a8... wayland: Drop error trap (*)
  b1ea768... wayland: Drop -terminate argument to Xwayland (*)
  9367cd2... core: Shuffle wayland checks on passive button grabs
  835a97a... core: Ensure passive key grabs are only set up on X11
  ec13e7b... x11: Add meta_x11_get_display_name() function
  fafb432... core: Prepare MetaStackTracker for X11 display being closed
  c96dec1... wayland: Rename xwayland init/shutdown functions
  02e6931... wayland: Disconnect signal when the display closes
  0a87181... wayland: Add setting/api to check the policy to set up the 
  9375c1b... compositor: Add explicit API call to redirect X11 windows
  7727a3a... wayland: Add tracking of X11 windows
  810cc85... wayland: Implement on-demand start of Xwayland

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