summaryrefslogtreecommitdiffstats
path: root/servers/display_server.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #98709 from darksylinc/matias-upsidedown-splashThaddeus Crews2024-11-041-7/+0
|\
| * Fix splash screen upside down on AndroidMatias N. Goldberg2024-10-311-7/+0
* | [DisplayServer] Add feature flag for native file dialog access to `user/res` ...Anish Mishra2024-10-301-0/+1
|/
* Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebasedClay John2024-10-291-0/+8
|\
| * Add Swappy & Pre-Transformed SwapchainMatias N. Goldberg2024-10-281-0/+8
* | 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 pull request #97005 from Repiteo/core/window-corner-styleThaddeus Crews2024-10-211-0/+2
|\ \ \
| * | | Core: Add `DisplayServer` flag for sharp cornersThaddeus Crews2024-10-181-0/+2
| | |/ | |/|
* / | Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-181-1/+1
|/ /
* / [DisplayServer] Implement has_hardware_keyboard method for Android and iOS.bruvzg2024-10-021-0/+2
|/
* Add caching to `DisplayServer::can_create_rendering_device()`Hugo Locurcio2024-10-011-0/+10
* Check if RD is supported in the ProjectManager and disable creating RD projec...clayjohn2024-08-021-0/+2
* 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/+6
* Fix creating cursor image from AtlasTexturekleonc2024-06-051-12/+12
* [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-8/+8
* [StatusIndicator] Add method to get indicator icon screen rect.bruvzg2024-05-021-0/+1
* Merge pull request #89588 from bruvzg/status_ind_menu_directRémi Verschelde2024-05-011-2/+3
|\
| * [StatusIndicator] Switch API to use Texture2D instead of Image, improve handl...bruvzg2024-03-201-2/+3
* | Polish interaction between windowing, input and renderingPedro J. Estébanez2024-04-101-1/+0
* | [DisplayServer] Add separate feature flags for different native dialog types.bruvzg2024-03-261-0/+2
* | [NativeMenu] Move files to the `display` subfolder.bruvzg2024-03-261-1/+1
|/
* Move `global_menu_*` methods to a separate `NativeMenu` class.bruvzg2024-03-041-0/+12
* Improve cursor_set_custom_image() methodkobewi2024-02-281-0/+3
* Merge pull request #87384 from bruvzg/sys_base_colorRémi Verschelde2024-02-131-1/+3
|\
| * Add method to get "base" system UI color (macOS/Windows) and system theme cha...bruvzg2024-02-131-1/+3
* | [macOS] Add support for native help menu search callbacks, integrate editor h...bruvzg2024-02-131-0/+3
|/
* Implement support for application status indicators (tray icons).bruvzg2024-02-131-1/+10
* [Native File Dialog] Add support for adding custom options to the dialogs.bruvzg2024-01-241-0/+1
* Implement a transient_to_focused modeJuan Linietsky2024-01-141-0/+2
* [macOS] Add default Window and Help menus, allow special menu customization.bruvzg2023-12-131-0/+2
* Merge pull request #81218 from bruvzg/_temp_fsRémi Verschelde2023-10-041-1/+2
|\
| * [Native File Dialogs] Improve filter list handling, add selected filter to th...bruvzg2023-10-031-1/+2
* | [macOS] Add `about_to_open` and `popup_hide` callback for the global menus, m...bruvzg2023-10-041-0/+5
|/
* [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/+2
|\
| * add clipboard get image methods for windows and macosVincent D2023-07-171-0/+2
* | [macOS] Implement optional native file selection dialog support for sandboxed...bruvzg2023-07-121-0/+10
* | Merge pull request #77993 from bruvzg/key_lbl_from_pYuri Sizov2023-07-121-0/+1
|\ \ | |/ |/|
| * Implement keyboard_get_label_from_physical method.bruvzg2023-06-081-0/+1
* | [DisplayServer] Add method to check if native window is focused.bruvzg2023-06-161-0/+1
|/
* Merge pull request #75142 from bruvzg/scrRémi Verschelde2023-05-161-0/+1
|\
| * [DisplayServer] Implement screen_get_image method for LinuxBSD/X11, macOS and...bruvzg2023-03-201-0/+1
* | Add project manager / editor initial screen settings, implement DisplayServer...bruvzg2023-04-191-0/+24
|/
* [DisplayServer] Implement screen_get_pixel method for LinuxBSD/X11, macOS and...bruvzg2023-03-011-0/+2
* Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ...bruvzg2023-01-161-0/+2
* Add framework for avoidance of color flash in new windowsPedro J. Estébanez2023-01-121-0/+10
* Use BitField<> in core type masksJuan Linietsky2023-01-081-1/+1