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
path: root/src
AgeCommit message (Expand)Author
2022-11-12Update Tracy to v0.9Kirk Klobe
2022-11-12Remove ctrl modifier from international 1 keyRicardo
2022-11-12Set left gui key as extendedRicardo
2022-11-12Add international 1 key name to keyboard mapperRicardo
2022-11-12Reposition Intl1 key in keyboard mapperRicardo
2022-11-12Add handling for ABNT2 slash/question mark keyRicardo
2022-11-10Fix a typo when screen-capturing to handle non-OpenGL systemskcgen
2022-11-10Normalize the capture file opener function namekcgen
2022-11-10Support Alt+F5 screenshots of rendered outputkcgen
2022-11-10Add SDL2_image dependency to packages and build systemskcgen
2022-11-09Add stb_truetype librarySean Barrett
2022-11-09Add fontstash libraryMikko Mononen
2022-11-08Compiler warning fix from ManyMouse authorFeralChild64
2022-11-08Clarify `tandy` and `ibm5153` `cga_colors` config descriptionsJohn Novak
2022-11-07Confirm to powf float-only API in reSIDfpkcgen
2022-11-07Sync reSIDfp with upstreamLeandro Nini
2022-11-07Add general DOS user request functionsFeralChild64
2022-11-07Allow to cancel interactive mouse mapping with a keyboardFeralChild64
2022-11-06Improve interactive mouse mappingFeralChild64
2022-11-06Fix sentence starting with lower case in MOUNT command helpFeralChild64
2022-11-05Cleanup string IDs of DOS programsFeralChild64
2022-11-04Add mouse related hints to title barFeralChild64
2022-11-03Move toolkit-independent mouse code out of sdlmain.cppFeralChild64
2022-11-03Fix a bug preventing rescanning for new miceFeralChild64
2022-10-26Implement MORE.COM commandFeralChild64
2022-10-23Fix a time-of-check time-of-use (TOCTOU) scenario in ManyMouse (CWE-367)kcgen
2022-10-23Fix an implicit sign conversion warning in ManyMousekcgen
2022-10-23Fix potential loss-of-precision when reading in ManyMousekcgen
2022-10-23Fix uninitialized event member access in ManyMouse (CWE-457)kcgen
2022-10-22Fix outdated config option descriptionFeralChild64
2022-10-22Handle code review remarksFeralChild64
2022-10-22Fix range intersection warning in ManyMouse libraryFeralChild64
2022-10-22Fix static analysis remarksFeralChild64
2022-10-22Fix mouse code formattingFeralChild64
2022-10-22Handle code review remarksFeralChild64
2022-10-22Use the existing interface strings in ParseInterfaceskcgen
2022-10-22Operate on the list of interfaces as a local memberkcgen
2022-10-22Handle code review remarksFeralChild64
2022-10-22Silence compiler warnings in ManyMouse libraryFeralChild64
2022-10-22Add mouse mapper, config tool and config sectionFeralChild64
2022-10-22Add ManyMouse libraryFeralChild64
2022-10-18Initialize the window's canvas size during its setup phasekcgen
2022-10-15Use a reference when passing target size to the screen loggerkcgen
2022-10-15Fix window-size logging on transition from full-to-windowedkcgen
2022-10-15Log of display properties after setting sizekcgen
2022-10-14Fix a memory leak in TalChoruskcgen
2022-10-14Use floats in gain and decibel conversion routineskcgen
2022-10-14Activate reverb and chorus as requested per channelkcgen
2022-10-14Use the value parser to handle mixer volumeskcgen
2022-10-14Use the value and percent parsers in the mixerkcgen