| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use BitField<> in core type masks | Juan Linietsky | 2023-01-08 | 1 | -2/+2 |
* | Add support for the custom initial screen for the main window, fix primary sc... | bruvzg | 2023-01-07 | 1 | -3/+24 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Improve `window_set_current_screen` and fix secondary window initial mode and... | bruvzg | 2022-12-29 | 1 | -1/+1 |
* | Merge pull request #69712 from bruvzg/real_size | Rémi Verschelde | 2022-12-07 | 1 | -1/+2 |
|\ |
|
| * | Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win... | bruvzg | 2022-12-07 | 1 | -1/+2 |
* | | Fix Determining Window for Touchscreen | Markus Sauermann | 2022-12-07 | 1 | -3/+2 |
|/ |
|
* | Add support for OpenGL to OpenXR | David Snopek | 2022-11-08 | 1 | -0/+1 |
* | Add call_deferred() method to Callable | kobewi | 2022-11-04 | 1 | -9/+2 |
* | [DisplayServer] Hide internal window creation/deletion methods and expose som... | bruvzg | 2022-10-31 | 1 | -4/+3 |
* | Make window creation with custom position do not flash | Wei Guo | 2022-10-24 | 1 | -2/+2 |
* | [macOS extend-to-title] Add scene/project name to the editor title, fix incor... | bruvzg | 2022-09-22 | 1 | -0/+1 |
* | [macOS] Add an option to align window buttons in "extend to title" mode. | bruvzg | 2022-09-20 | 1 | -0/+1 |
* | Merge pull request #65026 from bruvzg/dark_mode | Rémi Verschelde | 2022-09-02 | 1 | -0/+4 |
|\ |
|
| * | Add support for system dark mode and accent color detection (macOS and Window... | bruvzg | 2022-08-31 | 1 | -0/+4 |
* | | [macOS] Handle accelerator and click events of the global menu items separately. | bruvzg | 2022-09-01 | 1 | -14/+25 |
|/ |
|
* | [macOS] Extend editor contents to the window titlebar for better space usage. | bruvzg | 2022-08-26 | 1 | -0/+7 |
* | Replace Array return types with TypedArray | kobewi | 2022-08-22 | 1 | -3/+3 |
* | Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m... | bruvzg | 2022-08-18 | 1 | -9/+29 |
* | Add support for multiple virtual keyboard types | Brian Semrau | 2022-08-04 | 1 | -2/+11 |
* | Improve error message when the requested V-Sync mode cannot be used | Hugo Locurcio | 2022-08-04 | 1 | -2/+2 |
* | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -2/+2 |
* | Merge pull request #60714 from Calinou/typedef-remove-ref | Rémi Verschelde | 2022-05-03 | 1 | -2/+2 |
|\ |
|
| * | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio | 2022-05-03 | 1 | -2/+2 |
* | | Fix screen_get_usable_rect returning display safe area | Marcel Admiraal | 2022-05-02 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #60551 from madmiraal/implement-3466 | Rémi Verschelde | 2022-05-02 | 1 | -0/+2 |
|\ |
|
| * | Add a method for obtaining display cutouts on Android | Marcel Admiraal | 2022-04-26 | 1 | -0/+2 |
* | | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg | 2022-04-28 | 1 | -0/+94 |
|/ |
|
* | Rename warp mouse functions to warp_mouse | Markus Sauermann | 2022-03-27 | 1 | -3/+3 |
* | [macOS] Add missing global menu features. | bruvzg | 2022-03-22 | 1 | -12/+127 |
* | Improve popup window handling. | bruvzg | 2022-02-25 | 1 | -0/+4 |
* | Fix default value for DisplayServer::virtual_keyboard_show Rect2 parameter | Pierre-Thomas Meisels | 2022-02-18 | 1 | -1/+1 |
* | Add exclusive window handling to DisplayServer (on macOS and Windows). | bruvzg | 2022-02-12 | 1 | -0/+5 |
* | Merge pull request #57341 from bruvzg/win_multiwin_fs | Rémi Verschelde | 2022-02-04 | 1 | -0/+1 |
|\ |
|
| * | [Windows] Add WS_BORDER flag to windows in WINDOW_MODE_FULLSCREEN mode to al... | bruvzg | 2022-02-04 | 1 | -0/+1 |
* | | Merge pull request #57335 from jordigcs/display-refresh-rate | Rémi Verschelde | 2022-02-04 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Add screen_get_refresh_rate to DisplayServer | jordi | 2022-02-03 | 1 | -0/+1 |
* | | Merge pull request #56785 from bruvzg/nat_handles_4 | Rémi Verschelde | 2022-01-27 | 1 | -0/+11 |
|\ \
| |/
|/| |
|
| * | Add support for getting native display, window, and view handles. | bruvzg | 2022-01-14 | 1 | -0/+11 |
* | | Add `DisplayServer.clipboard_has()` to check clipboard content | Haoyu Qiu | 2022-01-19 | 1 | -0/+5 |
* | | Window management improvements. | bruvzg | 2022-01-18 | 1 | -5/+0 |
* | | Merge pull request #56012 from bruvzg/wt🤎4 | Rémi Verschelde | 2022-01-17 | 1 | -12/+0 |
|\ \
| |/
|/| |
|
| * | [Windows] Improve console handling and execute/create_process. | bruvzg | 2021-12-18 | 1 | -12/+0 |
* | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
|/ |
|
* | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 1 | -1/+1 |
* | Add GLES2 2D renderer + Linux display manager | lawnjelly | 2021-10-30 | 1 | -0/+4 |
* | Fix primary clipboard warning | ConteZero | 2021-10-23 | 1 | -0/+1 |
* | Added primary clipboard for Linux | ConteZero | 2021-10-18 | 1 | -0/+10 |
* | Allow for mapping keycodes to current layout | Frixuu | 2021-09-21 | 1 | -0/+5 |
* | Fix InputMap and display server not nulling singleton on free | Paulb23 | 2021-09-01 | 1 | -0/+1 |