| 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>
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
enabled.
|
| |
|
| |
|
|\
| |
| |
| | |
[StatusIndicator] Switch API to use Texture2D instead of Image, improve handling on macOS, add method to set native popup menu directly.
|
| |
| |
| |
| | |
handling on macOS, add method to set native popup menu directly.
|
| |
| |
| |
| |
| | |
- Adapt GL make/release API to the current architecture.
- Fix DisplayServer being locked while dispatching input (prevent deadlocks).
|
| | |
|
|/ |
|
| |
|
| |
|
|\
| |
| |
| | |
Add method to get "base" system UI color and system theme change callback.
|
| |
| |
| |
| | |
change callback.
|
|/
|
|
| |
help.
|
| |
|
|
|
|
| |
Add support for adding custom options (checkboxes and optionboxes) to the dialogs (both native and built-in).
|
|
|
|
|
|
|
| |
This intends to be the correct way to handle non-child windows becoming covered by the current window when becoming focused.
Enabling this property on select windows, they will become transient to the currently focused one when becoming visible.
This deprecates the "unparent_when_invisible" function introduced by #76025.
|
| |
|
|\
| |
| |
| | |
[Native File Dialogs] Improve filter list handling, add selected filter to the callback.
|
| |
| |
| |
| | |
the callback.
|
|/
|
|
| |
move part of logic to the PopupMenu to allow live menu modification.
|
| |
|
|\
| |
| |
| | |
Add `clipboard_has/get_image` methods to DisplayServer
|
| |
| |
| |
| |
| | |
Co-Authored-By: RedworkDE <10944644+RedworkDE@users.noreply.github.com>
Co-Authored-By: bruvzg <7645683+bruvzg@users.noreply.github.com>
|
| |
| |
| |
| | |
sandboxed apps.
|
|\ \
| |/
|/|
| | |
Implement DisplayServer.keyboard_get_label_from_physical method.
|
| | |
|
|/ |
|
|\
| |
| |
| | |
[DisplayServer] Implement screen_get_image method for LinuxBSD/X11, macOS and Windows.
|
| |
| |
| |
| | |
and Windows.
|
|/
|
|
| |
DisplayServer.get_keyboard_focus_screen method.
|
|
|
|
| |
and Windows.
|
|
|
|
| |
`window_set_mouse_passthrough` to `Window`.
|
| |
|
|
|
|
|
|
|
|
| |
* All core types masks are now correctly marked as bitfields.
* The enum hacks in MouseButtonMask and many other types are gone. This ensures that binders to other languages non C++ can actually implement type safe bitmasks.
* Most bitmask operations replaced by functions in BitField<>
* Key is still a problem because its enum and mask at the same time. While it kind of works in C++, this most likely can't be implemented safely in other languages and will have to be changed at some point. Mostly left as-is.
* Documentation and API dump updated to reflect bitfields in core types.
|
|
|
|
| |
screen detection.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As many open source projects have started doing it, we're removing the
current year from the copyright notice, so that we don't need to bump
it every year.
It seems like only the first year of publication is technically
relevant for copyright notices, and even that seems to be something
that many companies stopped listing altogether (in a version controlled
codebase, the commits are a much better source of date of publication
than a hardcoded copyright statement).
We also now list Godot Engine contributors first as we're collectively
the current maintainers of the project, and we clarify that the
"exclusive" copyright of the co-founders covers the timespan before
opensourcing (their further contributions are included as part of Godot
Engine contributors).
Also fixed "cf." Frenchism - it's meant as "refer to / see".
|
|
|
|
| |
and positions.
|
|\
| |
| |
| | |
Rename `window_get_real_size`, add position counterpart.
|
| |
| |
| |
| | |
`window_get_position_with_decorations`.
|
|/
|
|
|
|
|
|
|
| |
DisplayServer::screen_is_touchscreen will likely never utilize its
parameter p_screen.
This PR replaces this function by DisplayServer::is_touchscreen_available()
with the same functionality.
This solves the problem, that a SubViewport was used for determining
the screen, which resulted in error messages.
|
| |
|
| |
|
|
|
|
| |
not match OS UI scale.
|
|
|
|
| |
incorrect window button position/order when system primary language is RTL.
|
| |
|