summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-18Still more user experience improvements: Vas Crabb6-11/+117
2021-10-11frontend: Keep cleaning up. Vas Crabb2-8/+0
2021-10-09frontend: Fixed clone sorting; osd/strconv.cpp: The string_view treatment, an... Vas Crabb2-76/+48
2021-10-06-ui: Put software description on the left and sort by description by default. Vas Crabb1-0/+2
2021-10-05Fix various typos in comments AJR1-1/+1
2021-10-04Fix multiple issues with debug memory tracking AJR2-4/+10
2021-10-05util: Further API cleanups: (#8661) Vas Crabb1-3/+3
2021-09-28Fixed some software list issues: Vas Crabb1-1/+1
2021-09-27debugger/qt, debugger/win: Fixed suppressing trailing whitespace in copied te... Vas Crabb2-4/+4
2021-09-26srcclean in preparation for MAME 0.235, and two small adjustments. Vas Crabb1-1/+1
2021-09-20util/delegate.h: Try to catch issues earlier, and some cleanup. Vas Crabb1-4/+4
2021-09-06-ui: Made zoom controls a bit more intuitive. Vas Crabb8-44/+44
2021-09-04fixes for building with clang 12.0.1 on windows smf-2-3/+1
2021-09-04-bgfx: Switched fs_blit_palette16 to expand bitmap_ind16 contents to R8. Fixe... MooglyGuy10-43/+75
2021-08-30Use D32F texture format instead of D24, should fix AMD hardware (#8516) Julian Sikorski1-2/+2
2021-08-30-bgfx: Fixed UV rounding errors in fs_blit_palette16; Switched back to direct... MooglyGuy2-22/+10
2021-08-29debugger/debuggdbstub.cpp: Initialise m_readbuf_state on construction. (#8498) Alex Siryi1-0/+1
2021-08-27osd: Return would block when reading a socket with no data available - no err... Vas Crabb2-2/+2
2021-08-25-bgfx: Revised fs_blit_palette16 to not use pixel rounding. Fixes issues in c... MooglyGuy2-20/+32
2021-08-24-bgfx: Revised fs_blit_palette16 to not use pixel rounding. Fixes issues in c... MooglyGuy2-20/+32
2021-08-22formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb17-682/+531
2021-08-22srcclean for upcoming release Vas Crabb1-2/+2
2021-08-20BGFX fixes for various backends (#8469) [Ryan Holtz] MooglyGuy17-80/+229
2021-08-17Use log write calls directy on android Miodrag Milanovic1-6/+6
2021-08-16debugger/win/memorywininfo.cpp: Fix build AJR1-7/+7
2021-08-16dvmemory: Substitute strongly typed enum for magic numbers specifying data fo... AJR6-66/+82
2021-08-15Use std::clamp in more source files AJR6-10/+10
2021-08-15Debugger-related feature removals and cleanup AJR1-1/+2
2021-08-15Remove not suported platform Miodrag Milanovic1-5/+0
2021-08-13Updated help text for bgfx_backend Robbbert1-1/+1
2021-08-12Fix to make it work on windows Miodrag Milanovic1-2/+0
2021-08-10update shader.mk according to one in bgfx Miodrag Milanovic1-23/+45
2021-08-10Update debugimgui to compile with latest imgui MooglyGuy1-2/+7
2021-07-31fix OSD=mac compile [R. Belmont] arbee2-2/+4
2021-07-29Slightly cleaned up OSD input modules. Vas Crabb16-744/+694
2021-07-25debugimgui: fix mount and create image dialogs. Barry Rodewald1-5/+13
2021-07-15API cleanups and miscellaneous fixes. Vas Crabb2-18/+14
2021-07-09video/voodoo.cpp: Major rewrite: (#8267) Aaron Giles1-0/+12
2021-07-02Correctly apply -keepaspect with -unevenstretchx/y. (#8209) antonioginer2-13/+5
2021-06-22Eliminate remaining uses of auto_alloc and friends (#8210) Aaron Giles1-6/+8
2021-06-14osd/eigcc.h: Fix 32-bit gcc/clang builds. Vas Crabb1-4/+8
2021-06-13Added helpers for 64-bit count leading zeroes/ones. Vas Crabb7-39/+384
2021-05-27floppy: Change the formats from an intrusive list to a vector Olivier Galibert1-2/+1
2021-05-23srcclean for release Vas Crabb1-1/+1
2021-05-20-attach_window support for SDLMAME (#8070) npwoods3-4/+65
2021-05-11Fix crashes in Qt debugger caused by trying to select a nonexistent disassemb... AJR2-16/+22
2021-05-08Add -share_directory option. This sets a directory on the host system which ... arbee1-0/+1
2021-04-28osx/sdl - handle caps lock key up events via a frame callback instead of the ... ksherlock1-0/+28
2021-04-25srcclean in preparation for branching release Vas Crabb1-6/+6
2021-04-24-cpu/score: Added bittgl! opcode. Sandro Ronco1-0/+67