Age | Commit message (Expand) | Author |
2022-12-12 | Windows: Validate that the font family name exists before trying to get the f... | oOjor-elOo |
2022-12-12 | Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextension | Rémi Verschelde |
2022-12-12 | Only support XDG directory path configuration on Linux | Hugo Locurcio |
2022-12-12 | Rename all gdnative occurences to gdextension | Gilles Roudière |
2022-12-07 | Merge pull request #69712 from bruvzg/real_size | Rémi Verschelde |
2022-12-07 | Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win... | bruvzg |
2022-12-06 | [Windows] Window management fixes. | bruvzg |
2022-12-05 | Windows: Make MSVC debug CRT opt-in (`debug_crt=yes`) | Rémi Verschelde |
2022-12-05 | Merge pull request #69294 from akien-mga/windows-msvc-link-debug-runtime | Rémi Verschelde |
2022-12-04 | Use system fonts as fallback and improve system font handling. | bruvzg |
2022-11-30 | Fix incorrect mouse event position while hovering different window | Markus Sauermann |
2022-11-29 | Merge pull request #69332 from bruvzg/exact_symbols | Rémi Verschelde |
2022-11-29 | Merge pull request #69110 from bruvzg/con_icon2 | Rémi Verschelde |
2022-11-29 | [MSVC] Use symbols from .pdb only, to avoid incorrect names in the backtrace ... | bruvzg |
2022-11-29 | [Windows] Optimize editor icon, use different icon for console executable. | bruvzg |
2022-11-28 | Windows: Link MSVC dynamic debug CRT for debug builds | Rémi Verschelde |
2022-11-28 | [Windows] Fix joypad crash | Patrick Dawson |
2022-11-21 | [Export] Use image loader directly to avoid "resource as image file" errors. | bruvzg |
2022-11-18 | Windows icon export improvements. | bruvzg |
2022-11-17 | [Windows] Use case-sensitive file names for the system fonts to avoid warnings. | bruvzg |
2022-11-16 | Merge pull request #68700 from clayjohn/GLES3-vsync | Rémi Verschelde |
2022-11-15 | Set vsync on window creation when using GLES3. | clayjohn |
2022-11-15 | [Windows] Add icon to the console wrapper, add option to set icon for the con... | bruvzg |
2022-11-14 | Regenerate GL loader code with GLAD 2 | Riteo |
2022-11-14 | Fix misc formatting issues | Rémi Verschelde |
2022-11-14 | Fix ICONDIR buffer overflow | Patrick Dawson |
2022-11-13 | Added missing null checks for gl_manager in MacOS and Windows display servers | David Snopek |
2022-11-08 | Add support for OpenGL to OpenXR | David Snopek |
2022-11-04 | Merge pull request #67434 from bruvzg/win_wrapper | Rémi Verschelde |
2022-11-03 | Merge pull request #68133 from Sauermann/fix-mouse-dropping | Rémi Verschelde |
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde |
2022-11-01 | Fix mouseleave event after drag and drop in different Windows | Markus Sauermann |
2022-11-01 | Load and use system emoji font in the editor. | bruvzg |
2022-11-01 | Fix mouse offset for unfocused popups | Markus Sauermann |
2022-10-31 | Merge pull request #67879 from bruvzg/fix_no_vlk | Rémi Verschelde |
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 |
2022-10-28 | Merge pull request #67790 from kdada/fix-flash-window | Clay John |
2022-10-28 | Merge pull request #67903 from Sauermann/fix-startup-windows-mouse-exit-event | Clay John |
2022-10-28 | Fix differences between Windows and linuxbsd Display Server | Markus Sauermann |
2022-10-27 | Fix OS.get_video_adapter_driver_info crash | zCubed3 |
2022-10-26 | Fix build with Vulkan disabled and no Vulkan headers installed. | bruvzg |
2022-10-24 | Make window creation with custom position do not flash | Wei Guo |
2022-10-21 | Merge pull request #67546 from clayjohn/DS-msg | Clay John |
2022-10-18 | Update the DisplayServer video driver error message | clayjohn |
2022-10-18 | Unify usage of GLOBAL/EDITOR_GET | kobewi |
2022-10-17 | Check if Vulkan context for the window exists before resizing it to avoid unn... | bruvzg |
2022-10-12 | [Windows] Fix GCC MinGW warnings. | bruvzg |
2022-10-11 | Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfo | Rémi Verschelde |
2022-10-11 | Fetch video adapter driver name and version from OS on Linux/*BSD and Windows | MJacred |