[mutter] (94 commits) Non-fast-forward update to branch wip/garnacho/virtual-input-device



The branch 'wip/garnacho/virtual-input-device' 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:

  2345f72... clutter: Add virtual input device API
  648064e... ClutterDeviceManagerEvdev: Split out seat into a separate f
  fffc893... ClutterVirtualInputDevice: Keep track of the device manager
  c1184e4... clutter/evdev: Move keyboard and pointer notification into 
  38819f5... ClutterVirtualInputDevice: Store the device type
  47d3b0c... ClutterVirtualInputDeviceEvdev: Construct with a specific s
  838a564... ClutterVirtualInputDeviceEvdev: Create associated ClutterIn
  4b73cdd... ClutterVirtualInputDeviceEvdev: Forward motion events
  3635862... ClutterSeatEvdev: Keep track of button count
  9383746... ClutterVirtualInputDeviceEvdev: Forward button and key pres
  14bf5ac... backends: Prepare for virtual devices
  e4fe874... clutter: Fix typo
  625c00a... clutter: Fix typo
  3f5a844... clutter: Make ClutterVirtualInputDevice::device-type an enu
  f3c4a44... clutter/evdev: Use the "master" device when looking up the 
  646faeb... clutter/evdev: Ensure the main seat has the stage set.
  c169acd... clutter/evdev: Ensure the seat sets an stage on core keyboa
  ec9f915... clutter/evdev: Set stage on ClutterVirtualInputDevice child
  6901c74... clutter/evdev: Initialize seat_evdev->manager_evdev
  33b8a3f... clutter/evdev: Allow specifying the ClutterInputMode of vir
  fcb7421... clutter: Make ClutterVirtualInputDevice public
  8d35db4... clutter/evdev: Remove unused code

Commits added to the branch:

  b281f95... wayland-surface: Make get_relative_coordinates() accurate f (*)
  a1bedd4... clutter: Remove leftover wayland backend references (*)
  90de521... Make mutter manage its own clutter backends (*)
  e2f5579... cogl: Don't undef __INSIDE_COGL_H__ in file not defining it (*)
  d6cde4b... cogl: Add API for setting custom winsys (*)
  4d13f6e... cogl: Expose winsys vtable getters (*)
  bf71cb2... Don't use config.h in clutter and cogl (*)
  bdc68ef... cogl: Fix signage miss match warnings (*)
  f1b7b41... Update .gitignore (*)
  d63e945... cogl: Remove some now dead code (*)
  95a6885... configure.ac: Add AC_GNU_SOURCE (*)
  e05f48f... Make it possible to include private cogl API from mutter (*)
  f096cc3... launcher: Expose KMS fd (*)
  dd1eaeb... Use correct cogl object types (*)
  feb4c36... main: Add --x11 command line argument (*)
  9c0fa58... clutter/tests/conform: Fix actor-offscreen-redirect (*)
  2facf26... clutter: Add test .gitignore files (*)
  a54042e... Introduce MetaRenderer (*)
  b2a62e6... native: Pass KMS fd to renderer (*)
  2ceff4e... Create cogl renderer in MetaRenderer (*)
  e420f38... Move cogl KMS winsys into the native backend (*)
  27ac0b7... MetaRendererNative: Absorb CoglRendererKMS (*)
  44628bf... MetaRendererNative: Absorb CoglDisplayKMS (*)
  ec1da58... MetaRendererNative: glib:ify a couple of struct fields (*)
  12ef1a5... backends/native: Let the monitor manager manage KMS modes (*)
  8bebb81... Let MetaMonitorManagerKms handle page flips (*)
  942fead... ClutterStageX11: Don't exposed unused function (*)
  2c439de... ClutterStageX11: Move macro to .c file (*)
  f31d71c... ClutterStageX11: Remove dead code (*)
  085df11... plugins/default: Make the background a vignette (*)
  55726e7... backends: Make clutter stage resizing more explicit (*)
  c3d2352... Explicitly create per backend stage windows (*)
  14dbdfe... Get rid of ClutterStageEglNative (*)
  df0805f... ClutterStageWindow: Remove dirty_back_buffer vfunc (*)
  767e121... ClutterStageCogl: Let the sub-classes handle the onscreen (*)
  a465e4c... compositor: Initiate cogl context field on creation (*)
  7f0e6b9... compositor: Don't access use the onscreen framebuffer direc (*)
  c498bce... cogl: Add API to get the texture from an offscreen (*)
  749237a... MetaWindowGroup: Only compensate for transforms when in clo (*)
  566c28b... Introduce regional stage rendering (*)
  44b163e... renderer-native: Meta:ify a struct (*)
  2eb8432... renderer-native: Rename cogl vfunc implementations (*)
  92341e7... MetaRendererNative: Make cogl variables obvious via their n (*)
  28a898a... Use signals instead of onscreen framebuffer frame callbacks (*)
  d7b8779... backend: Ensure the backend gets notified of monitor state  (*)
  aecd98b... backends/native: Support drawing onto multiple onscreen fra (*)
  e891a8b... renderer-native: Resize legacy onscreen before panting (*)
  ea64e0a... cogl: Fix a bunch of GISCAN warnings (*)
  21f2f52... ClutterTexture: Remove texture pixel format access (*)
  b4b13ac... clutter: Remove ClutterFixed (*)
  2547a7c... ClutterBezier: Make a private copy of sqrti from cogl (*)
  aafdb6b... clutter/evdev/clutter-xkb-utils.c: Include clutter-build-co (*)
  1ca9d8a... cogl: Remove CoglFixed (*)
  3450b51... cogl: Remove CoglClipState (*)
  835ded3... cogl: Remove deprecated CoglTexture functions (*)
  eed7165... Don't pretend we don't have CoglShader (*)
  d62d780... Remove cogl-1.0 vs cogl-2.0 vs cogl experimental API split (*)
  a40e463... clutter: Remove clutter-build-config.h.in (*)
  75c3cf0... cogl: Remove support for not building with glib/gtype suppo (*)
  cd0f8e5... cogl: Let the g-ir-scanner see the type structs typedefs (*)
  ff6186f... clutter: Add capture API for reading stage pixels (*)
  f18e2a8... Fix out-of-tree building (*)
  a75e2ac... Revert "main: Add --x11 command line argument" (*)
  0745734... clutter: Fix a compiler warning (*)
  daf5a11... meta/boxes: typedef cairo_rectangle_int_t MetaRectangle (*)
  a310ba7... build: Dist cogl-mutter/cogl-clutter headers (*)
  454fdc4... clutter: Add virtual input device API
  fc39451... ClutterDeviceManagerEvdev: Split out seat into a separate f
  2c96d69... ClutterVirtualInputDevice: Keep track of the device manager
  3e017fb... clutter/evdev: Move keyboard and pointer notification into 
  fb7e4f8... ClutterVirtualInputDevice: Store the device type
  7c72e29... ClutterVirtualInputDeviceEvdev: Construct with a specific s
  f38183a... ClutterVirtualInputDeviceEvdev: Create associated ClutterIn
  96222fd... ClutterVirtualInputDeviceEvdev: Forward motion events
  c1c642b... ClutterSeatEvdev: Keep track of button count
  60e01b2... ClutterVirtualInputDeviceEvdev: Forward button and key pres
  49cba37... backends: Prepare for virtual devices
  88fa51b... clutter: Fix typo
  1f42bad... clutter: Fix typo
  4f79fa1... clutter: Make ClutterVirtualInputDevice::device-type an enu
  fb08d83... clutter/evdev: Use the "master" device when looking up the 
  2e8904a... clutter/evdev: Ensure the main seat has the stage set.
  ceb5d9b... clutter/evdev: Ensure the seat sets an stage on core keyboa
  60e5cac... clutter/evdev: Set stage on ClutterVirtualInputDevice child
  b58e047... clutter/evdev: Initialize seat_evdev->manager_evdev
  5667466... clutter/evdev: Allow specifying the ClutterInputMode of vir
  6912603... clutter: Make ClutterVirtualInputDevice public
  8c70fba... clutter/evdev: Remove unused code
  106811f... clutter/evdev: Make clutter_device_manager_get_device() loo
  4c5b08b... clutter/evdev: Free the main seat on device manager finaliz
  96fea04... clutter/evdev: Unset the current stage from the main seat w
  3965e40... clutter/evdev: Update xkb state on main seat too
  c0100ea... clutter: Add ClutterVirtualInputDevice vmethod to notify ke
  48828a8... clutter/evdev: Implement ClutterVirtualInputDevice::notify_

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