[gtk] (100 commits) Non-fast-forward update to branch dnd-gestures-2



The branch 'dnd-gestures-2' 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:

  87b947f... docs: Add content format api
  a7d910c... marshalers: Add another
  95ccff2... Add a GtkDragSource object
  5da9fff... dnd: Patch up gtk_drag_get_source_widget
  1585ebf... label: Port to GtkDragSource
  0803407... linkbutton: Port to GtkDragSource
  52549c1... calendar: Port to GtkDragSource
  cb12463... entry: Port icon dnd to GtkDragSource
  354bc32... text: Convert to GtkDragSource
  7a45520... textbuffer: Add a content provider api
  b58f71f... textview: Port to GtkDragSource
  291143c... Add (de)serializers for GdkRGBA
  33c6936... Add a generic callback content provider
  16c09b0... colorbutton: Port to GtkDragSource
  21915fe... colorswatch: Convert to GtkDragSource
  2c4c250... pathbar: Convert to GtkDragSource
  5663141... gtk-demo: Convert the clipboard demo to GtkDragSource
  4e5da7c... iconbrowser: Port to GtkDragSource
  06eb51c... Add another callback-based provider
  c14ee91... iconview: Port to GtkDragSource
  5547db6... placessidebar: Port to GtkDragSource
  dcfe1a4... treeview: Port to GtkDragSource
  16be4e8... filechooser: Port to GtkDragSource
  fa6201c... notebook: Port to GtkDragSource
  f41411d... tests: Convert to GtkDragSource
  3b05ec7... Remove traditional drag source API
  8de53dd... docs: Mention DND in the migration guide
  9b52c91... Move the rest of the drag-source api over
  64b8b31... Hook up the GtkDragSource docs
  2ba5bca... Add a GtkDropTarget object
  26d26d4... dragdest: doc improvements
  96b9d04... drop: Add a convenience api
  dcc0074... gtk-demo: Convert clipboard demo to GtkDropTarget
  1485167... calendar: Port to GtkDropTarget
  de70b5d... colorbutton: Port to GtkDropTarget
  ad8a8cc... colorswatch: Port to GtkDropTarget
  0df3e60... text: Port to GtkDropTarget
  9f768e7... window: Port to GtkDragDest
  fd9f20a... expander: Port to GtkDropTarget
  87b41f5... stackswitcher: Port to GtkDropTarget
  31d1758... filechoserbutton: Convert to GtkDropTarget
  2835b50... textview: Port to GtkDropTarget
  3bf135c... treeview: Port to GtkDropTarget
  e6e66f3... testdnd2: Port to GtkDropTarget
  e5fd7e6... testdnd: Convert to GtkDropTarget
  fc6c994... testlist3: Convert to GtkDropTarget
  369f91b... testtoolbar: Convert to GtkDropTarget
  634bcb2... testnotebookdnd: Fix, partially
  4eaa553... testtreednd: Convert to GtkDropTarget
  cb7bf71... notebook: Convert to GtkDropTarget
  e8aee0b... listbox: Remove unhighlighting
  cc497db... Move some remaining api over
  3da0a38... Remove old drag dest api
  3ef7042... Add an async read function for selection
  542a219... iconview: Port to GtkDropTarget
  5ea3302... placessidebar: Port to GtkDropTarget
  5904799... filechooser: Convert to GtkDropTarget
  c66b47b... testlist3: Use async read api for selection
  830c10b... testtreednd: Use the new asyn selection read
  c7593d1... iconview: Avoid drag-data-received
  ba63712... treeview: Stop using ::drag-data-received
  bd0c15c... Remove gdk_drag_get_data
  519ffe1... Remove gtkdnd.h
  5e36396... testdnd2: Add a test for ASK handling
  bac21fe... dragdest: Clean up internals
  3850a8e... Drop GTK_DEST_DEFAULT_HIGHLIGHT
  52b0004... Simplify some drag dest internals
  64621df... stackswitcher: Don't highlight on dnd
  87f705c... notebook: Don't highlight unconditionally on dnd
  4b3dbc7... expander: Don't highlight on dnd
  613bdeb... droptarget: Drop defaults flags
  39c16fd... droptarget: Drop the track-motion property
  7ce8bf2... Stop passing timestamps around
  24ea13b... Drop an unused define
  a074813... dnd: Some internal restructuring
  301efe2... dnd: More internal restructuring
  125a2ac... gdk: Make gdk_event_set_coords support dnd events
  124c9c3... dnd: Another internal refactoring step
  208e3eb... More internal restructuring
  ff75746... Turn GtkDropTarget into an event controller
  d6b6036... Get rid of GtkDragDestInfo
  ca27bf8... Use normal event propagation for DND events
  4b1303b... Replace gtk_drop_target_attach/detach
  d43dd34... Move code over
  9a8f6f3... docs: Tweak GtkDropTarget docs
  b26148d... Remove an unused signal
  48ddd20... Remove gtk_drop_target_get_target
  549e246... popover: Use g_signal_connect_object on parent widget signa
  986d2dd... gdk/x11: Forward suggested action (if any) to XdndStatus

Commits added to the branch:

  3b5a4cf... Update Polish translation (*)
  f8a1f79... Merge branch 'wayland-dnd-fixes' into 'master' (*)
  2ee9752... wayland: Remove debug spew (*)
  448a402... widget: Remove an unused signal (*)
  3f4cd41... Update Catalan translation (*)
  a6babd6... docs: Add content format api
  41326e5... marshalers: Add another
  7a79d5f... Add a GtkDragSource object
  b3458ff... dnd: Patch up gtk_drag_get_source_widget
  5e03f9c... label: Port to GtkDragSource
  37157d1... linkbutton: Port to GtkDragSource
  ed87a2a... calendar: Port to GtkDragSource
  6ead717... entry: Port icon dnd to GtkDragSource
  6e3078d... text: Convert to GtkDragSource
  07c799e... textbuffer: Add a content provider api
  6ba85e8... textview: Port to GtkDragSource
  3018baa... Add (de)serializers for GdkRGBA
  665fd63... Add a generic callback content provider
  f6db7f1... colorbutton: Port to GtkDragSource
  7dacce2... colorswatch: Convert to GtkDragSource
  00de4d6... pathbar: Convert to GtkDragSource
  9cc64ba... gtk-demo: Convert the clipboard demo to GtkDragSource
  663e54c... iconbrowser: Port to GtkDragSource
  9d1a8e7... Add another callback-based provider
  3a0ed36... iconview: Port to GtkDragSource
  91bd0ee... placessidebar: Port to GtkDragSource
  e995a01... treeview: Port to GtkDragSource
  af62e05... filechooser: Port to GtkDragSource
  fad0174... notebook: Port to GtkDragSource
  54a66c0... tests: Convert to GtkDragSource
  9badf35... Remove traditional drag source API
  eb37dbd... docs: Mention DND in the migration guide
  cbd2ed3... Move the rest of the drag-source api over
  f70338b... Hook up the GtkDragSource docs
  de337ee... Add a GtkDropTarget object
  f2f1fcb... dragdest: doc improvements
  6b525d5... drop: Add a convenience api
  fdad933... gtk-demo: Convert clipboard demo to GtkDropTarget
  5ff2663... calendar: Port to GtkDropTarget
  0ec60a7... colorbutton: Port to GtkDropTarget
  29f7a26... colorswatch: Port to GtkDropTarget
  ec3b332... text: Port to GtkDropTarget
  6e8cd78... window: Port to GtkDragDest
  630a136... expander: Port to GtkDropTarget
  130e55e... stackswitcher: Port to GtkDropTarget
  3eee2dc... filechoserbutton: Convert to GtkDropTarget
  5fd417e... textview: Port to GtkDropTarget
  c50143e... treeview: Port to GtkDropTarget
  815f15b... testdnd2: Port to GtkDropTarget
  ec9169d... testdnd: Convert to GtkDropTarget
  fdb58c3... testlist3: Convert to GtkDropTarget
  4f37bd0... testtoolbar: Convert to GtkDropTarget
  e70b46c... testnotebookdnd: Fix, partially
  656eb90... testtreednd: Convert to GtkDropTarget
  39ecbda... notebook: Convert to GtkDropTarget
  877e1ef... listbox: Remove unhighlighting
  cb7ec9a... Move some remaining api over
  3154e25... Remove old drag dest api
  4fc2097... Add an async read function for selection
  0aaacd4... iconview: Port to GtkDropTarget
  3fe7396... placessidebar: Port to GtkDropTarget
  569a575... filechooser: Convert to GtkDropTarget
  c02c37c... testlist3: Use async read api for selection
  3024dad... testtreednd: Use the new asyn selection read
  5be2a99... iconview: Avoid drag-data-received
  a9579bb... treeview: Stop using ::drag-data-received
  af7234f... Remove gdk_drag_get_data
  a84e3d6... Remove gtkdnd.h
  a4c362f... testdnd2: Add a test for ASK handling
  e512602... dragdest: Clean up internals
  52d8ef3... Drop GTK_DEST_DEFAULT_HIGHLIGHT
  47b0cfc... Simplify some drag dest internals
  28c360a... stackswitcher: Don't highlight on dnd
  0443b72... notebook: Don't highlight unconditionally on dnd
  6b24061... expander: Don't highlight on dnd
  79639ca... droptarget: Drop defaults flags
  1c2c90d... droptarget: Drop the track-motion property
  a28a4e3... Stop passing timestamps around
  bbbbb07... Drop an unused define
  3c48937... dnd: Some internal restructuring
  1ea697f... dnd: More internal restructuring
  df39320... gdk: Make gdk_event_set_coords support dnd events
  97c324b... dnd: Another internal refactoring step
  17d63ba... More internal restructuring
  501aee7... Turn GtkDropTarget into an event controller
  46748c4... Get rid of GtkDragDestInfo
  899a238... Use normal event propagation for DND events
  352adf0... Replace gtk_drop_target_attach/detach
  b53e7c4... Move code over
  fa0b412... docs: Tweak GtkDropTarget docs
  1060076... Remove an unused signal
  f200cfa... Remove gtk_drop_target_get_target
  efbf6d8... popover: Use g_signal_connect_object on parent widget signa
  ae7b74c... gdk/x11: Forward suggested action (if any) to XdndStatus
  ce6f111... dragsource: Tweak api, update all callers
  92bca55... dragsource: Reshuffle api a bit
  c6fd83a... Make GtkDragIcon public
  6426402... dragsource: Use public drag icon api
  7a0a024... label: Use gdk_drag_begin
  7678e5d... calendar: Use gdk_drag_begin

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