summaryrefslogtreecommitdiffstats
path: root/servers/display_server.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use BitField<> in core type masksJuan Linietsky2023-01-081-2/+2
* Add support for the custom initial screen for the main window, fix primary sc...bruvzg2023-01-071-3/+24
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Improve `window_set_current_screen` and fix secondary window initial mode and...bruvzg2022-12-291-1/+1
* Merge pull request #69712 from bruvzg/real_sizeRémi Verschelde2022-12-071-1/+2
|\
| * Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...bruvzg2022-12-071-1/+2
* | Fix Determining Window for TouchscreenMarkus Sauermann2022-12-071-3/+2
|/
* Add support for OpenGL to OpenXRDavid Snopek2022-11-081-0/+1
* Add call_deferred() method to Callablekobewi2022-11-041-9/+2
* [DisplayServer] Hide internal window creation/deletion methods and expose som...bruvzg2022-10-311-4/+3
* Make window creation with custom position do not flashWei Guo2022-10-241-2/+2
* [macOS extend-to-title] Add scene/project name to the editor title, fix incor...bruvzg2022-09-221-0/+1
* [macOS] Add an option to align window buttons in "extend to title" mode.bruvzg2022-09-201-0/+1
* Merge pull request #65026 from bruvzg/dark_modeRémi Verschelde2022-09-021-0/+4
|\
| * Add support for system dark mode and accent color detection (macOS and Window...bruvzg2022-08-311-0/+4
* | [macOS] Handle accelerator and click events of the global menu items separately.bruvzg2022-09-011-14/+25
|/
* [macOS] Extend editor contents to the window titlebar for better space usage.bruvzg2022-08-261-0/+7
* Replace Array return types with TypedArraykobewi2022-08-221-3/+3
* Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...bruvzg2022-08-181-9/+29
* Add support for multiple virtual keyboard typesBrian Semrau2022-08-041-2/+11
* Improve error message when the requested V-Sync mode cannot be usedHugo Locurcio2022-08-041-2/+2
* Remove Signal connect bindsJuan Linietsky2022-07-291-2/+2
* Merge pull request #60714 from Calinou/typedef-remove-refRémi Verschelde2022-05-031-2/+2
|\
| * Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-2/+2
* | Fix screen_get_usable_rect returning display safe areaMarcel Admiraal2022-05-021-0/+1
|/
* Merge pull request #60551 from madmiraal/implement-3466Rémi Verschelde2022-05-021-0/+2
|\
| * Add a method for obtaining display cutouts on AndroidMarcel Admiraal2022-04-261-0/+2
* | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+94
|/
* Rename warp mouse functions to warp_mouseMarkus Sauermann2022-03-271-3/+3
* [macOS] Add missing global menu features.bruvzg2022-03-221-12/+127
* Improve popup window handling.bruvzg2022-02-251-0/+4
* Fix default value for DisplayServer::virtual_keyboard_show Rect2 parameterPierre-Thomas Meisels2022-02-181-1/+1
* Add exclusive window handling to DisplayServer (on macOS and Windows).bruvzg2022-02-121-0/+5
* Merge pull request #57341 from bruvzg/win_multiwin_fsRémi Verschelde2022-02-041-0/+1
|\
| * [Windows] Add WS_BORDER flag to windows in WINDOW_MODE_FULLSCREEN mode to al...bruvzg2022-02-041-0/+1
* | Merge pull request #57335 from jordigcs/display-refresh-rateRémi Verschelde2022-02-041-0/+1
|\ \ | |/ |/|
| * Add screen_get_refresh_rate to DisplayServerjordi2022-02-031-0/+1
* | Merge pull request #56785 from bruvzg/nat_handles_4Rémi Verschelde2022-01-271-0/+11
|\ \ | |/ |/|
| * Add support for getting native display, window, and view handles.bruvzg2022-01-141-0/+11
* | Add `DisplayServer.clipboard_has()` to check clipboard contentHaoyu Qiu2022-01-191-0/+5
* | Window management improvements.bruvzg2022-01-181-5/+0
* | Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-171-12/+0
|\ \ | |/ |/|
| * [Windows] Improve console handling and execute/create_process.bruvzg2021-12-181-12/+0
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Use "enum class" for input enumsAaron Franke2021-11-121-1/+1
* Add GLES2 2D renderer + Linux display managerlawnjelly2021-10-301-0/+4
* Fix primary clipboard warningConteZero2021-10-231-0/+1
* Added primary clipboard for LinuxConteZero2021-10-181-0/+10
* Allow for mapping keycodes to current layoutFrixuu2021-09-211-0/+5
* Fix InputMap and display server not nulling singleton on freePaulb232021-09-011-0/+1