summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkevents-win32.c
Commit message (Expand)AuthorAgeFilesLines
* win32: Don't multiply the scroll event deltas by the Windows scroll lines set...Christoph Reiter2018-11-241-14/+0
* Merge branch 'lrn/zorder-324' into 'gtk-3-24'LRN2018-10-151-3/+3
|\
| * GDK W32: Use SWP_NOOWNERZORDER everywhere it can be appliedlrn/zorder-324Руслан Ижбулатов2018-06-171-3/+3
* | GDK W32: Support switching input modules at runtimeРуслан Ижбулатов2018-10-061-0/+20
* | GDK W32: fix direction of horizontal smooth scrolling eventsEduard Braun2018-09-131-3/+2
* | GDK W32: send both smooth and discrete scrolling eventsРуслан Ижбулатов2018-09-121-0/+14
* | GDK W32: Support smooth scrollingРуслан Ижбулатов2018-08-071-4/+26
* | GDK/Win32: Cleanup and further fix OpenGL/ES glitcheswip/gtk324.win.eglChun-wei Fan2018-06-281-2/+3
* | GDK-Win32: Fix glitches when using EGL/ANGLEChun-wei Fan2018-06-281-0/+5
|/
* GDK W32: Preserve the target value for change_property()Руслан Ижбулатов2017-11-301-0/+1
* GDK W32: Refuse to release mouse grab while in DnD modeРуслан Ижбулатов2017-11-251-0/+17
* W32: Massive W32 DnD fixРуслан Ижбулатов2017-11-251-28/+71
* GDK W32: More flexible modal operation modeРуслан Ижбулатов2017-11-251-23/+36
* GDK-Win32: Fix AeroSnap on HiDPIChun-wei Fan2017-08-181-2/+2
* GDK W32: Handle drivers that do not send WT_CSRCHANGE after WT_PROXIMITYРуслан Ижбулатов2017-02-191-2/+2
* GDK W32: Different maximized window position for non-CSD windowsРуслан Ижбулатов2017-02-101-2/+19
* GDK W32: Use keyboard hook to detect AeroSnap combinations betterРуслан Ижбулатов2017-01-101-42/+128
* GDK W32: Change WM_SYSMENU style switch logicРуслан Ижбулатов2017-01-091-5/+11
* GDK W32: Handle maximizing correctly for small primary monitorsРуслан Ижбулатов2016-12-241-1/+43
* win32 event: check for NULL display or dev mgrAndrew Chadwick2016-11-281-9/+30
* GDK-Win32: Enable HiDPI support for WindowsChun-wei Fan2016-11-071-55/+70
* GDK W32: Ignore autorepeated key presses on modifier keysJeremy Tan2016-09-191-0/+8
* GDK W32: Always process all available messagesJeremy Tan2016-09-191-2/+1
* GDK W32: Set is_modifier field in GdkKeyEventРуслан Ижбулатов2016-09-171-0/+3
* GDK W32: Cache multiple keyboard layouts simultaneouslyРуслан Ижбулатов2016-08-041-4/+8
* GDK W32: Support UTF-16 surrogate pairs passed via VK_PACKETРуслан Ижбулатов2016-07-281-11/+64
* Make gdk_event_get_pointer_emulated publicMatthias Clasen2016-05-101-1/+1
* Save scancode inside GdkEventPrivateFrediano Ziglio2016-04-211-0/+2
* GDK W32: Add/subtract shadow when drag-resizingРуслан Ижбулатов2016-03-301-2/+2
* GDK W32: Re-implement AeroSnap for CSD windowsРуслан Ижбулатов2016-03-301-0/+42
* GDK W32: Erase hidden layered windows before showing themРуслан Ижбулатов2016-03-291-3/+3
* GDK W32: Implement show_window_menu()Руслан Ижбулатов2016-03-291-0/+95
* GDK W32: Print more debug info about eventsРуслан Ижбулатов2016-03-251-3/+6
* win32: use a struct for the event sourcePaolo Borelli2016-03-051-34/+37
* GDK W32: Force correct mouse cursor for custom resize/moveРуслан Ижбулатов2016-03-031-1/+11
* GDK W32: Use layered windowsРуслан Ижбулатов2016-03-021-6/+3
* GDK W32: custom (non-WM) drag-move and drag-resize codeРуслан Ижбулатов2016-03-021-89/+134
* win32: do not confuse gtk-docPaolo Borelli2016-02-281-1/+1
* GDK W32: Fix the filling of MINMAXINFOРуслан Ижбулатов2016-02-261-19/+19
* wip _gdk_displayPaolo Borelli2016-02-221-28/+47
* Win32: fold the gdkinput.c file in gdkdisplay-win32.cPaolo Borelli2016-02-221-1/+1
* win32: Always pass a window to the default event filtersBenjamin Otte2016-02-111-5/+6
* win32: Stop using _gdk_display global in device codeBenjamin Otte2016-02-111-1/+1
* win32: Use g_set_object()Benjamin Otte2016-02-111-24/+10
* W32: Detect ticks wraparoundРуслан Ижбулатов2016-01-181-1/+3
* win32: remove _gdk_root global variablePaolo Borelli2016-01-141-2/+2
* win32: Use GdkSeatDefault to implement GdkSeatCarlos Garnacho2015-12-151-0/+9
* GDK W32: Only restack windows with matching always-on-top statusРуслан Ижбулатов2015-11-221-3/+46
* GDK W32: Refactor restacking functions a bitРуслан Ижбулатов2015-11-221-82/+95
* win32: handle WM_DISPLAYCHANGE globallyPaolo Borelli2015-10-311-12/+0