summaryrefslogtreecommitdiffstats
path: root/servers/display_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-0/+1
|\
| * [DisplayServer] Add feature flag for native file dialog access to `user/res` ...Anish Mishra2024-10-301-0/+1
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\|
| * Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-291-1/+1
| |\
| | * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \ \
| * | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-0/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge pull request #97771 from dsnopek/openxr-linux-eglThaddeus Crews2024-10-251-0/+2
| |\ \ | | |/ | |/|
| | * OpenXR: Add support for Wayland on LinuxDavid Snopek2024-10-041-0/+2
* | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-241-0/+4
|\| |
| * | Merge pull request #98247 from TCROC/fix-headless-graphics-driver-and-shader-...Thaddeus Crews2024-10-241-0/+4
| |\ \
| | * | fix headless import attempting to load graphics driverTravis Lange2024-10-221-0/+4
* | | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-0/+1
|\| | |
| * | | Core: Add `DisplayServer` flag for sharp cornersThaddeus Crews2024-10-181-0/+1
| |/ /
* / / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* / [DisplayServer] Implement has_hardware_keyboard method for Android and iOS.bruvzg2024-10-021-0/+6
|/
* Add caching to `DisplayServer::can_create_rendering_device()`Hugo Locurcio2024-10-011-0/+13
* Fix Vulkan Instance initialized twice in ProjectDialogGaktan2024-09-171-0/+5
* Metal: enable for betsy and lightmapper modulesStuart Carnie2024-08-311-0/+12
* Check if RD is supported in the ProjectManager and disable creating RD projec...clayjohn2024-08-021-0/+42
* Pass window exclusive and transient properties for subwindow creationAlvin Wong2024-07-251-1/+1
* Always render when XR is enabled, even if no OS windows can drawDavid Snopek2024-07-171-0/+15
* Fix creating cursor image from AtlasTexturekleonc2024-06-051-19/+5
* [DisplayServer] Add method to check if window transparency is supported and e...bruvzg2024-05-231-0/+2
* Properly set window class in WaylandPaulo Poiati2024-05-221-2/+2
* [StatusIndicator] Add method to get indicator icon screen rect.bruvzg2024-05-021-0/+6
* Merge pull request #89588 from bruvzg/status_ind_menu_directRémi Verschelde2024-05-011-2/+7
|\
| * [StatusIndicator] Switch API to use Texture2D instead of Image, improve handl...bruvzg2024-03-201-2/+7
* | Fix potential infinite loop when using global menuHaoyu Qiu2024-04-171-1/+1
* | Polish interaction between windowing, input and renderingPedro J. Estébanez2024-04-101-4/+0
* | [DisplayServer] Add separate feature flags for different native dialog types.bruvzg2024-03-261-0/+2
* | Return ERR_UNAVAILABLE if native dialog is not supportedHaoyu Qiu2024-03-261-4/+4
|/
* Move `global_menu_*` methods to a separate `NativeMenu` class.bruvzg2024-03-041-78/+203
* Improve cursor_set_custom_image() methodkobewi2024-02-281-0/+38
* Merge pull request #87384 from bruvzg/sys_base_colorRémi Verschelde2024-02-131-0/+2
|\
| * Add method to get "base" system UI color (macOS/Windows) and system theme cha...bruvzg2024-02-131-0/+2
* | [macOS] Add support for native help menu search callbacks, integrate editor h...bruvzg2024-02-131-0/+7
|/
* Implement support for application status indicators (tray icons).bruvzg2024-02-131-0/+29
* [Native File Dialog] Add support for adding custom options to the dialogs.bruvzg2024-01-241-0/+6
* Implement a transient_to_focused modeJuan Linietsky2024-01-141-0/+4
* [macOS] Add default Window and Help menus, allow special menu customization.bruvzg2023-12-131-0/+7
* [macOS] Add `about_to_open` and `popup_hide` callback for the global menus, m...bruvzg2023-10-041-0/+21
* [DisplayServer] Add method to estimate window title bar size.bruvzg2023-10-031-0/+1
* Merge pull request #63826 from deakcor/dev_clipboardYuri Sizov2023-07-271-0/+10
|\
| * add clipboard get image methods for windows and macosVincent D2023-07-171-0/+10
* | [macOS] Implement optional native file selection dialog support for sandboxed...bruvzg2023-07-121-0/+13
* | Merge pull request #77993 from bruvzg/key_lbl_from_pYuri Sizov2023-07-121-0/+5
|\ \ | |/ |/|
| * Implement keyboard_get_label_from_physical method.bruvzg2023-06-081-0/+5
* | [DisplayServer] Add method to check if native window is focused.bruvzg2023-06-161-0/+1
|/