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
2022-04-26Clean up minor code issueskk/new-debugger-uiKirk Klobe
2022-04-26Remove external PDCurses from Windows workflowKirk Klobe
2022-04-26Fix VS link errorsKirk Klobe
2022-04-26Fix crash on exit when debugger enabledKirk Klobe
2022-04-26Adjust allowed compiler warningsKirk Klobe
2022-04-26Adjust allowed compiler warningsKirk Klobe
2022-04-26Increase allowed warningsKirk Klobe
2022-04-26Reduce unused parameter warningsKirk Klobe
2022-04-25update VS solutionKirk Klobe
2022-04-25Move debugger event code blobKirk
2022-04-25Clean out more win32 debug leftoversKirk
2022-04-25Improve auto-focus handlingKirk
2022-04-25Remove tcgetattr/tcsetattrKirk
2022-04-25Remove win32-specific debug codeKirk
2022-04-25Add missing debugger eventsKirk
2022-04-25Create minimum working exampleKirk
2022-04-25Move PPScale class to ppscale.hWengier
2022-04-25Add DOSBox Staging headerWengier
2022-04-25Separate class definitions in SDLmain to header fileWengier
2022-04-23Revert "Disable PVS studio license check"kcgen
2022-04-23Update help message for CHOICE commandWengier
2022-04-23Add /T option for CHOICE commandWengier
2022-04-21Update allowed PVS Studio warnings for new versionkcgen
2022-04-21Disable PVS studio license checkkcgen
2022-04-21Update PVS Studio to 7.18.59210.195kcgen
2022-04-15Sync loguru from upstreamkcgen
2022-04-15Only use the debugger window after creationkcgen
2022-04-15Set initial values for debugger struct memberskcgen
2022-04-15Create log aliases into the debuggerkcgen
2022-04-14Merge 'svn/trunk' r4474ripsaw8080
2022-04-14Prevent Loguru from using std::locale (#1561)kcgen
2022-04-14Sync loguru with upstream (snapshot 2022-04-14)kcgen
2022-04-14As in r4371 for writing characters, use real pointer with font data for readi...ripsaw8080
2022-04-14Disallow deprecated int type conversionWengier
2022-04-14Mass replace int types with cstdint typesWengier
2022-04-11Sync dr_wav with upstream (v0.13.6)David Reid
2022-04-11Sync dr_mp3 with upstream (v0.6.33)David Reid
2022-04-11Sync dr_flac with upstream (v0.12.38)David Reid
2022-04-09Let the minimum window size be less than the draw areakcgen
2022-04-09Log the viewport output size and pixel-aspectkcgen
2022-04-09Always save the window dimensions after resizingkcgen
2022-04-09Let the window size be exactly as specifiedkcgen
2022-04-09Correct the handling of limits when calculating the viewportkcgen
2022-04-09Add percentage handling to the viewport conf parserkcgen
2022-04-09Reorder the viewport_resolution setting after window_resolutionkcgen
2022-04-09Refactor the viewport restriction setting functionkcgen
2022-04-09Rename a function to be consitent with otherskcgen
2022-04-09Rename the viewport resolution related itemskcgen
2022-04-09Rename the state indicator when the viewport is limitedkcgen
2022-04-09Rename the state indicator when an exact win size is setkcgen