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-08-04Add Windows layouts to language mappingskc/keyboardlayout-1kcgen
2022-08-04Move Windows-specific codepage lookup into helper functionkcgen
2022-08-04Apply case-conventions to keyboard layout classkcgen
2022-08-04Replace NULLs with nullptrs in keyboard layoutkcgen
2022-08-04Name the keyboard error-code enum typekcgen
2022-08-04Improve automatic layout handling on non-Windows systemskcgen
2022-08-04Add a codepage lookup function to keyboard layoutkcgen
2022-08-03Relocate general language getter into Setupkcgen
2022-08-03Relocate OS-specific language getter into crosskcgen
2022-08-03Use country code accessors to initialize keyboard layoutkcgen
2022-08-02Add accessor functions for the country code layout mapkcgen
2022-08-02Format the list of enum Country valueskcgen
2022-08-02Use an enum class for Country and normalize casekcgen
2022-08-02Check if the debugger UI was created before endingkcgen
2022-08-02Only use sRGB textures if the frambuffer supports itkcgen
2022-08-02Report failures when getting the OpenGL sRGB statuskcgen
2022-08-02Flag the Intel GL driver's sRGB ability as unreliablekcgen
2022-08-01Fix queue bug resulting in rough PS/2 mouse movementFeralChild64
2022-07-30Use int instead of charKirk
2022-07-30Revert a NULL assumption in Enet due to gotokcgen
2022-07-30Fix mouse button behavior in Master of Orion IIFeralChild64
2022-07-30Allow exceptions to be thrown from Adlib Golb (CWE-248)kcgen
2022-07-30Only exclude OpenGL for the debugger on Linuxkcgen
2022-07-30Lower allowed warning limitskcgen
2022-07-30Avoid out-of-bounds access on large SB DMA transfers (CWE-125)kcgen
2022-07-30Disable effc++ for Iir1 until its next releasekcgen
2022-07-30Sync Enet with upstreamkcgen
2022-07-30Explicitly comment IDE's no-op brancheskcgen
2022-07-30Use size-limited string operations in drive functions (CWE-120)kcgen
2022-07-30Initialize the CDROM read-sectors buffer before use (CWE-457)kcgen
2022-07-30Initialize scalars before use in driver overlaykcgen
2022-07-30Assert type-bounds before value-bounds in check_cast (CWE-569)kcgen
2022-07-30Simplify bitops width checks (CWE-569)kcgen
2022-07-30Use CamelCase for multi-value class and member nameskcgen
2022-07-30Use CamelCase convention for Setup class memberskcgen
2022-07-30Cleanup const-ref types in setup interfaceskcgen
2022-07-30Avoid uncaught exception during setup destruction (CWE-248)kcgen
2022-07-30Avoid a buffer overrun when splitting 8.3 filenames (CWE-120)kcgen
2022-07-30Check video mode was indeed changed to Hercules CWE-252)kcgen
2022-07-30Initialize the impulse PC Speaker max PIT rate (CWE-457)kcgen
2022-07-30Allow an exception from Adlib Gold's lowshelf to be caught (CWE-248)kcgen
2022-07-30Check fseek return value during MIDI capture CWE-252)kcgen
2022-07-30Check the disk pointer before dereferencing it in IDE (CWE-476)kcgen
2022-07-30Avoid an always-true template comparison in magic_enum (CWE-569)kcgen
2022-07-30Improve delineation of major section in meson buildkcgen
2022-07-30Exclude OpenGL for debugger buildskcgen
2022-07-30Simplify breakpoint loops using range-based syntaxkcgen
2022-07-30Focus the graphics window when debugging endskcgen
2022-07-30Initialize the debugger's static and global variableskcgen
2022-07-30Lazy-init the debugger's UI windowkcgen