summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkselectionoutputstream-x11.c
Commit message (Expand)AuthorAgeFilesLines
* x11: Don't delete important signal handlers randomlyBenjamin Otte2021-12-131-57/+7
* x11: Explicitly track end of streamBenjamin Otte2021-12-131-2/+9
* x11: Keep a reference to the SelectionOutputStream while writingBenjamin Otte2021-12-131-1/+3
* Replace "gint" with "int"Benjamin Otte2020-07-251-2/+2
* x11: Avoid a critical in clipboard data transferMatthias Clasen2020-05-121-1/+1
* gdkselectionoutputstream-x11: Fix a memory leakMohammed Sadiq2019-10-271-1/+2
* x11: Make sure stream stays alive long enoughBenjamin Otte2019-07-051-1/+2
* build: Reintroduce warning flags from autotoolsBenjamin Otte2019-01-221-1/+2
* GdkWindow -> GdkSurface: File renamesAlexander Larsson2018-03-201-1/+1
* GdkSelectionOutputStreamX11: Plug a memory leakTimm Bäder2018-03-061-0/+8
* Make gdk logging per-displayMatthias Clasen2018-01-141-20/+20
* x11: Fix erroneous & to be &&Krzesimir Nowak2017-12-141-2/+2
* x11: Refactor xevent filtering some moreBenjamin Otte2017-12-131-15/+15
* x11: Use GdkX11Display::translate-event moreBenjamin Otte2017-12-131-15/+23
* x11: Refactor codeBenjamin Otte2017-12-131-55/+440
* x11: Introduce GdkX11PendingSelectionNotifyBenjamin Otte2017-12-031-37/+109
* x11: Implement claiming the X Selection with the clipboardBenjamin Otte2017-12-031-0/+585