[gtk] (64 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:

  a25914e... docs: Add content format api
  fe42150... marshalers: Add another
  a70a9c8... Add a GtkDragSource object
  b0f39ae... dnd: Patch up gtk_drag_get_source_widget
  fcbe090... label: Port to GtkDragSource
  ac2cf1f... linkbutton: Port to GtkDragSource
  e5bb0bf... calendar: Port to GtkDragSource
  f0ca0ae... entry: Port icon dnd to GtkDragSource
  2141547... text: Convert to GtkDragSource
  adb91f5... textbuffer: Add a content provider api
  4160369... textview: Port to GtkDragSource
  1b197a4... Add (de)serializers for GdkRGBA
  eee913f... Add a generic callback content provider
  4266e52... colorbutton: Port to GtkDragSource
  c72c8ae... colorswatch: Convert to GtkDragSource
  29c4c9c... pathbar: Convert to GtkDragSource
  5757058... gtk-demo: Convert the clipboard demo to GtkDragSource
  6dbfbd4... iconbrowser: Port to GtkDragSource
  535e5d9... Add another callback-based provider
  6ba5e14... iconview: Port to GtkDragSource
  fdae8af... placessidebar: Port to GtkDragSource
  8db420d... treeview: Port to GtkDragSource
  56ca642... filechooser: Port to GtkDragSource
  d921b46... notebook: Port to GtkDragSource
  c9c345c... tests: Convert to GtkDragSource
  f5d507c... Remove traditional drag source API
  63cd0fd... docs: Mention DND in the migration guide
  66620e6... Move the rest of the drag-source api over
  9026138... Hook up the GtkDragSource docs
  fb6ddd6... Add a GtkDropTarget object
  267999f... drop: Add a convenience api
  2803da1... gtk-demo: Convert clipboard demo to GtkDropTarget
  e74c7bf... calendar: Port to GtkDropTarget
  dce2bdd... colorbutton: Port to GtkDropTarget
  edc0bf5... colorswatch: Port to GtkDropTarget
  dfce46c... text: Port to GtkDropTarget
  cb3b84a... window: Port to GtkDragDest
  71d9fbc... expander: Port to GtkDropTarget
  7c530ab... stackswitcher: Port to GtkDropTarget
  c8ff0b5... filechoserbutton: Convert to GtkDropTarget
  bba2e74... textview: Port to GtkDropTarget
  c9075e3... treeview: Port to GtkDropTarget
  3704e92... iconview: Port to GtkDropTarget
  cf1742a... placessidebar: Port to GtkDropTarget
  b0afc7f... testdnd2: Port to GtkDropTarget
  b947b93... testdnd: Convert to GtkDropTarget
  3bbe08e... testlist3: Convert to GtkDropTarget
  e7cc3cd... testtoolbar: Convert to GtkDropTarget
  b2e00d0... wip: filechooser conversion
  d12f35e... testnotebookdnd: Fix, partially
  6c74ec8... testtreednd: Convert to GtkDropTarget
  a2b7ac4... notebook: Convert to GtkDropTarget
  dbe3a6a... listbox: Remove unhighlighting
  98de919... Move some remaining api over
  d5e57b4... Remove old drag dest api
  dafcef6... Add an async read function for selection
  33d3ee6... testlist3: Use async read api for selection
  87f5cba... testtreednd: Use the new asyn selection read
  90906be... iconview: Avoid drag-data-received
  655e4b2... Add a text view mark/cursor test
  0af1db2... textview: Render visible marks better
  4688595... Adwaita: Make dnd marks in text views green

Commits added to the branch:

  a439be5... Remove the XIM input method (*)
  96d2bf1... Add a text view mark/cursor test (*)
  1be9c6a... Merge branch 'remove-xim' into 'master' (*)
  9c2c566... textview: Render visible marks better (*)
  df58d0a... Adwaita: Make dnd marks in text views green (*)
  189ff2d... docs: Add content format api (*)
  f8347cb... marshalers: Add another (*)
  9809a31... Add a GtkDragSource object (*)
  cd7b278... dnd: Patch up gtk_drag_get_source_widget (*)
  fef5d7d... label: Port to GtkDragSource (*)
  93f1e74... linkbutton: Port to GtkDragSource (*)
  1bc6a25... calendar: Port to GtkDragSource (*)
  63362bc... entry: Port icon dnd to GtkDragSource (*)
  adab150... text: Convert to GtkDragSource (*)
  5d7e637... textbuffer: Add a content provider api (*)
  132373f... textview: Port to GtkDragSource (*)
  f207b2b... Add (de)serializers for GdkRGBA (*)
  63856c4... Add a generic callback content provider (*)
  2941897... colorbutton: Port to GtkDragSource (*)
  7df1688... colorswatch: Convert to GtkDragSource (*)
  783af4c... pathbar: Convert to GtkDragSource (*)
  9d65f8d... gtk-demo: Convert the clipboard demo to GtkDragSource (*)
  2746082... iconbrowser: Port to GtkDragSource (*)
  ad11933... Add another callback-based provider (*)
  28aeb01... iconview: Port to GtkDragSource (*)
  4a3e75c... placessidebar: Port to GtkDragSource (*)
  caeb0d3... treeview: Port to GtkDragSource (*)
  811b100... filechooser: Port to GtkDragSource (*)
  3616c33... notebook: Port to GtkDragSource (*)
  435e4e0... tests: Convert to GtkDragSource (*)
  2b4e9e1... Remove traditional drag source API (*)
  84127c7... docs: Mention DND in the migration guide (*)
  ced714e... Move the rest of the drag-source api over (*)
  df684b8... Hook up the GtkDragSource docs (*)
  8ae5c2f... Add a GtkDropTarget object
  fcba26b... drop: Add a convenience api
  c92c49b... gtk-demo: Convert clipboard demo to GtkDropTarget
  8ab1386... calendar: Port to GtkDropTarget
  45d684b... colorbutton: Port to GtkDropTarget
  47adc68... colorswatch: Port to GtkDropTarget
  1c80afc... text: Port to GtkDropTarget
  e511aa1... window: Port to GtkDragDest
  8fa7337... expander: Port to GtkDropTarget
  efc4a41... stackswitcher: Port to GtkDropTarget
  6bb49dc... filechoserbutton: Convert to GtkDropTarget
  837af15... textview: Port to GtkDropTarget
  3aeec8e... treeview: Port to GtkDropTarget
  7da3f9a... iconview: Port to GtkDropTarget
  78835df... placessidebar: Port to GtkDropTarget
  81fc3b0... testdnd2: Port to GtkDropTarget
  932fa9c... testdnd: Convert to GtkDropTarget
  19b4e59... testlist3: Convert to GtkDropTarget
  aec3396... testtoolbar: Convert to GtkDropTarget
  18e543f... wip: filechooser conversion
  80ad992... testnotebookdnd: Fix, partially
  7361bbe... testtreednd: Convert to GtkDropTarget
  ebdb3c3... notebook: Convert to GtkDropTarget
  3bf3f11... listbox: Remove unhighlighting
  23fd0aa... Move some remaining api over
  f90be1f... Remove old drag dest api
  3e4c661... Add an async read function for selection
  d93ee09... testlist3: Use async read api for selection
  5a285ef... testtreednd: Use the new asyn selection read
  1760800... iconview: Avoid drag-data-received

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