summaryrefslogtreecommitdiffstats
path: root/servers/display_server_headless.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-2/+2
|\
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-2/+2
| | | | | | | | - Set clang-format `Standard` rule to `c++20`
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| |
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Pass window exclusive and transient properties for subwindow creationAlvin Wong2024-07-251-1/+1
| | | | | | On Windows this allows to avoid having to change the owner of the window after it has been created, which in rare circumstances may cause the window to bug out.
* Merge pull request #92806 from mihe/headless-inputRémi Verschelde2024-07-011-2/+21
|\ | | | | | | Add input event callback to `DisplayServerHeadless`
| * Add input event callback to `DisplayServerHeadless`Mikael Hermansson2024-06-051-2/+21
| |
* | Add stub method for mouse_get_position in headless display serverAlex Drozd2024-06-231-0/+1
|/
* Properly set window class in WaylandPaulo Poiati2024-05-221-1/+1
|
* Fix `DisplayServer` overridesA Thousand Ships2024-05-131-3/+2
|
* Don't print warning messages for DisplayServer functions in headless modeHugo Locurcio2024-04-131-0/+43
| | | | | | | | | | | | | | DisplayServer methods that only have a cosmetic effect print a warning (instead of an error). These warnings can be silenced in headless mode, as it's assumed that the cosmetic effect is undesired in headless mode anyway (e.g. changing mouse cursor shape). This prevents spurious warnings from appearing when running the editor in headless mode, e.g. on CI to export a project. Methods that print an error will continue to do so, as their returned value may not match expectations and have cascading consequences on the project (e.g. clipboard data not being retrievable).
* [NativeMenu] Add checks to avoid unnecessary warnings.bruvzg2024-03-071-2/+11
| | | | | | | Added by Rémi: Add dummy NativeMenu to DisplayServerHeadless, fixing crashes when using `--headless`. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* [DisplayServer] Add method to check if native window is focused.bruvzg2023-06-161-0/+1
|
* Add support for the custom initial screen for the main window, fix primary ↵bruvzg2023-01-071-2/+3
| | | | screen detection.
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Improve `window_set_current_screen` and fix secondary window initial mode ↵bruvzg2022-12-291-1/+1
| | | | and positions.
* Rename `window_get_real_size` to `window_get_size_with_decorations`, add ↵bruvzg2022-12-071-1/+2
| | | | `window_get_position_with_decorations`.
* Make window creation with custom position do not flashWei Guo2022-10-241-1/+1
|
* Split dummy renderer classes into separate filesBastiaan Olij2022-03-161-1/+1
| | | | Split canvas_texture_storage and texture_storage from render_storage class
* Add screen_get_refresh_rate to DisplayServerjordi2022-02-031-0/+1
|
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| | | | Happy new year to the wonderful Godot community!
* Added more empty definitions for headless display serverRicardo Subtil2021-11-251-3/+13
|
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-2/+0
|
* Restructure and reimplement vsync optionsHendrik Brucker2021-07-061-1/+1
| | | | | -Add a v-sync mode setting which allows to choose between DISABLED, ON, ADAPTIVE and MAILBOX -Removed the V-Sync via Compositor option
* Move remaining dummy drivers to servers.Fabio Alessandrelli2021-06-011-0/+127