Age | Commit message (Expand) | Author |
2023-02-13 | Document unsupported features in Mobile and Compatibility rendering methods | Hugo Locurcio |
2023-02-12 | Add missing period for sentences in classref | Haoyu Qiu |
2023-02-06 | Merge pull request #71523 from YeldhamDev/dserver_doc_recoms | Yuri Sizov |
2023-01-27 | Add a note about the parameter that global menu callbacks require | Zoee Silcock |
2023-01-25 | Silence `warp_mouse()` warning in favor of documentation | Hugo Locurcio |
2023-01-23 | Document changing V-Sync at runtime in the class reference | Hugo Locurcio |
2023-01-16 | Make `DisplayServer` docs tell users to change some window values in the `Win... | Michael Alexsander |
2023-01-16 | Fix typo and add missing docs for WINDOW_FLAG_MOUSE_PASSTHROUGH. | bruvzg |
2023-01-16 | Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ... | bruvzg |
2023-01-10 | Merge pull request #71022 from Sauermann/fix-captured-position-doc | Rémi Verschelde |
2023-01-10 | Fix doc for position of captured mouse | Markus Sauermann |
2023-01-08 | Use BitField<> in core type masks | Juan Linietsky |
2023-01-07 | Add support for the custom initial screen for the main window, fix primary sc... | bruvzg |
2022-12-07 | Merge pull request #69712 from bruvzg/real_size | Rémi Verschelde |
2022-12-07 | Merge pull request #69707 from bruvzg/x11_exfs | Rémi Verschelde |
2022-12-07 | Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win... | bruvzg |
2022-12-07 | Fix Determining Window for Touchscreen | Markus Sauermann |
2022-12-07 | [Linux/X11] Split fullscreen mode into `WINDOW_MODE_EXCLUSIVE_FULLSCREEN` and... | bruvzg |
2022-12-04 | Clean 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-08 | Add support for OpenGL to OpenXR | David Snopek |
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde |
2022-10-31 | [DisplayServer] Hide internal window creation/deletion methods and expose som... | bruvzg |
2022-10-27 | Document the DisplayServer class | Hugo 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-21 | Merge pull request #65816 from bruvzg/proj_settings_missing_flags | Rémi Verschelde |
2022-09-20 | [macOS] Add an option to align window buttons in "extend to title" mode. | bruvzg |
2022-09-19 | Add missing initial window flags and window mode to the project settings. | bruvzg |
2022-09-02 | Add support for system dark mode (Linux) | Raul Santos |
2022-09-02 | Merge pull request #65026 from bruvzg/dark_mode | Rémi Verschelde |
2022-09-01 | [macOS] Handle accelerator and click events of the global menu items separately. | bruvzg |
2022-08-31 | Add 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-22 | Replace Array return types with TypedArray | kobewi |
2022-08-18 | Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m... | bruvzg |
2022-08-15 | Improve the `make_rst.py` parser for BBCode tags | Yuri Sizov |
2022-08-12 | [doc] Use "param" instead of "code" to refer to parameters (7) | Andy Maloney |
2022-08-08 | Rename the argument tag to param in XML documentation | Yuri Sizov |
2022-08-04 | Add support for multiple virtual keyboard types | Brian Semrau |
2022-08-04 | Improve error message when the requested V-Sync mode cannot be used | Hugo Locurcio |
2022-05-02 | Fix screen_get_usable_rect returning display safe area | Marcel Admiraal |
2022-05-02 | Merge pull request #60551 from madmiraal/implement-3466 | Rémi Verschelde |
2022-04-28 | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg |
2022-04-26 | Add a method for obtaining display cutouts on Android | Marcel Admiraal |
2022-03-31 | Fix typos with codespell | Rémi Verschelde |
2022-03-27 | Rename warp mouse functions to warp_mouse | Markus Sauermann |
2022-03-22 | [macOS] Add missing global menu features. | bruvzg |