summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkevents-win32.c
Commit message (Expand)AuthorAgeFilesLines
* win32: Store the window classes in the displayBenjamin Otte2021-07-311-1/+1
* win32: Remove _gdk_offset_x and _gdk_offset_yBenjamin Otte2021-07-311-6/+4
* win32: Use the right display in event handlingBenjamin Otte2021-07-311-37/+48
* win32: Clean up keymap codeBenjamin Otte2021-07-311-5/+5
* win32: Remove _gdk_display globalBenjamin Otte2021-07-311-11/+12
* win32: Store device manager in the displayBenjamin Otte2021-07-311-17/+16
* gdkdrag-win32.c: Fix drag surface positioningChun-wei Fan2021-06-181-1/+0
* GDK-Win32: Remove extraneous call to _gdk_win32_append_event()really-fix-3581Chun-wei Fan2021-03-171-2/+0
* GDK/Win32: Remove layered windows usagewin32-remove-layered-windowsChun-wei Fan2021-01-181-9/+0
* gdk/win32: Fix window display and resizingsurface.compute.win32Chun-wei Fan2021-01-111-3/+11
* gdk/win32: Rename 'margins' to 'shadow'Chun-wei Fan2021-01-111-2/+2
* gdk: Replace 'WITHDRAWN' state with async 'is-mapped' booleanJonas Ådahl2020-12-071-5/+1
* gdk: Replace all GDK_CONFIGURE usage with GdkSurface::layoutJonas Ådahl2020-12-071-30/+1
* x11: Remove handling of 'substructure' eventsJonas Ådahl2020-12-071-1/+0
* Gdk4/Win32: Correct call to gdk_key_event_new()Matthew Jakeman2020-12-021-3/+3
* gdk/Win32: Fix mouse pointer captureChun-wei Fan2020-10-161-1/+4
* GDK W32: Remove stacking functionsРуслан Ижбулатов2020-10-161-236/+0
* gdkevents-win32.c: Clean up WM_ACTIVATE handling a bitChun-wei Fan2020-09-151-22/+26
* gdk: Rename GdkSurfaceState to GdkToplevelStateMatthias Clasen2020-09-101-18/+18
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-1/+1
* Merge branch 'wip/otte/geometry' into 'master'Benjamin Otte2020-07-301-209/+2
|\
| * Remove aspect ratio from GdkGeometryBenjamin Otte2020-07-301-105/+0
| * gdk: Remove base_size and increment from GdkGeometryBenjamin Otte2020-07-301-104/+2
* | Add a EGL renderer (via ANGLE) for WindowsChun-wei Fan2020-07-301-1/+6
|/
* gdk: Conflate GDK devicesCarlos Garnacho2020-07-291-22/+3
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-4/+4
* Replace "gchar" with "char"Benjamin Otte2020-07-251-1/+1
* Replace "gint" with "int"Benjamin Otte2020-07-251-21/+21
* Fix various compiler warnings with the 64bit mingw buildChristoph Reiter2020-06-141-3/+3
* Restructure the GdkEvent type hierarchyEmmanuele Bassi2020-04-161-19/+15
* gdk: Redo key eventsMatthias Clasen2020-04-061-19/+27
* win32: Stop using MODx modifiersMatthias Clasen2020-04-061-3/+2
* Rename GDK_MOD1_MASK to GDK_ALT_MASKMatthias Clasen2020-04-061-6/+6
* Drop GdkToplevel:accept-focus/:focus-on-mapMatthias Clasen2020-03-141-2/+1
* win32: Build fixesMatthias Clasen2020-03-131-27/+15
* win32: Remove some leftover event struct accessMatthias Clasen2020-02-211-10/+9
* events: reorganize gettersMatthias Clasen2020-02-211-49/+43
* Strip const from GdkEventMatthias Clasen2020-02-211-1/+1
* Drop GDK_NOTHINGMatthias Clasen2020-02-211-1/+0
* Stop using g_object_ref/unref on eventsMatthias Clasen2020-02-211-2/+2
* win32: Use event constructorsMatthias Clasen2020-02-211-176/+195
* win32: One more build fixMatthias Clasen2020-02-091-1/+1
* Rename "iconify" to "minimize"Emmanuele Bassi2019-11-161-8/+8
* gdk: Remove gdk_surface_move_resize() APIJonas Ådahl2019-07-251-1/+3
* GDK W32: Ensure correct stacking of popup windowsРуслан Ижбулатов2019-06-011-5/+63
* GDK W32: Don't handle WM_ACTIVATE for popup windowsРуслан Ижбулатов2019-05-281-0/+10
* win32: Build fixesMatthias Clasen2019-05-281-74/+64
* Convert fallthrough comments to G_GNUC_FALLTHROUGHBenjamin Otte2019-04-151-1/+1
* Fix the windows buildMatthias Clasen2019-03-251-1/+0
* GDK W32: Test for IME correctlyРуслан Ижбулатов2019-03-221-1/+14