summaryrefslogtreecommitdiff
path: root/doc/classes/DisplayServer.xml
AgeCommit message (Expand)Author
2023-05-12Fixed various typos across the docsUltraBIF
2023-05-12Some clarifications on screen-space coordinateskobewi
2023-04-24Fix various typos in the classrefHaoyu Qiu
2023-04-24Fixed typo in DisplayServer.ScreenOrientation docsEvgeniy Vasilyev
2023-03-16Fix typos and inconsistencies in classrefHaoyu Qiu
2023-03-13Fix various typos in the classrefHaoyu Qiu
2023-02-26Add warnings for unsupported features in mobile and gl_compatibility backendsclayjohn
2023-02-20Merge pull request #73610 from timothyqiu/classref-typosRémi Verschelde
2023-02-20Merge pull request #73408 from nightblade9/patch-1Rémi Verschelde
2023-02-20Various classref typo fixesHaoyu Qiu
2023-02-19Elaborate on text-to-speech requirements on Linuxnightblade9
2023-02-16Improve documentation on PopupMenu and DisplayServer acceleratorsHugo Locurcio
2023-02-13Document unsupported features in Mobile and Compatibility rendering methodsHugo Locurcio
2023-02-12Add missing period for sentences in classrefHaoyu Qiu
2023-02-06Merge pull request #71523 from YeldhamDev/dserver_doc_recomsYuri Sizov
2023-01-27Add a note about the parameter that global menu callbacks requireZoee Silcock
2023-01-25Silence `warp_mouse()` warning in favor of documentationHugo Locurcio
2023-01-23Document changing V-Sync at runtime in the class referenceHugo Locurcio
2023-01-16Make `DisplayServer` docs tell users to change some window values in the `Win...Michael Alexsander
2023-01-16Fix typo and add missing docs for WINDOW_FLAG_MOUSE_PASSTHROUGH.bruvzg
2023-01-16Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ...bruvzg
2023-01-10Merge pull request #71022 from Sauermann/fix-captured-position-docRémi Verschelde
2023-01-10Fix doc for position of captured mouseMarkus Sauermann
2023-01-08Use BitField<> in core type masksJuan Linietsky
2023-01-07Add support for the custom initial screen for the main window, fix primary sc...bruvzg
2022-12-07Merge pull request #69712 from bruvzg/real_sizeRémi Verschelde
2022-12-07Merge pull request #69707 from bruvzg/x11_exfsRémi Verschelde
2022-12-07Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...bruvzg
2022-12-07Fix Determining Window for TouchscreenMarkus Sauermann
2022-12-07[Linux/X11] Split fullscreen mode into `WINDOW_MODE_EXCLUSIVE_FULLSCREEN` and...bruvzg
2022-12-04Clean up DisplayServerAndroid::window_get_native_handle() with the GLES3 rend...David Snopek
2022-11-14[macOS] Add exclusive fullscreen mode with Dock and Menu disabled.bruvzg
2022-11-08Add support for OpenGL to OpenXRDavid Snopek
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-10-31[DisplayServer] Hide internal window creation/deletion methods and expose som...bruvzg
2022-10-27Document the DisplayServer classHugo Locurcio
2022-10-10[macOS] Fix window button position and title bar size when editor scale do no...bruvzg
2022-10-05[Docs] Synchronize and update Window and Display Server documentation.bruvzg
2022-09-22[macOS extend-to-title] Add scene/project name to the editor title, fix incor...bruvzg
2022-09-21Merge pull request #65816 from bruvzg/proj_settings_missing_flagsRémi Verschelde
2022-09-20[macOS] Add an option to align window buttons in "extend to title" mode.bruvzg
2022-09-19Add missing initial window flags and window mode to the project settings.bruvzg
2022-09-02Add support for system dark mode (Linux)Raul Santos
2022-09-02Merge pull request #65026 from bruvzg/dark_modeRémi Verschelde
2022-09-01[macOS] Handle accelerator and click events of the global menu items separately.bruvzg
2022-08-31Add support for system dark mode and accent color detection (macOS and Window...bruvzg
2022-08-29[Web] Rename JavaScript platform to Web.Fabio Alessandrelli
2022-08-26[macOS] Extend editor contents to the window titlebar for better space usage.bruvzg
2022-08-22Replace Array return types with TypedArraykobewi
2022-08-18Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...bruvzg