summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules
Commit message (Expand)AuthorAgeFilesLines
* Various improvements to image file handling: Vas Crabb2020-10-082-8/+24
* Fix stray space char in osd_opengl.h Miodrag Milanović2020-10-031-1/+1
* emu/render.cpp: Consider that screens can be hidden when choosing a default v... Vas Crabb2020-10-032-2/+2
* Got rid of global_alloc/global_free. Vas Crabb2020-10-0327-199/+154
* -Got rid of most of the remaining problematic uses of make_unique_clear. Vas Crabb2020-09-304-4/+4
* FreeBSD fixes (#7295) Emmanuel Vadot2020-09-271-1/+1
* Cleaned up bitmap API. Vas Crabb2020-09-275-7/+8
* -util/xmlfile: Escape attribute and element content. Vas Crabb2020-09-063-3/+3
* drawd3d: properly clean up d3dintf (nw) hap2020-06-211-0/+3
* -bgfx: Don't try to invoke a frame immediately after resetting the renderer d... Ryan Holtz2020-06-201-2/+2
* -bgfx: Corrected a data overrun in the d3d12 backend from allocating only eno... Ryan Holtz2020-06-2012-20/+28
* looks like I64 size qualifier is only needed for MSYS64 GCC 9 and earlier (nw) Vas Crabb2020-06-022-2/+2
* MAME Testers Bugs Fixed Ryan Holtz2020-05-282-169/+86
* Last memory change fixes (nw) Olivier Galibert2020-05-252-5/+6
* Debugger expression and memory access overhaul AJR2020-05-2519-115/+149
* OS X debugger: Avoid crashing when a nonexistent disassembly or memory view i... AJR2020-04-202-9/+18
* font_osx.cpp: Why does Apple even have these macros? They're not expected to ... AJR2020-04-081-2/+2
* Mac: Use Arial Unicode MS as the default font (fixes missing glyphs in many l... arbee2020-04-081-1/+25
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-0822-25/+27
* Hey Travis, go test that for me, thanks (nw) Olivier Galibert2020-03-312-0/+6
* Fix some deprecations (nw) Olivier Galibert2020-03-312-3/+3
* copy-paste error (nw) Vas Crabb2020-01-311-1/+1
* there are reasons for things being the way they were (nw) Vas Crabb2020-01-3123-16/+88
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-3032-101/+101
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-3042-109/+35
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-3010-29/+29
* Revert accidentally committed changes. (nw) couriersud2020-01-251-17/+5
* segas16b: Added analog filters. [Couriersud] couriersud2020-01-251-5/+17
* fix build with clang 9.0.0 on windows smf-2020-01-241-1/+1
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-2229-49/+49
|\
| * use C++ library includes (nw) firewave2020-01-2229-49/+49
* | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-2211-22/+22
|/
* input_sdl: Process control characters so that the natural keyboard can see th... AJR2020-01-101-0/+13
* video: higher maximum prescale (nw) hap2020-01-051-1/+1
* opengl: clamp to edge, same as the other renderers (nw) hap2020-01-041-8/+8
* Happy New Year 2020 (nw) (#6128) Stiletto2020-01-041-1/+1
* render/bgfx: Fix incorrect swapping of red and blue components of screen tint AJR2019-12-311-1/+1
* Changed Direct3D renderer to call GetAncestor() in device_create() to npwoods2019-12-221-1/+5
* save/restore otuput values in save states Vas Crabb2019-12-131-8/+5
* input_sdl.cpp: Ignore joystick buttons beyond maximum supported number. Vas Crabb2019-12-071-2/+5
* netlist: Revert development code committed by accident. (nw) couriersud2019-11-261-13/+2
* netlist: move nl_examples to src/lib/netlist/examples. (nw) couriersud2019-11-251-2/+13
* Clean up render_screen_list code, replacing simple_list with std::list (nw) AJR2019-11-242-2/+2
* -bgfx: Fixed Github issue #5961. [Ryan Holtz] MooglyGuy2019-11-241-2/+2
* Opengl: Apply line width provided by renderer. [Couriersud] couriersud2019-11-241-0/+1
* bgfx: Fix edge case around B/C/G settings. [Couriersud] couriersud2019-11-241-1/+2
* srcclean (nw) Vas Crabb2019-11-253-3/+3
* -bgfx: Fixed Github issues #5830 and #5956. [Ryan Holtz] MooglyGuy2019-11-2512-47/+119
* srcclean and indentation cleanup (nw) Vas Crabb2019-11-241-22/+22
* Opengl render driver: fix bug preventing adjustment of ... [Couriersud] couriersud2019-11-241-1/+1