[mutter] (176 commits) Non-fast-forward update to branch wip/carlosg/input-in-backends



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

  a1dd207... clutter: Remove "has_xinput" x11 API
  06b16f6... Drop xinput2 version checks
  cb1728d... clutter: Move scattered x11 keymap code into ClutterKeymapX
  fbf8df0... clutter: Use G_DECLARE_DERIVABLE_TYPE for ClutterDeviceMana
  9ba6101... clutter: Drop ClutterEventTranslator interface
  d85cc25... clutter: Remove ClutterEventExtender interface
  9cf8606... clutter/cally: Remove needless per-backend code in cally
  55bfbe7... clutter: Drop _() define
  417cb96... clutter: Remove event retrieval toggle
  24b34df... clutter: Remove support for foreign stages
  7eb01e1... clutter: Move X11 input to src/backends/x11
  d2da4cb... backends: Don't use glib types
  e40e35b... backends: Move nested stage to src/backends/x11/nested
  b450d65... clutter: Drop unused function to translate to screen coordi
  8826af4... clutter: Drop functions to get XVisualInfo
  534e98b... clutter: Move evdev input to src/backends/native

Commits added to the branch:

  e94a0fc... display: Dispose Stack after Compositor and X11 (*)
  0487d67... x11-display: Handle mapped XIDs per type (*)
  912a9ec... clutter/stage-cogl: Use G_USEC_PER_SEC instead of hardcoded (*)
  ccf27e5... clutter/stage-cogl: Schedule immediate update on zero refre (*)
  a76762a... clutter/stage-cogl: Use default frame rate instead of hardc (*)
  35aa278... clutter/stage-cogl: Stop `schedule_update` repeatedly retur (*)
  67a3715... clutter/stage-cogl: Reduce while loop iterations (*)
  e415cc5... clutter/master-clock: Remove fallback throttles (*)
  1dbf25a... clutter/stage-cogl: Protect against extremely high refresh  (*)
  9b53583... cogl/trace: Fix typo (*)
  5eac1d6... wayland/surface: Clear texture when attaching NULL (*)
  36b3616... wayland/cursor-surface: Update sprite when attaching NULL (*)
  e48c7c0... clutter/stage: Make view fetch helper take floats (*)
  4abca41... clutter/stage: Expose stage view getter helper as API (*)
  178b975... cursor-renderer: Align OpenGL cursor rect to physical pixel (*)
  c237bc5... clutter-effect: Rename get_paint_volume (*)
  9db9793... clutter: Clarify clutter_stage_get_actor_at_pos docs (*)
  c24d8e8... clutter/x11: Fix build without libwacom (*)
  d3e789e... Updated Spanish translation (*)
  8a06cfd... enum-types: Use @basename@ in header comment (*)
  4064d9a... clutter: Remove ability to be user resizable (*)
  a61d525... clutter: Remove stage fullscreening (*)
  3073acc... clutter/stage: Remove offscreen property (*)
  9213574... renderer/native: add missing eglTerminate in EGLDevice erro (*)
  425611e... window/wayland: Use constrained size when unmaximizing whil (*)
  db0f85b... window: Add tile mode getter (*)
  59bf1f4... window/wayland: Don't always use constrained size when unfu (*)
  689c7f4... clutter: Remove unused ClutterWaylandSurface (*)
  2ff6bee... cogl: Remove cogl_wayland_texture_2d_* functions (*)
  6dba562... Update Dutch translation (*)
  1efb32d... renderer/native: Use g_set_error() instead of _cogl_set_err (*)
  56ddaaa... renderer/native: Make sure we're not destroying an active E (*)
  d9fb11b... renderer/native: Fix EGLSurface destruction order (*)
  f202091... Updated Spanish translation (*)
  446e82e... test-utils: Fix compiler warning (*)
  b836e66... wayland: Don't export non-public API not used by tests (*)
  376725e... clutter/stage-view: Move unexported functions to private he (*)
  9c1afbb... clutter/stage-view: Annotate some functions (*)
  769a01f... clutter: Make ClutterStageView a public class (*)
  cc2c670... clutter/stage: Own clutter_stage_get_view_at() (*)
  0cd54c5... clutter/stage: Emit after-paint after painting (*)
  4a19628... clutter/stage: Add ClutterStage:paint-view (*)
  088117a... clutter/tests: Connect to ClutterStage:paint-view (*)
  9b5d9f3... stage: Introduce MetaStageWatch and family (*)
  2464f00... screen-cast-monitor-stream-src: Watch monitors using MetaSt (*)
  be72b22... cogl: Remove cogl_util_memmem() macro (*)
  79e2285... cogl: Remove cogl_util_ffs macro (*)
  a2a114e... cogl: Remove unused _COGL_TYPEDEF_ASSERT() macro (*)
  576330e... cogl: Drop _COGL_RETURN_IF_FAIL macro (*)
  769a02b... cogl: Drop _COGL_RETURN_VAL_IF_FAIL macro (*)
  a8984a8... xwayland: Generate a Xauth file and pass this to Xwayland w (*)
  7fcdd60... renderer-native: Fix compiler warning (*)
  c63d017... xwayland: Fix build without <sys/random.h> (*)
  36155f7... clutter/evdev: Do not reset timers on togglekeys (*)
  02fc0b4... clutter/evdev: Implement togglekeys notification (*)
  11e2005... backends/native: Remove instance private (*)
  73e8127... backends/native: Add udev abstraction layer (*)
  44905d9... backends/native: Move some initialization from init() to in (*)
  7b7d881... udev: Add helpers to list DRM devices (*)
  171e5fc... udev: Add 'hotplug' event (*)
  e7fd068... monitor-manager/kms: Use 'hotplug' event from MetaUdev (*)
  5c500ad... backend: Move GPU ownership from the monitor manager to the (*)
  f3fd7cf... gpu/kms: Remove max buffer size getter (*)
  fef5753... backends/native: Add basic KMS abstraction building blocks (*)
  15a2ccd... kms: Add CRTC representation (*)
  4d3e804... kms: Add plane representation (*)
  065bf75... output/kms: Make drmModeEncoderPtr array local (*)
  5d5d296... gpu/kms: Fix connector id type in helper (*)
  f59d62b... kms: Add connector representation (*)
  1f62a8d... crtc/kms: Don't redefine META_MONITOR_N_TRANSFORMS (*)
  596376c... crtc/kms: Outsource CRTC state fetching to MetaKmsCrtc (*)
  f2d9a11... output/kms: Outsource connector state fetching to MetaKmsCo (*)
  aba6893... gpu/kms: Init global mode list from MetaKmsConnectors (*)
  d84c726... crtc/kms: Use MetaKmsPlane to check supported rotations and (*)
  691d58e... gpu/kms: Remove unused typedef (*)
  2bbd2e5... kms: Add API to post callbacks out of the impl context (*)
  ca21ca6... kms: Add API to add a GSource that'll be invoked in the imp (*)
  2238c9f... kms: Add API to register impl file descriptors (*)
  8932388... backend/native: Move some KMS utilities to its own file (*)
  bea7600... logical-monitor: Pass output when iterating over CRTCs (*)
  75dff3e... backend/native: Add and use transactional KMS API (*)
  6aa1026... kms: Add high level code documentation (*)
  22a91f2... backends/native: Add some KMS debug logging (*)
  57dfe46... kms-update: Seal updates when posting them (*)
  70bacb9... cogl: Remove CoglError wrapper (*)
  0bf0366... Update Croatian translation (*)
  740a620... wayland/pointer-constraints: Fix build when native backend  (*)
  181c7ca... wayland: Use right sign for workspace ID (*)
  c35e561... xwayland: Use g_get_host_name instead of gethostname (*)
  0185909... window-x11: Fix _XOPEN_SOURCE usage for gethostname on Free (*)
  6055f04... display: Remove _XOPEN_SOURCE definition (*)
  eccc791... workspace: Focus only ancestors that are focusable (*)
  e1f839f... tests: Add 'accept_focus' command to runner and client (*)
  f2d2d47... tests: Add 'can_take_focus' command to runner and client (*)
  2fc7760... tests, stacking: Add tests with no-input and no-take-focus  (*)
  51f9e04... test-runner: Add 'assert_focused' command (*)
  fcb408a... tests: Verify focused window in closed-transient tests (*)
  d08763c... test-runner: Add 'sleep' command (*)
  6022b23... test-runner: Add 'dispatch' command (*)
  f71151a... window-x11: Focus the default window with delay while waiti (*)
  e14613e... window: Warn if try to focus unmanaging windows (*)
  c655166... kms-impl/simple: Removing extra semi colon (*)
  68f18f1... monitor-manager/kms: Use KMS abstraction to get and set CRT (*)
  bd7704f... meta: Make MetaBackgroundGroup derivable (*)
  980d9b1... monitor-manager/dummy: Make modes env var override the defa (*)
  2073188... monitor-manager/dummy: Fix name of mode debug env var (*)
  bd0743a... ci: Install sysprof dependency from copr (*)
  832fc79... backends: Add missing code to restore NumLock state on X11 (*)
  2b519cb... backends: Move numlock persistence handling here (*)
  feb9d12... window-x11: Fix typo (*)
  6fc4cd3... build: Bump gsettings-desktop-schemas requirement (*)
  1767672... Bump version to 3.33.3 (*)
  5e46940... ci: Drop old gsettings-desktop-schemas package versions (*)
  fefac75... ci/Dockerfile: Add commands for regenerating (*)
  54fe0d3... ci/Dockerfile: Add mesa crash fix (*)
  d7d75dd... cogl-trace: Include cogl-trace.h even when not tracing (*)
  f2fb394... wayland/surface: Post error on invalid scale (*)
  85f4772... backend/native: Fix compiler warning w/out EGL device (*)
  7229a07... window-actor: Remove left-over parent field (*)
  ca88826... remote-desktop-session: Remove unnecessary include (*)
  06a7c22... ci: Test building without native backend support (*)
  8c339da... renderer/native: Remove left-over function declarations (*)
  0756fd4... renderer/native: Queue mode reset from new rebuild_views vf (*)
  70de90e... renderer/native: Discard page flip retries when rebuilding  (*)
  c3c6668... monitor-manager: Add `get_vendor_name` API (*)
  6541d49... monitor: Add display name (*)
  bca08c2... monitor-manager: Use `meta_monitor_get_display_name()` API (*)
  b138006... wayland/xdg-output: Add xdg-output v2 support (*)
  dc5925b... kms-plane: Restore adding format fallbacks (*)
  1206879... kms-plane: Include <drm_fourcc.h> (*)
  22978b9... Update POTFILES.in (*)
  f1837b7... compositor: Replace tabs with spaces (*)
  7645c51... compositor: Only disconnect/connect top-window signals if i (*)
  b850f5a... compositor: Use direct access to disconnect top window acto (*)
  4061c83... window-actor: Use vfunc to set the surface actor (*)
  7776941... window-actor: Set actor as compositor private in window bef (*)
  d7d97f2... surface-actor-x11: Assign X11 Display only if we have resou (*)
  de97b54... surface-actor-x11: Bind the surface actor resources to wind (*)
  da7372a... window-actor/x11: Fix include macros (*)
  4624874... window-actor/wayland: Don't set set_surface_actor vfunc (*)
  a8f8bc5... window-actor: Always chain up to parent's dispose vfunc (*)
  f2f4af0... window-actor: Make it clearer that the surface actor doesn' (*)
  1c25b75... kms-impl-device: Fail if we can't enable universal planes (*)
  5cb6286... kms-impl-device: Fail up front if we can't retrieve DRM res (*)
  73f83f1... Update Friulian translation (*)
  5bd85ef... clutter/main: Remove shader stack (*)
  ad220fc... clutter/main: Remote global motion event handling (*)
  6b853ff... clutter/main: Remove clutter_clear_glyph_cache (*)
  7419ab7... clutter/main: Remove ClutterFontFlags and family (*)
  b86a67c... clutter/main: Remove clutter_redraw (*)
  25376b3... clutter/main: Remove clutter_get_show_fps (*)
  7d96741... clutter/main: Remove various deprecated thread functions (*)
  65c5260... clutter/main: Remove deprecated input device functions (*)
  5ed9abd... clutter/main: Remove the rest of deprecated functions (*)
  b0b1ff3... clutter/main: Simplify thead lock handling (*)
  01e20a6... compositor: Don't emit size-changed when only position chan (*)
  5a4bc15... workspace-manager: Expose layout properties (*)
  040de39... window: Don't use button grab modifiers with inhibit shortc (*)
  2658466... clutter: Remove "has_xinput" x11 API
  34249c0... Drop xinput2 version checks
  9fe756a... clutter: Move scattered x11 keymap code into ClutterKeymapX
  b95963b... clutter: Use G_DECLARE_DERIVABLE_TYPE for ClutterDeviceMana
  aaf3abb... clutter: Drop ClutterEventTranslator interface
  b4a0801... clutter: Remove ClutterEventExtender interface
  708c875... clutter/cally: Remove needless per-backend code in cally
  fa2f7e4... clutter: Drop _() define
  52fe47a... clutter: Remove event retrieval toggle
  0d2986d... clutter: Remove support for foreign stages
  d8b290f... clutter: Move X11 input to src/backends/x11
  b3ad427... backends: Don't use glib types
  dee4061... backends: Move nested stage to src/backends/x11/nested
  acd0b33... clutter: Drop unused function to translate to screen coordi
  2a7e5ce... clutter: Drop functions to get XVisualInfo
  05a6de0... clutter: Move evdev input to src/backends/native
  97522e7... clutter: Move tests to src/tests
  c09d2c0... tests: Move clutter-test-utils.[ch] to src/tests

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