[mutter] (164 commits) Non-fast-forward update to branch gbsneto/cleanup-x11-from-meta-window



The branch 'gbsneto/cleanup-x11-from-meta-window' 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:

  77aad1a... window: Move _NET_WM_SYNC_REQUEST and family to MetaWindowX
  002a6ad... window: Delegate map and unmap to subclasses
  98e5058... window: Delegate meta_window_has_pointer to subclasses
  762fc99... window: Trap X11 warp pointer errors on MetaBackendX11
  c70b078... window-x11: Cleanup header and shuffle function locations

Commits added to the branch:

  173867c... renderer/native: Use shadow fb on software GL if preferred (*)
  490f27e... shaped-texture: Use actual texture if tower returned NULL (*)
  676a8da... monitor-transform: Move helper functions into their own fil (*)
  b7a9c7e... monitor-transform: Add helper function transform_invert() (*)
  686b7f8... boxes: Add API to transform a MetaRectangle (*)
  d52081b... shaped-texture: Invert transform of damage in update_area() (*)
  51e4fe7... shaped-texture: Indentation fix in update_area() (*)
  93c2931... clutter-stage: Don't emit "after-paint" when picking (*)
  0478c22... Add some gtk-doc comments. (*)
  e7fb453... compositor: Fix maybe-uninitialized warning (*)
  73ddd7c... build: Pass library as first argument to pkg.generate() (*)
  b448ced... backends: Silence a couple of gtk-doc warnings (*)
  58b5dee... clutter: remove deprecated ClutterMedia. (*)
  956ab4b... build: Make libcanberra no longer optional (*)
  12f8325... core: Add MetaSoundPlayer abstraction (*)
  8715f74... core: Make MetaBell use MetaSoundPlayer to play the bell so (*)
  ebfc618... workspace: Port to MetaSoundPlayer (*)
  3693f6f... build: Use plain libcanberra instead of libcanberra-gtk3 (*)
  d360b25... build: Install .pc files in correct location (*)
  f740e8e... core: Fix compiler warning in MetaSoundPlayer (*)
  582b67a... window: Handle maximize when headless (*)
  763ae36... Drop Autotools (*)
  5eb749d... project: Update gitignore (*)
  fb38738... Remove obsolete .cvsignore files (*)
  fda2e79... Bump version to 3.31.4 (*)
  e3e933c... clutter/x11: Implement keycode remap to keysyms on virtual  (*)
  174df4e... Remove po/Makevars (*)
  a56a59f... Remove po/ChangeLog (*)
  ddb0ef1... backends/native: Add flags to MetaGpuKms (*)
  1def099... backends/native: Re-order primary GPU choosing logic (*)
  9182c8b... backends/native: Move primary_gpu into MetaRendererNative (*)
  3d2ca9a... renderer/native: Count devices on EGLDevice check (*)
  dfde2f5... renderer/native: Secondary gpu data for all (*)
  60ac283... renderer/native: Move primary GPU choosing later (*)
  22f8651... renderer/native: Prefer hardware rendering for primary GPU (*)
  a0909c3... constraints: Fix titlebars going off the bottom (*)
  2b2d77d... cursor-tracker: Add 'cursor-moved' signal (*)
  5007130... clutter/stage: Add clutter_stage_is_redraw_queued() API (*)
  08229a6... screen-cast-monitor-stream: Don't pass monitor manager when (*)
  0da0207... screen-cast: Add getters to fetch object owners (*)
  bd97b11... renderer: Add API to get view from logical monitor (*)
  7ac2083... backends/stage: Fix minor style issue (*)
  ed5c1f4... backends/stage: Emit signal between painting actors and ove (*)
  328eff7... screen-cast/monitor-stream-src: Copy content before cursor  (*)
  79d99cb... cursor-renderer: Add API to allow inhibiting HW cursor (*)
  4e402b3... screen-cast: Add 'cursor-mode' to allow decoupled cursor up (*)
  c45d5f5... cursor-tracker: Emit `cursor-changed` after renderer was up (*)
  56d260c... screen-cast-monitor-stream-src: Only send cursor bitmap whe (*)
  e9778eb... build: Pass --quiet to glib-genmarshal (*)
  60d22b7... wayland: Accept NULL primary data source (*)
  ca67d52... x11: Add method to launch applications, using SnLauncher (*)
  f033d0e... core: Add MetaLaunchContext (*)
  ff50727... startup-notification: Silence warning (*)
  1ca60f4... input-settings/x11: Only warn once about missing udev suppo (*)
  3738579... window-actor: Use actual image size for capture (*)
  84aeb8f... Dockerfile: Remove manual pipewire-0.2.5 upgrade (*)
  5c66afb... Dockerfile: Update gsettings-desktop-schemas copr URL (*)
  2bcc9e2... clutter/tests/interactive: Remove dead code (*)
  8c9e827... clutter/stage: Fix debug logging (*)
  c242558... clutter/debug: Add printf annotations to log helpers (*)
  576e7a4... clutter/tests: Fix missing declaration warnings (*)
  caf27c4... clutter/tests: Remove dead code (*)
  4447739... clutter: Fix const qualifier usage (*)
  d4a9535... cogl-path: Cast function pointer explicitly (*)
  5468509... cogl-path: Remove own glu.h version (*)
  c550048... cogl: Add missing `void` to functions with no arguments (*)
  bbd295a... cogl: Fix const qualifier usage (*)
  548c0f1... cogl: Remove redundant function declarations (*)
  982d135... cogl: Add missing function declarations (*)
  ede10dd... clutter: Add missing `void` to function declaration (*)
  cbbd3e3... clutter/build: Don't pass --prototypes to glib-genmarshal (*)
  f615eea... backend: Remove redundant function declarations (*)
  01cea0d... Fix const qualifier usage (*)
  12a42a9... wayland: Move DND surface role into its own file (*)
  1bbb5c8... meta: Only declare types when generating gir files (*)
  8d91135... wayland/xdg-shell: Fix buffer attach coordinate comparison (*)
  25f416c... meson.build: Add more compilation warnings (*)
  6c91683... gitlab-ci.yml: Treat warnings as errors (*)
  c57ae7f... cogl/path: Don't depend on GL/glu.h (*)
  562cf14... core: Fix compiler warning (*)
  371b97a... meson: Fix map files and load them to hide private symbols (*)
  0813091... meson: Set proper soversion and version to libraries (*)
  adc5670... meson: Hide symbols by default in clutter (*)
  3838341... meson: Set cogl as dependency of libmutter-cogl dependency (*)
  7f551ba... meson: Don't list libraries private dependencies in pc file (*)
  e352011... MonitorManager: Use composition instead of inheriting from  (*)
  e02fef8... meta: Hide libmutter symbols by default and selectively exp (*)
  2528a39... gitlab-ci.yml: Change build step build type to debugoptimiz (*)
  2e53ce8... meta, startup-notification: Make type declarations public (*)
  8655bc5... clutter: Fix offscreen-effect painting of clones (*)
  5c3ec27... cogl: Fix builds with G_DISABLE_ASSERT (*)
  de41f3e... clutter: Fix builds with G_DISABLE_ASSERT (*)
  d5a7bbd... Fix builds with G_DISABLE_ASSERT (*)
  3fa6a92... screen-cast: Fix monitor recording on HiDPI (*)
  a08d7cf... wayland: Update gtk-shell protocol to v3 (*)
  177b4df... wayland: Implement window activation and focus stealing pre (*)
  72692b1... clutter-box-layout: Use floats and assert on denormal numbe (*)
  7ae6987... clutter: Add generic ClutterKeymap object (*)
  6de81b0... evdev: Implement ClutterKeymap (*)
  923751a... clutter: Add ClutterKeymap getter (*)
  e0fd7a6... clutter: Avoid redundant margin changes (*)
  b04cca9... clutter/evdev: Set the backend keymap before using it (*)
  30550ef... crtc/kms: Parse and store IN_FORMATS in full (*)
  31d99c5... crtc/kms: Remove unused field formats_prop_id (*)
  0789c3f... crtc/kms: Use plane formats if no IN_FORMATS (*)
  8a0d0ce... crtc/kms: Add fallback primary plane formats (*)
  7f2dbb6... crtc/kms: Document meta_crtc_kms_get_modifiers (*)
  23e7a0a... crtc/kms: Add primary plane format list accessors (*)
  442dcc7... renderer/native: Valid formats for secondary dumb buffers (*)
  a62dbc6... renderer/native: Debug print chosen secondary FB format (*)
  b76bf20... backends/native: Don't use software renderer for GPU copy (*)
  6932b3c... renderer/native: fix missing GPU copy egl ext error (*)
  be25911... Update POTFILES.skip (*)
  2c54045... screen-cast-stream: Don't broadcast PipeWireStreamAdded sig (*)
  7a94113... gitlab-ci: Use artifacts to keep built data and reuse in te (*)
  a54f9e8... gitlab-ci: Use runtime dir owned only by current user (*)
  f63b69b... gitlab-ci: Define exported global variables once (*)
  de76074... ui: Remove fallback app menu (*)
  5a71ed4... clutter-event: Correctly annotate some methods (*)
  0f0b411... clutter/content: Add clutter_content_invalidate_size() (*)
  25f36b3... clutter/image: Also invalidate size (*)
  d8c7583... clutter/paint-node: Add multitexture API (*)
  02b184b... clutter/paint-node: Expose clutter_paint_node_paint() (*)
  b63e104... clutter/paint-nodes: Expose ClutterRootNode (*)
  317414a... clutter/paint-nodes: Push/pop framebuffer (*)
  b4ae6cd... Don't include potentially sensitive window titles in logs (*)
  dbe73c3... meson: Do not install cogl config.env if installed tests ar (*)
  e9eaa37... monitor-manager: Use output name as display name in GetReso (*)
  cbb2a28... monitor-manager: Don't use wacky physical dimensions in dis (*)
  325fec3... monitor-manager: Add yet another wacky "physical dimension" (*)
  20c5e25... monitor-manager: Provide proper contexts for translators (*)
  8c5ad7e... Update Friulian translation (*)
  922f142... Update Hungarian translation (*)
  47402d8... Updated Spanish translation (*)
  d574cf5... boxes: Add API to crop and scale a MetaRectangle (*)
  07e65a6... region-utils: Add API to crop and scale an integer region (*)
  edfe5cc... shaped-texture: Add support for viewports (*)
  ba7af4f... wayland/surface: Add support for wp_viewporter (*)
  96c4dd8... Update Indonesian translation (*)
  3c2d85b... Update Catalan translation (*)
  e64cbfc... Update Polish translation (*)
  c91d9df... Bump version to 3.31.90 (*)
  31c5a00... Update Finnish translation (*)
  4d02f68... Update French translation (*)
  830495b... Updated French translation (*)
  f578c4d... Update Galician translation (*)
  616a149... Update Turkish translation (*)
  285d717... Updated Lithuanian translation (*)
  d587fc1... Update Swedish translation (*)
  29ed84e... input-mapper: Don't loop infinitely in EDID matching (*)
  54fdd63... input-mapper: Use g_auto to free a string array (*)
  eaacbb3... gitlab-ci: Don't upload test artifacts (*)
  b82fa2c... meta-launcher: g_propagate_*_error takes ownership (*)
  70c45f8... Updated Slovenian translation (*)
  fdd531f... Updated Czech translation (*)
  43633d6... window: Add is_focusable class method (*)
  6c3b0cf... window-x11: Move take_focus to MetaWindowX11Private (*)
  3bf80a9... window-x11: Move delete_window to MetaWindowX11Private (*)
  f798912... window: Move can_ping to a function and implement in X11 (*)
  b4d5532... window: Move _NET_WM_SYNC_REQUEST and family to MetaWindowX
  43307c6... window: Delegate map and unmap to subclasses
  ed7fc82... window: Delegate meta_window_has_pointer to subclasses
  4504a31... window: Trap X11 warp pointer errors on MetaBackendX11
  0c4fdb2... window-x11: Cleanup header and shuffle function locations

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