summaryrefslogtreecommitdiffstats
path: root/servers/display_server.h
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵bruvzg2022-08-311-0/+4
| | | | | | | | Windows). Add support for dark mode title bar on Windows.
* | [macOS] Handle accelerator and click events of the global menu items separately.bruvzg2022-09-011-7/+9
|/
* [macOS] Extend editor contents to the window titlebar for better space usage.bruvzg2022-08-261-0/+8
|
* Replace Array return types with TypedArraykobewi2022-08-221-2/+2
|
* Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native ↵bruvzg2022-08-181-9/+11
| | | | menu for editor.
* Add support for multiple virtual keyboard typesBrian Semrau2022-08-041-1/+13
|
* 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<>`
| * Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-2/+2
| | | | | | | | | | | | These typedefs don't save much typing compared to the full `Ref<Resource>` and `Ref<RefCounted>`, yet they sometimes introduce confusion among new contributors.
* | 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 Android
| * 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 ↵bruvzg2022-04-281-0/+36
|/ | | | | | Windows. Implement TextServer word break method.
* Rename warp mouse functions to warp_mouseMarkus Sauermann2022-03-271-1/+1
|
* [macOS] Add missing global menu features.bruvzg2022-03-221-8/+30
|
* Improve popup window handling.bruvzg2022-02-251-1/+7
| | | | Add window FLAG_POPUP and a platform specific routines to control popup auto-hiding and event forwarding.
* Merge pull request #56953 from bruvzg/ex_wndRémi Verschelde2022-02-121-0/+1
|\
| * Add exclusive window handling to DisplayServer (on macOS and Windows).bruvzg2022-02-121-0/+1
| |
* | Change SCREEN_GET_REFRESH_RATE_FALLBACK to -1.0jordi2022-02-111-1/+1
|/
* Merge pull request #57341 from bruvzg/win_multiwin_fsRémi Verschelde2022-02-041-1/+2
|\
| * [Windows] Add WS_BORDER flag to windows in WINDOW_MODE_FULLSCREEN mode to ↵bruvzg2022-02-041-1/+2
| | | | | | | | | | | | allow multi-window interface in full-screen. [Windows] Add WINDOW_MODE_EXCLUSIVE_FULLSCREEN without WS_BORDER flag enabled (no multi-window support).
* | Merge pull request #57335 from jordigcs/display-refresh-rateRémi Verschelde2022-02-041-0/+3
|\ \ | |/ |/|
| * Add screen_get_refresh_rate to DisplayServerjordi2022-02-031-0/+3
| |
* | Merge pull request #56785 from bruvzg/nat_handles_4Rémi Verschelde2022-01-271-0/+9
|\ \ | |/ |/|
| * Add support for getting native display, window, and view handles.bruvzg2022-01-141-0/+9
| |
* | Add `DisplayServer.clipboard_has()` to check clipboard contentHaoyu Qiu2022-01-191-0/+1
| |
* | Window management improvements.bruvzg2022-01-181-1/+0
| | | | | | | | | | | | | | | | | | | | | | [macOS] Fix transient windows not working in the full-screen mode. [macOS] Fix moving transient windows to the other screen than parent window. [macOS] Fix popup menu switch on hover. [macOS] Use content origin rect for windows position (to ensure `DS.mouse_get_position` is equal to `DS.window_get_position` + mouse position from the input events). [macOS] Fix incorrect input coordinates, when external display with different scaling in connected/disconnected. [macOS/Windows] Fix moving fullscreen windows between the screens. Add auto refocusing of the parent window, when the focused transient window is closed. Remove redundant `DS.mouse_get_absolute_position` function (returns mouse position in the screen coordinates, same as `DS.mouse_get_position`).
* | Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-171-4/+0
|\ \ | |/ |/|
| * [Windows] Improve console handling and execute/create_process.bruvzg2021-12-181-4/+0
| | | | | | | | | | | | | | | | | | | | Always build with the GUI subsystem. Redirect stdout and stderr output to the parent process console. Use CreateProcessW for blocking `execute` calls with piped stdout and stderr (prevent console windows for popping up when used with the GUI subsystem build, and have more consistent behavior with `create_process`). Add `open_console` argument to the `execute` and `create_process` to open a new console window. Remove `interface/editor/hide_console_window` editor setting. Remove `Toggle System Console` menu option. Remove `set_console_visible` and `is_console_visible` functions.
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/ | | | Happy new year to the wonderful Godot community!
* Add GLES2 2D renderer + Linux display managerlawnjelly2021-10-301-0/+3
| | | | | | | | | First implementation with Linux display manager. - Add single-threaded mode for EditorResourcePreview (needed for OpenGL). Co-authored-by: clayjohn <claynjohn@gmail.com> Co-authored-by: Fabio Alessandrelli <fabio.alessandrelli@gmail.com>
* Fix primary clipboard warningConteZero2021-10-231-0/+1
|
* Added primary clipboard for LinuxConteZero2021-10-181-0/+2
|
* Allow for mapping keycodes to current layoutFrixuu2021-09-211-0/+1
|
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-2/+0
|
* Change VSync mode project setting enum type from string to integerHendrik Brucker2021-07-121-0/+2
|
* Restructure and reimplement vsync optionsHendrik Brucker2021-07-061-17/+14
| | | | | -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
* Add MOUSE_MODE_CONFINED_HIDDENAaron Franke2021-06-031-1/+2
| | | | Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
* Use an enum to represent screen orientation in the Project SettingsHugo Locurcio2021-05-241-0/+3
| | | | | | | | | | | | - Tweak the setting property hint to be more informative. - Make the setting a "basic" setting so it appears when Advanced Settings is disabled. - Remove redundant orientation setting in the iOS export preset. The project setting is now used (like on Android). Projects upgrading from a previous version will have to set the screen orientation again in the Project Settings if it wasn't set to the default value ("landscape").
* OS: Remove native video API only implemented on iOSRémi Verschelde2021-05-071-8/+0
| | | | | | 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.
* Move tablet driver API from OS to DisplayServer.bruvzg2021-02-181-0/+5
|
* Make Servers truly Thread Safereduz2021-02-101-1/+1
| | | | | | | | | -Rendering server now uses a split RID allocate/initialize internally, this allows generating RIDs immediately but initialization to happen later on the proper thread (as rendering APIs generally requiere to call on the right thread). -RenderingServerWrapMT is no more, multithreading is done in RenderingServerDefault. -Some functions like texture or mesh creation, when renderer supports it, can register and return immediately (so no waiting for server API to flush, and saving staging and command buffer memory). -3D physics server changed to be made multithread friendly. -Added PhysicsServer3DWrapMT to use 3D physics server from multiple threads. -Disablet Bullet (too much effort to make multithread friendly, this needs to be fixed eventually).
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
| | | | | | | | | | | | | | Happy new year to the wonderful Godot community! 2020 has been a tough year for most of us personally, but a good year for Godot development nonetheless with a huge amount of work done towards Godot 4.0 and great improvements backported to the long-lived 3.2 branch. We've had close to 400 contributors to engine code this year, authoring near 7,000 commit! (And that's only for the `master` branch and for the engine code, there's a lot more when counting docs, demos and other first-party repos.) Here's to a great year 2021 for all Godot users 🎆
* Reorganize rendering server.reduz2020-12-031-1/+1
| | | | | -Made RenderingServerScene abstract, allowing reimplementation -RenderingServerRaster -> RenderingServerDefault, but this class is going away soon.
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
|
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
| | | | | | -Removed FuncRef, since Callable makes it obsolete -Removed int_types.h as its obsolete in c++11+ -Changed color names code
* Add window click-through support.bruvzg2020-09-171-0/+2
|
* Re-apply "Fixes for windows in X11 tiling WMs"PouleyKetchoupp2020-08-221-0/+1
| | | | | | | From PR #38727 which was reverted in #41373 because of regressions in Ubuntu with Gnome. Co-authored-by: Lorenzo Cerqua <lorenzocerqua@tutanota.com>
* Revert "Fixes for windows in X11 tiling WMs"Juan Linietsky2020-08-191-1/+0
|