summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* gdk: Remove GDK_SURFACE_FOREIGNBenjamin Otte2018-06-265-67/+47
* x11: Fix dnd action handlingMatthias Clasen2018-06-201-2/+2
* Merge branch 'master' into 'issue1084'Matthias Clasen2018-06-2015-1230/+1019
|\
| * x11: Set background as transparent as possibleBenjamin Otte2018-06-181-2/+11
| * dnd: Remove unused time argumentsBenjamin Otte2018-06-181-4/+2
| * dnd: Remove GdkDragContext.is_sourceBenjamin Otte2018-06-181-6/+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: GdkDragContext is no longer a GdkDrop subclassBenjamin Otte2018-06-181-1/+1
| * surface: Kill event masksBenjamin Otte2018-06-184-148/+4
| * 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
| * dnd: Remove gdk_drag_context_get_dest_surface()Benjamin Otte2018-06-181-2/+2
| * x11: Replace the hardcoded DND filterBenjamin Otte2018-06-183-32/+16
| * 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
| * x11: Refactor DND filterBenjamin Otte2018-06-181-106/+60
| * x11: Use new DND event emittersBenjamin Otte2018-06-181-30/+12
| * drop: Add GdkDrop:surface propertyBenjamin Otte2018-06-181-0/+1
| * x11: Don't sneakily allocate memory in initializersBenjamin Otte2018-06-181-2/+2
| * dnd: Add gdk_drop_finish()Benjamin Otte2018-06-181-14/+12
| * dnd: Move the gdk_drag_status() functionBenjamin Otte2018-06-181-10/+11
| * dnd: Make actions a private member variableBenjamin Otte2018-06-181-21/+25
| * x11: Remove unused variablesBenjamin Otte2018-06-181-17/+4
| * drop: Move gdk_drop_read_async() to GdkDrop classBenjamin Otte2018-06-181-11/+13
| * Merge branch 'window-activate-grab-4-again' into 'master'Matthias Clasen2018-06-182-8/+8
| |\
| | * gdk: activate surface on keyboard grabsSamuel Thibault2018-06-182-8/+8
| * | build: Fix compiler warningsMohammed Sadiq2018-06-111-2/+3
| * | x11: Remove useless checkBenjamin Otte2018-06-101-3/+0
| |/
| * x11: Don't set NET_WM_PID when sandboxedMatthias Clasen2018-05-292-13/+19
| * gdk: Get rid of gdk_event_free()Benjamin Otte2018-05-291-1/+1
| * gdkscreen-x11: Remove redundant typedefTimm Bäder2018-05-271-2/+0
* | display: Add new virtual gdk_display_get_startup_notification_id() method.Mario Sanchez Prada2018-06-111-0/+1
* | display: Avoid unsetting the DESKTOP_STARTUP_ID variable too lateMario Sanchez Prada2018-06-111-13/+3
|/
* dnd: Make "formats" a construct-only propertyBenjamin Otte2018-05-071-35/+36
* dnd: Add a private structBenjamin Otte2018-05-031-3/+4
* dnd: Remove gdk_drop_reply()Benjamin Otte2018-05-031-11/+0
* gdk: Remove gdk_drag_grop_succeeded()Benjamin Otte2018-05-031-8/+0
* gdk: do not deactivate surface on keyboard grabsSamuel Thibault2018-04-302-2/+2
* dnd: Make GdkDragContext::device a (construct-only) propertyBenjamin Otte2018-04-271-5/+3
* cairocontext: Remove fallback implementationsBenjamin Otte2018-04-241-3/+0
* drawcontext: Only pass the region that mattersBenjamin Otte2018-04-243-8/+5
* drawcontext: Add gdk_draw_context_in_frame() APIBenjamin Otte2018-04-241-1/+1