Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-02WIP test safe str*cpy replacementspo/safe-strcpy-win-1Patryk Obara
2020-04-02Update clang-format rules to 9.0Patryk Obara
2020-04-01Organize files in VS solutionPatrick McMorris
2020-04-01Expand use and support for LTO and FDO buildskrcroft
2020-04-01Implement script for re-formatting recent commitsPatryk Obara
2020-04-01Add clang-format rulesPatryk Obara
2020-03-31Cleanup workflow filesPatryk Obara
2020-03-31Move PVS Studio static analysis to a separate filePatryk Obara
2020-03-30Improve comment about EXPOSED eventkrcroft
2020-03-30Eliminate redundant use void argumentskrcroft
2020-03-30Assess the mouse capture state when gaining window focuskrcroft
2020-03-30Enable parallel builds in VS for all configsPatrick McMorris
2020-03-30Update maintainers list in workflowPatryk Obara
2020-03-28Update allowed warnings limitsPatryk Obara
2020-03-28Fix few trivial warnings in macOS codePatryk Obara
2020-03-28Make block_fnum unsigned in fmoplPatryk Obara
2020-03-28Bring back C++11 foreach loop in fmoplPatryk Obara
2020-03-28Change bpp to unsigned int around render codePatryk Obara
2020-03-28Update allowed warning countkrcroft
2020-03-28Update PVS Studio to version 7.06.37052.34krcroft
2020-03-27Make a second harder attempt to seek if neededkrcroft
2020-03-27Prevent empty property namesPatryk Obara
2020-03-27Initialize all members of Property classPatryk Obara
2020-03-27Cleanup MIDI/ALSA-related logsPatryk Obara
2020-03-27Adjust help strings for sdl optionsPatryk Obara
2020-03-27Declare sdl.vsync as deprecated/disabledPatryk Obara
2020-03-27Allow config properties to be deprecatedPatryk Obara
2020-03-27Skip splash screen if resolution is not large enoughPatryk Obara
2020-03-27Rename gimp_image to splash_imagePatryk Obara
2020-03-27Fix splash screen for surface outputPatryk Obara
2020-03-27Remove dead code remains of "lazy_fullscreen" featurePatryk Obara
2020-03-27Fix indirect memory leak of icon surfacePatryk Obara
2020-03-27Define SDL rgb-masks for creating surfacesPatryk Obara
2020-03-27Initialize default window size before GUI_StartUpPatryk Obara
2020-03-27Move "extern C" to ppscale headerPatryk Obara
2020-03-27Handle surface as the last option during updatePatryk Obara
2020-03-27Prevent a crash in Windows AMD driversPatryk Obara
2020-03-27Store SDL texture render driver as std::stringPatryk Obara
2020-03-27Replace Lock/UnlockTexture with UpdateTexturePatryk Obara
2020-03-27Update description of sdl.windowresolutionPatryk Obara
2020-03-27Remove old splash screenPatryk Obara
2020-03-27Update splash screen to use 4:3 aspect ratioPatryk Obara
2020-03-27Destroy SDL resources in the proper orderPatryk Obara
2020-03-27Set icon after sdl.window is createdPatryk Obara
2020-03-27Fix effc++ warnings in control.hPatryk Obara
2020-03-27Start with the correct full/window resolutionPatryk Obara
2020-03-27Display splash screen using GFX APIPatryk Obara
2020-03-27Cleanup and document GFX_StartUpdate functionPatryk Obara
2020-03-27Remove dead code remains of WinDIB usagePatryk Obara
2020-03-25Use ISO date format for ccache keyskrcroft