[gtk] (53 commits) Non-fast-forward update to branch wip/otte/dnd



The branch 'wip/otte/dnd' 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:

  0ee542e... dnd: Add GdkDrop base class for GdkDragContext
  7be144b... drop: Move gdk_drop_read_async() to GdkDrop class
  34c2e1b... dnd: Remove GDK_ACTION_DEFAULT and GDK_ACTION_PRIVATE
  7b2e2d6... dnd: Add gdk_drag_action_is_unique()
  8aadfd7... wayland: Set correct variable
  0c1f739... x11: Remove unused variables
  2d6e88e... dnd: Make actions a private member variable
  b36c5e4... dnd: Add gdk_drop_get_actions()
  63571fc... dnd: Move the gdk_drag_status() function
  ed8423e... dnd: Rename gdk_drop_finish() => gdk_drag_finish()
  60d8380... dnd: Get rid of gtk_drag_finish()
  390012a... dnd: Add gdk_drop_finish()
  b5d8915... widget: Make GtkWidgetClass::drag_leave() take a GdkDrop
  d4b8579... drop: Add gdk_drop_get_drag()
  2a85948... dnd: Make drag-data-received use a GdkDrop
  f40f33a... dnd: Make drag-motion and drag-drop signals use GdkDrop
  e2891cd... dnd: Remove GdkDragContext::commit_drag_status() vfunc
  0964f2b... wayland: Fix drop operations for new semantics
  83af276... dnd: Add gdk_event_get_drop()
  0d78bc7... x11: Don't sneakily allocate memory in initializers
  7f71516... display: Don't wake up the main loop anymore
  41cc232... drop: Add GdkDrop:surface property
  9870688... drop: Add private API for event emission
  7ff9738... wayland: Use new DND event emitters
  de3a0db... win32: Use new DND event emitters
  af70ca4... x11: Use new DND event emitters
  70ef32b... x11: Refactor DND filter
  1413ce1... events: Make GdkEventDND have a GdkDrop member
  3c4d135... wayland: Remove a bunch of unused functions
  cde1ee8... wayland: Split drop context into GdkWaylandDrop
  31e850c... wayland: Get rid of GdkWaylandSelection
  637d5d6... gdk: Remove leftover type from autocleanup
  58a6c8f... dnd: Move GdkDragAction to gdktypes.h
  bce4305... wayland: Store the current drag operation
  431f78a... x11: Find dest drops differently
  8d1bdce... x11: Pass the drag source when creating a drop context
  209ceaa... drop: Implement shortcut for local DND
  604a85b... dnd: Add read_value() and read_text() functions to GdkDrop
  ad7d4ac... GDK W32: Adapt to GdkDrop and GdkDragContext changes
  bdc37cf... GDK W32: Remove unused files
  00a1716... x11: Replace the hardcoded DND filter
  7769be2... dnd: Implement gtk_drag_get_source_widget() differently
  b8b9cc3... dnd: Remove gdk_drag_context_get_dest_surface()
  3939ac4... broadway: Remove unused variable
  178a569... x11: switch a bunch of variable types
  9d79769... x11: Remove unused argument
  20c7a74... x11: Change the way local Drop => Drag is shortcut
  655d886... x11: Handle events on drag side differently
  42ebcf2... imcontext: Make size arguments be gsize and not int
  5a1e783... x11: Split drag and drop contexts
  cf86c1e... x11: Store the source surface as an XID
  00c0b68... xxx

Commits added to the branch:

  782c329... imcontext: Make size arguments be gsize and not int
  967e6e5... dnd: Add GdkDrop base class for GdkDragContext
  eec5c1f... drop: Move gdk_drop_read_async() to GdkDrop class
  7b6b8c5... dnd: Remove GDK_ACTION_DEFAULT and GDK_ACTION_PRIVATE
  deba03f... dnd: Add gdk_drag_action_is_unique()
  fdb52f5... wayland: Set correct variable
  8faabca... x11: Remove unused variables
  dce7391... dnd: Make actions a private member variable
  de66033... dnd: Add gdk_drop_get_actions()
  026060a... dnd: Move the gdk_drag_status() function
  cff1fe5... dnd: Rename gdk_drop_finish() => gdk_drag_finish()
  908fa0c... dnd: Get rid of gtk_drag_finish()
  9639749... dnd: Add gdk_drop_finish()
  8d05f5e... widget: Make GtkWidgetClass::drag_leave() take a GdkDrop
  63a2df5... drop: Add gdk_drop_get_drag()
  7701d71... dnd: Make drag-data-received use a GdkDrop
  7f811b2... dnd: Make drag-motion and drag-drop signals use GdkDrop
  c609d3a... dnd: Remove GdkDragContext::commit_drag_status() vfunc
  3407549... wayland: Fix drop operations for new semantics
  6802ac4... dnd: Add gdk_event_get_drop()
  2398f62... x11: Don't sneakily allocate memory in initializers
  345ff5e... display: Don't wake up the main loop anymore
  0ac1717... drop: Add GdkDrop:surface property
  3fbf45d... drop: Add private API for event emission
  3078dd8... wayland: Use new DND event emitters
  0dc975a... win32: Use new DND event emitters
  7a041df... x11: Use new DND event emitters
  564ffdd... x11: Refactor DND filter
  ce62037... events: Make GdkEventDND have a GdkDrop member
  b48d878... wayland: Remove a bunch of unused functions
  44ca9cc... wayland: Split drop context into GdkWaylandDrop
  cebc5ee... wayland: Get rid of GdkWaylandSelection
  1a5d8ea... gdk: Remove leftover type from autocleanup
  c400618... dnd: Move GdkDragAction to gdktypes.h
  5396043... wayland: Store the current drag operation
  91e526b... x11: Find dest drops differently
  5e918a4... x11: Pass the drag source when creating a drop context
  92e21e6... drop: Implement shortcut for local DND
  a4f252a... dnd: Add read_value() and read_text() functions to GdkDrop
  d66eb13... GDK W32: Adapt to GdkDrop and GdkDragContext changes
  171fd20... GDK W32: Remove unused files
  13b4a18... x11: Replace the hardcoded DND filter
  b1c4137... dnd: Implement gtk_drag_get_source_widget() differently
  30dc766... dnd: Remove gdk_drag_context_get_dest_surface()
  3559380... broadway: Remove unused variable
  45829af... x11: switch a bunch of variable types
  4da3ea2... x11: Remove unused argument
  ad0b3c7... x11: Change the way local Drop => Drag is shortcut
  4ce6aa2... x11: Handle events on drag side differently
  6d3ea91... x11: Split drag and drop contexts
  9a23ed8... x11: Store the source surface as an XID
  5ffb8c7... xxx
  54be902... surface: Kill event masks


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]