summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
* Removed extra semicolons after function bodies in remaining headers. (#9277) 0kmg2022-02-075-9/+9
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-262-2/+2
* rendutil.cpp: API cleanup + minor related OSD render cleanups AJR2022-01-222-32/+11
* Correctly adjust window size based on the computed visible area for different... antonioginer2022-01-213-1/+30
* 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
* emu/render.cpp: Improved scale factor selection. (#8961) antonioginer2022-01-062-1/+5
* Render-related cleanup AJR2021-12-303-2/+5
* Fix chdman threading on cpus with many cores (#9006) tellowkrinkle2021-12-172-19/+18
* 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