summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dnd: Remove GdkDragContext.is_sourceBenjamin Otte2018-06-186-15/+1
* x11: Remove gdk_x11_surface_foreign_new_for_display()Benjamin Otte2018-06-183-99/+0
* x11: Store the XID instead of a GdkSurfaceBenjamin Otte2018-06-181-70/+57
* x11: Simplify testBenjamin Otte2018-06-181-2/+1
* x11: xdnd_send_event() always returns TRUEBenjamin Otte2018-06-181-36/+6
* x11: Don't multiply X values by the scale factorBenjamin Otte2018-06-181-2/+2
* dnd: Make the base Drag/Drop types abstractBenjamin Otte2018-06-182-2/+2
* dnd: GdkDragContext is no longer a GdkDrop subclassBenjamin Otte2018-06-187-46/+9
* dnd: Remove gdk_drag_status() and gdk_drag_finish()Benjamin Otte2018-06-183-55/+0
* surface: Kill event masksBenjamin Otte2018-06-1832-769/+48
* x11: Store the source surface as an XIDBenjamin Otte2018-06-181-70/+51
* x11: Split drag and drop contextsBenjamin Otte2018-06-185-754/+914
* x11: Handle events on drag side differentlyBenjamin Otte2018-06-181-14/+12
* x11: Change the way local Drop => Drag is shortcutBenjamin Otte2018-06-181-23/+49
* x11: Remove unused argumentBenjamin Otte2018-06-181-11/+9
* x11: switch a bunch of variable typesBenjamin Otte2018-06-182-36/+29
* broadway: Remove unused variableBenjamin Otte2018-06-181-3/+0
* dnd: Remove gdk_drag_context_get_dest_surface()Benjamin Otte2018-06-185-42/+3
* dnd: Implement gtk_drag_get_source_widget() differentlyBenjamin Otte2018-06-181-17/+5
* x11: Replace the hardcoded DND filterBenjamin Otte2018-06-183-32/+16
* GDK W32: Remove unused filesРуслан Ижбулатов2018-06-182-3096/+0
* GDK W32: Adapt to GdkDrop and GdkDragContext changesРуслан Ижбулатов2018-06-189-1259/+1270
* dnd: Add read_value() and read_text() functions to GdkDropBenjamin Otte2018-06-182-0/+263
* drop: Implement shortcut for local DNDBenjamin Otte2018-06-181-8/+87
* x11: Pass the drag source when creating a drop contextBenjamin Otte2018-06-181-0/+4
* x11: Find dest drops differentlyBenjamin Otte2018-06-181-9/+7
* wayland: Store the current drag operationBenjamin Otte2018-06-184-2/+25
* dnd: Move GdkDragAction to gdktypes.hBenjamin Otte2018-06-182-29/+29
* gdk: Remove leftover type from autocleanupBenjamin Otte2018-06-181-1/+0
* wayland: Get rid of GdkWaylandSelectionBenjamin Otte2018-06-185-267/+148
* wayland: Split drop context into GdkWaylandDropBenjamin Otte2018-06-185-230/+351
* wayland: Remove a bunch of unused functionsBenjamin Otte2018-06-182-23/+1
* events: Make GdkEventDND have a GdkDrop memberBenjamin Otte2018-06-183-10/+9
* x11: Refactor DND filterBenjamin Otte2018-06-181-106/+60
* x11: Use new DND event emittersBenjamin Otte2018-06-181-30/+12
* win32: Use new DND event emittersBenjamin Otte2018-06-183-134/+22
* wayland: Use new DND event emittersBenjamin Otte2018-06-183-76/+26
* drop: Add private API for event emissionBenjamin Otte2018-06-182-3/+112
* drop: Add GdkDrop:surface propertyBenjamin Otte2018-06-187-22/+66
* display: Don't wake up the main loop anymoreBenjamin Otte2018-06-181-2/+0
* x11: Don't sneakily allocate memory in initializersBenjamin Otte2018-06-181-2/+2
* dnd: Add gdk_event_get_drop()Benjamin Otte2018-06-184-77/+63
* wayland: Fix drop operations for new semanticsBenjamin Otte2018-06-181-7/+15
* dnd: Remove GdkDragContext::commit_drag_status() vfuncBenjamin Otte2018-06-184-56/+9
* dnd: Make drag-motion and drag-drop signals use GdkDropBenjamin Otte2018-06-1819-331/+317
* dnd: Make drag-data-received use a GdkDropBenjamin Otte2018-06-1820-238/+234
* drop: Add gdk_drop_get_drag()Benjamin Otte2018-06-182-0/+49
* widget: Make GtkWidgetClass::drag_leave() take a GdkDropBenjamin Otte2018-06-1815-84/+63
* dnd: Add gdk_drop_finish()Benjamin Otte2018-06-1810-55/+59
* dnd: Get rid of gtk_drag_finish()Benjamin Otte2018-06-1815-53/+29