summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue #941, crash in attempt to use "Configure Machine" from favorites ... dankan18902016-06-119-43/+47
* Moved things a bit around to better decouple fulivi2016-06-092-54/+13
* Fixed not load for some INI files in the category filter. dankan18902016-06-0814-337/+185
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-083-4/+28
* Changed to C++ comments Nathan Woods2016-06-061-42/+42
* Fixed issue with volume slider likely introduced with ui handler lambda changes Nathan Woods2016-06-063-7/+7
* Procedural texture for vectors in HLSL ImJezze2016-06-051-2/+2
* Fixed loading info for several software lists. (nw) dankan18902016-06-051-1/+1
* Added template implementations of mame_ui_manager::set_handler(), and changed... Nathan Woods2016-06-048-164/+182
* Changed UI handlers to be stored as std::function(); implemented old set_hand... Nathan Woods2016-06-042-7/+36
* using std::vector<std::unique_ptr<xxx>> instead of simple_list<xxx> in cheat ... Miodrag Milanovic2016-06-024-95/+76
* removed not used libraries, and commented portaudio that will be used but no ... Miodrag Milanovic2016-05-311-4/+0
* Changed the backing representation of OPTION_UI from being a string to an enum Nathan Woods2016-05-294-6/+6
* I am very disappointed in you, VS2015 (nw) therealmogminer@gmail.com2016-05-291-48/+24
* More slider cleanup, nw therealmogminer@gmail.com2016-05-285-89/+264
* Fix Visual Studio build (nw) balr0g2016-05-271-1/+1
* ui refactoring [Vas Crabb] Vas Crabb2016-05-2711-367/+429
* ui refactoring [Vas Crabb] Vas Crabb2016-05-2768-2469/+2880
* Merge pull request #892 from ajrhacker/port_optional Miodrag Milanović2016-05-252-1/+24
|\
| * Add flag to mark input fields as optional AJR2016-05-232-1/+24
* | Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-254-4/+4
* | inputmap: (nw) cracyc2016-05-211-1/+1
|/
* Ioport refactoring and cleanups (nw) AJR2016-05-183-10/+9
* Move slider_state and ui_menu_item into src/frontend/mame, nw therealmogminer@gmail.com2016-05-167-4/+85
* luaengine: avoid null keys (nw) cracyc2016-05-131-1/+3
* Added ability to create standalone emulators, added zexall as example (nw) Miodrag Milanovic2016-05-081-0/+2
* no deps between osd and frontend, internal debugger removed (nw) Miodrag Milanovic2016-05-062-0/+7
* Check software parts for incompatibility as well as compatibility AJR2016-05-033-30/+18
* Move system name lookup into frontend (nw) AJR2016-04-285-11/+25
* cleanup (nw) Miodrag Milanovic2016-04-281-15/+15
* Merge pull request #835 from ajrhacker/mui Miodrag Milanović2016-04-2878-1204/+1191
|\
| * Merge remote-tracking branch 'upstream/master' into mui AJR2016-04-2716-618/+615
| |\
| * | Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-2678-1203/+1190
* | | plugins/layout: layout embedded script helper plugin [Carl] cracyc2016-04-273-109/+61
| |/ |/|
* | Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-2716-619/+616
|/
* Merge remote-tracking branch 'upstream/master' into firstrun AJR2016-04-2524-71/+67
|\
| * Fixed cheat issue (nw) Miodrag Milanovic2016-04-252-2/+9
| * Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-2423-69/+51
| * (nw) dankan18902016-04-241-1/+2
| * ioport.cpp: extended core input to support up to 10 players. etabeta782016-04-241-0/+6
* | Machine management cleanups AJR2016-04-2519-87/+29
|/
* luaengine: fix ui (nw) cracyc2016-04-231-1/+1
* fix lua issue (nw) Miodrag Milanovic2016-04-232-6/+10
* cleanup (nw) Miodrag Milanovic2016-04-231-0/+13
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-2398-0/+38097