Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973 | Spartan322 | 2024-11-27 | 1 | -1/+1 |
|\ | |||||
| * | Update screen_get_scale documentation. | Anish Mishra | 2024-11-25 | 1 | -1/+1 |
| | | |||||
* | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23 | Spartan322 | 2024-11-15 | 1 | -1/+1 |
|\| | |||||
| * | [DisplayServer] [docs] Improve readability of `get_screen_from_rect()` | Jesse | 2024-11-14 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com> | ||||
| * | [DisplayServer] [docs] Describe edge cases for `get_screen_from_rect()` | Jesse | 2024-11-13 | 1 | -1/+1 |
| | | | | | | Describes output when multiple screens intersect with rectangle or rectangle has no area. | ||||
* | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f | Spartan322 | 2024-11-06 | 1 | -1/+1 |
|\| | |||||
| * | [Android] Implement support for accent color retrieval | Anish Mishra | 2024-11-01 | 1 | -1/+1 |
| | | |||||
* | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122 | Spartan322 | 2024-11-02 | 1 | -6/+10 |
|\| | |||||
| * | [Android] Implement native file picker support | Anish Mishra | 2024-10-30 | 1 | -5/+6 |
| | | |||||
| * | [DisplayServer] Add feature flag for native file dialog access to `user/res` ↵ | Anish Mishra | 2024-10-30 | 1 | -2/+5 |
| | | | | | | | | and `options` | ||||
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 1 | -1/+1 |
|\| | |||||
| * | [Android] Implement native input dialog support | Anish Mishra | 2024-10-29 | 1 | -1/+1 |
| | | |||||
* | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b | Spartan322 | 2024-10-26 | 1 | -0/+13 |
|\| | |||||
| * | Merge pull request #97771 from dsnopek/openxr-linux-egl | Thaddeus Crews | 2024-10-25 | 1 | -0/+13 |
| |\ | | | | | | | | | | OpenXR: Add support for Wayland on Linux | ||||
| | * | OpenXR: Add support for Wayland on Linux | David Snopek | 2024-10-04 | 1 | -0/+13 |
| | | | |||||
* | | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5 | Spartan322 | 2024-10-24 | 1 | -0/+3 |
|\| | | |||||
| * | | Update documentation for Android immersive mode | Anish Mishra | 2024-10-22 | 1 | -0/+3 |
| | | | |||||
* | | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1 | Spartan322 | 2024-10-22 | 1 | -1/+5 |
|\| | | |||||
| * | | Core: Add `DisplayServer` flag for sharp corners | Thaddeus Crews | 2024-10-18 | 1 | -1/+5 |
| | | | |||||
* | | | Rebranding: Doc/ | Dubhghlas McLaughlin | 2024-10-16 | 1 | -1/+1 |
| | | | |||||
* | | | fix: replace "Godot" to "Redot" | Muhannad Elbolaky | 2024-10-15 | 1 | -3/+3 |
|/ / | | | | | | | Trying to change "Godot" to "Redot" in the doc while acknowledging the reference to previous Godot versions like Godot 3.X. | ||||
* / | [DisplayServer] Implement has_hardware_keyboard method for Android and iOS. | bruvzg | 2024-10-02 | 1 | -0/+7 |
|/ | |||||
* | Merge pull request #94477 from RedMser/typos-batch-1 | Rémi Verschelde | 2024-08-28 | 1 | -1/+1 |
|\ | | | | | | | Fix various typos | ||||
| * | Fix typos | RedMser | 2024-07-17 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #94412 from dsnopek/xr-always-render | Rémi Verschelde | 2024-07-18 | 1 | -0/+21 |
|\ \ | |/ |/| | | | Always render when XR is enabled, even if no OS windows can draw | ||||
| * | Always render when XR is enabled, even if no OS windows can draw | David Snopek | 2024-07-17 | 1 | -0/+21 |
| | | |||||
* | | Clarify clipboard_get_image() | kobewi | 2024-07-13 | 1 | -0/+1 |
|/ | |||||
* | [DisplayServer] Add error messages and descriptions to callbacks. | bruvzg | 2024-05-28 | 1 | -3/+4 |
| | |||||
* | [DisplayServer] Add method to check if window transparency is supported and ↵ | bruvzg | 2024-05-23 | 1 | -1/+7 |
| | | | | enabled. | ||||
* | Wayland: Workaround API limitation in screen/UI scale logic | Riteo | 2024-05-07 | 1 | -2/+3 |
| | | | | | | | | | | | | | | Mainly, this fixes auto UI scaling with _single-monitor_ fractional setups (see the comment in `display_server_wayland.cpp` for more info). This is the result of a bunch of current limitations, mainly the fact that the UI scale is static (it's probed at startup) and the fact that Wayland exposes fractional scales only at the window-level, by design. The `screen_get_scale` special case should help in 99% of cases, while the auto UI scale part will unfortunately only help with single-screen situations, as multi-screen fractional scaling requires dynamic UI scale changing. | ||||
* | [StatusIndicator] Add method to get indicator icon screen rect. | bruvzg | 2024-05-02 | 1 | -0/+11 |
| | |||||
* | Merge pull request #89588 from bruvzg/status_ind_menu_direct | Rémi Verschelde | 2024-05-01 | 1 | -2/+13 |
|\ | | | | | | | [StatusIndicator] Switch API to use Texture2D instead of Image, improve handling on macOS, add method to set native popup menu directly. | ||||
| * | [StatusIndicator] Switch API to use Texture2D instead of Image, improve ↵ | bruvzg | 2024-03-20 | 1 | -2/+13 |
| | | | | | | | | handling on macOS, add method to set native popup menu directly. | ||||
* | | doc fix typo that flipped the description of | brennen | 2024-04-27 | 1 | -2/+2 |
| | | | | | | | | window_set_max_size and window_set_min_size | ||||
* | | Use `[codeblock lang=text]` more often in class ref | Micky | 2024-04-08 | 1 | -14/+14 |
| | | |||||
* | | [DisplayServer] Add separate feature flags for different native dialog types. | bruvzg | 2024-03-26 | 1 | -5/+11 |
| | | |||||
* | | [MenuBar] Use NativeMenu RIDs instead of indices to track items. | bruvzg | 2024-03-25 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #87452 from bruvzg/native_menu | Rémi Verschelde | 2024-03-06 | 1 | -50/+50 |
|\ | | | | | | | Move `global_menu_*` methods to a separate `NativeMenu` class. | ||||
| * | Move `global_menu_*` methods to a separate `NativeMenu` class. | bruvzg | 2024-03-04 | 1 | -50/+50 |
| | | |||||
* | | Check if DisplayServer supports icons before attempting setting it | Rémi Verschelde | 2024-03-05 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #88957 from 398utubzyt/windows/native-dialogs | Rémi Verschelde | 2024-03-05 | 1 | -4/+4 |
|\ \ | |/ |/| | | | Windows: Implement `dialog_show` and `dialog_input_text` for `DisplayServer` | ||||
| * | Windows: Implement `DisplayServer::dialog_show` and ↵ | 398utubzyt | 2024-03-04 | 1 | -4/+4 |
| | | | | | | | | `DisplayServer::dialog_input_text` | ||||
* | | Update FileDialog filters documentation | RedMser | 2024-03-04 | 1 | -0/+2 |
| | | |||||
* | | Overhaul some "uncommon" wording in class reference | Micky | 2024-03-01 | 1 | -2/+2 |
| | | |||||
* | | Improve cursor_set_custom_image() method | kobewi | 2024-02-28 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #87384 from bruvzg/sys_base_color | Rémi Verschelde | 2024-02-13 | 1 | -2/+17 |
|\ | | | | | | | Add method to get "base" system UI color and system theme change callback. | ||||
| * | Add method to get "base" system UI color (macOS/Windows) and system theme ↵ | bruvzg | 2024-02-13 | 1 | -2/+17 |
| | | | | | | | | change callback. | ||||
* | | [macOS] Add support for native help menu search callbacks, integrate editor ↵ | bruvzg | 2024-02-13 | 1 | -0/+14 |
|/ | | | | help. | ||||
* | Implement support for application status indicators (tray icons). | bruvzg | 2024-02-13 | 1 | -0/+46 |
| | |||||
* | Minor fix in DisplayServer.xml to include Linux & Windows in ↵ | Emmanouil Papadeas | 2024-02-03 | 1 | -1/+1 |
| | | | | FEATURE_NATIVE_DIALOG |