summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkdrop-win32.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the windows buildMatthias Clasen2019-03-251-7/+0
* win32: Adapt to dnd api changesMatthias Clasen2018-07-021-11/+11
* win32: Fix typoBenjamin Otte2018-06-191-1/+1
* GDK W32: Adapt to dest_surface removal, misc changesРуслан Ижбулатов2018-06-181-1/+6
* dnd: GdkDragContext is no longer a GdkDrop subclassBenjamin Otte2018-06-181-1/+2
* GDK W32: Adapt to GdkDrop and GdkDragContext changesРуслан Ижбулатов2018-06-181-450/+670
* win32: Use new DND event emittersBenjamin Otte2018-06-181-73/+11
* drop: Add GdkDrop:surface propertyBenjamin Otte2018-06-181-0/+1
* dnd: Add gdk_drop_finish()Benjamin Otte2018-06-181-7/+9
* dnd: Rename gdk_drop_finish() => gdk_drag_finish()Benjamin Otte2018-06-181-1/+1
* dnd: Move the gdk_drag_status() functionBenjamin Otte2018-06-181-4/+4
* dnd: Make actions a private member variableBenjamin Otte2018-06-181-10/+15
* dnd: Remove GDK_ACTION_DEFAULT and GDK_ACTION_PRIVATEBenjamin Otte2018-06-181-1/+1
* drop: Move gdk_drop_read_async() to GdkDrop classBenjamin Otte2018-06-181-12/+14
* A quick and dirty fix for a circular allocation issueРуслан Ижбулатов2018-06-101-1/+2
* Fix various type mismatch warningsРуслан Ижбулатов2018-06-101-3/+3
* Remove unused variables (mostly in W32 code)Руслан Ижбулатов2018-06-101-2/+0
* gdk: Get rid of gdk_event_free()Benjamin Otte2018-05-291-4/+4
* dnd: Make "formats" a construct-only propertyBenjamin Otte2018-05-071-12/+16
* dnd: Remove gdk_drop_reply()Benjamin Otte2018-05-031-18/+0
* gdk: Remove gdk_drag_grop_succeeded()Benjamin Otte2018-05-031-9/+0
* dnd: Make GdkDragContext::device a (construct-only) propertyBenjamin Otte2018-04-271-3/+1
* GDK W32: gdk_content_formats_builder_free{,_to_formats}Руслан Ижбулатов2018-03-291-1/+1
* GDK W32: Adapt to event filter removalРуслан Ижбулатов2018-03-291-16/+36
* GDK W32: Another massive clipboard and DnD updateРуслан Ижбулатов2018-03-291-0/+1262