Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-15 | Merge pull request #68504 from dzil123/cache_system_dir_xdg2 | Rémi Verschelde | |
Cache OS_LinuxBSD::get_system_dir | |||
2022-11-14 | Merge pull request #68657 from Sauermann/fix-redundant-initialization | Rémi Verschelde | |
Remove redundant non-trivial Variant types initializations | |||
2022-11-14 | Fix periods in editor strings and messages | Hugo Locurcio | |
- Ensure all strings with ellipsis end with 3 periods instead of 2. - Fix extraneous period in "Error calling from signal '...' to callable" messages. | |||
2022-11-14 | Remove redundant Variant-types initializations | Markus Sauermann | |
2022-11-14 | Fix misc formatting issues | Rémi Verschelde | |
Somehow I missed the failing CI report from trailing whitespace. Fixed a couple typos found by codespell while at it, and misc trailing semicolons in one of the files. | |||
2022-11-14 | Merge pull request #68631 from pkdawson/fix-icondir-buffer-overflow | Rémi Verschelde | |
Fix ICONDIR buffer overflow | |||
2022-11-14 | [macOS] Add exclusive fullscreen mode with Dock and Menu disabled. | bruvzg | |
2022-11-14 | Fix ICONDIR buffer overflow | Patrick Dawson | |
2022-11-13 | Merge pull request #68608 from dsnopek/gl-manager-nullptr | Rémi Verschelde | |
Added missing null checks for gl_manager in MacOS and Windows display servers | |||
2022-11-13 | Added missing null checks for gl_manager in MacOS and Windows display servers | David Snopek | |
2022-11-12 | Cache OS_LinuxBSD::get_system_dir(SYSTEM_DIR_DESKTOP) | dzil123 | |
2022-11-13 | Fix gl_manager nullptr crash | Markus Sauermann | |
Add a nullptr-check, before accessing gl_manager | |||
2022-11-11 | Merge pull request #68482 from Sauermann/fix-mouse-enter-event | Rémi Verschelde | |
Fix unsent WINDOW_EVENT_MOUSE_ENTER event on mouse_mode-change | |||
2022-11-11 | Fix unsent WINDOW_EVENT_MOUSE_ENTER event on mouse_mode-change | Markus Sauermann | |
coauthor: @bruvzg On linuxbsd and macOS the WINDOW_EVENT_MOUSE_ENTER was not sent, when the mouse became visible again after a mouse_mode-change. | |||
2022-11-10 | Upgrade Android gradle plugin to version 7.2.1 | Fredia Huya-Kouadio | |
2022-11-09 | Merge pull request #68345 from Abdul-AZ/master | Rémi Verschelde | |
Fix static object destructors being called on gpu selection with X11 | |||
2022-11-08 | Add support for OpenGL to OpenXR | David Snopek | |
2022-11-08 | Fix viewport doesn't auto-resize on Web. | Zae | |
2022-11-08 | Merge pull request #68362 from bruvzg/android_gde | Rémi Verschelde | |
[Android] Fix GDExtension export and loading. | |||
2022-11-08 | Merge pull request #67682 from m4gr3d/misc_fixes_main | Rémi Verschelde | |
Small set of fixes to the input logic | |||
2022-11-08 | [Android] Fix GDExtension export and loading. | bruvzg | |
2022-11-08 | Remove duplicate project settings definitions | kobewi | |
2022-11-07 | Small set of fixes to the input logic | Fredia Huya-Kouadio | |
2022-11-07 | Fix static object destructors being called on gpu selection with X11 | Abdulrahman Al Zeidi | |
2022-11-06 | Merge pull request #68287 from HolonProduction/android_keys | Rémi Verschelde | |
Fix wrong android key mapping. | |||
2022-11-05 | [Web] Force WebGL2 when supported. | Fabio Alessandrelli | |
2022-11-05 | [Web] Improve Godot shutdown and cleanup. | Fabio Alessandrelli | |
2022-11-05 | Fix wrong android key mapping. | HolonProduction | |
Fixes the wrong mapping of `Key::HOME`. Androids `KEYCODE_HOME` is in fact the hardware home button the right mapping is `KEYCODE_MOVE_HOME`. Also adds mappings to keys that were not present before. | |||
2022-11-04 | Merge pull request #67434 from bruvzg/win_wrapper | Rémi Verschelde | |
Add console wrapper app to handle console i/o redirection on Windows. | |||
2022-11-03 | Merge pull request #67695 from Sauermann/fix-filedrop-space | Rémi Verschelde | |
Do not strip spaces at the end of file names of dropped files | |||
2022-11-03 | Merge pull request #67820 from Sauermann/fix-popup-closing-on-mousemove | Rémi Verschelde | |
Fix unwanted popup closing by mouse-move while holding mouse-button down | |||
2022-11-03 | Merge pull request #68133 from Sauermann/fix-mouse-dropping | Rémi Verschelde | |
Fix mouseleave event after drag and drop in different windows | |||
2022-11-03 | Do not strip spaces at the end of file names of dropped files on linuxbsd | Markus Sauermann | |
2022-11-03 | Fix unwanted popup closing by mouse-move while holding mouse-button | Markus Sauermann | |
2022-11-03 | Merge pull request #68182 from Riteo/x11-folder | Rémi Verschelde | |
linuxbsd: move all X11 stuff in its own directory | |||
2022-11-02 | linuxbsd: move all X11 stuff in its own directory | Riteo | |
This allows implementing `DisplayServer`s like Wayland without making a mess in the source tree. | |||
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde | |
- Removed empty paragraphs in XML. - Consistently use bold style for "Example:", on a new line. - Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`). - Fix invalid usage of backticks for inline code in BBCode. - Fix some American/British English spelling inconsistencies. - Other minor fixes spotted along the way, including typo fixes with codespell. - Don't specify `@GlobalScope` for `enum` and `constant`. | |||
2022-11-01 | Fix mouseleave event after drag and drop in different Windows | Markus Sauermann | |
When dropping in a different window, it is necessary to start tracking the WM_MOUSELEAVE event again. | |||
2022-11-01 | Load and use system emoji font in the editor. | bruvzg | |
2022-11-01 | Merge pull request #68099 from Sauermann/fix-popup-mouse-offset | Rémi Verschelde | |
Fix mouse offset for unfocused popups | |||
2022-11-01 | Fix mouse offset for unfocused popups | Markus Sauermann | |
On Windows, the mouse was offset, when unfocused popups were used, like the Editor menu. | |||
2022-10-31 | Merge pull request #68044 from ztc0611/ios-promotion | Rémi Verschelde | |
Add ProMotion/High Refresh Rate Support to iOS Exports | |||
2022-10-31 | Add ProMotion Support to iOS Exports | Zach Coleman | |
2022-10-31 | Merge pull request #67879 from bruvzg/fix_no_vlk | Rémi Verschelde | |
Fix build with Vulkan disabled and no Vulkan headers installed. | |||
2022-10-31 | Add console wrapper app to handle console i/o redirection on Windows. | bruvzg | |
2022-10-31 | Merge pull request #67578 from KoBeWi/GEDITOR | Rémi Verschelde | |
Unify usage of GLOBAL/EDITOR_GET | |||
2022-10-31 | CI: Update minimatch npm dependency to silence security report | Rémi Verschelde | |
No risk for us as this is only used for static checks on CI. | |||
2022-10-31 | Merge pull request #67581 from aaronfranke/android-float | Rémi Verschelde | |
Use proper types for converting Java float/double arrays in Android code | |||
2022-10-28 | Merge pull request #67790 from kdada/fix-flash-window | Clay John | |
Make creating window do not flicker when specify custom position | |||
2022-10-28 | Merge pull request #67903 from Sauermann/fix-startup-windows-mouse-exit-event | Clay John | |
Fix differences between Windows and linuxbsd Display Server |