summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/debug: Removed more macros, added more const, make a couple more things u... Vas Crabb2020-10-121-1/+1
* Miscellaneous cleanup: Vas Crabb2020-10-103-161/+162
* 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-0330-206/+160
* -Got rid of most of the remaining problematic uses of make_unique_clear. Vas Crabb2020-09-306-7/+15
* FreeBSD fixes (#7295) Emmanuel Vadot2020-09-271-1/+1
* Cleaned up bitmap API. Vas Crabb2020-09-275-7/+8
* osd/windows: Don't restrict borderless full-screen windows to monitor work ar... Vas Crabb2020-09-121-20/+20
* -util/xmlfile: Escape attribute and element content. Vas Crabb2020-09-067-19/+23
* Drop MASK from taputil.sh (#7162) Rhett Aultman2020-08-311-2/+2
* windows: reduce minimum window height (nw) hap2020-06-262-11/+12
* windows: more lenient with resizing very large views in windowed mode (nw) hap2020-06-251-9/+13
* 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
* document some error (nw) MetalliC2020-02-151-0/+1
* copy-paste error (nw) Vas Crabb2020-01-311-1/+1
* there are reasons for things being the way they were (nw) Vas Crabb2020-01-3127-18/+103
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-3038-111/+111
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-3046-124/+37
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-3015-43/+43
* 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-2242-68/+68
|\
| * use C++ library includes (nw) firewave2020-01-2242-68/+68
* | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-2215-39/+37
|/
* 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-055-5/+5
* 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
* osd/sdl/window.cpp: Remove misleading comments. (nw) couriersud2019-11-271-14/+0
* netlist: Revert development code committed by accident. (nw) couriersud2019-11-262-16/+2
* netlist: move nl_examples to src/lib/netlist/examples. (nw) couriersud2019-11-252-2/+16