summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
* 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
* sdl/window: fix possible compile problem with init fallbacks hap2022-03-171-3/+5
* Better fix for Mac compile. [R. Belmont] arbee2022-03-161-1/+1
* -bgfx: Fixed YUV shader to have better brightness balance. [Ryan Holtz] (#9425) MooglyGuy2022-03-171-4/+5
* Updated BGFX fixes; verified as working on Linux and Windows. (#9420) MooglyGuy2022-03-1519-295/+528
* Fix Mac compile. [R. Belmont] arbee2022-03-151-1/+1
* Revert "More BGFX stability improvements (missing files + multi-window) (#9410)" Vas Crabb2022-03-1616-420/+258
* Fixed some debugger memory view annoyances and cleaned up Lua bindings. Vas Crabb2022-03-161-1/+1
* More BGFX stability improvements (missing files + multi-window) (#9410) MooglyGuy2022-03-1416-258/+420
* -bgfx: Added default LUT PNG, fixes LUT-effect crash. Fixed external texture ... MooglyGuy2022-03-124-11/+10
* osd/modules/input/input_rawinput.cpp: Allow re-plugging mouse/keyboard. Vas Crabb2022-03-116-126/+203
* sdl: Keep -video soft as the default for Emscripten for now Justin Kerk2022-02-191-0/+4
* sdl: -video auto now means "bgfx" on all platforms. [R. Belmont] arbee2022-02-181-6/+0
* Delete some unnecessary c_str() calls AJR2022-02-131-3/+3
* Remove fileio.h from emu.h AJR2022-02-115-0/+5
* 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