summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* clipboard: Make value getters set the passed in valueBenjamin Otte2017-12-033-13/+27
* x11: Improve fallbacks for textBenjamin Otte2017-12-036-33/+444
* clipboard: Add gdk_clipboard_read_text_async()Benjamin Otte2017-12-033-0/+155
* clipboard: Add gdk_clipboard_read_pixbuf_async()Benjamin Otte2017-12-032-21/+117
* gdk: Im[plement content deserializingBenjamin Otte2017-12-036-1/+714
* x11: Improve debugging output for selection input streamBenjamin Otte2017-12-031-5/+31
* clipboard: Refactor gdk_clipboard_read() to be asyncBenjamin Otte2017-12-036-61/+319
* x11: Use async queue and implement sync reads on selections streamBenjamin Otte2017-12-031-16/+35
* clipboard: Implement gdk_clipboard_read()Benjamin Otte2017-12-034-2/+44
* x11: Implement INCR readsBenjamin Otte2017-12-031-18/+37
* x11: Various clipboard cleanupsBenjamin Otte2017-12-035-77/+87
* clipboard: Add gdk_clipboard_claim_remote()Benjamin Otte2017-12-033-0/+29
* x11: Add an initial clipboard implementationBenjamin Otte2017-12-039-14/+779
* gdk: A GdkClipboard API draftMatthias Clasen2017-12-039-0/+386
* GDK W32: Plug a resource leakРуслан Ижбулатов2017-12-031-0/+17
* GDK W32: Remove an unnecessary type checkРуслан Ижбулатов2017-12-021-2/+0
* GDK W32: Make sure drag source window is not NULLРуслан Ижбулатов2017-12-021-0/+2
* GDK W32: Special handling for DELETE requestsРуслан Ижбулатов2017-12-021-0/+9
* GDK W32: Preserve the target value for change_property()Руслан Ижбулатов2017-12-024-3/+25
* Fix a nefarious typoРуслан Ижбулатов2017-12-021-1/+1
* GDK W32: Ensure that selection request is processedРуслан Ижбулатов2017-12-022-3/+9
* GDK W32: Refuse to release mouse grab while in DnD modeРуслан Ижбулатов2017-12-021-0/+17
* GDK W32: Update layered windows on opacity changesРуслан Ижбулатов2017-12-021-68/+118
* W32: Massive W32 DnD fixРуслан Ижбулатов2017-12-0211-1403/+3982
* GDK W32: Don't leak the atom name stringРуслан Ижбулатов2017-12-021-1/+4
* GDK W32: Fix a typo in OLE2 DnD codeРуслан Ижбулатов2017-12-021-1/+1
* GDK W32: More flexible modal operation modeРуслан Ижбулатов2017-12-025-34/+57
* GDK W32: fix monitor pruning codeРуслан Ижбулатов2017-12-021-4/+1
* GDK W32: Correctly report window position in HiDPI modeРуслан Ижбулатов2017-12-021-8/+17
* GDK-Win32: Fix AeroSnap on HiDPIChun-wei Fan2017-12-022-75/+71
* GDK W32: Handle drivers that do not send WT_CSRCHANGE after WT_PROXIMITYРуслан Ижбулатов2017-12-026-26/+83
* GDK W32: Apply HiDPI scale properly to monitorsРуслан Ижбулатов2017-12-022-43/+39
* GDK W32: Different maximized window position for non-CSD windowsРуслан Ижбулатов2017-12-021-2/+19
* GDK W32: Ensure that we use made-up monitors when there are noneРуслан Ижбулатов2017-12-021-6/+31
* GDK W32: Fix idiotic gdk_win32_display_get_monitor() implementationРуслан Ижбулатов2017-12-021-3/+3
* GDK W32: Use keyboard hook to detect AeroSnap combinations betterРуслан Ижбулатов2017-12-021-42/+128
* GDK W32: Handle CapsLock as part of the key shift levelРуслан Ижбулатов2017-12-021-94/+122
* GDK W32: Special handling for VK_PAUSEРуслан Ижбулатов2017-12-021-1/+6
* GDK W32: Change WM_SYSMENU style switch logicРуслан Ижбулатов2017-12-021-5/+11
* GDK W32: Remove unneeded assertionРуслан Ижбулатов2017-12-021-6/+2
* GDK W32: Handle maximizing correctly for small primary monitorsРуслан Ижбулатов2017-12-023-1/+53
* GDK: Make sure W32 backend compiles without GdkDeviceManagerРуслан Ижбулатов2017-12-026-21/+16
* wayland: Never send NULL app idTimm Bäder2017-12-011-0/+3
* broadway: Add some (disabled) debugging toolswip/alexl/broadway4Alexander Larsson2017-11-302-7/+48
* broadway: Don't send node updates to browser if nothing changedAlexander Larsson2017-11-301-0/+6
* broadway: Fix texture hash functionAlexander Larsson2017-11-301-2/+2
* vulkan: Don't crash if vkEnumeratePhysicalDevices failsAlexander Larsson2017-11-301-3/+5
* broadway: Improve loggingAlexander Larsson2017-11-301-3/+4
* broadway: Send diffs of node treesAlexander Larsson2017-11-306-103/+207
* broadway: Add broadway_node_equalAlexander Larsson2017-11-303-0/+51