summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
* Typo fixlua_engine_ui_refactor_2 npwoods2019-07-051-1/+1
* Changing LUA code to get mame_ui_manager by dynamic cast rather than npwoods2019-07-012-8/+30
* Refactored UI font metrics (#5291) npwoods2019-06-3027-240/+249
* Changed the various usages of UI_*COLOR to be calls to src/frontend/mame/ui/m... npwoods2019-06-2826-242/+276
* srcclean (nw) Vas Crabb2019-06-231-3/+3
* Adding a -version command line argument to get the current build version npwoods2019-06-222-1/+16
* srcclean (nw) Vas Crabb2019-05-261-1/+1
* inputmap.cpp: Further cleanup (nw) AJR2019-05-241-2/+0
* inputmap: fix gcc compile(unused variable) (nw) hap2019-05-241-12/+0
* Improve sorting of items for machine input menu. Inputs of the same type are ... AJR2019-05-242-53/+76
* ui/menu.cpp: Provide more helpers (nw) AJR2019-05-224-24/+71
* ui/menu.cpp: Privatize a few variables (nw) AJR2019-05-2211-227/+225
* viewgfx.cpp : Allow palette alpha value viewable (#5073) cam9002019-05-181-1/+1
* luaengine: make machine_flags fields of game_driver rather than a new table feos2019-05-131-48/+42
* luaengine: add machine_flags library feos2019-05-121-1/+71
* explain emu.register_callback(callback, name), add emu.step() feos2019-05-091-1/+6
* luaengine comments: add missing info: feos2019-05-091-20/+26
* improve luaengine comments (fixes and updates) feos2019-05-081-104/+381
* Fix compile warning under Emscripten (nw) Justin Kerk2019-03-311-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-2634-1820/+3250
* Revert "conflict resolution (nw)" andreasnaive2019-03-2534-3250/+1820
* update UI and XML output for additional emulation status flags Vas Crabb2019-03-173-29/+78
* Fix crash when exiting directly while filter UI is active (GitHub #4596) Vas Crabb2019-02-041-1/+10
* srcclean and cleanup (nw) Vas Crabb2019-01-272-5/+8
* -selgame: Fixed compilation on MSVC 2017, nw MooglyGuy2019-01-201-8/+10
* Fix "undefined symbols" linking error (nw) AJR2019-01-191-0/+2
* Make search apply to the filtered list in system/software selection menus, an... Vas Crabb2019-01-193-114/+143
* restore functionality of the "Add to Favorites" item on the main in-emulation... Vas Crabb2019-01-191-12/+73
* see if Tea-CI likes this better (nw) Vas Crabb2019-01-192-6/+6
* More UI stuff: Vas Crabb2019-01-1914-521/+1323
* UI cleanup continues: Vas Crabb2019-01-1520-1006/+1312
* Make search not suck as badly (use algorithm derived from Jaro-Winkler simila... Vas Crabb2019-01-1410-234/+417
* apply -verbose after processing command-line options and after first pass ove... Vas Crabb2019-01-124-29/+35
* fix MSVC (llvm toolset) compile (nw) Peter Ferrie2019-01-061-1/+1
* (nw) one shouldn't copy/paste spelling errors; also clean up some comments Vas Crabb2019-01-041-10/+10
* Make informational verbs a bit more consistent, reduce copy/pasted code, a sl... Vas Crabb2019-01-043-217/+195
* ui/inputmap.cpp: Eliminate qsort (nw) AJR2018-12-282-22/+7
* ui/pluginopt: pass ui cancel to lua (nw) cracyc2018-12-211-0/+3
* Attempted fix for MT 07049 (nw) AJR2018-11-251-3/+3
* Spelling corrections (nw) AJR2018-11-251-1/+1
* clifront.cpp: 'a brief list of options' is a lie, make it more truthful. mooglyguy2018-11-121-3/+3
* Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) AJR2018-11-053-4/+4
* luaengine: fix clang build (nw) cracyc2018-11-051-1/+1
* luaengine: add pixels (nw) cracyc2018-11-041-0/+11
* Improved screen:pixel description, nw mooglyguy2018-11-041-1/+1
* luaengine: Added pixel(x,y) function. [Ryan Holtz] mooglyguy2018-11-041-2/+7
* luaengine: background color for draw_text (nw) cracyc2018-11-031-6/+7
* luaengine: make render.targets table a property to match the doc (nw) cracyc2018-10-311-2/+2
* luaengine: fix typo (nw) cracyc2018-10-311-1/+1
* actually use offset argument in item:read_block(offset, count) feos2018-10-311-4/+4