gtk/gdk/win32
Jacob Boerema 99a816c361 gdkkeys-win32c: change registry key not found g_warning to g_debug
On Windows with certain keyboard layout combinations you can get a
benign terminal warning like this:
Could not open registry key 'SYSTEM\CurrentControlSet\Control\Keyboard
Layouts\D0010413'
When using a lot of plug-ins, like GIMP does, this warning can show up
a lot of times.
The code after this warning, still has another last check, that, when it
fails, will show a warning.

We change the first g_warning to a g_debug statement, to reduce the
amount of warning messages.

Closes #5109
2023-12-18 11:35:43 -05:00
..
rc build: Remove the Autotools build 2022-12-08 11:57:39 +00:00
bdfcursor.c GDK-W32: remove trailing whitespace everywhere 2015-04-29 21:12:14 +00:00
cursor.bdf Committing changes to the source bdf font file that I forgot to commit 2007-08-17 03:40:39 +00:00
gdkcursor-win32.c win32: Make cursor code work without _gdk_display 2016-02-11 03:44:47 +01:00
gdkdevice-virtual.c win32: fix "unused variable" warning 2016-03-05 20:31:10 +01:00
gdkdevice-virtual.h GDK-Win32: Ensure sources use UNIX line endings 2013-12-04 08:57:43 +08:00
gdkdevice-win32.c GdkWin32: Ensure a consistent order of operations when handling DPI scale and GDK screen offset 2021-09-23 17:37:45 +02:00
gdkdevice-win32.h W32: avoid code duplication in gdkdevice-win32|virtual 2015-12-22 09:31:56 +01:00
gdkdevice-winpointer.c GdkWin32: Ensure a consistent order of operations when handling DPI scale and GDK screen offset 2021-09-23 17:37:45 +02:00
gdkdevice-winpointer.h Add support for Windows Pointer Input Stack 2021-07-03 16:04:28 +02:00
gdkdevice-wintab.c GdkWin32: Ensure a consistent order of operations when handling DPI scale and GDK screen offset 2021-09-23 17:37:45 +02:00
gdkdevice-wintab.h WinTab - Add support for Wheel/Rotation axis - Rebase and fix conflicts for merge 2021-03-05 23:35:29 +00:00
gdkdevicemanager-win32.c GdkWin32: Fix warning due to changed device count 2023-06-27 15:53:14 +02:00
gdkdevicemanager-win32.h Add support for Windows Pointer Input Stack 2021-07-03 16:04:28 +02:00
gdkdisplay-win32.c Fix last error reporting when calling GetClipboardOwner 2022-02-25 17:02:26 +01:00
gdkdisplay-win32.h gdk/win32: Remove unneeded struct _GdkWin32KernelCPUFuncs 2021-12-08 22:46:52 +01:00
gdkdisplaymanager-win32.c win32: Call windowing init from display_class_init() 2013-05-02 15:36:41 +02:00
gdkdnd-win32.c OLE2 DND: Check if move is supported 2023-04-06 14:18:30 +02:00
gdkevents-win32.c GdkWin32: Use scaled coordinates for move_resize_drag() 2023-06-21 17:00:00 +02:00
gdkgeometry-win32.c GDK-Win32: Enable HiDPI support for Windows 2016-11-07 15:38:02 +08:00
gdkglcontext-win32.c Merge branch 'check-egl-support-at-runtime' into 'gtk-3-24' 2023-03-13 17:51:03 +00:00
gdkglcontext-win32.h gdk/win32: Some further small GL-related cleanup 2021-09-06 19:36:13 +08:00
gdkglobals-win32.c Add support for Windows Pointer Input Stack 2021-07-03 16:04:28 +02:00
gdkkeys-win32-impl-wow64.c gdk/win32: Add licensing boilerplate to gdkkeys-win32 2021-12-09 12:29:15 +01:00
gdkkeys-win32-impl.c gdkkeys-win32: Also ignore Ctrl + Shift (etc.) 2022-02-08 20:44:35 +01:00
gdkkeys-win32.c gdkkeys-win32c: change registry key not found g_warning to g_debug 2023-12-18 11:35:43 -05:00
gdkkeys-win32.h gdkkeys-win32: Fix capslock handling 2022-01-09 12:36:32 +01:00
gdkmain-win32.c GdkWin32: Retrieve module HINSTANCE in static builds 2022-03-02 16:25:09 +01:00
gdkmonitor-win32.c GdkWin32: Initialize _gdk_offset_x / _gdk_offset_x to unscaled values 2021-09-23 17:37:54 +02:00
gdkmonitor-win32.h GDK W32: Correctly infer gtk-xft-antialias & gtk-xft-rgba 2020-04-26 20:40:57 +00:00
gdkprivate-win32.h gdkkeys-win32: Fix handling of SGCAPS 2022-01-09 12:36:47 +01:00
gdkproperty-win32.c GdkWin32: Add code for gtk-overlay-scrolling setting 2022-06-17 11:04:54 +02:00
gdkscreen-win32.c gdkscreen-win32.c: Also define _WIN32_WINNT 2016-11-11 21:03:46 +08:00
gdkselection-win32.c GdkWin32: Zero-out memory of an allocated struct 2023-03-21 10:50:09 +01:00
gdkselection-win32.h GdkWin32: Fix subclassing for GdkWin32Selection 2022-09-26 14:28:03 +02:00
gdktestutils-win32.c win32: provide an implementation for gdk_test_simulate_key(). 2014-09-22 21:22:33 -04:00
gdkwin32.h win32: Port to new monitor api 2016-04-27 23:18:16 -04:00
gdkwin32cursor.h GDK-W32: remove trailing whitespace everywhere 2015-04-29 21:12:14 +00:00
gdkwin32display.h win32: use the same parameter name as the implementation 2015-10-08 18:07:49 +02:00
gdkwin32displaymanager.h Add GDK_AVAILABLE_IN_ALL annotations in gdk 2013-05-05 15:38:46 -04:00
gdkwin32dnd-private.h GdkWin32: Make OLE2 DND work in monitors with different OS scales 2021-11-13 19:41:58 +01:00
gdkwin32dnd.h Add GDK_AVAILABLE_IN_ALL annotations in gdk 2013-05-05 15:38:46 -04:00
gdkwin32glcontext.h Add OpenGL Support for the GDK Windows Backend 2014-12-17 16:07:02 +08:00
gdkwin32id.c GDK-W32: remove trailing whitespace everywhere 2015-04-29 21:12:14 +00:00
gdkwin32keys.h W32: Prefer the deadkey combinations that the OS uses 2016-08-04 16:37:19 +00:00
gdkwin32langnotification.c GDK W32: Test for IME correctly 2019-03-22 14:52:18 +00:00
gdkwin32langnotification.h GDK W32: Test for IME correctly 2019-03-22 14:52:18 +00:00
gdkwin32misc.h W32: Massive W32 DnD fix 2017-11-25 15:44:40 +00:00
gdkwin32monitor.h win32: Port to new monitor api 2016-04-27 23:18:16 -04:00
gdkwin32screen.h GDK-W32: remove trailing whitespace everywhere 2015-04-29 21:12:14 +00:00
gdkwin32window.h GDK-W32: remove trailing whitespace everywhere 2015-04-29 21:12:14 +00:00
gdkwindow-win32.c GdkWin32: Fix gdk_win32_window_get_frame_extents 2022-02-14 16:16:47 +01:00
gdkwindow-win32.h gdk/win32: Some further small GL-related cleanup 2021-09-06 19:36:13 +08:00
libwntab32x.la Add headers. Add section about ActiveIMM. 2001-11-08 20:57:18 +00:00
meson.build Rewrite GdkWin32Keymap (load table directly from layout DLL) 2021-12-08 22:44:17 +01:00
pktdef.h Build Wintab support always on Windows. Don't require the Wintab SDK. 2007-01-19 01:55:52 +00:00
winpointer.h Add define for GC_ALLGESTURES, in-case WINVER is not set. 2021-12-28 00:50:17 +01:00
wintab.h Build Wintab support always on Windows. Don't require the Wintab SDK. 2007-01-19 01:55:52 +00:00
xcursors.h Bug 544684 - Win64 issue, window handles are assumed to be 32-bit 2008-08-04 23:21:36 +00:00