| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg | 2022-07-21 | 49 | -14572/+0 |
| * | Improve DisplayServer.window_set_current_screen | bruvzg | 2022-07-19 | 1 | -0/+4 |
| * | Add static methods for creating Image and ImageTexture | kobewi | 2022-07-08 | 2 | -8/+3 |
| * | [macOS] Improve file association handling, and allow URL schema handling. | bruvzg | 2022-07-07 | 5 | -34/+55 |
| * | Check if GL manager exist to prevent crash when using multithreaded renderer ... | bruvzg | 2022-07-06 | 1 | -1/+3 |
| * | Merge pull request #62212 from hansemro/eraser-detect-4 | Rémi Verschelde | 2022-07-04 | 2 | -1/+9 |
| |\ |
|
| | * | [macOS, Windows, X11] Add stylus inverted/eraser support to | Hansem Ro | 2022-07-04 | 2 | -1/+9 |
| * | | [macOS] Use statically linked MoltenVK by default, automatically detect Molte... | bruvzg | 2022-07-03 | 1 | -3/+52 |
| * | | Fix exit code of --help and --version, and test them in CI | Jan Haller | 2022-07-02 | 1 | -1/+3 |
| * | | [macOS export] Unref FileAccess to ensure chmod is successful. | bruvzg | 2022-07-02 | 1 | -0/+1 |
| * | | Add arch flag to assembler to fix build on ARM64 macOS / iOS. | bruvzg | 2022-07-01 | 1 | -0/+2 |
| |/ |
|
| * | Adding function key support from F17 to F35 | gregcsokas | 2022-06-16 | 1 | -5/+24 |
| * | Add readable export errors. | bruvzg | 2022-06-08 | 1 | -32/+81 |
| * | Remove mouse events that closed the popup from queue, to fix pop-up reopening. | bruvzg | 2022-06-02 | 3 | -6/+12 |
| * | Add a new HashSet template | reduz | 2022-05-20 | 3 | -3/+3 |
| * | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 9 | -42/+43 |
| * | Fix ZipIO crash when reused (and possible leaks). | bruvzg | 2022-05-11 | 1 | -2/+4 |
| * | [macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK. | bruvzg | 2022-05-10 | 8 | -38/+44 |
| * | Crash handler: Use `print_error` to include backtrace in logs | Rémi Verschelde | 2022-05-05 | 1 | -10/+12 |
| * | Merge pull request #60714 from Calinou/typedef-remove-ref | Rémi Verschelde | 2022-05-03 | 2 | -2/+2 |
| |\ |
|
| | * | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio | 2022-05-03 | 2 | -2/+2 |
| * | | Add GDNativeInterface::get_library_path to GDExtension | Emmanuel Leblond | 2022-04-29 | 2 | -2/+7 |
| |/ |
|
| * | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg | 2022-04-28 | 5 | -0/+385 |
| * | Fix sub-menu keyboard navigation. | bruvzg | 2022-04-13 | 1 | -1/+1 |
| * | Narrow FileAccess scope to prevent deadlocks. | bruvzg | 2022-04-12 | 1 | -14/+16 |
| * | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 11 | -142/+106 |
| * | Fix some issues found by cppcheck. | bruvzg | 2022-04-06 | 4 | -5/+7 |
| * | Fix a possible race condition on popup close, that might cause multiple delet... | bruvzg | 2022-04-05 | 1 | -14/+22 |
| * | Zero initialize all pointer class and struct members | Rémi Verschelde | 2022-04-04 | 1 | -1/+1 |
| * | [macOS] Add bundle launch code for older (pre 10.15) macOS versions. | bruvzg | 2022-04-04 | 1 | -10/+23 |
| * | Add CI build with clang sanitizers, increase stack size to 30 MB for builds w... | bruvzg | 2022-04-01 | 2 | -0/+11 |
| * | Rename warp mouse functions to warp_mouse | Markus Sauermann | 2022-03-27 | 2 | -3/+3 |
| * | Fix PopupMenu behavior on MacOS when multiple monitors are used | C.Even | 2022-03-24 | 1 | -1/+5 |
| * | [macOS] Add missing global menu features. | bruvzg | 2022-03-22 | 3 | -29/+556 |
| * | Merge pull request #58455 from bruvzg/export_script | Rémi Verschelde | 2022-03-18 | 2 | -9/+41 |
| |\ |
|
| | * | [Export] Add "export console script" option for Linux, macOS, and Windows exp... | bruvzg | 2022-03-14 | 2 | -9/+41 |
| * | | Implement GDExtension export plugin. | bruvzg | 2022-03-16 | 2 | -14/+23 |
| |/ |
|
| * | Merge pull request #58986 from akien-mga/diraccessref | Rémi Verschelde | 2022-03-11 | 1 | -2/+2 |
| |\ |
|
| | * | Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks | Rémi Verschelde | 2022-03-11 | 1 | -2/+2 |
| * | | Merge pull request #58751 from bruvzg/loc_str_props | Rémi Verschelde | 2022-03-11 | 1 | -12/+106 |
| |\ \
| |/
|/| |
|
| | * | Improve app name and system permission message localization. | bruvzg | 2022-03-04 | 1 | -12/+106 |
| * | | [X11] Do not try to focus unmapped window. | bruvzg | 2022-03-08 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #58738 from bruvzg/mac_resize_crash | Rémi Verschelde | 2022-03-04 | 4 | -1/+27 |
| |\ |
|
| | * | [macOS] Disable window redraw during resize, when rendering in the separate t... | bruvzg | 2022-03-04 | 4 | -1/+27 |
| * | | [macOS and iOS export] Add localized application name to the translation .pli... | bruvzg | 2022-03-04 | 1 | -0/+5 |
| |/ |
|
| * | Improve popup window handling. | bruvzg | 2022-02-25 | 6 | -15/+172 |
| * | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 6 | -14/+23 |
| * | i18n: Sync editor translations with Weblate | Rémi Verschelde | 2022-02-16 | 1 | -9/+9 |
| * | Add an `OS.get_processor_name()` method | Hugo Locurcio | 2022-02-15 | 2 | -0/+12 |
| * | Editor: Cleanup some includes dependencies | Rémi Verschelde | 2022-02-15 | 2 | -2/+7 |