Age | Commit message (Expand) | Author |
2021-03-29 | Merge pull request #47435 from madmiraal/rename-texture-get_data | Rémi Verschelde |
2021-03-29 | [macOS] Enable code signing by default, use ad-hoc signature if no identity s... | bruvzg |
2021-03-28 | Rename Texture.get_data() to get_image() | Marcel Admiraal |
2021-03-23 | Rename some more global enums (Key, Joy, MIDI) | Aaron Franke |
2021-03-23 | Rename ButtonList enum and members to MouseButton | Aaron Franke |
2021-03-20 | Merge pull request #46966 from qarmin/faster_release | Rémi Verschelde |
2021-03-18 | Add "Replace existing signature" to the macOS export (enabled by default). | bruvzg |
2021-03-14 | Allow to not optimize release build | Rafał Mikrut |
2021-03-03 | Merge pull request #43768 from sjml/mac-mono-export-fix | Rémi Verschelde |
2021-03-03 | Merge pull request #46621 from bruvzg/macos_export_entitlemenst_4 | Rémi Verschelde |
2021-03-03 | Mono/macOS: Separate data dir into frameworks and resources for codesigning | Shane Liesegang |
2021-03-03 | [macOS] Add entitlements config and export template `dylib` signing to the ex... | bruvzg |
2021-03-02 | add msan sanitizer option for linus/bsd, lsan option for osx | Jordan Schidlowsky |
2021-02-15 | [macOS] Ignore mouse move event caused by mouse mode switch. | bruvzg |
2021-02-08 | SCons: Fix debug_symbols tests after switch to BoolVariable | Rémi Verschelde |
2021-02-03 | SCons: Add `production=yes` option to use production defaults | Rémi Verschelde |
2021-01-09 | Split OS::execute into two methods | Marcel Admiraal |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Merge pull request #44593 from madmiraal/rename-mainloop-methods | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-23 | [4.0] Fix file drag-drop on M1 Macs. | bruvzg |
2020-12-22 | Rename MainLoop methods to match Node methods | Marcel Admiraal |
2020-12-17 | Add override keywords to core/os.h derived classes. | Marcel Admiraal |
2020-12-16 | SCons: Add only selected platform's opts to env | Rémi Verschelde |
2020-12-10 | Merge pull request #40708 from bruvzg/improve_os_locale | Rémi Verschelde |
2020-12-08 | Merge pull request #43742 from qarmin/editor_modules_default_values | Rémi Verschelde |
2020-12-04 | RenderingServer reorganization | reduz |
2020-12-04 | OSX: Fix tmp .app folder name after #44060 | Rémi Verschelde |
2020-12-03 | OSX: Remove tmp .app folder instead of moving to trash | Rémi Verschelde |
2020-12-02 | Initialize class/struct variables with default values in platform/ and editor/ | Rafał Mikrut |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-11-19 | Merge pull request #43692 from akien-mga/scons-leave-link-alone | Rémi Verschelde |
2020-11-19 | SCons: Remove unnecessary $LINK overrides | Rémi Verschelde |
2020-11-19 | OSX: Fix linking with osxcross for arm64 | Rémi Verschelde |
2020-11-09 | Remove `debug_symbols=full` in favor of `debug_symbols=yes` | Hugo Locurcio |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-20 | Merge pull request #42772 from bruvzg/macos_inertia | Rémi Verschelde |
2020-10-18 | Refactor MethodBind to use variadic templates | reduz |
2020-10-13 | [macOS] Suppress momentum scrolling after key press or modifier change to pre... | bruvzg |
2020-10-01 | Fix `screen_get_dpi` on macOS for non fractional display scales and restore d... | bruvzg |
2020-09-29 | Merge pull request #42381 from timothyqiu/osx-hidden | Rémi Verschelde |
2020-09-28 | Hides special folders in FileDialog for macOS | Haoyu Qiu |
2020-09-25 | [macOS] Fix mouse position in captured mode. | bruvzg |
2020-09-17 | Add window click-through support. | bruvzg |
2020-09-10 | Remove unused Python imports. | Marcel Admiraal |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-09-03 | Merge pull request #41456 from nekomatata/x11-fix-popups | Rémi Verschelde |
2020-08-25 | [macOS] Fix heap use-after-free in DisplayServer. | bruvzg |
2020-08-22 | Re-apply "Fixes for windows in X11 tiling WMs" | PouleyKetchoupp |
2020-08-19 | Revert "Fixes for windows in X11 tiling WMs" | Juan Linietsky |