summaryrefslogtreecommitdiff
path: root/gdk/wayland
Commit message (Expand)AuthorAgeFilesLines
* Revert "gdk: Drop configure events"Matthias Clasen2018-07-151-1/+12
* wayland: Set actions on dragMatthias Clasen2018-07-151-1/+2
* wayland: Stop accessing GdkDrag membersMatthias Clasen2018-07-151-1/+2
* wayland: Drop an unused apiMatthias Clasen2018-07-152-15/+1
* dnd: Drop gdk_drag_dropMatthias Clasen2018-07-151-7/+0
* gdk: Drop map eventsMatthias Clasen2018-07-151-2/+0
* gdk: Drop configure eventsMatthias Clasen2018-07-151-12/+1
* dnd: Drop gdk_drag_abortMatthias Clasen2018-07-121-7/+0
* wayland: Rename a source fileMatthias Clasen2018-07-122-1/+1
* wayland: Drop an unused fieldMatthias Clasen2018-07-121-11/+0
* Rename a propertyMatthias Clasen2018-07-121-2/+2
* wayland: set a cursor when starting a dragMatthias Clasen2018-07-121-0/+4
* dnd: Add a GdkDrag::action propertyMatthias Clasen2018-07-121-15/+4
* wayland: Remove an unused fieldMatthias Clasen2018-07-121-1/+0
* Merge branch 'dnd-cleanups' into 'master'Matthias Clasen2018-07-025-151/+150
|\
| * dnd: Rename headersMatthias Clasen2018-07-022-2/+1
| * gdk: Rename GdkDragContext to GdkDragMatthias Clasen2018-07-024-149/+149
* | Merge branch 'wip/cursor-output-scale-changes' into 'master'Matthias Clasen2018-06-293-0/+20
|\ \ | |/ |/|
| * wayland: Update cursor surface scale when output scale changesJonas Ådahl2018-06-283-0/+20
* | Remove a lot of Since annotationsMatthias Clasen2018-06-251-2/+0
* | Merge branch 'master' into 'issue1084'Matthias Clasen2018-06-209-701/+604
|\ \
| * | wayland: Use shm_open(SHM_ANON) on FreeBSDmyfreeweb2018-06-191-0/+4
| |/
| * dnd: Remove unused time argumentsBenjamin Otte2018-06-181-1/+1
| * dnd: Remove GdkDragContext.is_sourceBenjamin Otte2018-06-181-1/+0
| * dnd: GdkDragContext is no longer a GdkDrop subclassBenjamin Otte2018-06-182-1/+2
| * surface: Kill event masksBenjamin Otte2018-06-183-28/+0
| * wayland: Store the current drag operationBenjamin Otte2018-06-184-2/+25
| * 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
| * wayland: Use new DND event emittersBenjamin Otte2018-06-183-76/+26
| * drop: Add GdkDrop:surface propertyBenjamin Otte2018-06-183-22/+11
| * wayland: Fix drop operations for new semanticsBenjamin Otte2018-06-181-7/+15
| * dnd: Remove GdkDragContext::commit_drag_status() vfuncBenjamin Otte2018-06-181-14/+9
| * dnd: Add gdk_drop_finish()Benjamin Otte2018-06-181-10/+7
| * dnd: Move the gdk_drag_status() functionBenjamin Otte2018-06-181-5/+4
| * dnd: Make actions a private member variableBenjamin Otte2018-06-183-14/+6
| * wayland: Set correct variableBenjamin Otte2018-06-181-1/+1
| * 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-10/+12
| * build: Fix compiler warningsMohammed Sadiq2018-06-111-1/+1
| * Merge branch 'issue792' into 'master'Carlos Garnacho2018-05-221-62/+54
| |\
| | * wayland: check native surface for crossing eventsOlivier Fourdan2018-05-091-62/+54
* | | display: Add new virtual gdk_display_get_startup_notification_id() method.Mario Sanchez Prada2018-06-112-0/+20
* | | display: Avoid unsetting the DESKTOP_STARTUP_ID variable too lateMario Sanchez Prada2018-06-111-13/+5
|/ /
* | wayland: Fix restarting cursor animationJonas Ådahl2018-05-091-4/+11
|/
* dnd: Make "formats" a construct-only propertyBenjamin Otte2018-05-071-3/+3
* wayland: Remove stray ifBenjamin Otte2018-05-071-1/+0
* wayland: Fix memleakBenjamin Otte2018-05-071-1/+2
* wayland: Redo DND offer handlingBenjamin Otte2018-05-064-327/+184