summaryrefslogtreecommitdiff
path: root/gdk/wayland/gdkselection-wayland.c
Commit message (Expand)AuthorAgeFilesLines
* dnd: Rename headersMatthias Clasen2018-07-021-1/+0
* wayland: Get rid of GdkWaylandSelectionBenjamin Otte2018-06-181-204/+0
* wayland: Redo DND offer handlingBenjamin Otte2018-05-061-245/+0
* wayland: Create drop contexts on demandBenjamin Otte2018-04-271-6/+8
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-2/+2
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-3/+3
* Allow binding GdkContentFormatsBuilderEmmanuele Bassi2018-02-031-1/+1
* wayland: Use g_message for loggingMatthias Clasen2018-01-141-2/+2
* Make gdk logging per-displayMatthias Clasen2018-01-141-11/+10
* dnd: Remove gdk_drag_get_selection()Benjamin Otte2017-12-141-89/+18
* gdk: Remove propertiesBenjamin Otte2017-12-141-171/+0
* gdk: Remove selection definesBenjamin Otte2017-12-141-1/+0
* gdk: Remove gdk_selection_convert()Benjamin Otte2017-12-141-373/+0
* gdk: Remove ability to own a selectionBenjamin Otte2017-12-131-86/+1
* gdk: Remove gdk_selection_add_targets()Benjamin Otte2017-12-131-47/+0
* dnd: Pass content to gdk_drag_begin()Benjamin Otte2017-12-131-87/+33
* Make sure events have displaysMatthias Clasen2017-12-121-4/+12
* gdk: Remove gdk_event_put(), peek() etcBenjamin Otte2017-12-131-4/+4
* wayland: Add primary clipboard subclassBenjamin Otte2017-12-031-176/+12
* wayland: Implement taking over the clipboardBenjamin Otte2017-12-031-64/+4
* wayland: Implement reading the clipboardBenjamin Otte2017-12-031-0/+19
* wayland: Fix indentation of previous commitChristophe Fergeau2017-11-291-4/+5
* wayland: emit GDK_SELECTION_CLEAR on owner changesChristophe Fergeau2017-11-291-0/+24
* wayland: Remove unused data structureChristophe Fergeau2017-11-291-6/+0
* gdk: Sanitize GdkContentFormats APIBenjamin Otte2017-11-201-8/+7
* gdk: Make GdkContentFormats immutableBenjamin Otte2017-11-201-2/+12
* gdkdnd: Make GdkDragContext->formats a GdkContentFormatsBenjamin Otte2017-11-201-21/+15
* Remove gdkprivate.hMatthias Clasen2017-11-171-1/+0
* gdk: Replace GDK_NONE with NULLBenjamin Otte2017-11-151-3/+3
* gdk: Turn GdkAtom into a const char *Benjamin Otte2017-11-151-4/+4
* selection: Remove #ifdef WAYLANDBenjamin Otte2017-11-151-8/+8
* wayland: Mark private function as staticEmmanuele Bassi2017-04-281-1/+1
* wayland: Add some more debug spewMatthias Clasen2016-08-251-0/+9
* wayland: Replace g_debug by GDK_NOTEMatthias Clasen2016-08-251-12/+16
* wayland: Separate selection buffers and other per-selection atom dataCarlos Garnacho2016-06-301-38/+60
* wayland: Implement gdk_utf8_to_string_targetCarlos Garnacho2016-06-301-1/+59
* wayland: Clean up naming of GdkWaylandDisplay pointersJonas Ã…dahl2016-04-261-2/+2
* wayland: Make data_source_target() an empty stubCarlos Garnacho2016-03-091-26/+0
* wayland: Allow 0-size writes in selection/dndCarlos Garnacho2016-03-091-2/+1
* wayland: Clear more thoroughly the source-side data on dnd_finishedCarlos Garnacho2016-03-091-1/+1
* wayland: Unset the source-side DnD fd after passing it to the streamCarlos Garnacho2016-03-091-0/+2
* wayland: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1
* wayland: Survive without primary selectionMatthias Clasen2016-02-261-4/+7
* wayland: Use the page size as the selection buffer sizeCarlos Garnacho2016-02-261-6/+15
* wayland: Implement the (so far internal) primary selection protocolCarlos Garnacho2016-02-261-56/+237
* gdk: Add GdkDragCancelReason enum as argument to GdkDragContext::cancelCarlos Garnacho2016-02-151-1/+1
* wayland: Implement DnD actions as per wl_data_device v3Carlos Garnacho2016-01-191-36/+155
* wayland: Avoid GdkDeviceManager APIsCarlos Garnacho2015-12-161-6/+2
* wayland: Invert drop_finished/button release call orderCarlos Garnacho2015-12-011-1/+1
* wayland: Store requested target on GdkWaylandSelectionCarlos Garnacho2015-12-011-6/+4