Loading
Commits on Source 15
-
Christoph Reiter authored
Both cases expect a DLGTEMPLATE but the docs say that DLGTEMPLATEEX works too, despite it being a different struct, so just cast it. See https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-createdialogindirectw This avoids two "-Wincompatible-pointer-types" which GCC 14 switched to being an error by default.
-
Luca Bacci authored
gtkprintoperation-win32: fix the build on Windows with GCC 14.1.0 See merge request GNOME/gtk!7259
-
Chun-wei Fan authored
This is a backport from the GTK-4.x update, so that we can aim to support gtkglsink in gst-plugins-good even on Windows, beyond using just Cairo in gstsink for rendering. From the commit message in GTK-4.x, in commit 627ee674: We might be dealing with GL contexts from different threads, which have more gotchas when we are using libepoxy, so in case the function pointers for these are invalidated by wglMakeCurrent() calls outside of GTK/GDK, such as in GstGL, we want to use these functions that are directly linked to opengl32.dll provided by the system/ICD, by linking to opengl32.lib. This will ensure that we will indeed call the "correct" wgl* functions that we need.
-
g.willems authored
The cursor currently disappears while in DnD "move" action. Fix by assigning a standard arrow cursor.
-
Luca Bacci authored
gdk3-win32: Fix invisible dnd-move cursor See merge request GNOME/gtk!7288
-
Luca Bacci authored
3.24: GDK-Win32: Use wrapper functions for calling core wgl* functions (backport from GTK-4.x) See merge request GNOME/gtk!7284
-
Matthias Clasen authored
This is just not a good idea. It is surprising, and can be misused. Fixes: #6786
-
Matthias Clasen authored
Stop looking for modules in cwd See merge request GNOME/gtk!7361
-
AsciiWolf authored
-
Balázs Úr authored
-
Danial Behzadi authored
-
Danial Behzadi authored
-
Danial Behzadi authored
-
Matthias Clasen authored
-
Jeremy Bícha authored