summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend
Commit message (Expand)AuthorAgeFilesLines
* -ui: Added option to mute when unthrottled to advanced options menu. Vas Crabb2021-03-224-117/+130
* Addressed Github issue #7843 (mute on unthrottle) (#7875) MooglyGuy2021-03-224-1/+18
* Restore validation for command-line and .ini options (disabled since 0.188) a... AJR2021-03-211-1/+5
* -A few incremental UI code improvements: Vas Crabb2021-03-123-20/+8
* floppy: Beginning of the support for preformatted floppy images. Olivier Galibert2021-03-054-1/+98
* ui audit: tell user to get the correct files hap2021-03-042-3/+3
* moptions: Fixed a spelling mistake. Robbbert2021-02-211-1/+1
* Fix exception in debug build when selecting machine category filter AJR2021-02-201-1/+1
* Make -listmedia compatible with grep/find Robbbert2021-02-201-1/+1
* frontend: Added a few more driver flags to -listxml output. (#7731) npwoods2021-02-181-0/+16
* frontend/ui: Improved messages displayed when files are missing. Vas Crabb2021-02-154-40/+101
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-149-30/+25
* confswitch: Coverity 316067 Robbbert2021-02-141-2/+0
* custui: Coverity 316207 Robbbert2021-02-131-0/+1
* Use std::clamp in various core functions AJR2021-02-031-10/+10
* input.cpp, inputdev.cpp: Convert a few more functions to use std::string_view AJR2021-02-031-1/+1
* coretmpl.h: Move lru_cache_map to separate header AJR2021-02-031-0/+2
* inputmap: don't prompt to toggle to default if default is None hap2021-01-281-1/+1
* Bug fixes and usablility enhancements: Vas Crabb2021-01-292-1/+20
* ui.h: Remove now-unused slider ID macros/enums AJR2021-01-271-56/+0
* ui: Clean up slider callbacks AJR2021-01-277-286/+154
* ui/inputmap: prevent race condition between ui_input().pressed() and poll() hap2021-01-272-1/+8
* selsoft.cpp: Fix use of strmakelower AJR2021-01-221-3/+2
* Much more core std::string_view modernization AJR2021-01-2030-57/+80
* Tidy up loose ends: Vas Crabb2021-01-062-4/+2
* render.h, rendlay.h: Dependency refactoring AJR2021-01-043-2/+6
* Low-level #include overhaul AJR2021-01-021-1/+1
* clifront.cpp: Restore line accidentally deleted in aa29519528cb3dbdbfac56819b... AJR2021-01-011-0/+1
* Further additions of std::string_view AJR2021-01-015-17/+13
* natkeyboard: Remove from ioport_manager AJR2020-12-265-9/+9
* Expose a couple more things to Lua so the plugins can show the actual key map... Vas Crabb2020-12-271-5/+25
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-278-324/+250
* Eliminate many unnecessary c_str calls AJR2020-12-213-11/+11
* Fix some oversights and emergent behaviour with view selection. Vas Crabb2020-12-205-26/+35
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-1818-792/+722
* Add "Non-Integer Scaling" and "Keep Aspect" settings to UI video options menu... AJR2020-12-171-3/+96
* ui/filemngr.cpp: Fix crash with unmounted images AJR2020-12-161-1/+1
* unicode.h: Updates AJR2020-12-155-2/+8
* Lua engine: fix a dumb copy/paste error and an unused lambda capture from pre... Vas Crabb2020-12-162-3/+3
* -Lua cleanup and documentation migration checkpoint. Vas Crabb2020-12-1614-664/+706
* ui/menu.cpp: Fix highlighting glitch with input menu for inputs bound to O (r... AJR2020-12-131-3/+3
* rendfont.cpp: Convert another function to std::string_view AJR2020-12-123-20/+7
* -luaengine.cpp: Clean up render classes and expose screen image adjustments. Vas Crabb2020-12-137-198/+227
* Exposing image format information to LUA (#7508) npwoods2020-12-123-0/+108
* C++17 string handling updates (without charconv so as not to break GCC 7) AJR2020-12-0842-355/+324
* plugins: Replace environment variable substitution function with core version AJR2020-12-081-1/+1
* luaengine_input.cpp: Fix clang error: lambda capture 'this' is not used [-Wer... AJR2020-12-081-1/+1
* -Lua engine cleanup, input edition: Vas Crabb2020-12-095-311/+500
* luaengine.cpp: Fix actual unused lambda capture. Vas Crabb2020-12-051-1/+1
* luaengine.cpp: Shut up clang warning about unused lambda capture Vas Crabb2020-12-051-0/+2