summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'move-msvc-projects' into 'gtk-3-24'Chun-wei Fan2020-07-241-3/+3
|\
| * Visual Studio projects: move projects to win32/Chun-wei Fan2020-07-161-3/+3
* | Merge branch 'gtk3.win.egl.unfullscreen' into 'gtk-3-24'Chun-wei Fan2020-07-241-0/+1
|\ \
| * | gdkwindow-win32.c: Fix GLES glitches during un-fullscreenChun-wei Fan2019-11-221-0/+1
* | | Merge branch 'gles-windows-arm64' into 'gtk-3-24'Chun-wei Fan2020-07-243-1/+53
|\ \ \
| * | | GDK/Win32: Force GLES if running on ARM64Chun-wei Fan2020-07-073-1/+53
| | |/ | |/|
* | | Fix 2 warnings, formattingPhilip Zander2020-07-161-6/+8
* | | Remove VK_PACKET handling code that has become unnecessaryPhilip Zander2020-07-162-69/+6
* | | FormattingPhilip Zander2020-07-161-17/+19
* | | Use native Windows API for converting keystrokes to charactersPhilip Zander2020-07-161-0/+29
|/ /
* | GDK W32: Use SPI_GETFONTSMOOTHINGTYPE instead of SPI_GETCLEARTYPEРуслан Ижбулатов2020-05-101-3/+3
* | GDK W32: Correctly infer gtk-xft-antialias & gtk-xft-rgbaРуслан Ижбулатов2020-04-263-18/+130
* | Add a missing 'extern' attribute, to fix building with -fno-commonMartin Storsjö2020-04-051-1/+1
* | Merge branch 'vista_clipboard' into 'gtk-3-24'Matthias Clasen2020-02-061-27/+2
|\ \
| * | GDK W32: Use Vista+ clipboard APIРуслан Ижбулатов2019-10-211-27/+2
| |/
* | Merge branch 'win32-gl-fullscreen-workaround-gtk3' into 'gtk-3-24'Matthias Clasen2019-11-271-3/+22
|\ \
| * | gdkwindow-win32.c: Set WS_BORDER for fullscreen GL windows if requestedChun-wei Fan2019-11-221-3/+22
| |/
* | GDK W32: no "GDK_SELECTION" event for clipboardРуслан Ижбулатов2019-11-181-0/+1
|/
* Revert "Merge branch 'remove-mingw-SetupDiGetDevicePropertyW-check-3-24' into...Christoph Reiter2019-09-151-0/+14
* build: Remove mingw check for SetupDiGetDevicePropertyWChristoph Reiter2019-05-211-14/+0
* autotools: dist all meson related build filesChristoph Reiter2019-04-111-1/+2
* meson: gdk: add missing pangowin32 depChristoph Reiter2019-04-111-0/+1
* meson: Fix GDK-Win32 buildChun-wei Fan2019-04-111-0/+1
* meson: Build the .rc files on WindowsChun-wei Fan2019-04-111-1/+1
* meson: Enable GLES Windows builds via libANGLEChun-wei Fan2019-04-111-1/+8
* meson: Sync build files with master and update to 3.24Nirbheek Chauhan2019-04-111-0/+48
* GDK W32: Fix property setting to correctly use static stringsРуслан Ижбулатов2019-03-221-2/+2
* GDK W32: Test for IME correctlyРуслан Ижбулатов2019-03-227-3/+221
* gdkevents-win32.c: Fix GDK_SETTING event notification on IME changegtk-3-24.ime-event.fixesChun-wei Fan2018-12-171-1/+1
* GDK W32: Always set gtk-font-name to the active UI font. Fixes #1484Christoph Reiter2018-12-071-49/+45
* GDK W32: set default settings for fontconfigChristoph Reiter2018-12-011-0/+36
* win32: Don't multiply the scroll event deltas by the Windows scroll lines set...Christoph Reiter2018-11-241-14/+0
* Merge branch 'win32-honest-clipboard' into 'gtk-3-24'LRN2018-10-311-36/+0
|\
| * GDK W32: Be honest about supported clipboard formatsРуслан Ижбулатов2018-10-071-36/+0
* | Merge branch 'lrn/zorder-324' into 'gtk-3-24'LRN2018-10-152-12/+12
|\ \ | |/ |/|
| * GDK W32: Use SWP_NOOWNERZORDER everywhere it can be appliedlrn/zorder-324Руслан Ижбулатов2018-06-172-11/+11
| * GDK W32: Don't let TEMP surfaces cause zorder side-effectsРуслан Ижбулатов2018-06-171-1/+1
* | GDK W32: Support switching input modules at runtimeРуслан Ижбулатов2018-10-062-0/+29
* | 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
* | Merge branch 'win32-scroll-deltas' into 'gtk-3-24'Matthias Clasen2018-08-181-4/+26
|\ \
| * | GDK W32: Support smooth scrollingРуслан Ижбулатов2018-08-071-4/+26
* | | Gdk-Win32: Correct handling of transient state changesLuca Bacci2018-07-271-21/+17
|/ /
* | GDK/Win32: Cleanup and further fix OpenGL/ES glitcheswip/gtk324.win.eglChun-wei Fan2018-06-282-7/+7
* | GDK-Win32: Fix glitches when using EGL/ANGLEChun-wei Fan2018-06-285-2/+78
* | Add a EGL renderer (via ANGLE) for WindowsChun-wei Fan2018-06-287-140/+641
|/
* GDK W32: Don't forget to check VK_MENU and set MK_ALTРуслан Ижбулатов2018-06-061-0/+2
* GDK W32: send a DELETE selection when using LOCAL selection protocollrn/issue-82_3-22Руслан Ижбулатов2018-03-133-2/+21
* gdk/win32/gdkselection-win32.c: Fix build without G_ENABLE_DEBUGChun-wei Fan2017-12-151-18/+20
* GDK W32: Plug a resource leakРуслан Ижбулатов2017-12-031-0/+15