| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122 | Spartan322 | 2024-11-02 | 1 | -0/+1 |
|\ |
|
| * | [DisplayServer] Add feature flag for native file dialog access to `user/res` ... | Anish Mishra | 2024-10-30 | 1 | -0/+1 |
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ |
|
* | Fix gamepad triggers not working on web exports | Lisandro Lorea | 2024-08-14 | 1 | -2/+4 |
* | Fix creating cursor image from AtlasTexture | kleonc | 2024-06-05 | 1 | -10/+1 |
* | Merge pull request #89033 from bruvzg/doc_end_err | Rémi Verschelde | 2024-05-28 | 1 | -1/+8 |
|\ |
|
| * | [DisplayServer] Add error messages and descriptions to callbacks. | bruvzg | 2024-05-28 | 1 | -1/+8 |
* | | Merge pull request #92427 from AThousandShips/bind_go_away | Rémi Verschelde | 2024-05-28 | 1 | -14/+14 |
|\ \ |
|
| * | | Replace `.bind(...).call_deferred()` with `.call_deferred(...)` | A Thousand Ships | 2024-05-27 | 1 | -14/+14 |
| |/ |
|
* | | Merge pull request #91695 from bruvzg/web_ime_pos | Rémi Verschelde | 2024-05-28 | 1 | -16/+23 |
|\ \
| |/
|/| |
|
| * | [Web IME] Fix suggestion window position in Chromium based browsers. | bruvzg | 2024-05-09 | 1 | -16/+23 |
* | | Properly set window class in Wayland | Paulo Poiati | 2024-05-22 | 1 | -3/+3 |
|/ |
|
* | Fix unsafe uses of `Callable.is_null()` | A Thousand Ships | 2024-04-27 | 1 | -5/+5 |
* | [DisplayServer] Add separate feature flags for different native dialog types. | bruvzg | 2024-03-26 | 1 | -0/+2 |
* | Move `global_menu_*` methods to a separate `NativeMenu` class. | bruvzg | 2024-03-04 | 1 | -1/+10 |
* | Improve cursor_set_custom_image() method | kobewi | 2024-02-28 | 1 | -36/+4 |
* | Add screen-related attributes to mouse input events | Markus Sauermann | 2024-02-05 | 1 | -0/+3 |
* | Add InputEventKey.location to tell left from right | Mel Collins | 2024-01-26 | 1 | -0/+3 |
* | [Web] Add IME input support. | bruvzg | 2023-12-15 | 1 | -13/+140 |
* | Add `proxy_to_pthread` option to `platform=web` | Adam Scott | 2023-10-09 | 1 | -22/+206 |
* | Add vararg call() method to C++ Callable | kobewi | 2023-10-05 | 1 | -27/+7 |
* | [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN... | bruvzg | 2023-09-21 | 1 | -1/+1 |
* | Extract and reorganize texture resource classes | Hendrik Brucker | 2023-07-14 | 1 | -0/+1 |
* | Add error checks and harmonize behavior of the set_icon method. | bruvzg | 2023-07-03 | 1 | -23/+28 |
* | [DisplayServer] Add method to check if native window is focused. | bruvzg | 2023-06-16 | 1 | -0/+4 |
* | Style: Harmonize header includes in platform ports | Rémi Verschelde | 2023-06-08 | 1 | -5/+6 |
* | Added override for window_get_vsync_mode in display_server_web.cpp | hlutor | 2023-05-31 | 1 | -0/+4 |
* | Add `audio/general/text_to_speech` project setting to enable/disable TTS. | bruvzg | 2023-05-18 | 1 | -1/+11 |
* | Add support for VRAM-compressed custom mouse cursor images | Hugo Locurcio | 2023-04-21 | 1 | -1/+6 |
* | Fix custom cursor using atlas texture | Kvel2D | 2023-04-11 | 1 | -9/+4 |
* | Fix crash with bogus shape index to DisplayServer.cursor_set_custom_image() | Rémi Verschelde | 2023-02-17 | 1 | -0/+1 |
* | [InputEventKey] Avoid setting both key and modifier to the same value. | bruvzg | 2023-02-14 | 1 | -8/+16 |
* | Cleanup and unify keyboard input. | bruvzg | 2023-01-23 | 1 | -6/+13 |
* | Improve DisplayServer message for video card drivers failure | Rémi Verschelde | 2023-01-17 | 1 | -2/+4 |
* | Use BitField<> in core type masks | Juan Linietsky | 2023-01-08 | 1 | -10/+12 |
* | Add support for the custom initial screen for the main window, fix primary sc... | bruvzg | 2023-01-07 | 1 | -3/+7 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Merge pull request #69712 from bruvzg/real_size | Rémi Verschelde | 2022-12-07 | 1 | -2/+6 |
|\ |
|
| * | Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win... | bruvzg | 2022-12-07 | 1 | -2/+6 |
* | | Fix Determining Window for Touchscreen | Markus Sauermann | 2022-12-07 | 1 | -2/+2 |
|/ |
|
* | Fix viewport doesn't auto-resize on Web. | Zae | 2022-11-08 | 1 | -2/+10 |
* | [Web] Force WebGL2 when supported. | Fabio Alessandrelli | 2022-11-05 | 1 | -15/+10 |
* | Style: Misc docs and comment style and language fixes | Rémi Verschelde | 2022-11-02 | 1 | -1/+1 |
* | Merge pull request #67790 from kdada/fix-flash-window | Clay John | 2022-10-28 | 1 | -3/+3 |
|\ |
|
| * | Make window creation with custom position do not flash | Wei Guo | 2022-10-24 | 1 | -3/+3 |
* | | Add multiview to the opengl3 driver | David Snopek | 2022-10-21 | 1 | -0/+3 |
|/ |
|
* | Fix some errors affecting the Web editor | Rémi Verschelde | 2022-09-12 | 1 | -1/+1 |
* | [Web] Small fixes and enhancements. | Fabio Alessandrelli | 2022-09-11 | 1 | -2/+2 |
* | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli | 2022-08-29 | 1 | -0/+1060 |