Age | Commit message (Expand) | Author |
2022-03-27 | Rename warp mouse functions to warp_mouse | Markus Sauermann |
2022-03-24 | Fix PopupMenu behavior on MacOS when multiple monitors are used | C.Even |
2022-03-22 | [macOS] Add missing global menu features. | bruvzg |
2022-03-18 | Merge pull request #58455 from bruvzg/export_script | Rémi Verschelde |
2022-03-16 | Implement GDExtension export plugin. | bruvzg |
2022-03-14 | [Export] Add "export console script" option for Linux, macOS, and Windows exp... | bruvzg |
2022-03-11 | Merge pull request #58986 from akien-mga/diraccessref | Rémi Verschelde |
2022-03-11 | Merge pull request #58751 from bruvzg/loc_str_props | Rémi Verschelde |
2022-03-11 | Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks | Rémi Verschelde |
2022-03-08 | [X11] Do not try to focus unmapped window. | bruvzg |
2022-03-04 | Improve app name and system permission message localization. | bruvzg |
2022-03-04 | Merge pull request #58738 from bruvzg/mac_resize_crash | Rémi Verschelde |
2022-03-04 | [macOS] Disable window redraw during resize, when rendering in the separate t... | bruvzg |
2022-03-04 | [macOS and iOS export] Add localized application name to the translation .pli... | bruvzg |
2022-02-25 | Improve popup window handling. | bruvzg |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde |
2022-02-16 | i18n: Sync editor translations with Weblate | Rémi Verschelde |
2022-02-15 | Add an `OS.get_processor_name()` method | Hugo Locurcio |
2022-02-15 | Editor: Cleanup some includes dependencies | Rémi Verschelde |
2022-02-14 | [OSX] Codesign exporter now uses CryptoCore RNG. | Fabio Alessandrelli |
2022-02-12 | [macOS] Fix macOS producing alert sound on some input actions. | bruvzg |
2022-02-12 | Merge pull request #56953 from bruvzg/ex_wnd | Rémi Verschelde |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-12 | Add exclusive window handling to DisplayServer (on macOS and Windows). | bruvzg |
2022-02-10 | Fix typos with codespell | Rémi Verschelde |
2022-02-09 | Core: Move generated `VERSION_HASH` to a `.cpp` file | Rémi Verschelde |
2022-02-08 | OSX: Pass `-mmacosx-version-min=11.0` instead of `11.00` | Rémi Verschelde |
2022-02-08 | [macOS] Fix NO_FOCUS macOS flag. | bruvzg |
2022-02-07 | Merge pull request #57305 from bruvzg/macos_cleanup | Rémi Verschelde |
2022-02-04 | Merge pull request #57341 from bruvzg/win_multiwin_fs | Rémi Verschelde |
2022-02-04 | Merge pull request #57617 from bruvzg/char_cleanup | Rémi Verschelde |
2022-02-04 | Merge pull request #57335 from jordigcs/display-refresh-rate | Rémi Verschelde |
2022-02-04 | [Windows] Add WS_BORDER flag to windows in WINDOW_MODE_FULLSCREEN mode to al... | bruvzg |
2022-02-04 | Cleanup and move char functions to the `char_utils.h` header. | bruvzg |
2022-02-03 | Add screen_get_refresh_rate to DisplayServer | jordi |
2022-02-03 | [macOS] Add empty translation files to the exported app bundle, to allow tran... | bruvzg |
2022-02-01 | [macOS] Cleanup and split Objective-C objects to the separate files | bruvzg |
2022-02-01 | [macOS] Enable Objective-C ARC | bruvzg |
2022-02-01 | Fix captured mouse mode | Hendrik Brucker |
2022-01-27 | Merge pull request #56785 from bruvzg/nat_handles_4 | Rémi Verschelde |
2022-01-24 | Merge pull request #56754 from madmiraal/fix-45592 | Rémi Verschelde |
2022-01-22 | [Export] Instead of removing unsupported options, hide it. | bruvzg |
2022-01-20 | Add nodiscard to core math classes to catch c++ errors. | lawnjelly |
2022-01-19 | Merge pull request #56825 from bruvzg/macos_fix_fullscr_multiwindow | Rémi Verschelde |
2022-01-18 | Window management improvements. | bruvzg |
2022-01-18 | [macOS export] Implements ad-hoc signing on Linux/Windows, adds extra priv... | bruvzg |
2022-01-17 | Merge pull request #56012 from bruvzg/wt🤎4 | Rémi Verschelde |
2022-01-14 | Fix Actions mapped to triggers not using the full range | Marcel Admiraal |
2022-01-14 | Add support for getting native display, window, and view handles. | bruvzg |
2022-01-13 | Use mouse event relative motion to calculate mouse velocity | Marcel Admiraal |