summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules
Commit message (Expand)AuthorAgeFilesLines
* Removed extra semicolons after function bodies in remaining headers. (#9277) 0kmg2022-02-075-9/+9
* rendutil.cpp: API cleanup + minor related OSD render cleanups AJR2022-01-222-32/+11
* osd/modules/debugger/win/consolewininfo.cpp: fixed build on Windows, AJR plea... Ivan Vangelista2022-01-071-1/+3
* device_image_interface: Interface overhaul AJR2022-01-061-3/+4
* Render-related cleanup AJR2021-12-301-2/+3
* Fixed a few coverity errors, several of which are real bugs. Vas Crabb2021-12-022-11/+8
* debugimgui: Fix menus losing focus, add octal display and octal/decimal addre... Barry Rodewald2021-11-191-12/+46
* -osd/windows: Fixed stupid potential deadlock on exit. Vas Crabb2021-11-133-39/+19
* Fixed Windows build as well - default input overrides in OSD modules are anno... Vas Crabb2021-11-021-5/+0
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-3110-139/+257
* bgfx: fix flurry of bogus warning messages hap2021-10-291-1/+1
* debugger: support octal on the Mac native debugger [R. Belmont] arbee2021-10-271-4/+65
* debugger/qt/memorywindow.cpp: Remove leftover printf AJR2021-10-271-2/+0
* Debug memory view improvements AJR2021-10-272-16/+113
* Build cleanup and UWP removal (#8756) Vas Crabb2021-10-2718-1125/+144
|\
| * remove uwp column Miodrag Milanovic2021-10-261-134/+134
| * Remove OSD_UWP from rest of code Miodrag Milanovic2021-10-2615-130/+10
| * Remove uwp specific sources Miodrag Milanovic2021-10-263-861/+0
* | render/d3d: Replaced some locale-sensitive configuration parsing code. Vas Crabb2021-10-261-18/+21
|/
* srcclean in preparation for branching 0.237 release Vas Crabb2021-10-241-2/+2
* Still more user experience improvements: Vas Crabb2021-10-186-11/+117
* frontend: Keep cleaning up. Vas Crabb2021-10-112-8/+0
* Fix multiple issues with debug memory tracking AJR2021-10-042-4/+10
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-3/+3
* Fixed some software list issues: Vas Crabb2021-09-281-1/+1
* debugger/qt, debugger/win: Fixed suppressing trailing whitespace in copied te... Vas Crabb2021-09-272-4/+4
* srcclean in preparation for MAME 0.235, and two small adjustments. Vas Crabb2021-09-261-1/+1
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-065-35/+35
* fixes for building with clang 12.0.1 on windows smf-2021-09-042-3/+1
* -bgfx: Switched fs_blit_palette16 to expand bitmap_ind16 contents to R8. Fixe... MooglyGuy2021-09-0410-43/+75
* Use D32F texture format instead of D24, should fix AMD hardware (#8516) Julian Sikorski2021-08-301-2/+2
* -bgfx: Fixed UV rounding errors in fs_blit_palette16; Switched back to direct... MooglyGuy2021-08-302-22/+10
* debugger/debuggdbstub.cpp: Initialise m_readbuf_state on construction. (#8498) Alex Siryi2021-08-291-0/+1
* osd: Return would block when reading a socket with no data available - no err... Vas Crabb2021-08-272-2/+2
* -bgfx: Revised fs_blit_palette16 to not use pixel rounding. Fixes issues in c... MooglyGuy2021-08-242-20/+32
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-2216-629/+518
* srcclean for upcoming release Vas Crabb2021-08-221-2/+2
* BGFX fixes for various backends (#8469) [Ryan Holtz] MooglyGuy2021-08-2017-80/+229
* debugger/win/memorywininfo.cpp: Fix build AJR2021-08-161-7/+7
* dvmemory: Substitute strongly typed enum for magic numbers specifying data fo... AJR2021-08-166-66/+82
* Use std::clamp in more source files AJR2021-08-156-10/+10
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+2
* Remove not suported platform Miodrag Milanovic2021-08-151-5/+0
* Updated help text for bgfx_backend Robbbert2021-08-131-1/+1
* Fix to make it work on windows Miodrag Milanovic2021-08-121-2/+0
* update shader.mk according to one in bgfx Miodrag Milanovic2021-08-101-23/+45
* Update debugimgui to compile with latest imgui MooglyGuy2021-08-101-2/+7
* fix OSD=mac compile [R. Belmont] arbee2021-07-311-1/+3
* Slightly cleaned up OSD input modules. Vas Crabb2021-07-2916-744/+694
* debugimgui: fix mount and create image dialogs. Barry Rodewald2021-07-251-5/+13