summaryrefslogtreecommitdiffstats
path: root/doc/classes/DisplayServer.xml
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #71022 from Sauermann/fix-captured-position-docRémi Verschelde2023-01-101-1/+1
|\
| * Fix doc for position of captured mouseMarkus Sauermann2023-01-101-1/+1
* | Use BitField<> in core type masksJuan Linietsky2023-01-081-1/+1
* | Add support for the custom initial screen for the main window, fix primary sc...bruvzg2023-01-071-0/+16
|/
* Merge pull request #69712 from bruvzg/real_sizeRémi Verschelde2022-12-071-4/+11
|\
| * Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...bruvzg2022-12-071-4/+11
* | Merge pull request #69707 from bruvzg/x11_exfsRémi Verschelde2022-12-071-6/+9
|\ \
| * | [Linux/X11] Split fullscreen mode into `WINDOW_MODE_EXCLUSIVE_FULLSCREEN` and...bruvzg2022-12-071-6/+9
| |/
* / Fix Determining Window for TouchscreenMarkus Sauermann2022-12-071-7/+6
|/
* Clean up DisplayServerAndroid::window_get_native_handle() with the GLES3 rend...David Snopek2022-12-041-0/+1
* [macOS] Add exclusive fullscreen mode with Dock and Menu disabled.bruvzg2022-11-141-2/+3
* Add support for OpenGL to OpenXRDavid Snopek2022-11-081-0/+8
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-3/+3
* [DisplayServer] Hide internal window creation/deletion methods and expose som...bruvzg2022-10-311-25/+15
* Document the DisplayServer classHugo Locurcio2022-10-271-41/+180
* [macOS] Fix window button position and title bar size when editor scale do no...bruvzg2022-10-101-2/+2
* [Docs] Synchronize and update Window and Display Server documentation.bruvzg2022-10-051-13/+32
* [macOS extend-to-title] Add scene/project name to the editor title, fix incor...bruvzg2022-09-221-0/+2
* Merge pull request #65816 from bruvzg/proj_settings_missing_flagsRémi Verschelde2022-09-211-1/+3
|\
| * Add missing initial window flags and window mode to the project settings.bruvzg2022-09-191-1/+3
* | [macOS] Add an option to align window buttons in "extend to title" mode.bruvzg2022-09-201-0/+9
|/
* Add support for system dark mode (Linux)Raul Santos2022-09-021-2/+2
* Merge pull request #65026 from bruvzg/dark_modeRémi Verschelde2022-09-021-0/+21
|\
| * Add support for system dark mode and accent color detection (macOS and Window...bruvzg2022-08-311-0/+21
* | [macOS] Handle accelerator and click events of the global menu items separately.bruvzg2022-09-011-22/+48
|/
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-12/+12
* [macOS] Extend editor contents to the window titlebar for better space usage.bruvzg2022-08-261-3/+31
* Replace Array return types with TypedArraykobewi2022-08-221-2/+2
* Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...bruvzg2022-08-181-19/+48
* Improve the `make_rst.py` parser for BBCode tagsYuri Sizov2022-08-151-1/+1
* [doc] Use "param" instead of "code" to refer to parameters (7)Andy Maloney2022-08-121-61/+61
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-244/+244
* Add support for multiple virtual keyboard typesBrian Semrau2022-08-041-3/+28
* Improve error message when the requested V-Sync mode cannot be usedHugo Locurcio2022-08-041-2/+2
* Fix screen_get_usable_rect returning display safe areaMarcel Admiraal2022-05-021-1/+7
* Merge pull request #60551 from madmiraal/implement-3466Rémi Verschelde2022-05-021-0/+7
|\
| * Add a method for obtaining display cutouts on AndroidMarcel Admiraal2022-04-261-0/+7
* | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+102
|/
* Fix typos with codespellRémi Verschelde2022-03-311-1/+1
* Rename warp mouse functions to warp_mouseMarkus Sauermann2022-03-271-7/+7
* [macOS] Add missing global menu features.bruvzg2022-03-221-4/+325
* Improve popup window handling.bruvzg2022-02-251-1/+30
* Fix default value for DisplayServer::virtual_keyboard_show Rect2 parameterPierre-Thomas Meisels2022-02-181-1/+1
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Merge pull request #56953 from bruvzg/ex_wndRémi Verschelde2022-02-121-0/+10
|\
| * Add exclusive window handling to DisplayServer (on macOS and Windows).bruvzg2022-02-121-0/+10
* | Change SCREEN_GET_REFRESH_RATE_FALLBACK to -1.0jordi2022-02-111-2/+8
|/
* Merge pull request #57341 from bruvzg/win_multiwin_fsRémi Verschelde2022-02-041-0/+5
|\
| * [Windows] Add WS_BORDER flag to windows in WINDOW_MODE_FULLSCREEN mode to al...bruvzg2022-02-041-0/+5
* | Merge pull request #57335 from jordigcs/display-refresh-rateRémi Verschelde2022-02-041-0/+8
|\ \ | |/ |/|