Age | Commit message (Expand) | Author |
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 |
2022-10-11 | Merge pull request #67242 from akien-mga/cleanup-unused-defines | Rémi Verschelde |
2022-10-11 | Cleanup unused defines in platform code | Rémi Verschelde |
2022-10-11 | Fix newlines not honored in Windows console | Pedro J. Estébanez |
2022-10-10 | Merge pull request #67183 from akien-mga/gcc-warnings-cleanup | Rémi Verschelde |
2022-10-10 | [Windows] Fix GCC MinGW warnings. | bruvzg |
2022-10-10 | SCons: Re-enable treating `#warning` as error with `werror` | Rémi Verschelde |
2022-10-07 | Harmonize return values of window_create() in rendering drivers | Pedro J. Estébanez |
2022-10-06 | Merge pull request #66965 from bruvzg/win_llvm | Rémi Verschelde |
2022-10-06 | Merge pull request #64815 from RandomShaper/default_cpu_count | Rémi Verschelde |
2022-10-06 | [Windows] Fix LLVM MinGW build. | bruvzg |
2022-10-05 | Keep a single, portable implementation of `OS::get_processor_count()` | Pedro J. Estébanez |
2022-10-04 | Merge pull request #66559 from zaevi/fix_ScrollContainer_touch_scroll | Rémi Verschelde |
2022-10-03 | Unix: Remove now unnecessary I/O defines, cleanup | Rémi Verschelde |
2022-09-30 | ci: add Python static analysis check via mypy | Jiri Suchan |
2022-09-30 | Merge pull request #66242 from akien-mga/scons-unify-tools-target | Rémi Verschelde |
2022-09-29 | Fix ScrollContainer touch-scrolling not working. | Zae |
2022-09-28 | Fix MSVC warning C4706: assignment within conditional expression | Rémi Verschelde |