summaryrefslogtreecommitdiffstats
path: root/platform/web/display_server_web.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-0/+1
|\
| * [DisplayServer] Add feature flag for native file dialog access to `user/res` ...Anish Mishra2024-10-301-0/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Fix gamepad triggers not working on web exportsLisandro Lorea2024-08-141-2/+4
* Fix creating cursor image from AtlasTexturekleonc2024-06-051-10/+1
* Merge pull request #89033 from bruvzg/doc_end_errRémi Verschelde2024-05-281-1/+8
|\
| * [DisplayServer] Add error messages and descriptions to callbacks.bruvzg2024-05-281-1/+8
* | Merge pull request #92427 from AThousandShips/bind_go_awayRémi Verschelde2024-05-281-14/+14
|\ \
| * | Replace `.bind(...).call_deferred()` with `.call_deferred(...)`A Thousand Ships2024-05-271-14/+14
| |/
* | Merge pull request #91695 from bruvzg/web_ime_posRémi Verschelde2024-05-281-16/+23
|\ \ | |/ |/|
| * [Web IME] Fix suggestion window position in Chromium based browsers.bruvzg2024-05-091-16/+23
* | Properly set window class in WaylandPaulo Poiati2024-05-221-3/+3
|/
* Fix unsafe uses of `Callable.is_null()`A Thousand Ships2024-04-271-5/+5
* [DisplayServer] Add separate feature flags for different native dialog types.bruvzg2024-03-261-0/+2
* Move `global_menu_*` methods to a separate `NativeMenu` class.bruvzg2024-03-041-1/+10
* Improve cursor_set_custom_image() methodkobewi2024-02-281-36/+4
* Add screen-related attributes to mouse input eventsMarkus Sauermann2024-02-051-0/+3
* Add InputEventKey.location to tell left from rightMel Collins2024-01-261-0/+3
* [Web] Add IME input support.bruvzg2023-12-151-13/+140
* Add `proxy_to_pthread` option to `platform=web`Adam Scott2023-10-091-22/+206
* Add vararg call() method to C++ Callablekobewi2023-10-051-27/+7
* [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-211-1/+1
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* Add error checks and harmonize behavior of the set_icon method.bruvzg2023-07-031-23/+28
* [DisplayServer] Add method to check if native window is focused.bruvzg2023-06-161-0/+4
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-5/+6
* Added override for window_get_vsync_mode in display_server_web.cpphlutor2023-05-311-0/+4
* Add `audio/general/text_to_speech` project setting to enable/disable TTS.bruvzg2023-05-181-1/+11
* Add support for VRAM-compressed custom mouse cursor imagesHugo Locurcio2023-04-211-1/+6
* Fix custom cursor using atlas textureKvel2D2023-04-111-9/+4
* Fix crash with bogus shape index to DisplayServer.cursor_set_custom_image()Rémi Verschelde2023-02-171-0/+1
* [InputEventKey] Avoid setting both key and modifier to the same value.bruvzg2023-02-141-8/+16
* Cleanup and unify keyboard input.bruvzg2023-01-231-6/+13
* Improve DisplayServer message for video card drivers failureRémi Verschelde2023-01-171-2/+4
* Use BitField<> in core type masksJuan Linietsky2023-01-081-10/+12
* Add support for the custom initial screen for the main window, fix primary sc...bruvzg2023-01-071-3/+7
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #69712 from bruvzg/real_sizeRémi Verschelde2022-12-071-2/+6
|\
| * Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...bruvzg2022-12-071-2/+6
* | Fix Determining Window for TouchscreenMarkus Sauermann2022-12-071-2/+2
|/
* Fix viewport doesn't auto-resize on Web.Zae2022-11-081-2/+10
* [Web] Force WebGL2 when supported.Fabio Alessandrelli2022-11-051-15/+10
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* Merge pull request #67790 from kdada/fix-flash-windowClay John2022-10-281-3/+3
|\
| * Make window creation with custom position do not flashWei Guo2022-10-241-3/+3
* | Add multiview to the opengl3 driverDavid Snopek2022-10-211-0/+3
|/
* Fix some errors affecting the Web editorRémi Verschelde2022-09-121-1/+1
* [Web] Small fixes and enhancements.Fabio Alessandrelli2022-09-111-2/+2
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-0/+1060