summaryrefslogtreecommitdiff
path: root/gdk/wayland/gdkselection-wayland.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* wayland: Refactor selection ownershipCarlos Garnacho2015-11-301-14/+13
* wayland: Return the right type atom on gdk_selection_property_get()Carlos Garnacho2015-06-291-1/+1
* wayland: Prepare against NULL selection owners on data_source requestsCarlos Garnacho2015-06-291-2/+6
* wayland: Split handling of clipboard/DnD data offersCarlos Garnacho2015-06-261-39/+116
* wayland: Fix compile warning in DnD/selection codeCarlos Garnacho2015-06-251-1/+1
* wayland: Plug some memleaks in DnD/clipboard codeCarlos Garnacho2015-06-251-6/+21
* wayland: protect against unknown mimetype requestsCarlos Garnacho2015-06-241-1/+38
* wayland: Ensure we close the fd on all error paths in data_source.sendCarlos Garnacho2015-06-241-2/+8
* wayland: close() the selection fd if we didn't start writing yetCarlos Garnacho2015-06-241-0/+7
* wayland: Ensure we cancel previous selection writes before starting oneCarlos Garnacho2015-06-241-7/+9
* wayland: Do not close the descriptor on async_write_data_free()Carlos Garnacho2015-06-241-2/+0
* wayland: Properly initialize/finalize where we store the data_source.send fdCarlos Garnacho2015-06-241-0/+3
* wayland: Move DnD grab breaking function into gdkdevice-wayland.cCarlos Garnacho2015-06-021-2/+2
* wayland: Avoid compiler warningsMatthias Clasen2015-06-021-6/+6
* wayland: Silence warnings on clipboard data sending cancellationCarlos Garnacho2015-03-191-2/+4
* wayland: Ensure we re-request the target if the fd changesCarlos Garnacho2015-03-191-4/+4
* wayland: Don't accept the "TARGETS" target on the wl_data_offerCarlos Garnacho2015-03-191-3/+4
* wayland: Fix thinko in wl_data_source.cancelled handlerCarlos Garnacho2015-03-181-6/+9
* wayland: Formatting fixesMatthias Clasen2015-02-281-29/+33
* wayland: Don't use the default displayJasper St. Pierre2014-10-271-18/+16
* wayland: write wl_data_offer data asynchronouslyCarlos Garnacho2014-10-101-17/+97
* Wayland: Fix various compiler warningsMatthias Clasen2014-09-051-2/+2
* wayland: Implement drag sourcesCarlos Garnacho2014-09-011-3/+34
* wayland: Replace clipboard implementationCarlos Garnacho2014-09-011-0/+38
* wayland: Implement drag/source side of selectionsCarlos Garnacho2014-09-011-1/+321
* wayland: Implement drop/destination side of selectionsCarlos Garnacho2014-09-011-1/+451
* wayland: implement text_property_to_utf8_list()Carlos Garnacho2014-09-011-1/+31
* wayland: Remove unhelpful debug messageRob Bradford2012-07-121-3/+0
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* wayland: Pretend selection works, print debug messageKristian Høgsberg2011-02-101-1/+4
* Track 2.99.3 API changesKristian Høgsberg2011-02-081-2/+2
* Add Wayland backendKristian Høgsberg2011-02-051-0/+90