summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
* A little more refactoring, and Coverity fixes: Vas Crabb2021-11-258-51/+38
* frontend: Fixed another case where the system selection menu could get confus... Vas Crabb2021-11-241-3/+9
* -frontend: Fixed crashes switching between favourites and other filters. Vas Crabb2021-11-233-13/+26
* emu/render.cpp, emu/rendlay.cpp: Added scroll support for all elements. Vas Crabb2021-11-181-17/+55
* frontend: Show more unemulated/imperfect features per-device in warnings menu. Vas Crabb2021-11-172-101/+157
* frontend: Various minor improvements. Vas Crabb2021-11-1412-150/+267
* -osd/windows: Fixed stupid potential deadlock on exit. Vas Crabb2021-11-1316-108/+113
* -stv.cpp: Removed most run time I/O port lookups and removed PORT_RESET. Vas Crabb2021-11-104-16/+12
* frontend: Added input provider module options to menu, worked around machine ... Vas Crabb2021-11-092-20/+34
* -frontend: Don't inappropriately truncate text in menu text boxes. Vas Crabb2021-11-082-22/+28
* frontend: Allow cycling modifiers for an absolute axis by pressing repeatedly... Vas Crabb2021-11-062-6/+33
* frontend: Remove no-longer-needed member of save/load state menu. Vas Crabb2021-11-061-1/+0
* -Enabled complex combinations for analog axes: Vas Crabb2021-11-0622-225/+370
* frontend: Don't let the non-menus get as far as trying to draw. Vas Crabb2021-11-042-19/+28
* -emu/ioport.cpp: Fixed some default setting handling issues. Vas Crabb2021-11-042-26/+40
* -emu/ioport.cpp: Made default behaviour better. Vas Crabb2021-11-031-4/+5
* -emu/ioport.cpp: Fixed "MAME lost my joystick settings!!!1!11! Vas Crabb2021-11-034-13/+36
* plugins: Moved the timecode recording functionality to a plugin. Vas Crabb2021-11-024-55/+40
* Fix various usability issues: Vas Crabb2021-11-0213-206/+411
* frontend: Make all the textbox menus use the custom navigation flag, on the o... Vas Crabb2021-10-314-2/+6
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-3183-2004/+1928
* selmenu: fix wrongly placed messagebox hap2021-10-291-5/+6
* srcclean in preparation for branching 0.237 release Vas Crabb2021-10-241-8/+8
* plugins/timer: Fixed ticking when menu is left on the screen. Vas Crabb2021-10-221-7/+9
* Plugin usability improvements: Vas Crabb2021-10-225-41/+91
* frontend: Fixed untranslated info box title appearing on system/software sele... Vas Crabb2021-10-211-5/+5
* frontend: Beter provision for plugins with multiple menu levels. Vas Crabb2021-10-214-19/+27
* -plugins: Added an input macro plugin. Vas Crabb2021-10-211-3/+3
* frontend: Don't show plugin options menu in main menu before start - it doesn... Vas Crabb2021-10-201-3/+5
* Tie up a few loose ends: Vas Crabb2021-10-205-42/+43
* -docs: Documented debugger's built-in functions for expressions. Vas Crabb2021-10-192-1/+2
* -debugger: Finished updating commands and documentation. Vas Crabb2021-10-193-19/+33
* Still more user experience improvements: Vas Crabb2021-10-186-77/+271
* frontend: Further improved behaviour of info box on system selection menu, an... Vas Crabb2021-10-172-19/+19
* frontend: fixed horizontal offset on text boxes with blank lines. Vas Crabb2021-10-172-14/+11
* frontend: Better code for carrying justification across when wrapping. Vas Crabb2021-10-172-4/+15
* frontend: Cleaned up rendering of info views. Vas Crabb2021-10-1729-739/+920
* Updated translation files for latest changes. Vas Crabb2021-10-162-3/+3
* Actually commit the workaround for Xcode's issues with reference wrapper casts. Vas Crabb2021-10-151-2/+11
* frontend: Two bug fixes. Vas Crabb2021-10-153-15/+21
* frontend: Show full sofware name in right panel for favourites, too. Vas Crabb2021-10-151-0/+2
* More user experience improvements: Vas Crabb2021-10-1536-722/+942
* More user experience improvements: Vas Crabb2021-10-144-40/+58
* Various improvements to the user experience: Vas Crabb2021-10-131-1/+1
* frontend: More wording and localisation fixes for colours menus. Vas Crabb2021-10-123-33/+50
* More UI enhancements/cleanup: Vas Crabb2021-10-129-137/+159
* frontend: Keep cleaning up. Vas Crabb2021-10-119-121/+79
* frontend: Fix another dumb clone sorting bug. Vas Crabb2021-10-111-2/+2
* frontend: Recovered precious vertical space for system/software names! Vas Crabb2021-10-1115-507/+522
* frontend: Don't show toggles for plugin libraries, show a message when no plu... Vas Crabb2021-10-101-4/+11