summaryrefslogtreecommitdiffstats
path: root/doc/classes/DisplayServer.xml
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * Add screen_get_refresh_rate to DisplayServerjordi2022-02-031-0/+8
* | Merge pull request #56785 from bruvzg/nat_handles_4Rémi Verschelde2022-01-271-0/+26
|\ \ | |/ |/|
| * Add support for getting native display, window, and view handles.bruvzg2022-01-141-0/+26
* | Add `DisplayServer.clipboard_has()` to check clipboard contentHaoyu Qiu2022-01-191-0/+6
* | Window management improvements.bruvzg2022-01-181-5/+0
* | Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-171-21/+8
|\ \ | |/ |/|
| * [Windows] Improve console handling and execute/create_process.bruvzg2021-12-181-21/+8
* | Fix usage of "Return" in the docskobewi2022-01-021-2/+2
|/
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
* Fix primary clipboard warningConteZero2021-10-231-0/+2
* Added primary clipboard for LinuxConteZero2021-10-181-0/+15
* DisplayServer: Add multiple descriptions for methods.DeeJayLSP2021-10-071-1/+11
* Describe how window mode setter and getter worksDeeJayLSP2021-10-051-0/+3
* Allow for mapping keycodes to current layoutFrixuu2021-09-211-0/+8
* Define a default minimum window size to workaround rendering issuesHugo Locurcio2021-08-221-0/+2
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-496/+248
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-10/+0
* Restructure and reimplement vsync optionsHendrik Brucker2021-07-061-30/+39
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-1/+1
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-3/+3
* Add MOUSE_MODE_CONFINED_HIDDENAaron Franke2021-06-031-0/+8
* OS: Remove native video API only implemented on iOSRémi Verschelde2021-05-071-51/+9
* doc: Sync classref with current sourceRémi Verschelde2021-02-191-1/+1
* Move tablet driver API from OS to DisplayServer.bruvzg2021-02-181-0/+36
* Merge pull request #42841 from HaSa1002/docs-lang-3Rémi Verschelde2020-11-091-2/+14
|\
| * Port code examples to C# (D)HaSa10022020-11-011-2/+14
* | Improve the documentation related to fullscreen and borderless settingsHugo Locurcio2020-10-281-0/+2
|/
* Fix `screen_get_dpi` on macOS for non fractional display scales and restore d...bruvzg2020-10-011-0/+12
* Add window click-through support.bruvzg2020-09-171-0/+24
* Fix Return key events in LineEdit & TextEdit on AndroidPouleyKetchoupp2020-07-261-3/+15
* Fix cancel/OK button order on macOSDaniel Ting2020-07-101-1/+1
* [macOS] Implement seamless display scaling.bruvzg2020-07-041-0/+12
* Environment: Refactor code for readability + moreRémi Verschelde2020-07-011-2/+2
* Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/...bruvzg2020-06-131-20/+46