[gtk] (69 commits) Non-fast-forward update to branch dnd-gestures-2
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (69 commits) Non-fast-forward update to branch dnd-gestures-2
- Date: Sat, 4 Jan 2020 17:52:38 +0000 (UTC)
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:
886eeaf... Remove primary monitors
5c1a519... docs: Add content format api
8c60742... marshalers: Add another
9da3976... Add a GtkDragSource object
21a679c... dnd: Patch up gtk_drag_get_source_widget
4511a04... label: Port to GtkDragSource
17d51ab... linkbutton: Port to GtkDragSource
fcc0ec3... calendar: Port to GtkDragSource
febc54d... entry: Port icon dnd to GtkDragSource
8b9beb2... text: Convert to GtkDragSource
7ee59c6... textbuffer: Add a content provider api
fa01b57... textview: Port to GtkDragSource
9aff1ad... Add (de)serializers for GdkRGBA
ed0d394... Add a generic callback content provider
87875b2... colorbutton: Port to GtkDragSource
1273b2e... colorswatch: Convert to GtkDragSource
256dd0a... pathbar: Convert to GtkDragSource
8f2f603... gtk-demo: Convert the clipboard demo to GtkDragSource
3860726... iconbrowser: Port to GtkDragSource
e035725... Add another callback-based provider
77f78d8... iconview: Port to GtkDragSource
ee6540e... placessidebar: Port to GtkDragSource
eef8a74... treeview: Port to GtkDragSource
fe1a5b9... filechooser: Port to GtkDragSource
9ac0450... notebook: Port to GtkDragSource
ed674f4... tests: Convert to GtkDragSource
a79e858... Remove traditional drag source API
900fa53... docs: Mention DND in the migration guide
fb0c34c... Move the rest of the drag-source api over
b2efd6b... Hook up the GtkDragSource docs
032ba31... Add a GtkDropTarget object
d336e59... drop: Add a convenience api
71bb60f... gtk-demo: Convert clipboard demo to GtkDropTarget
6bc5efe... calendar: Port to GtkDropTarget
1a9c0f9... colorbutton: Port to GtkDropTarget
26ac6c5... colorswatch: Port to GtkDropTarget
8f00596... text: Port to GtkDropTarget
776b9c8... window: Port to GtkDragDest
b17eee6... expander: Port to GtkDropTarget
b02008b... stackswitcher: Port to GtkDropTarget
8a6c382... filechoserbutton: Convert to GtkDropTarget
2d0f213... textview: Port to GtkDropTarget
7456ef4... treeview: Port to GtkDropTarget
f4aed25... testdnd2: Port to GtkDropTarget
69dc6e3... testdnd: Convert to GtkDropTarget
94182dc... testlist3: Convert to GtkDropTarget
567f8f4... testtoolbar: Convert to GtkDropTarget
c5ed6ed... testnotebookdnd: Fix, partially
b67a204... testtreednd: Convert to GtkDropTarget
1b05c32... notebook: Convert to GtkDropTarget
9a3c844... listbox: Remove unhighlighting
cdd2ba5... Move some remaining api over
7cb778a... Remove old drag dest api
7fc2398... Add an async read function for selection
8e77dc8... iconview: Port to GtkDropTarget
4beb20a... placessidebar: Port to GtkDropTarget
6e22f57... filechooser: Convert to GtkDropTarget
27e3589... testlist3: Use async read api for selection
93e9c69... testtreednd: Use the new asyn selection read
458ae48... iconview: Avoid drag-data-received
b63c8ad... treeview: Stop using ::drag-data-received
0825a90... Remove gdk_drag_get_data
731afe9... Remove gtkdnd.h
b151388... wayland: Clean up drags
221028c... wayland: Finish pending offer handling
dca464f... wayland: Fix action handling more
Commits added to the branch:
47e6b88... wayland: Clean up drags (*)
709ebce... wayland: Finish pending offer handling (*)
8c77491... wayland: Fix action handling more (*)
6cef520... wayland: Minor cleanup (*)
814d20d... docs: Small clarifications to DND docs (*)
759d53c... wayland: Don't artificially prefer ASK (*)
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
95cb1ac... drop: Add a convenience api
13c3dde... gtk-demo: Convert clipboard demo to GtkDropTarget
8b44fea... calendar: Port to GtkDropTarget
f07201c... colorbutton: Port to GtkDropTarget
c3ffd09... colorswatch: Port to GtkDropTarget
3b85c6f... text: Port to GtkDropTarget
0b31235... window: Port to GtkDragDest
8884c41... expander: Port to GtkDropTarget
c1a1a91... stackswitcher: Port to GtkDropTarget
aebbee0... filechoserbutton: Convert to GtkDropTarget
1892c5e... textview: Port to GtkDropTarget
f384215... treeview: Port to GtkDropTarget
adc149a... testdnd2: Port to GtkDropTarget
1d024d5... testdnd: Convert to GtkDropTarget
420e6ed... testlist3: Convert to GtkDropTarget
73c4dc8... testtoolbar: Convert to GtkDropTarget
6f34ee2... testnotebookdnd: Fix, partially
d03dc59... testtreednd: Convert to GtkDropTarget
d0031dd... notebook: Convert to GtkDropTarget
18e7ad6... listbox: Remove unhighlighting
b5ca10d... Move some remaining api over
4fce7b7... Remove old drag dest api
11d3604... Add an async read function for selection
50ca3f4... iconview: Port to GtkDropTarget
017ef8b... placessidebar: Port to GtkDropTarget
55fd4e6... filechooser: Convert to GtkDropTarget
caa166e... testlist3: Use async read api for selection
3d9905c... testtreednd: Use the new asyn selection read
51b3620... iconview: Avoid drag-data-received
8490481... treeview: Stop using ::drag-data-received
8e61060... Remove gdk_drag_get_data
b56f4e9... Remove gtkdnd.h
f7573cc... testdnd2: Add a test for ASK handling
(*) 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]