summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Revert "[HTML5] Fetch API now passes credentials."Rémi Verschelde2022-03-071-1/+0
* Rename StreamTexture* to CompressedTexture*reduz2022-03-053-25/+25
* Merge pull request #58742 from timothyqiu/x11-leakRémi Verschelde2022-03-041-12/+19
|\
| * Fix X11 memory leak after drag & drop file into the editorHaoyu Qiu2022-03-041-12/+19
* | Merge pull request #58738 from bruvzg/mac_resize_crashRémi Verschelde2022-03-044-1/+27
|\ \
| * | [macOS] Disable window redraw during resize, when rendering in the separate t...bruvzg2022-03-044-1/+27
| |/
* / [macOS and iOS export] Add localized application name to the translation .pli...bruvzg2022-03-042-0/+58
|/
* [iOS] Fix multitouch not working correctlySergey Minakov2022-02-261-0/+2
* Improve popup window handling.bruvzg2022-02-2510-61/+532
* [Windows] Fix borderless window flag toggle and restoring minimized borderles...bruvzg2022-02-221-3/+1
* [iOS] Fix incorrect method name for input dragging eventSergey Minakov2022-02-191-1/+1
* [Windows] Fix Vulkan driver crash on sub-window minimization.bruvzg2022-02-171-5/+6
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-1649-390/+530
* i18n: Sync editor translations with WeblateRémi Verschelde2022-02-161-9/+9
* Merge pull request #58173 from akien-mga/js-build-fix-is_project_managerRémi Verschelde2022-02-161-1/+2
|\
| * HTML5: Fix build after #52742Rémi Verschelde2022-02-161-1/+2
* | Add an `OS.get_processor_name()` methodHugo Locurcio2022-02-158-0/+59
|/
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-1510-25/+34
* Merge pull request #58081 from tavurth/bugfix/high-macos-cpu-usageRémi Verschelde2022-02-151-1/+1
|\
| * Fix new performance regressions (short delay_usec)Will Whitty2022-02-151-1/+1
* | Merge pull request #57306 from trollodel/remove_editornode_paramRémi Verschelde2022-02-142-3/+3
|\ \
| * | Remove most EditorNode constructor parameters and fieldstrollodel2022-02-142-3/+3
* | | [OSX] Codesign exporter now uses CryptoCore RNG.Fabio Alessandrelli2022-02-142-4/+6
* | | [OS/Crypto] Add get_entropy to OS.Fabio Alessandrelli2022-02-142-0/+9
| |/ |/|
* | [macOS] Fix macOS producing alert sound on some input actions.bruvzg2022-02-121-0/+4
* | Merge pull request #56953 from bruvzg/ex_wndRémi Verschelde2022-02-124-4/+53
|\ \ | |/ |/|
| * Add exclusive window handling to DisplayServer (on macOS and Windows).bruvzg2022-02-124-4/+53
* | Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-1215-10/+18
|/
* [Windows] Fix drag-and-drop.bruvzg2022-02-111-3/+4
* [HTML5] Fetch API now passes credentials.Fabio Alessandrelli2022-02-101-0/+1
* Fix typos with codespellRémi Verschelde2022-02-104-8/+8
* Merge pull request #57605 from naithar/fix/godot-view-touch-4.0Rémi Verschelde2022-02-093-13/+31
|\
| * [iOS] Fix touch handling for overlay viewsSergey Minakov2022-02-033-13/+31
* | Core: Move generated `VERSION_HASH` to a `.cpp` fileRémi Verschelde2022-02-093-12/+9
* | Merge pull request #57825 from Calinou/ios-remove-obsolete-defineRémi Verschelde2022-02-091-1/+0
|\ \
| * | Remove obsolete define in the iOS buildsystem codeHugo Locurcio2022-02-081-1/+0
* | | Remove support for ARMv7 (32-bit) on iOSHugo Locurcio2022-02-081-1/+0
|/ /
* | Merge pull request #57809 from akien-mga/osx-11.00-warningRémi Verschelde2022-02-081-3/+3
|\ \
| * | OSX: Pass `-mmacosx-version-min=11.0` instead of `11.00`Rémi Verschelde2022-02-081-3/+3
* | | Merge pull request #57612 from maiself/improve-gamepad-detectionRémi Verschelde2022-02-081-2/+3
|\ \ \ | |/ / |/| |
| * | Improve detection of gamepads on LinuxMai Lavelle2022-02-031-2/+3
* | | [macOS] Fix NO_FOCUS macOS flag.bruvzg2022-02-082-2/+3
* | | Merge pull request #57794 from bruvzg/x11_fs_fixRémi Verschelde2022-02-081-1/+1
|\ \ \
| * | | [X11] Fix decoration reset when returning from fullscreen mode.bruvzg2022-02-081-1/+1
* | | | [Windows] Fix fullscreen mode detection on window move/resize.bruvzg2022-02-081-1/+6
|/ / /
* | | Merge pull request #57736 from TechnicalSoup/Patch-3Rémi Verschelde2022-02-071-0/+9
|\ \ \
| * | | Fix icons for sub windowsTechnicalSoup2022-02-071-0/+9
* | | | Merge pull request #57305 from bruvzg/macos_cleanupRémi Verschelde2022-02-0727-2541/+3278
|\ \ \ \
| * | | | [macOS] Cleanup and split Objective-C objects to the separate filesbruvzg2022-02-0126-2485/+3266
| * | | | [macOS] Enable Objective-C ARCbruvzg2022-02-015-93/+49