summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
...
* | gdk: Remove GDK_SURFACE_FOREIGNBenjamin Otte2018-06-2611-200/+123
* | x11: Fix dnd action handlingMatthias Clasen2018-06-201-2/+2
* | Merge branch 'master' into 'issue1084'Matthias Clasen2018-06-2087-7842/+4342
|\ \
| * | win32: Fix typoBenjamin Otte2018-06-191-1/+1
| * | dnd: gdk_drag_action_is_unique() should return a booleanBenjamin Otte2018-06-192-2/+2
| * | wayland: Use shm_open(SHM_ANON) on FreeBSDmyfreeweb2018-06-191-0/+4
| |/
| * x11: Set background as transparent as possibleBenjamin Otte2018-06-181-2/+11
| * dnd: Remove unused time argumentsBenjamin Otte2018-06-184-12/+7
| * dnd: Remove GdkDragContext.dest_surfaceBenjamin Otte2018-06-182-4/+0
| * GDK W32: Remove gdk_win32_surface_foreign_new_for_displayРуслан Ижбулатов2018-06-182-65/+0
| * GDK W32: Adapt to dest_surface removal, misc changesРуслан Ижбулатов2018-06-183-154/+156
| * dnd: Remove GdkDragContext.is_sourceBenjamin Otte2018-06-186-15/+1
| * x11: Remove gdk_x11_surface_foreign_new_for_display()Benjamin Otte2018-06-182-98/+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-182-53/+0
| * surface: Kill event masksBenjamin Otte2018-06-1828-717/+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-184-40/+3
| * 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