summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend
Commit message (Expand)AuthorAgeFilesLines
...
* reverb: detect preset when entering menu hap2025-06-171-2/+2
* sound: Olivier Galibert2025-06-175-5/+753
* sliders: make sure menu won't be hidden when re-entering it (POLA) hap2025-06-151-0/+8
* sliders: add separator after osd sliders, add todo note about empty slider li... hap2025-06-152-1/+8
* sliders: finer control over screen refresh slider, correction to shift+alt in... hap2025-06-152-8/+7
* ui: use ui text/bg color for osd text popups hap2025-06-021-2/+2
* ui: add mame version info to the 'missing roms' error msg hap2025-06-012-3/+7
* luaengine: add set_speed_factor hap2025-05-301-1/+1
* attotime: fix lockup with as_string and negative attotime, hap2025-05-302-1/+26
* Aloow seperate display and configuration names for sound nodes Olivier Galibert2025-05-291-2/+2
* sound: better handling of -sound none Olivier Galibert2025-05-251-1/+1
* speaker: allow positioning unknown and don't map Olivier Galibert2025-05-251-4/+3
* audiomix: fix rounding issue with db adjust hap2025-05-221-2/+2
* debugger: symlist usability + symbol table extensibility (#13694) dave-br2025-05-202-3/+3
* sound: Add a compressor. May need some tuning Olivier Galibert2025-05-103-2/+497
* Remove obsolete options (compressor will be in effects, speaker report should... Olivier Galibert2025-05-082-15/+1
* Don't show the audio menus when there are no audio devices Olivier Galibert2025-05-081-2/+5
* -misc/gms.cpp: Organise buttons so Big comes before Small. Vas Crabb2025-05-081-1/+1
* -misc/gms.cpp: Improved I/O: Vas Crabb2025-05-082-6/+6
* ui: remove master volume slider if driver has no sound hap2025-05-072-6/+8
* audioeffects: gray out hq resampler settings if resampler is not hq hap2025-05-041-0/+7
* audioeffects: like with the rest of the UI, press Del to set resampler settin... hap2025-05-041-0/+25
* Add a much faster LoFi resampler Olivier Galibert2025-05-032-1/+179
* -ui/info.cpp: Root device is special for non-working message. Vas Crabb2025-05-031-2/+3
* -emu/device.cpp: Allow flagging devices as not working or not supporting save... Vas Crabb2025-05-0112-78/+142
* audiomix: more control over db adjustment (like with sliders, hold shift for ... hap2025-04-292-64/+45
* audiomix: use fat triangles instead of arrows for L/R indicators hap2025-04-291-21/+20
* sound sliders: correction to prev commit hap2025-04-291-1/+1
* sound sliders: multiply internal value by 10 to allow fine grained slider con... hap2025-04-281-15/+21
* sound sliders: press Del to set to 0db like before (mute is alt+left) hap2025-04-281-3/+3
* Some like it wide Olivier Galibert2025-04-281-12/+12
* New sound infrastructure. Olivier Galibert2025-04-2717-98/+2269
* osd: Got rid of the gross globals and functions for manipulating them in the ... Vas Crabb2025-04-231-18/+23
* natkeyboard: fix issue with dynamic buffer resizing hap2025-04-221-1/+0
* -cpu/drcbe*.cpp: Print an error message and abort when running off the end of... Vas Crabb2025-03-181-1/+1
* frontend/mame/infoxml.cpp: Added null check. Vas Crabb2025-03-131-1/+2
* -Fixed some -listxml issues: Vas Crabb2025-03-131-33/+66
* Cleaned up various stuff. Vas Crabb2025-01-311-1/+3
* ui/widgets.cpp: Use a smooter, symmetrical highlight texture (MT09095). Vas Crabb2025-01-231-3/+3
* analogipt: make inc/dec slider control consistent with other sliders where ho... hap2025-01-081-2/+3
* general: housekeeping and msvc warning elimination Patrick Mackinlay2025-01-031-2/+2
* ui/selmenu.cpp: Don't rescale icons that are close to the target size. Vas Crabb2024-12-311-6/+6
* Clean up some mess: Vas Crabb2024-12-311-2/+3
* Expose mame_ui_manager::show_menu() to LUA (#13031) npwoods2024-12-281-0/+1
* srcclean and cleanup Vas Crabb2024-12-221-6/+6
* -ui/filemngr.cpp: Show warnings at the bottom. Vas Crabb2024-12-211-10/+15
* ui/menu.cpp: Fix calculation mistake that resulted in NaNs being passed to th... AJR2024-12-181-1/+3
* ui/ui.cpp: Make failure to mount required media fatal if file manager can't b... Vas Crabb2024-12-194-20/+54
* Exposing running_machine::phase() to LUA (#13026) npwoods2024-12-071-1/+13
* ui/selmenu.cpp: Allow icons to be scaled up as well as down (#12851) jflatt2024-11-291-7/+7