| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(cherry picked from commit e8542b06acca3c1bdeee4b528411771f0819f084)
Credits:
Co-authored-by: Skogi <skogi.b@gmail.com>
Co-authored-by: Spartan322 <Megacake1234@gmail.com>
Co-authored-by: swashberry <swashdev@pm.me>
Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: radenthefolf <radenthefolf@gmail.com>
Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com>
Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com>
Co-authored-by: decryptedchaos <nixgod@gmail.com>
Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com>
Co-authored-by: Mister Puma <MisterPuma80@gmail.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: SingleError <isaaconeoneone@gmail.com>
Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
-avoid use of transitive wayland include
-resolves https://github.com/godotengine/godot/issues/95830
Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
(cherry picked from commit 6ce71f0fb0a091cffb6adb4af8ab3f716ad8930b)
|
|
|
|
|
|
| |
Before, multiple capability events would instantiate the same object
over and over as long as its bit was set. This caused issues with
hotplug and device suspension.
|
| |
|
|
|
|
|
| |
X11 does not need setting exclusive flag (it is not implemented).
Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
|
|
|
|
|
|
| |
On Windows this allows to avoid having to change the owner of the window
after it has been created, which in rare circumstances may cause the
window to bug out.
|
| |
|
|
|
|
|
|
|
| |
Also tried to make tablet handling a bit tidier (less whitespace).
That said I'll uniform tablet handling better once we're back in the dev
cycle.
|
|
|
|
|
|
|
|
|
| |
Allocated XImages are improperly free'd with XFree.
The X11 documentation says that XImage should use
XDestroyImage to free both the image structure and
the data pointed to by the image structure.
Also fix a potential use-after-free bug.
|
|\
| |
| |
| | |
Wayland: Check for suspended flag when unsuspending
|
| |
| |
| |
| |
| | |
Before, we would only check for the frame flag, which is unreliable on
newer suspension-aware compositors.
|
|/
|
|
|
| |
This is needed for initializing xdg_surfaces when not using libdecor.
Now the pure xdg_shell code path should work again.
|
|\
| |
| |
| |
| |
| | |
Calinou/linuxbsd-controller-no-trackpad-graphics-tablet
Fix trackpads and graphics tablets being recognized as controllers on Linux/*BSD
|
| | |
|
| |
| |
| |
| |
| | |
Oops, forgot to do that. Motion-dependent stuff should now work properly
when using scaled displays.
|
| |
| |
| |
| | |
The line was removed by mistake.
|
| | |
|
|\ \
| | |
| | | |
Fix text editor stealing focus from "Find in Files" dialog on X11
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Before of this patch, as explained in the usual
commented-wall-of-text-longer-than-the-actual-patch-itself™, due to the
multithreaded nature of the Wayland thread, it was possible to commit a
surface while the renderer was doing stuff, which was _very_ wrong.
Initially the consequences of such a sin weren't obvious but, now that
explicit synchronization is becoming more and more common, we can't
commit a buffer randomly without basically guaranteeing a nasty, nasty
crash (and we should have avoided commits altogether in the first place
to ensure atomic surface updates).
We now only trigger a commit _in the main thread_ when low processor usage
mode is on _and_ if we know that we won't be rendering anything as, due to
its intermittent nature, it makes "legacy" (pre xdg_wm_base v6) frame
callback based suspension quite annoying.
|
| | |
|
|/ |
|
|\
| |
| |
| | |
[Wayland] Implement IME support.
|
| | |
|
| |
| |
| |
| |
| |
| | |
- Make warnings print only once per session.
- Tweak the message to be less confusing, and mention that the issue
most likely stems from a graphics driver limitation.
|
|\ \
| | |
| | |
| | | |
EGL: Use `EGL_EXT_platform_base` whenever possible
|
| | |
| | |
| | |
| | |
| | |
| | | |
This avoids any assumption from the driver, which would otherwise select
a specific platform and potentially mess up everything, resulting
usually in a display server failure.
|
| |/
|/| |
|
|\ \
| | |
| | |
| | | |
Stop color picker tooltip from stealing input events
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Input events go to the tooltip because it's added to `popup_list` in
DisplayServer `popup_open`. I think there's no harm in tooltips being omitted
from the list, so this commit blocks non-popup windows from being added if they
have `FLAG_NO_FOCUS` and `FLAG_MOUSE_PASSTHROUGH`.
I'm not happy with this way of detecting tooltips. It'll also catch other
windows where this behavior may or may not be wanted.
I thought about adding `FLAG_TOOLTIP`, but went with the smaller change for
now.
Fixes #79500.
|
|\ \ \
| |/ /
|/| |
| | | |
Fix creating cursor image from `AtlasTexture`
|
| |/ |
|
|/ |
|
|\
| |
| |
| | |
Use `OS::delay_usec()` to avoid using deprecated `usleep()` on Linux
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
usleep(3) was declared obsolete in POSIX.1-2001 and removed in POSIX.1-2008.
nanosleep(2) was recommended to be used instead.
`OS::delay_usec()` internally uses `nanosleep()`.
This also uses large number separators for improved readability.
|
|\ \
| | |
| | |
| | | |
[DisplayServer] Add error messages and descriptions to callbacks.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
[macOS, X11] Fix duplicate close requests.
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | | |
Wayland: Implement `is_window_transparency_available`
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | | |
Linux: Enable build config `wayland=yes use_sowrap=no`
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
-wayland-egl.h was missing if opengl3=yes (default)
Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
|
|/ / |
|
| |
| |
| |
| | |
enabled.
|
|\ \
| | |
| | |
| | | |
Properly set window class in Wayland
|