summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkclipboard-x11.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: Change some async clipboard apiMatthias Clasen2019-04-021-1/+1
* build: Reintroduce warning flags from autotoolsBenjamin Otte2019-01-221-2/+2
* x11: Ignore old XFixesSelectionNotify eventsJason Crain2018-07-211-0/+8
* Remove gdk_window_add_filterMatthias Clasen2018-02-071-0/+1
* Allow binding GdkContentFormatsBuilderEmmanuele Bassi2018-02-031-1/+1
* Make gdk logging per-displayMatthias Clasen2018-01-141-53/+62
* gdk: Remove ability to request selection notificationsBenjamin Otte2017-12-141-1/+1
* x11: Refactor xevent filtering some moreBenjamin Otte2017-12-131-21/+21
* x11: Make clipboard use translate-event signalBenjamin Otte2017-12-131-24/+23
* x11: Refactor codeBenjamin Otte2017-12-131-323/+24
* dnd: Introduce gdk_drop_read_async() and use itBenjamin Otte2017-12-101-1/+1
* gdk: Fix wrong usage of g_task_propagate_pointer()Benjamin Otte2017-12-101-17/+5
* x11: Handle case where clipboard was reclaimed quicklyBenjamin Otte2017-12-031-0/+11
* x11: Implement storing the clipboardBenjamin Otte2017-12-031-6/+158
* x11: Implement MULTIPLE requestsBenjamin Otte2017-12-031-2/+94
* x11: Introduce GdkX11PendingSelectionNotifyBenjamin Otte2017-12-031-68/+52
* x11: Split out a functionBenjamin Otte2017-12-031-76/+96
* x11: Implement claiming the X Selection with the clipboardBenjamin Otte2017-12-031-38/+413
* x11: Add gdk_x11_display_get_max_request_size()Benjamin Otte2017-12-031-8/+2
* x11: Improve fallbacks for textBenjamin Otte2017-12-031-29/+204
* clipboard: Refactor gdk_clipboard_read() to be asyncBenjamin Otte2017-12-031-19/+119
* clipboard: Implement gdk_clipboard_read()Benjamin Otte2017-12-031-1/+15
* x11: Various clipboard cleanupsBenjamin Otte2017-12-031-51/+71
* clipboard: Add gdk_clipboard_claim_remote()Benjamin Otte2017-12-031-0/+5
* x11: Add an initial clipboard implementationBenjamin Otte2017-12-031-0/+192