[mutter] (92 commits) Non-fast-forward update to branch wip/carlosg/sanitize-gestures



The branch 'wip/carlosg/sanitize-gestures' 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:

  8b33cbf... clutter: Drop default action of Pan action
  57be808... clutter: Drop default "rotate" action in ClutterRotateActio
  6938038... clutter: Drop default "zoom" action in ClutterZoomAction
  60a0bdd... clutter: Drop ClutterSwipeAction::swipe default vmethod
  dbea61b... clutter: Drop ClutterZoomGesture's zoom-axis property/metho
  9519243... clutter: Add information about event phase in ClutterAction
  dfde70b... clutter: Add handle_event vfunc to ClutterAction
  fb8b324... clutter: Move ClutterClickAction to the handle_event vfunc
  e854b7e... clutter: Move ClutterGestureAction to the handle_event vfun
  d5703af... clutter: Carry accounting on double/triple clicks in Clutte
  9622630... frames: Keep accounting of double clicks in place
  16bedc5... clutter: Make ClutterClickAction independent of click count
  35cba21... tests: Drop dependency on click count
  447d356... clutter: Drop click count from button events

Commits added to the branch:

  136caca... clutter/stage: Only add paint volumes of mapped actors to s (*)
  1a978df... clutter: Remove clutter_container_sort_depth_order (*)
  d5dd8eb... clutter: Remove clutter_container_lower_child (*)
  8d1105a... clutter/container: Remove clutter_container_raise_child (*)
  fbcb078... clutter/container: Remove clutter_container_get_children (*)
  3768efe... clutter/offscreen-effect: Consider paint volumes at negativ (*)
  fbb5862... clutter: Remove left-over xinput debug code (*)
  a545fec... clutter/x11: Remove X11 display name field (*)
  528ae91... clutter: Remove option parsing support (*)
  bbf2f6e... clutter/backend/x11: Clean up variable naming (*)
  08c34c8... clutter/backend/x11: Clean up ClutterBackend variable namin (*)
  c653055... clutter/backend/x11: Don't keep track of a Screen pointer (*)
  c23c077... clutter/backend/x11: Remove screen dimension fields (*)
  cf1715a... backend: Get the default seat directly (*)
  1fbdfa8... clutter/backend/native: Keep a pointer to the actual backen (*)
  6ae9bc9... clutter/backend/x11: Keep a pointer to the actual backend (*)
  92b95b0... clutter/backend/x11: Make filter add/remove take a clutter  (*)
  8008f0b... Explicitly create the clutter context and backend (*)
  33cdb45... clutter: Remove CLUTTER_DEFAULT_FPS and default rate (*)
  3b9409a... clutter: Remove left over fb bit masks (*)
  85de82b... clutter: Remove 'stage cursor' feature (*)
  d9f0d93... clutter/features: Remove 'offscreen' feature (*)
  57964be... clutter/features: Remove 'swap-events' feature (*)
  b73bbec... clutter/feature: Remove static vs multiple stage feature (*)
  259a906... cogl/winsys: Remove 'multiple-onscreen' feature (*)
  7058013... clutter/stage: Remove 'minimum window size' logic (*)
  bd841e8... util: Fix placement of META_DEBUG_WAYLAND in switch stateme (*)
  3a6f6c2... util: Add 'render' debug topic (*)
  2047d2d... Introduce MetaRenderDevice{Gbm,EglStream,Surfaceless} (*)
  bece36b... renderer/native: Get bpp from gbm_bo (*)
  e078718... drm-buffer: Add getters for more metadata (*)
  99f51d2... drm-buffer: Remove left-over function declaration (*)
  6ba8636... drm-buffer: Replace 'use-modifier' boolean with flags (*)
  a1266e1... drm-buffer: Add API to export buffer file descriptor (*)
  b3dffb4... drm-buffer: Don't always generate fb_id on construction (*)
  9292eba... render-device/gbm: Add getter for gbm_device (*)
  802e7eb... render-device: Add API to allocate DMA buffers (*)
  986588a... render-device: Add API to import other buffers (*)
  8662f33... render-device: Add API to allocate dumb buffers (*)
  d4e8cfa... renderer/native: Use MetaRenderDevice (*)
  c2bb80a... util: Export and annotate meta_get_clutter_debug_flags (*)
  e8249a5... renderer/native: Log render mode per device (*)
  8fc1325... renderer/native: Try the gbm renderer before the EGLDevice  (*)
  3b6f911... clutter: Only reset preedit text if set (*)
  ac90711... wayland: Only init EGLStream controller if we didn't end up (*)
  27ce849... tests: Change how we wait for an orientation change (*)
  838d565... tests: Make it easier to keep track of where we are (*)
  7c6fe21... tests: Add additional debug in wait_for_orientation() (*)
  820aa18... backends/native: Use rtkit to get realtime priority (*)
  70a5f29... core: Drop repeated early return condition in function (*)
  0a7547a... core: Drop code to do edge resistance on timeouts (*)
  8ede36b... compositor: Remove dead code (*)
  774f120... cogl: Fix broken check for COGL_DISABLE_GL_EXTENSION envvar (*)
  e50460e... clutter: Turn warning into assert (*)
  b3046cc... backends/x11: Fix off by one in debug output (*)
  4dc0799... cogl: Plug GString leak (*)
  025dbbb... x11: Drop fallback on ~/.mutter paths (*)
  ed9650f... cogl: Plug possible GString leaks (*)
  f6726c6... cogl: Plug leak on error path (*)
  ccaa4c0... wayland: Plug leak in error condition (*)
  c869b92... cogl: Plug leak in error path (*)
  90ad8b8... clutter: Plug leak on error condition (*)
  69f9b36... xwayland: Pass the manager object to XSetIOErrorExitHandler (*)
  b4fe1fd... xwayland: Make setup/teardown a bit more symmetrical (*)
  fb78ac4... xwayland: Init/shutdown DND using MetaX11Display (*)
  39f8088... xwayland: Setup RANDR integration with MetaX11Display (*)
  1dd79c5... xwayland: Trap errors when setting primary RANDR output (*)
  257ccf5... xwayland: Unset shutdown idle id when source removed by cal (*)
  c0bc821... wayland/output: Remove wl_output global when making it iner (*)
  1f9af12... ci: Fix junit artifact file name (*)
  49aa801... gschema: Add "kms-modifiers" experimental feature descripti (*)
  331f08f... gschema: Turn experimental features into flags (*)
  87965b5... cogl: Add support for partial update (*)
  577c471... backends: Enable partial update on clipped redraws (*)
  774d7b4... Update Latvian translation (*)
  ab45ae1... x11: Initialize struct early (*)
  5125f66... core: Use b/w unicode for tablet mode OSD (*)
  af6fb2a... clutter: Fix event axes array indices in axis broadcasts (*)
  371a0f4... clutter: Drop default action of Pan action
  318b4d3... clutter: Drop default "rotate" action in ClutterRotateActio
  0d55539... clutter: Drop default "zoom" action in ClutterZoomAction
  7c91c61... clutter: Drop ClutterSwipeAction::swipe default vmethod
  a1bf019... clutter: Drop ClutterZoomGesture's zoom-axis property/metho
  d18a75f... clutter: Add information about event phase in ClutterAction
  27ed89b... clutter: Add handle_event vfunc to ClutterAction
  7177269... clutter: Move ClutterClickAction to the handle_event vfunc
  25d122b... clutter: Move ClutterGestureAction to the handle_event vfun
  2de584a... clutter: Carry accounting on double/triple clicks in Clutte
  8454e5b... frames: Keep accounting of double clicks in place
  76e3447... clutter: Make ClutterClickAction independent of click count
  64aa783... tests: Drop dependency on click count
  d6e9c22... clutter: Drop click count from button events

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