summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed regression pertaining to specification of empty strings as slot names Nathan Woods2017-02-271-3/+7
* Update mame.cpp PugsyMAME2017-02-251-0/+3
* Update mame.h PugsyMAME2017-02-251-0/+2
* Fixed an issue where device options (e.g. -cart) were reported as unknown whe... Vas Crabb2017-02-241-25/+25
|\
| * The recent softlist cleanup broke -console; this fixes it Nathan Woods2017-02-241-25/+25
* | Vas feedback Nathan Woods2017-02-231-3/+1
* | Fixed an issue where device options (e.g. -cart) were reported as unknown whe... Nathan Woods2017-02-225-19/+40
|/
* Softlist cleanup (#2075) npwoods2017-02-223-101/+171
* Very minor cleanups; accessing options.software_name() once and better std::s... npwoods2017-02-192-7/+11
* srcclean (nw) Vas Crabb2017-02-191-1/+1
* Revert "Make "requirement" field in softlists actually work (MT 6464)" Vas Crabb2017-02-191-4/+0
* Cherry-pick some features from self-registering drivers PoC: Vas Crabb2017-02-167-49/+49
* allow softlist software parts to use different interfaces: Nigel Barnes2017-02-152-5/+13
* Remove emu.h from headers (nw) Olivier Galibert2017-02-114-3/+1
* LIST command format changes (#2051) Scott Stone2017-02-091-19/+19
* small cleanup (nw) Vas Crabb2017-02-021-11/+6
* Don't crash on bad cheat expressions, also make the code look more like 'ente... Vas Crabb2017-02-022-353/+403
* Use std::sort instead of qsort in listdevices (nw) AJR2017-01-312-9/+4
* luaengine: wait (nw) cracyc2017-01-162-0/+18
* Make "requirement" field in softlists actually work (MT 6464) AJR2017-01-111-0/+4
* Changed filesel.cpp to use wstring_from_utf8() Nathan Woods2017-01-051-5/+3
* Merge pull request #1920 from ajrhacker/rom_size Miodrag Milanović2017-01-041-1/+1
|\
| * ROMs over 2 GB no longer reported as negative size in XML AJR2017-01-041-1/+1
* | Added initial HTTP/HTTPS webserver/websocket server support (nw) Miodrag Milanovic2017-01-041-1/+5
|/
* find_dipname considered harmful (nw) AJR2017-01-033-25/+8
* Service mode DIP switch adjustments AJR2017-01-023-0/+32
* first srcclean pass (nw) Vas Crabb2016-12-252-3/+3
* vis: fix bunch of video issues (nw) cracyc2016-12-241-1/+1
* Fix for -romident misattributing device ROMs to alphabetically first driver u... AJR2016-12-241-1/+3
* ui: another attempt at sorting File Manager entries (nw) mahlemiut2016-12-242-1/+19
* Revert "ui: sort File Manager menu items (nw)" mahlemiut2016-12-191-7/+0
* ui: sort File Manager menu items (nw) mahlemiut2016-12-191-0/+7
* Make bitmaps movable, allowing them to be used in vectors and emplaced easily. Vas Crabb2016-12-152-32/+34
* coretmpl: add an associative LRU cache with map-like behaviour Vas Crabb2016-12-152-38/+28
* XML refactoring: Vas Crabb2016-12-115-82/+82
* make -console start console lua plugin (nw) Miodrag Milanovic2016-11-301-0/+5
* srcclean (nw) Vas Crabb2016-11-272-4/+4
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-245-5/+5
* datmenu.cpp: fixed the mouse hover state drawing. (nw) dankan18902016-11-231-6/+7
* a bit of prep for making selected index private (nw) Vas Crabb2016-11-236-32/+37
* encapsulate mouse translation in the menu code, make more stuff const Vas Crabb2016-11-238-125/+150
* Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-2364-213/+235
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-192-3/+3
* luaengine: oops (nw) cracyc2016-11-172-4/+2
* more xmlfile cleanup (nw) Vas Crabb2016-11-172-13/+14
* Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-173-54/+54
* luaengine: use initializers (nw) cracyc2016-11-151-16/+12
* luaengine: hide stuff that shouldn't be touched directly in registry (nw) cracyc2016-11-141-26/+26
* luaengine: don't copy ui options (nw) cracyc2016-11-131-1/+1
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-121-3/+3