summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed a few coverity errors, several of which are real bugs. Vas Crabb2021-12-022-11/+8
* clang fixes smf-2021-11-191-4/+1
* debugimgui: Fix menus losing focus, add octal display and octal/decimal addre... Barry Rodewald2021-11-191-12/+46
* osd/windows: Don't set parent window for error message box - it doesn't appre... Vas Crabb2021-11-131-2/+4
* -osd/windows: Fixed stupid potential deadlock on exit. Vas Crabb2021-11-134-40/+19
* -osd/windows: Show error message box on a separate thread (see MT08118). Vas Crabb2021-11-121-3/+64
* -frontend: Don't inappropriately truncate text in menu text boxes. Vas Crabb2021-11-082-6/+35
* 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
* osdcore: fix buffer overflow with osd_output stack hap2021-10-301-2/+2
* removed leftover Miodrag Milanovic2021-10-291-1/+1
* 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-2731-3124/+154
|\
| * remove uwp column Miodrag Milanovic2021-10-261-134/+134
| * Remove OSD_UWP from rest of code Miodrag Milanovic2021-10-2622-432/+20
| * Remove uwp specific sources Miodrag Milanovic2021-10-269-2558/+0
* | render/d3d: Replaced some locale-sensitive configuration parsing code. Vas Crabb2021-10-261-18/+21
|/
* strconv: avoid msvc debug assertion Patrick Mackinlay2021-10-251-2/+2
* 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
* frontend: Fixed clone sorting; osd/strconv.cpp: The string_view treatment, an... Vas Crabb2021-10-092-76/+48
* -ui: Put software description on the left and sort by description by default. Vas Crabb2021-10-061-0/+2
* Fix various typos in comments AJR2021-10-051-1/+1
* 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
* util/delegate.h: Try to catch issues earlier, and some cleanup. Vas Crabb2021-09-201-4/+4
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-068-44/+44
* 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-2217-682/+531
* srcclean for upcoming release Vas Crabb2021-08-221-2/+2
* BGFX fixes for various backends (#8469) [Ryan Holtz] MooglyGuy2021-08-2017-80/+229
* Use log write calls directy on android Miodrag Milanovic2021-08-171-6/+6
* 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