summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* GDK W32: Remove non-managed DnD codeРуслан Ижбулатов2018-01-102-107/+83
* GDK W32: stop using the OWNERCHANGE eventРуслан Ижбулатов2018-01-102-2/+4
* Drop GDK_CLIENT_EVENTMatthias Clasen2017-12-141-4/+0
* display: Remove leftover old clipboard APIsBenjamin Otte2017-12-141-31/+0
* Drop gdk_atom_internMatthias Clasen2017-12-131-31/+31
* Drop gdk_atom_nameMatthias Clasen2017-12-133-50/+27
* dnd: Remove gdk_drag_get_selection()Benjamin Otte2017-12-141-1/+0
* gdk: Remove ability to request selection notificationsBenjamin Otte2017-12-141-50/+0
* gdk: Remove propertiesBenjamin Otte2017-12-143-152/+0
* gdk: Remove selection definesBenjamin Otte2017-12-142-42/+5
* gdk: Remove ability to own a selectionBenjamin Otte2017-12-132-9/+0
* gdk: Remove gdk_selection_add_targets()Benjamin Otte2017-12-133-15/+0
* dnd: Pass dx/dy instead of x_root/y_rootBenjamin Otte2017-12-111-2/+7
* dnd: Add gdk_drag_context_get_display()Benjamin Otte2017-12-101-2/+3
* GDK W32: Remove stray debug codeРуслан Ижбулатов2017-12-031-2/+0
* Remove GdkDragProtocol from the apiMatthias Clasen2017-12-033-32/+0
* 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
* docs: Remove mentions of gdk_cursor_new_from_pixbufMatthias Clasen2017-11-291-1/+1
* win32: Stop deriving from GdkDeviceManagerMatthias Clasen2017-11-252-7/+8
* Drop the get_client_pointer vfuncMatthias Clasen2017-11-251-10/+0
* Drop the list_devices vfuncMatthias Clasen2017-11-251-35/+0
* win32: Stop using gdk_display_get_device_managerMatthias Clasen2017-11-255-15/+12
* GDK/Win32: Fix build after GDK Root Window and DND changesChun-wei Fan2017-11-227-32/+50