summaryrefslogtreecommitdiffstats
path: root/doc/classes/DisplayServer.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Added multiple descriptions for clipboard, mouse and window methods.
* 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
| | | | | | | The minimum window size can still be set to `Vector2(0, 0)` in a script if needed. This closes #37242.
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-496/+248
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-10/+0
|
* Restructure and reimplement vsync optionsHendrik Brucker2021-07-061-30/+39
| | | | | -Add a v-sync mode setting which allows to choose between DISABLED, ON, ADAPTIVE and MAILBOX -Removed the V-Sync via Compositor option
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-1/+1
| | | | Also MIDIMessage
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-3/+3
|
* Add MOUSE_MODE_CONFINED_HIDDENAaron Franke2021-06-031-0/+8
| | | | Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
* OS: Remove native video API only implemented on iOSRémi Verschelde2021-05-071-51/+9
| | | | | | See discussion in #43811, it was only implemented on iOS and even that implementation was fairly limited. This would best be provided as plugins for Android and iOS without cluttering the shared OS API.
* doc: Sync classref with current sourceRémi Verschelde2021-02-191-1/+1
| | | | And fix various bogus bindings following previous PRs.
* 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 and E)
| * Port code examples to C# (D)HaSa10022020-11-011-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes: * Decal * Dictionary * Directory * DisplayServer * DTLSServer * DynamicFont * EditorImportPlugin * EditorPlugin * EditorScenePostImport * EditorScript * EditorSettings * EditorTranslationParserPlugin * Engine * Expression Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
* | 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 ↵bruvzg2020-10-011-0/+12
| | | | documentation.
* Add window click-through support.bruvzg2020-09-171-0/+24
|
* Fix Return key events in LineEdit & TextEdit on AndroidPouleyKetchoupp2020-07-261-3/+15
| | | | | | | | | | | | | | | | | Depending on the device implementation, editor actions could be received with different action ids or not at all for multi-line. Added a parameter to virtual keyboards to properly handle single-line and multi-line cases in all situations. Single-line: Input type set to text without multiline to make sure actions are sent. IME options are set to DONE action to force action id consistency. Multi-line: Input type set to text and multiline to make sure enter triggers new lines. Actions are disabled by the multiline flag, so '\n' characters are handled in text changed callbacks.
* Fix cancel/OK button order on macOSDaniel Ting2020-07-101-1/+1
| | | | | The macOS platform convention regarding button order is cancel on left, OK on right.
* [macOS] Implement seamless display scaling.bruvzg2020-07-041-0/+12
|
* Environment: Refactor code for readability + moreRémi Verschelde2020-07-011-2/+2
| | | | | | | | | | | | - Makes all boolean setters/getters consistent. - Fixes bug where `glow_hdr_bleed_scale` was not used. - Split CameraEffects to their own source file. - Reorder all Environment method and properties declarations, definitions and bindings to be consistent with each other and with the order of property bindings. - Bind missing enum values added with SDFGI. - Remove unused SDFGI enhance_ssr boolean. - Sync doc changes after SDFGI merge and other misc changes.
* Add keyboard layout enumeration / set / get functions (macOS, Windows, ↵bruvzg2020-06-131-20/+46
| | | | Linux/X11), remove latin variant function.
* doc: Sync classref with current sourceRémi Verschelde2020-05-201-0/+4
|
* doc: Sync classref with current sourceRémi Verschelde2020-04-031-11/+1
|
* doc: Sync classref with DisplayServer/Window changesRémi Verschelde2020-03-311-0/+1059