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-01-23Rewrite non-Windows attrib code using std::fsww/attribfsWengier Wu
2022-01-22Refactor the nested attribute codeWengier
2022-01-22Address issues as suggestedWengier
2022-01-22Refactor the attrib_recursive functionWengier Wu
2022-01-22Add program_attrib as external programWengier Wu
2022-01-22Add help message for ATTRIB commandWengier Wu
2022-01-22Implement ATTRIB commandWengier Wu
2022-01-22Add support for setting file attributesWengier Wu
2022-01-22Set joystick illuminator color based on status (#1248)kcgen
2022-01-21Give the "medium" window present space for one PP stepkcgen
2022-01-21Deduct the border decorations from the desktop sizekcgen
2022-01-21Scale the desktop size fairly without extra aspect allowanceskcgen
2022-01-20Convert ANSI codes to markups in help messagesWengier Wu
2022-01-16Update spanish (es_ES) translationIPeluchito
2022-01-16Use the pp_scale_t class instead of the previous SDL pointkcgen
2022-01-16Manage the pixel-perfect calls and results using a classkcgen
2022-01-16Add a helper to determine if draw size is doubledkcgen
2022-01-16Use the draw flags to determine axis-doublingkcgen
2022-01-16Remove default titles from issue templatesGranMinigun
2022-01-15Sync loguru with upstream (snapshot 2022-01-15)kcgen
2022-01-15Support for window transparencyWengier
2022-01-15Revert "Use more direct test for VGA double-height" (#1526)kcgen
2022-01-14Addresses issues as suggestedWengier
2022-01-14Rewrite DOS country mappingsWengier
2022-01-14Refactor time format code and rename formatting functionsWengier
2022-01-14Refactor the code to use is_date_valid and is_time_valid functionsWengier
2022-01-14Rewrite dos.tables.country magic numbers as charsWengier
2022-01-14Rewrite country codes as enum class and std::arrayWengier
2022-01-14Fix warnings for string literalsWengier
2022-01-14Remove unnecessary default date formatWengier
2022-01-14Try to map keyboard layout to country codeWengier
2022-01-14Rewrite country data as arraysWengier
2022-01-14Adjust help messages for DATE and TIME accordinglyWengier
2022-01-14Add country support for different date, time, and decimal formatsWengier
2022-01-14Check array indexes when reading the CPI bufferkcgen
2022-01-14Use a std::array to manage the CPI buffer datakcgen
2022-01-14Use size_t to manage the two code-page sizeskcgen
2022-01-13Lower Clang static analysis warning limitkcgen
2022-01-13Replace enum casts in NE2000 with enum_val() helperkcgen
2022-01-13Move enum_val to support.h, and improve itshermp
2022-01-13Assign ANSI numbers to enum values directlyshermp
2022-01-13Use getters instead of exposing internal structsshermp
2022-01-13Rename 'Name' enum to typeshermp
2022-01-13Rename invalid enum valuesshermp
2022-01-13Rename enum classesshermp
2022-01-13Encapsulate enums/structs in Tag classshermp
2022-01-13Add Regex documentation clarificationshermp
2022-01-13Remove old *Parser classesshermp
2022-01-13Use new get_ansi_code in convert_ansi_markupshermp
2022-01-13Add get_ansi_code function which uses new Tag classshermp