Age | Commit message (Expand) | Author |
2022-11-29 | Enable GLES3 on Android | clayjohn |
2022-11-29 | [iOS] Read document and cache path directly in the OS code, instead of passin... | bruvzg |
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 | [macOS] Fix sub-windows opening in fullscreen. | bruvzg |
2022-11-28 | Merge pull request #69277 from pkdawson/construct-joypad-first | Rémi Verschelde |
2022-11-28 | Merge pull request #67815 from Calinou/html5-improve-feature-errors | Rémi Verschelde |
2022-11-28 | Merge pull request #68740 from bruvzg/ios_fixes | Rémi Verschelde |
2022-11-27 | Add missing display server overrides | Fredia Huya-Kouadio |
2022-11-28 | [Windows] Fix joypad crash | Patrick Dawson |
2022-11-25 | Android: Remove extra arch suffix now redundant with the default one | Rémi Verschelde |
2022-11-21 | Merge pull request #68897 from bruvzg/mac_reparent | Rémi Verschelde |
2022-11-21 | [Export] Use image loader directly to avoid "resource as image file" errors. | bruvzg |
2022-11-21 | [macOS] Dynamically attach and detach transient windows to allow them to stay... | bruvzg |
2022-11-20 | Fix unused exitcode in macos export plugin | Markus Sauermann |
2022-11-18 | Windows icon export improvements. | bruvzg |
2022-11-17 | Fix parsing of the `keep_screen_on` display setting | Fredia Huya-Kouadio |
2022-11-17 | Android: Fix parsing `keep_screen_on` setting | Rémi Verschelde |
2022-11-17 | Merge pull request #68778 from bruvzg/ios_icons | Rémi Verschelde |
2022-11-17 | Merge pull request #68777 from bruvzg/mac_activ_13 | Rémi Verschelde |
2022-11-17 | [iOS] iOS export improvements. | bruvzg |
2022-11-17 | [macOS] Update activation hack to work on Ventura. | bruvzg |
2022-11-17 | [Windows] Use case-sensitive file names for the system fonts to avoid warnings. | bruvzg |
2022-11-16 | [iOS] Fix getting Unicode executable path, fix "!configured" and "!classes.ha... | bruvzg |
2022-11-16 | Fix 'save & restart' logic for the Android Editor | Fredia Huya-Kouadio |
2022-11-16 | X11: Don't override glxSwapInterval function pointers loaded by GLAD | Rémi Verschelde |
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-15 | Load GLX dynamically with GLAD | Riteo Siuga |
2022-11-15 | Merge pull request #68683 from bruvzg/mvk_detect | Rémi Verschelde |
2022-11-15 | Merge pull request #68680 from bruvzg/fc_no_font_sub | Rémi Verschelde |
2022-11-15 | Merge pull request #68372 from Riteo/glad2 | Rémi Verschelde |
2022-11-15 | [macOS] Automatically detect MoltenVK libs installed via homebrew and macports. | bruvzg |
2022-11-15 | [fontconfig] Reject font substitutes if non-alias name was used. | bruvzg |
2022-11-15 | Merge pull request #68504 from dzil123/cache_system_dir_xdg2 | Rémi Verschelde |
2022-11-14 | Merge pull request #68657 from Sauermann/fix-redundant-initialization | Rémi Verschelde |
2022-11-14 | Regenerate GL loader code with GLAD 2 | Riteo |
2022-11-14 | Fix periods in editor strings and messages | Hugo Locurcio |
2022-11-14 | Remove redundant Variant-types initializations | Markus Sauermann |
2022-11-14 | Fix misc formatting issues | Rémi Verschelde |
2022-11-14 | Merge pull request #68631 from pkdawson/fix-icondir-buffer-overflow | Rémi Verschelde |
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 |
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 |