Benjamin Otte
|
380494c1d7
|
API: Remove gtk_drag_dest_set_proxy()
Proxies were only used by GtkSocket.
|
2016-10-16 18:17:21 +02:00 |
|
Matthias Clasen
|
6ac7b54378
|
dnd: Move GtkDragDest to a separate file
This follows what was done for GtkDragSource in
415030d25f and shaves another
500 lines off gtkdnd.c.
|
2016-03-25 15:37:20 -04:00 |
|
Benjamin Otte
|
7a154d9acd
|
dnd: Add gtk_drag_set_icon_definition()
... and use it for entry icons.
As a side effect, icons dragged from entries will now resize to DND
size.
|
2015-12-02 00:29:30 +01:00 |
|
Benjamin Otte
|
1c96b703a6
|
dragsource: Store an itemdefinition, not an iconhelper
The icon is never rendered, so there's no need for the extra iconhelper
code.
|
2015-12-02 00:29:29 +01:00 |
|
Benjamin Otte
|
415030d25f
|
dnd: Split GtkDragSourceSite into its own file
|
2015-11-25 20:31:27 +01:00 |
|
Matthias Clasen
|
0a5e216d42
|
DND: Move private api to a private header
|
2015-05-16 17:54:01 -04:00 |
|