[mutter] (83 commits) Non-fast-forward update to branch wip/tablet-protocol



The branch 'wip/tablet-protocol' 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:

  d1d4d9c... wayland: Add MetaWaylandSurface::destroy signal
  2faa028... wayland: Refactor MetaWaylandSurfaceRoleCursor
  7abd338... backend: Realize cursor on default MetaCursorRenderer paths
  f6cb8b4... protocol: Generate code for the tablet protocol
  23ce407... wayland: Add MetaWaylandTablet
  0eedfc1... wayland: Add MetaWaylandTabletTool
  faa4434... wayland: Add MetaWaylandTabletSeat
  e25a884... wayland: Add MetaWaylandTabletManager
  b96869c... wayland: Initialize the MetaWaylandTabletManager
  e9187b4... wayland: Add focus management to MetaWaylandTabletTool
  fbdbdec... wayland: Implement wl_tablet_tool device event emission
  b24de02... wayland: Implement wl_tablet_tool.set_cursor
  68d12b3... wayland: Let MetaWaylandTabletManager process tablet events
  71fd839... wayland: Implement tool notification
  7de133c... wayland: Add methods to update the position of different to
  d770b6f... core: Update tablet cursors
  be6d1fb... wayland: Ensure each MetaWaylandSeat gets its MetaWaylandTa

Commits added to the branch:

  d340c3a... wayland: Don't unset surface->buffer when wl_buffer destroy (*)
  f0b8dad... Updated Slovak translation (*)
  1a36537... wayland: Close primary selection fd after gtk_primary_selec (*)
  1e0abc5... Updated Galician translations (*)
  ae3fad7... Updated Lithuanian translation (*)
  800c0c2... Updated Spanish translation (*)
  c52f716... Updated Russian translation (*)
  d694244... Updated Hebrew translation (*)
  ceae5dc... Bump version to 3.19.91 (*)
  96927b3... wayland: Don't access the cursor wl_buffer when updating th (*)
  e6eb5c3... Update Latvian translation (*)
  169f0e7... wayland: Emit signal on selection data source destruction (*)
  da28d7a... wayland: Emit signal on primary selection data source destr (*)
  a94e640... xwayland: Fix possible cancellation of wayland data sources (*)
  ed686ab... Updated Hungarian translation (*)
  2ff61a7... Updated French translation (*)
  9987185... Updated Slovenian translation (*)
  613cadd... Updated Slovenian translation (*)
  2d65b48... tests: Ensure tests run in a nested mutter (*)
  0882bce... startup-notification: Ensure provided timestamp is always a (*)
  62ac9df... MetaWaylandPointerConstraint: Fix effective region calculat (*)
  4abfb29... MetaWaylandPointerConstraint: Use NULL for infinite region (*)
  20908b9... MetaWaylandPointerConstraint: Make per surface state a quar (*)
  6396974... MetaWaylandPointerConstraint: Use own 'appears-focused' sig (*)
  b04747b... MetaWaylandPointerConstraint: Unset is_enabled state when d (*)
  1c94d0e... MetaWaylandPointerConstraint: Require 'appears-focused' to  (*)
  517078d... MetaWaylandPointerConstraint: Disable if 'appears-focused'  (*)
  d4b0c21... MetaWaylandPointerConstraint: Maybe enable on window 'raise (*)
  9df99d8... Updated Serbian translation (*)
  f8c7049... wayland: Small code cleanup in meta_wayland_drag_grab_set_f (*)
  3b023ea... wayland: Start drags from the press position (*)
  fea1ddc... wayland: Don't invent our own unstable protocol semantics (*)
  9f1d115... wayland: Namespace gtk_shell request handlers (*)
  417cb2b... bell: Let the X11 caller deal with the X11 fallback (*)
  4af908a... wayland: Add system bell support via gtk_shell (*)
  99bba9e... bell: Flash whole window if the window had no frame (*)
  f6ba3bd... wayland: Add gtk_surface.present to gtk-shell (*)
  ca1b438... shaped-texture: Invalidate mask texture when main texture c (*)
  c380f2e... wayland-pointer: Drop a phony signal disconnect (*)
  8b801aa... Handle meta_screen_get_monitor_for_point() returning NULL (*)
  868b3fd... unit-tests: Fix const compiler warning (*)
  9b39325... display: Fix typo (*)
  82153ff... wayland: Always send focus() when starting a pointer grab (*)
  51e4491... wayland: Force an initial focus in meta_wayland_drag_grab_s (*)
  3d67bfd... wayland: Implement support for the x-rootwindow-drop target (*)
  223bfb1... Updated Swedish translation (*)
  4749bf0... Updated Korean translation (*)
  f2ff0b6... [l10n] Updated Catalan translation (*)
  7a94fa3... Updated Greek translation (*)
  7517c91... Bump version to 3.19.92 (*)
  e427aa3... Updated Italian translation (*)
  8b1195b... Updated Danish translation (*)
  92c8a51... bell: Fallback to fullscreen flash if no window was passed (*)
  190357c... surface-actor-x11: Unredirect ARGB32 windows with full opaq (*)
  3a4ae67... common: Remove META_LAYER_FOCUSED_WINDOW (*)
  f95f3b1... Update .gitignore (*)
  1d56aac... Bump version to 3.20.0 (*)
  0e0915e... Updated Basque language (*)
  0559b8f... Updated Dutch translation by Nathan Follens (*)
  2ca3d30... Added Friulian translation (*)
  12a3125... Updated Friulian translation (*)
  623eb6e... Updated Vietnamese translation (*)
  aa7bc50... wayland: Replace buffer destroy wl_signal with a GObject si (*)
  10a0114... wayland: Move buffer use count to MetaWaylandSurface (*)
  f44238a... MetaWaylandSurface: Keep an extra buffer use count for role (*)
  7173937... wayland/cursor: Keep a private use count and reference to a (*)
  18701ee... wayland: Add MetaWaylandSurface::destroy signal
  25eaa42... wayland: Refactor MetaWaylandSurfaceRoleCursor
  b7b4aa9... backend: Realize cursor on default MetaCursorRenderer paths
  e9fca1d... protocol: Generate code for the tablet protocol
  cd04303... wayland: Add MetaWaylandTablet
  1e306f0... wayland: Add MetaWaylandTabletTool
  652ce0e... wayland: Add MetaWaylandTabletSeat
  1f39ccc... wayland: Add MetaWaylandTabletManager
  ac5bb8f... wayland: Initialize the MetaWaylandTabletManager
  c1698db... wayland: Add focus management to MetaWaylandTabletTool
  f0cd2d0... wayland: Implement wl_tablet_tool device event emission
  38c60d1... wayland: Implement wl_tablet_tool.set_cursor
  67aa407... wayland: Let MetaWaylandTabletManager process tablet events
  17e2251... wayland: Implement tool notification
  17e8a11... wayland: Add methods to update the position of different to
  fe834ab... core: Update tablet cursors
  843c481... wayland: Ensure each MetaWaylandSeat gets its MetaWaylandTa

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