summaryrefslogtreecommitdiffstats
path: root/doc/classes/DisplayServer.xml
Commit message (Expand)AuthorAgeFilesLines
* Minor grammar fixes to documentationNinni Pipping2023-05-281-1/+1
* Add `audio/general/text_to_speech` project setting to enable/disable TTS.bruvzg2023-05-181-0/+9
* Merge pull request #75142 from bruvzg/scrRémi Verschelde2023-05-161-0/+9
|\
| * [DisplayServer] Implement screen_get_image method for LinuxBSD/X11, macOS and...bruvzg2023-03-201-0/+9
* | Merge pull request #76664 from Xenoparrot/simple-typosMax Hilbrunner2023-05-061-5/+5
|\ \
| * | Fixed various typos across the docsUltraBIF2023-05-021-5/+5
* | | Some clarifications on screen-space coordinateskobewi2023-05-031-1/+1
|/ /
* | Add project manager / editor initial screen settings, implement DisplayServer...bruvzg2023-04-191-0/+12
* | Fix various typos in the classrefHaoyu Qiu2023-04-181-1/+1
* | Fixed typo in DisplayServer.ScreenOrientation docsEvgeniy Vasilyev2023-04-161-1/+1
|/
* Fix typos and inconsistencies in classrefHaoyu Qiu2023-03-161-3/+3
* Corrected capitalisation of macOSJohn Veness2023-03-121-2/+2
* Fix various typos in the classrefHaoyu Qiu2023-03-091-11/+11
* Merge pull request #74087 from bruvzg/get_screen_pxRémi Verschelde2023-03-061-0/+12
|\
| * [DisplayServer] Implement screen_get_pixel method for LinuxBSD/X11, macOS and...bruvzg2023-03-011-0/+12
* | Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
|/
* Add warnings for unsupported features in mobile and gl_compatibility backendsclayjohn2023-02-261-3/+3
* Merge pull request #73610 from timothyqiu/classref-typosRémi Verschelde2023-02-201-1/+1
|\
| * Various classref typo fixesHaoyu Qiu2023-02-201-1/+1
* | Merge pull request #73408 from nightblade9/patch-1Rémi Verschelde2023-02-201-0/+1
|\ \ | |/ |/|
| * Elaborate on text-to-speech requirements on Linuxnightblade92023-02-191-0/+1
* | Improve documentation on PopupMenu and DisplayServer acceleratorsHugo Locurcio2023-02-161-1/+8
|/
* Document unsupported features in Mobile and Compatibility rendering methodsHugo Locurcio2023-02-131-3/+4
* Add missing period for sentences in classrefHaoyu Qiu2023-02-121-2/+2
* Merge pull request #71523 from YeldhamDev/dserver_doc_recomsYuri Sizov2023-02-061-1/+7
|\
| * Make `DisplayServer` docs tell users to change some window values in the `Win...Michael Alexsander2023-01-161-1/+7
* | Add a note about the parameter that global menu callbacks requireZoee Silcock2023-01-271-2/+11
* | Silence `warp_mouse()` warning in favor of documentationHugo Locurcio2023-01-251-0/+1
* | Document changing V-Sync at runtime in the class referenceHugo Locurcio2023-01-231-2/+2
* | Fix typo and add missing docs for WINDOW_FLAG_MOUSE_PASSTHROUGH.bruvzg2023-01-161-1/+1
|/
* Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ...bruvzg2023-01-161-1/+4
* 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
|\