summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* gdk/broadway: Split out sources listingChun-wei Fan2022-05-192-48/+58
* gdk/win32: Split out sources listingChun-wei Fan2022-05-192-69/+74
* x11: Trap errors happening when getting output propertiesJonas Ådahl2022-05-021-13/+19
* Fix dllMain win32Melroy van den Berg2022-03-011-0/+2
* [quartz] Fix use-before-init.John Ralls2022-02-281-1/+1
* gdkkeys-win32: Only perform substitution as last-resortPhilip Zander2022-02-271-24/+25
* Fix last error reporting when calling GetClipboardOwnerLuca Bacci2022-02-251-3/+3
* fix(dereference NULL ptr): Also tests "impl" in gdk_x11_device_xi2_window_at_...Thibaud CANALE2022-02-181-2/+2
* GdkWin32: Fix gdk_win32_window_get_frame_extentsLuca Bacci2022-02-141-2/+2
* gdkkeys-win32: Also ignore Ctrl + Shift (etc.)Philip Zander2022-02-081-4/+5
* Merge branch '3-24-30-api-additions-since-marker' into 'gtk-3-24'Matthias Clasen2022-02-081-0/+7
|\
| * Add `Since` marker for `gdk_wayland_window_set_application_id()`Sebastian Dröge2022-01-301-0/+7
* | gdkapplaunchcontext: Improve set_screen() docsPhaedrus Leeds2022-02-011-0/+3
|/
* gdkkeys-win32: Ignore CTRL bit for key translationPhilip Zander2022-01-291-0/+7
* Merge Lukas Oberhuber's 'fix-retina-cursors' into gtk-3-24.John Ralls2022-01-261-1/+8
|\
| * macos: correctly handle retina cursorsLukas Oberhuber2022-01-141-1/+8
* | gdk/display-wayland: Don't bypass portal for theme entriesFlorian Müllner2022-01-191-1/+5
* | Revert "Bug 676077: Fix handling of Keyboard Input on Windows"Chun-wei Fan2022-01-171-8/+1
|/
* Merge branch 'wip/keep-scale-3-24' into 'gtk-3-24'Matthias Clasen2022-01-121-5/+16
|\
| * wayland/window: Only update the scale if on any outputsJonas Ådahl2022-01-071-5/+16
* | gdkkeys-win32: Perform keyboard layout substitutionDavid Hogan2022-01-101-10/+87
* | gdkkeys-win32: Fix handling of SGCAPSPhilip Zander2022-01-093-20/+15
* | gdkkeys-win32: Fix crash when keyboard DLL failed to loadPhilip Zander2022-01-092-17/+50
* | gdkkeys-win32: Add keysym mapping for capslock keyPhilip Zander2022-01-091-1/+2
* | gdkkeys-win32: Fix capslock handlingPhilip Zander2022-01-093-64/+54
* | gdkkeys-win32: Fix uninitialized valuePhilip Zander2022-01-071-0/+2
* | GDK/build: Rename deprecated_h_sources to gdk_deprecated_h_sourcesChun-wei Fan2022-01-042-3/+3
* | Visual Studio projects: Improve generating GDK sourcesChun-wei Fan2022-01-041-5/+7
* | gdk: Split out public headers listingChun-wei Fan2022-01-042-44/+46
* | Winpointer: Fix keyboard stateLuca Bacci2022-01-031-2/+4
* | Merge branch 'fix_windows_build' into 'gtk-3-24'Luca Bacci2022-01-022-1/+5
|\ \
| * | Add define for GC_ALLGESTURES, in-case WINVER is not set.Melroy van den Berg2021-12-281-0/+4
| * | Lowercaps Windows.h -> windows.hMelroy van den Berg2021-12-281-1/+1
* | | macOS: Fix QuartzCore linking and compiling with 10.11Thomas Holder2021-12-292-1/+4
|/ /
* | Merge branch 'fix-dist' into 'gtk-3-24'Matthias Clasen2021-12-211-0/+1
|\ \
| * | gdk/win32/Makefile.am: Dist gdkkeys-win32.hChun-wei Fan2021-12-211-0/+1
* | | gdk/wayland: Support new `high-contrast` keyFlorian Müllner2021-12-211-0/+39
|/ /
* | macOS: Big Sur performance patchLukas Oberhuber2021-12-182-4/+36
|/
* gdkquartz: fix crash on uninitialized attributeLukas Oberhuber2021-12-162-3/+24
* Merge branch 'win32-rewrite-keymap-v2' into 'gtk-3-24'Luca Bacci2021-12-1511-1289/+1407
|\
| * gdk/win32: Fix modifiers sometimes being consumed for special keysPhilip Zander2021-12-102-28/+33
| * gdk/win32: Fix group parameter not being used by translate_keyboard_statePhilip Zander2021-12-091-2/+4
| * gdk/win32: Add licensing boilerplate to gdkkeys-win32Philip Zander2021-12-093-4/+74
| * gdk/win32: Remove unneeded struct _GdkWin32KernelCPUFuncsPhilip Zander2021-12-082-16/+11
| * gdk/win32: Consolidate CPU detection in one placeChun-wei Fan2021-12-084-33/+48
| * GdkWin32Keymap: Be more robust against DLL loading failuresPhilip Zander2021-12-082-6/+10
| * Rewrite GdkWin32Keymap (load table directly from layout DLL)Philip Zander2021-12-089-1282/+1309
* | Merge branch 'gtk-3-24-x11-xi2.4-gestures' into 'gtk-3-24'Carlos Garnacho2021-12-136-6/+215
|\ \ | |/ |/|
| * gdk/x11: Report XI2 version on the serverPovilas Kanapickas2021-12-031-1/+2
| * gdk/x11: Implement XI2.4 touchpad gesture supportPovilas Kanapickas2021-12-036-5/+213