summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules
Commit message (Expand)AuthorAgeFilesLines
* floppy: Change the formats from an intrusive list to a vector Olivier Galibert2021-05-271-2/+1
* Fix crashes in Qt debugger caused by trying to select a nonexistent disassemb... AJR2021-05-112-16/+22
* osx/sdl - handle caps lock key up events via a frame callback instead of the ... ksherlock2021-04-281-0/+28
* srcclean in preparation for branching release Vas Crabb2021-04-251-6/+6
* -cpu/score: Added bittgl! opcode. Sandro Ronco2021-04-241-0/+67
* sound: Pulseaudio support Olivier Galibert2021-04-162-0/+408
* Changed audio_latency valid range from 1-5 to 0-5 (#7916) 9871238791132021-04-013-3/+5
* bgfx: Fixed crt-geom{,-deluxe} shader compilation and recompiled shaders. Vas Crabb2021-03-202-2/+2
* bgfx: crt-geom and crt-geom-deluxe enhancements (#7872) cgwg2021-03-207-70/+270
* -A few incremental UI code improvements: Vas Crabb2021-03-122-25/+13
* srcclean in preparation for branching release Vas Crabb2021-02-211-2/+2
* bgfx png: The message parameters were the wrong way around. Robbbert2021-02-211-1/+1
* bgfx: crt-geom and crt-geom-deluxe enhancements (#7766) cgwg2021-02-214-33/+248
* add m68000 to debuger gdbstub nabetse2021-02-151-0/+29
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-1415-25/+25
* #7711: lld seems to add a minimal symbol that the system libraries catch. Be ... Aaron Giles2021-02-061-5/+14
* render/bgfx: Use platform-specific path separator more consistently AJR2021-02-051-1/+1
* render/bgfx: Fix failure to load texture .png files when -artpath contains mu... AJR2021-02-031-45/+34
* coretmpl.h: Move lru_cache_map to separate header AJR2021-02-031-0/+1
* Debuger updates: Vas Crabb2021-01-306-77/+242
* Bug fixes and usablility enhancements: Vas Crabb2021-01-296-47/+66
* Update "2020" text to "2021" (#7713) Stiletto2021-01-281-1/+1
* ui: Clean up slider callbacks AJR2021-01-278-85/+30
* -Qt debugger updates: Vas Crabb2021-01-2819-763/+739
* Goodbye 64 suffix on the main executable, it was nice knowing you. Vas Crabb2021-01-262-1/+23
* win32 debugger: Added context menu with Copy Visible and Paste commands to de... Vas Crabb2021-01-262-30/+183
* srcclean in preparation for branching release Vas Crabb2021-01-24110-270/+270
* bgfx: Fixed overlapping register in lcd-grid shaders and compiled for Direct3... Vas Crabb2021-01-231-1/+1
* bgfx: Added lcd-grid shader. (#7691) cgwg2021-01-235-0/+156
* -getaway.cpp: Fixed steering control. Vas Crabb2021-01-231-11/+9
* ATTR_UNUSED, do you welcome C++17 in your heart and mind? Olivier Galibert2021-01-221-2/+2
* osd: Rearranged window title to put system name first Vas Crabb2021-01-221-2/+3
* -osd/windows: Minimise full-screen windows on losing focus (#2997). Vas Crabb2021-01-212-16/+32
* Fix compile. RobertoFresca2021-01-211-1/+1
* Much more core std::string_view modernization AJR2021-01-206-17/+19
* util/zippath.cpp: Fix suffix for zip archives. Vas Crabb2021-01-081-15/+6
* Tidy up loose ends: Vas Crabb2021-01-066-29/+101
* Fix DRC build breakage under Emscripten. [Justin Kerk] Justin Kerk2021-01-061-0/+2
* osdwindow.cpp: Make monitor code a little safer AJR2021-01-051-1/+1
* cpu: Allow recompilers to work with W^X policy Vas Crabb2021-01-065-203/+352
* osdwindow.cpp: Centralize basic functions; de-virtualize various getters AJR2021-01-044-31/+112
* render.h, rendlay.h: Dependency refactoring AJR2021-01-042-0/+2
* windir.cpp, winrtdir.cpp: string_format calls need qualification now AJR2021-01-022-2/+2
* Low-level #include overhaul AJR2021-01-0219-10/+14
* Further additions of std::string_view AJR2021-01-011-1/+1
* Temporary hack so most DRC games work on the M1/Apple Silicon. [R. Belmont, b... arbee2020-12-281-0/+5
* Modified crt-geom-deluxe to track the power-law fall-off for longer (up to 10... cgwg2020-12-232-4/+14
* bgfx/chainmanager.cpp: Remove another entirely useless string_format call AJR2020-12-211-1/+1
* util/png: Update add_text to take std::string_view for arguments AJR2020-12-211-2/+2
* Eliminate many unnecessary c_str calls AJR2020-12-212-6/+6