summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* UI input menu: treat codes containing a postive and negative of the same thin... Vas Crabb2019-11-215-5/+5
* SDL: recognize GUIDs for joysticks, allows stable input ID mapping [R. Belmont] arbee2019-11-171-5/+13
* mac: fix copy/paste error, get rid of allocWithZone as it's ignored on 64-bit... Vas Crabb2019-11-184-8/+8
* missed a couple of Mac debugger things (nw) Vas Crabb2019-11-182-28/+24
* missed one Windows debugger thing (nw) Vas Crabb2019-11-181-1/+1
* misc cleanup: Vas Crabb2019-11-1823-87/+106
* opengl: work around Retina issue on macOS Catalina until SDL catches up [R. B... arbee2019-11-161-1/+39
* winptty: don't create pipe unless requested (nw) cracyc2019-11-161-1/+2
* Sync bgfx, bx and bimg with upstream; fix the hlsl fs_chroma.sc matrix transp... Julian Sikorski2019-11-122-16/+8
* bgfx: fix tgmj crash on resolution change (GitHub #5857) [Ryan Holtz Vas Crabb2019-11-061-0/+8
* bgfx: fix resource leak (nw) (#5820) algestam2019-10-281-0/+1
* srcclean (nw) Vas Crabb2019-10-264-29/+29
* (nw) keep a persistent temporary palette buffer in bgfx chain manager, back o... Vas Crabb2019-10-252-6/+7
* -bgfx: Uncomment D3D12 backend detection, as it apparently no longer crashes ... MooglyGuy2019-10-231-5/+4
* -bgfx: Fixed incorrect pitch of palette uploads, fixes 16-bit palettized text... MooglyGuy2019-10-231-4/+8
* -bgfx: Fix crash when scrolling current effect to 'none', nw MooglyGuy2019-10-221-1/+1
* -bgfx: Rework chain updating to minimize primlist locking, nw MooglyGuy2019-10-227-111/+186
* -bgfx: Fixed opengl backend, nw MooglyGuy2019-10-211-0/+2
* (nw) add doxygen comments for a bunch of core stuff, and convert a bunch of c... Vas Crabb2019-10-162-6/+7
* Check that m_display is not null to prevent crash (#5725) George McMullen2019-10-151-4/+20
* Make shaders fixes (#5730) Julian Sikorski2019-10-131-14/+15
* -bgfx: Do texture format conversion via a full-screen GPU pass. [Ryan Holtz] MooglyGuy2019-10-1319-60/+279
* WIP: sync bgfx, bx and bimg with latest upstream (#5723) Julian Sikorski2019-10-137-22/+42
* (nw) misc cleanup: Vas Crabb2019-10-111-3/+3
* SDL: support RRGGBB00 format used by ARM Mali GPUs [R. Belmont] arbee2019-10-061-0/+4
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-2615-40/+44
* srcclean (nw) Vas Crabb2019-09-222-4/+4
* (nw) get rid of the rest of assert_always - it's better to be explicit about ... Vas Crabb2019-09-204-17/+25
* OSD_MAC: don't run MAME on a thread, it upsets the debugger very much (nw) arbee2019-09-171-0/+3
* Fix typo (nw) R. Belmont2019-09-161-1/+1
* Fix compile (nw) Olivier Galibert2019-09-161-3/+2
* A few files that got missed (nw) arbee2019-09-154-1/+251
* Preliminary Mac native OSD. Not working yet. [R. Belmont] arbee2019-09-154-4/+40
* Changed osd_get_clipboard_text() to return std::string (#5615) npwoods2019-09-115-46/+39
* Fix QT debugger (nw) AJR2019-09-101-3/+3
* Use std::forward_list for breakpoint and registerpoint lists (nw) AJR2019-09-108-88/+32
* gdbstub: more improvements (#5569) Ramiro Polla2019-08-311-29/+155
* srcclean (nw) Vas Crabb2019-08-251-23/+23
* Fix Solaris 2.11 (non-Oracle) Rick V2019-08-193-2/+11
* debuggdbstub: uncomment parameters (nw) Patrick Mackinlay2019-08-151-3/+3
* gdbstub: add z80 and m6502 Ramiro Polla2019-08-121-0/+53
* gdbstub: added new GDB stub debugger (#5456) Ramiro Polla2019-08-113-0/+1137
* Fix build in newer Emscripten versions (nw) Justin Kerk2019-08-083-5/+5
* Creating an -attach_window command line parameter on Windows to attach to an ... npwoods2019-08-043-8/+41
* Use canonical spelling of "canonical" (nw) AJR2019-08-022-2/+2
* Suggestion for very-low-latency mode on portaudio Eric Vidal2019-07-141-8/+27
* (nw) updated debug media menu to latest version Robbbert2019-07-132-13/+34
* (nw) windebug: fixed bug: in error-log window, Debug,New Memory Window would ... Robbbert2019-07-132-4/+2
* Remove shaders that I didn't mean to commit, nw MooglyGuy2019-07-105-533/+0
* -core: Removed TEXFORMAT_PALETTEA16. [Ryan Holtz] MooglyGuy2019-07-1011-67/+534