summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd.c
Commit message (Expand)AuthorAgeFilesLines
* dnd: Make sure to free a stashed eventMatthias Clasen2016-05-051-0/+3
* dnd: Fix some issues with drag iconsMatthias Clasen2016-05-051-50/+34
* dnd: Fix lifecycle issues with widgets as drag iconsMatthias Clasen2016-05-051-0/+13
* dnd: Avoid a crashMatthias Clasen2016-02-201-1/+1
* gdk: Add GdkDragCancelReason enum as argument to GdkDragContext::cancelCarlos Garnacho2016-02-151-5/+22
* gtkdnd: Fix deprecation compile warningsCarlos Garnacho2016-01-281-7/+28
* gtkdnd: Disconnect GdkDragContext signals on gtk_drag_source_info_free()Carlos Garnacho2016-01-201-0/+13
* wayland: Implement DnD actions as per wl_data_device v3Carlos Garnacho2016-01-191-1/+10
* gtkdnd: Reset widget controllers when starting DnD.Carlos Garnacho2016-01-191-1/+4
* gtkdnd: Optionally use gdk_drag_context_manage_dnd()Carlos Garnacho2016-01-191-32/+147
* dnd: When setting a dnd icon widget, unset old oneBenjamin Otte2016-01-111-0/+2
* Use standard cursor names for DNDMatthias Clasen2016-01-081-4/+4
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-2/+2
* Use CSS syntax for drop highlightingMatthias Clasen2015-12-251-2/+2
* gtkdnd: Avoid gdk_device_manager_get_client_pointer()Carlos Garnacho2015-12-151-4/+4
* dnd: CleanupsMatthias Clasen2015-12-131-31/+13
* dnd: Stop doing cancel animation in GTK+Matthias Clasen2015-12-131-87/+23
* dnd: Pass start coordinates when creating the drag contextMatthias Clasen2015-12-131-20/+21
* dnd: pass hotspot to GDKMatthias Clasen2015-12-071-0/+2
* dnd: Remove an unused struct fieldMatthias Clasen2015-12-071-8/+0
* Update gtk_drag_highlight() docsMatthias Clasen2015-12-031-4/+3
* Use :dnd pseudoclass for drag highlightingMatthias Clasen2015-12-021-54/+4
* dnd: Add gtk_image_set_from_definition()Benjamin Otte2015-12-021-51/+7
* dnd: No need to reset the iconBenjamin Otte2015-12-021-3/+0
* dnd: Drop an unused argumentMatthias Clasen2015-12-021-12/+10
* dnd: Some simplificationsMatthias Clasen2015-12-021-49/+6
* dnd: Prevent black background in iconsMatthias Clasen2015-12-021-1/+1
* DND: Drop support for using rgba cursors as iconsMatthias Clasen2015-12-011-213/+40
* dnd: Fix issues with drag icons under WaylandMatthias Clasen2015-12-011-56/+69
* dnd: Add gtk_drag_set_icon_definition()Benjamin Otte2015-12-021-0/+12
* imagedefinition: Remove icon-sizeBenjamin Otte2015-12-021-4/+5
* dnd: Rewrite iconhelper codeBenjamin Otte2015-12-021-41/+43
* iconhelper: Add a scale argument to gtk_icon_helper_load_surface()Benjamin Otte2015-12-021-2/+7
* iconhelper: Refactor ensure_surface()Benjamin Otte2015-12-021-3/+3
* dnd: Use surface for dnd icon instead of pixbufBenjamin Otte2015-12-021-12/+8
* dragsource: Store an itemdefinition, not an iconhelperBenjamin Otte2015-12-021-13/+12
* dnd: Split GtkDragSourceSite into its own fileBenjamin Otte2015-11-251-421/+1
* dnd: Just pass iconhelper instead of whole DragSourceSiteBenjamin Otte2015-11-251-20/+11
* dnd: Remove unused struct membersBenjamin Otte2015-11-251-4/+0
* iconhelper: Don't include gtk.hBenjamin Otte2015-11-251-0/+4
* gtkdnd: Unbreak non-wayland buildsCarlos Garnacho2015-11-201-0/+2
* gtkdnd: Ensure we don't fold the drag icon into the cursor on waylandCarlos Garnacho2015-11-191-1/+4
* gtkdnd: Use gdk_drag_begin_for_device()Carlos Garnacho2015-11-191-1/+1
* Small cleanupMatthias Clasen2015-10-081-24/+16
* gtkdnd: Fix introspection annotations in some functionsCarlos Garnacho2015-07-071-3/+5
* gtkdnd: Account for setting a same icon helperCarlos Garnacho2015-07-071-4/+1
* gtkdnd: Traverse across insensitive widgetsCarlos Garnacho2015-07-061-2/+7
* gtkdnd: Plug a leakCarlos Garnacho2015-06-251-0/+1
* dnd: Remove emission of fake button release eventCarlos Garnacho2015-06-021-28/+0
* dnd: Fix compiler warningsMatthias Clasen2015-06-021-3/+3