summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
...
* pa_sound: add support for audio latency and samplerate options hap2025-05-161-7/+9
* qt/debuggerview.cpp: QPalette:Accent doesn't exist in Qt5 angelosa2025-05-151-1/+7
* qt/debuggerview.cpp: style over system colors angelosa2025-05-151-10/+13
* Cocoa debugger: debug view scroll workarounds (#13673) Antonio Malara2025-05-141-16/+24
* sound: enhance portaudio support. Olivier Galibert2025-05-122-373/+218
* debugger cleanup: use enums for m_views indices (#13687) dave-br2025-05-108-47/+75
* Rework a case where the sound defaults are not put in place in correct order ... Olivier Galibert2025-05-091-2/+0
* sdl sound: make system default work, hopefully Olivier Galibert2025-05-081-3/+6
* pipewire: do not block on shift-f3 Olivier Galibert2025-05-081-10/+7
* Fix resampler config interaction with reset Olivier Galibert2025-05-041-13/+1
* -emu/device.cpp: Allow flagging devices as not working or not supporting save... Vas Crabb2025-05-011-7/+9
* sound sliders: multiply internal value by 10 to allow fine grained slider con... hap2025-04-281-1/+0
* cassette/misc: small cleanup hap2025-04-281-3/+3
* New sound infrastructure. Olivier Galibert2025-04-2717-835/+1617
* Fixed up some stuff: Vas Crabb2025-04-251-28/+25
* netdev/pcap.cpp: Fix build errors. Vas Crabb2025-04-231-39/+40
* osd: Got rid of the gross globals and functions for manipulating them in the ... Vas Crabb2025-04-2312-226/+286
* osd: remove mac address filter from osd (fixes #13586) (#13614) Patrick Mackinlay2025-04-226-71/+2
* debugimgui.cpp: Fix obsolete callback; simplify modifier key reading AJR2025-04-201-16/+6
* Made PTR64 a makefile-only thing - it isn't necessary in the code. Vas Crabb2025-04-204-24/+24
* lib/osdlib_unix.cpp: Added code to detect attached debugger on Linux. Vas Crabb2025-04-181-5/+46
* debugger/qt: Fix Qt6 deprecation warning (see GitHub #13207). Vas Crabb2025-04-011-2/+7
* -cpu/e132xs.cpp: Improved exception emulation: Vas Crabb2025-04-016-6/+120
* Fixed some things causing save states to be unportable: Vas Crabb2025-03-091-6/+0
* posixfile.cpp: Pass in explcit alignment to operator new just in case. Vas Crabb2025-03-051-1/+5
* posixfile.cpp: nothrow is passed to operator new, not to reinterpret_cast. Vas Crabb2025-03-051-1/+1
* bmc/bmcpokr.cpp: Improved DIP switch settings for xyddzhh. Vas Crabb2025-03-051-5/+5
* debugger/debugwin.cpp: Fixed clang build. Vas Crabb2025-03-021-2/+2
* debugger/win: Added option to disable window grouping. Vas Crabb2025-03-027-2/+24
* Added support for multiple features in the gdb stub, and added support for Pl... smf-2025-02-131-371/+546
* emscripten: fixes to get bgfx working (#13255) algestam2025-02-063-4/+13
* misc: remove "all rights reserved" copyright comment, hap2025-01-221-1/+1
* util/corestr.cpp, sound/sdl_sound.cpp: Added missing standard library headers... Julian Sikorski2025-01-211-0/+1
* osd: Added helper for getting CPU cache line size. Vas Crabb2025-01-134-0/+90
* osd/strconv.cpp: Deal with NUL when osd_uchar_from_osdchar uses mbstowcs. Vas Crabb2025-01-081-0/+8
* Cherry-pick wayland improvements from upstream bgfx (#13070) Julian Sikorski2025-01-021-41/+4
* osd/interface/inputcode.h: Fixed enum range warnings in debug builds. (#13137) ajrhacker2025-01-011-4/+4
* m6502: rename m65c02 to w65c02 as well hap2024-12-141-1/+1
* Natural keyboard improvements AJR2024-12-041-1/+3
* debugger/osx: Don't use uninitialised NSRect when creating pop-up button. Vas Crabb2024-11-191-3/+1
* osd/windows, osd/sdl: Only check for hold/drag conversion on losing pointer i... Vas Crabb2024-11-182-7/+3
* sdl/window.cpp: Remove assert(0 <= info->clickcnt) (#12951) ajrhacker2024-11-151-3/+1
* file selector: Add midi connection selection to midi ports Olivier Galibert2024-10-297-16/+25
* Added gdbstub support for MC68030 (#12906) kms12122024-10-251-0/+28
* sinclair/sprinter.cpp: Added 2 full joysticks support (#12878) holub2024-10-141-4/+4
* emu/debug, osd/modules/debugger/qt: Clean up #includes a bit AJR2024-09-307-9/+4
* input_sdl: fix deadlock issue with joystick (remove reset() call during proce... hap2024-09-281-34/+47
* Merge tag 'mame0269' into HEAD Vas Crabb2024-08-292-7/+7
|\
| * Cleaned up the mess from #12610: Vas Crabb2024-08-272-7/+7
* | input_sdl: empty event queue on resets hap2024-08-281-0/+4