[mutter] (87 commits) Non-fast-forward update to branch wip/carlosg/x11less-preparations



The branch 'wip/carlosg/x11less-preparations' 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:

  cb09de4... x11: Move focus sentinel to MetaX11Display
  3443c68... core: Do not synchronize stack with Xserver if there is no 
  3c78a5f... core: Avoid grab transfer shenanigans with non-X11 backend
  ea7c93a... core: Separate checks for pointer barriers availability
  62967e7... x11: Move X11 calls to map/unmap a MetaWindow to MetaWindow
  58ab0a2... core: Relax requirement that MetaWindow shall have icon/min
  e179c01... x11: Separate X11 focus handling into MetaX11Display method
  981fd1c... x11: Split X11 focus change requests to a separate function
  8d81cb0... core: Untangle input focus management
  9fa82bd... core: Add explicit init/shutdown_x11() MetaDisplay calls
  edc657c... x11: Unmanage X11 windows on MetaX11Display finalization
  95319de... x11: Initialize GdkDisplay together with MetaX11Display
  06275f3... wayland: Split Xwayland initialization in 2 steps
  6684fac... x11: protect against null MetaX11Display when looking up X1
  50f997f... x11: Add meta_x11_get_display_name()
  e3a2d4a... wayland: Do not set DISPLAY environment variable on self
  e2366ff... compositor: Drop error trap
  d80372a... wayland: Drop error trap

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 (*)
  e45da40... x11: Move focus sentinel to MetaX11Display
  d86e8d0... core: Do not synchronize stack with Xserver if there is no 
  a392638... core: Avoid grab transfer shenanigans with non-X11 backend
  3360bbd... core: Separate checks for pointer barriers availability
  8ecebe5... x11: Move X11 calls to map/unmap a MetaWindow to MetaWindow
  b77cd6e... core: Relax requirement that MetaWindow shall have icon/min
  e5b9434... x11: Separate X11 focus handling into MetaX11Display method
  6a4aa4c... x11: Split X11 focus change requests to a separate function
  8cdce2d... core: Untangle input focus management
  6dfd969... core: Add explicit init/shutdown_x11() MetaDisplay calls
  623675d... x11: Unmanage X11 windows on MetaX11Display finalization
  7baa2da... x11: Initialize GdkDisplay together with MetaX11Display
  af9c9da... wayland: Split Xwayland initialization in 2 steps
  faa83fa... x11: protect against null MetaX11Display when looking up X1
  6d90bc6... x11: Add meta_x11_get_display_name()
  436f74e... wayland: Do not set DISPLAY environment variable on self
  b610927... compositor: Drop error trap
  b80269e... wayland: Drop error trap

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