summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
...
* debuggdbstub.cpp: Use swapendian_int* AJR2022-09-221-22/+6
* osd/modules/debugger/debugqt.cpp: Don't try closing windows if debugger conso... Vas Crabb2022-09-211-3/+5
* fixed building with clang 15.0.0 on windows smf-2022-09-201-1/+1
* Renamed n2a03 to rp2a03 throughout source tree. (#10343) 0kmg2022-09-201-1/+1
* Debugger updates: Vas Crabb2022-09-2052-472/+584
* diagnostics: ignore all but type 0x20 symbols Patrick Mackinlay2022-09-191-1/+4
* debugview.mm: full dark mode support for macOS 10.14 and later [R. Belmont] arbee2022-09-171-0/+21
* Added a crude dark theme for the Win32 debugger. Vas Crabb2022-09-1730-393/+509
* debugger/win: Added capability to save/restore window arrangement. Vas Crabb2022-09-1649-209/+825
* diagnostics: preserve compatibility with old objdump Patrick Mackinlay2022-09-161-1/+1
* fixes for clang 15.0 on windows [smf] smf-2022-09-151-4/+0
* diagnostics: fix symbol backtrace with current objdump Patrick Mackinlay2022-09-151-1/+1
* util/corestr.cpp: Changed core_stricmp to take std::string_view parameters. (... npwoods2022-09-152-3/+3
* Patched up some gaps in functionality and fixed some bugs. Vas Crabb2022-09-0214-159/+331
* Debugger changes AJR2022-08-284-6/+6
* OSD/network interface cleanup AJR2022-08-289-26/+29
* debuggdbstub.cpp: implement thread alive command. Sandro Ronco2022-08-211-0/+13
* debugger/debuggdbstub.cpp: Fixed failure to find CPU. Vas Crabb2022-08-211-1/+1
* osd/modules/input: Include device serial number in ID when available for SDL ... Vas Crabb2022-08-191-7/+10
* ui/icorender.cpp: Revert initialisations that can hide real bugs. Vas Crabb2022-08-031-10/+2
* Changed gdbstub to no longer expect a CPU named ':maincpu' (#10170) npwoods2022-08-021-1/+13
* osd/sdl: Removed keyboard/mouse/joystick device mapping options. Vas Crabb2022-07-153-110/+17
* bgfx: crt-geom and crt-geom-deluxe improvements: (#8653) cgwg2022-07-078-371/+238
* remove not used template function Miodrag Milanovic2022-07-071-8/+0
* Clean up #includes in src/osd (#10029) ajrhacker2022-07-0470-200/+287
* srcclean and cleanup in preparation for branching MAME 0.245 Vas Crabb2022-06-261-1/+1
* Throw a fatal error if combination of bgfx video and wayland videodriver has ... Julian Sikorski2022-06-251-14/+8
* input_sdlcommon.cpp: Move devmap_init down into class AJR2022-06-184-50/+56
* Optimisation, and baby steps towards untangling stuff: Vas Crabb2022-06-1611-71/+1366
* osdcomm.h: Remove a few unimportant 64-bit functions AJR2022-06-151-5/+0
* osdcore.h: Changed osd_subst_env to accept a std::string_view and return a st... npwoods2022-06-159-21/+16
* return proper enumeration value Miodrag Milanovic2022-06-131-1/+1
* ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915) Vas Crabb2022-06-114-35/+30
* bgfx: Honour antialias flag on textured quad primitives (fixes MT08340). Vas Crabb2022-06-061-1/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* util/options.h: Removed legacy OPTION_* option type constants. (#9851) npwoods2022-05-303-274/+274
* Fix 9ce44fa048793de5e14d1e7af98e8b5ca148d0f3 for non-Windows builds AJR2022-05-256-2/+12
* osd: Cleaned up Windows API usage a little. Vas Crabb2022-05-2614-548/+501
* bgfx: Honour texture wrap flag. (#9812) Vas Crabb2022-05-232-7/+10
* Removed superfluous semicolons from various source files. (#9796) 0kmg2022-05-223-3/+3
* Revert "bitbanger: Add udp multicast support (#9744)" (#9749) Vas Crabb2022-05-137-342/+19
* bitbanger: Add udp multicast support (#9744) tedgreen992022-05-127-19/+342
* Prefer the X11 SDL video driver on Linux (#9676) Julian Sikorski2022-05-031-3/+14
* osd/modules/input: Detect joystick reconnection with SDL. (#9605) Vas Crabb2022-04-2410-189/+225
* osd: Added multibyte check to osd_uchar_from_osdchar to fix decoding ASCII te... 9871238791132022-04-101-1/+6
* -util/corealloc.h: Reduced make_unique_clear to a single variant for POD arrays. Vas Crabb2022-04-032-79/+79
* floppy: remove the intermediate allocator Olivier Galibert2022-03-301-2/+2
* osdhelper.h: Make a couple of overloads const AJR2022-03-271-2/+2
* srcclean and manual tidying up in preparation for 0.242 release Vas Crabb2022-03-271-6/+6
* sdl/window: add error retval check for bgfx on fallback hap2022-03-252-4/+4