summaryrefslogtreecommitdiff
path: root/gdk/wayland
Commit message (Expand)AuthorAgeFilesLines
* Remove gdk_device_warpMatthias Clasen2019-03-241-8/+0
* docs: Fix references to pkg-config filesEmmanuele Bassi2019-02-061-2/+1
* docs: Fix GTK links and locationsEmmanuele Bassi2019-02-061-2/+2
* Rename more GSources to use `gtk`Emmanuele Bassi2019-02-061-2/+2
* gdk: Stop using deprecated pango apiMatthias Clasen2019-02-041-2/+3
* build: Reintroduce warning flags from autotoolsBenjamin Otte2019-01-221-5/+5
* GdkGLContext: Fix damage computation with buffer_ageTimm Bäder2018-12-021-14/+23
* wayland: Adapt to settings portal api changeMatthias Clasen2018-11-121-1/+2
* wayland: Fix a thinko in settings portal supportMatthias Clasen2018-11-051-10/+16
* wayland: Support the settings portalMatthias Clasen2018-11-042-40/+311
* wayland: Remove GNOME Classic-specific workaroundFlorian Müllner2018-11-021-17/+3
* gdk: seal in-memory files when possibleemersion2018-09-271-1/+9
* wayland: drop subsurfacesMatthias Clasen2018-08-181-249/+4
* gdk/wayland: Avoid idempotent wl_subsurface.set_position callsMatthias Clasen2018-08-191-9/+28
* gdk/wayland: Always map windows 'moved-to-rect' as popupsMatthias Clasen2018-08-191-0/+5
* gdk/wayland: Don't remap non-subsurface as subsurfaceMatthias Clasen2018-08-191-3/+6
* gdk: Use application_id as xdg_shell's app_id if availableGuido Günther2018-08-021-1/+3
* gdk: Remove key_event->string and key_event->lengthBenjamin Otte2018-07-301-71/+2
* Remove GDestroyNotify casts in g_clear_pointer() usesg-clear-pointer-propagateErnestas Kulik2018-07-255-9/+9
* 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