summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-064-14/+24
| |/ / |/| |
* | | quick fixes to some more stuff that isn't supplementary plane clean Vas Crabb2016-08-032-11/+12
|/ /
* / This fixes issues where softlist items (that were not for floppies) were load... Nathan Woods2016-08-024-14/+9
|/
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-1/+1
* Converted more stuff in diimage to use std::string instead of 'const char *' Nathan Woods2016-08-012-4/+4
* Changed device_image_interface::load() to take 'const std::string &' Nathan Woods2016-08-014-6/+6
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-012-8/+8
* Merge branch 'master' into separate_softlist_image_load Nathan Woods2016-07-3123-101/+101
|\
| * for bool type use true and false (nw) Miodrag Milanovic2016-07-314-31/+31
| * cleanup of some conversions (nw) Miodrag Milanovic2016-07-311-1/+1
| * std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-3121-68/+68
| * luaengine: (nw) cracyc2016-07-301-2/+2
* | Changed device_image_interface::load() so that it is no longer responsible fo... Nathan Woods2016-07-301-1/+1
|/
* Merge pull request #1158 from npwoods/misc_cleanups Vas Crabb2016-07-301-1/+1
|\
| * Miscellaneous cleanups: Nathan Woods2016-07-301-1/+1
* | luaengine: use reference (nw) cracyc2016-07-301-1/+1
|/
* luaengine: std::string here too (nw) cracyc2016-07-291-1/+1
* Converted a number of zippath calls that took 'const char *' to std::string Nathan Woods2016-07-293-8/+7
* Fix stuk soctlist art (nw) Vas Crabb2016-07-281-3/+3
* Cleanups and version bump Miodrag Milanovic2016-07-273-15/+15
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-236-50/+50
* Incorporating Vas Crabb feedback Nathan Woods2016-07-211-5/+5
* Changed some usage of simple_list to std::list in the softlist code Nathan Woods2016-07-216-17/+17
* Exposed several strings as std::string on softlist objects, and fixed a few bugs Nathan Woods2016-07-207-32/+32
* const correctness related changes to softlist Nathan Woods2016-07-196-10/+10
* Verbose log INI parse chains more fully (nw) Firehawke2016-07-181-0/+1
* Making menu_control_device_image::populate() be private Nathan Woods2016-07-181-1/+1
* Miscellaneous cleanups to imgcntrl.[cpp|h] and calling code Nathan Woods2016-07-185-123/+122
* Merge pull request #1073 from ajrhacker/render_crosshair R. Belmont2016-07-162-25/+21
|\
| * Crosshair refactoring (nw) AJR2016-07-102-25/+21
* | UI refactoring: [Vas Crabb] Vas Crabb2016-07-1510-940/+733
* | UI refactoring: [Vas Crabb] Vas Crabb2016-07-1510-586/+636
* | UI menu refactoring: [Vas Crabb] Vas Crabb2016-07-148-487/+323
* | windows #defines ERROR (nw) Vas Crabb2016-07-132-6/+6
* | misc fixes (nw) Vas Crabb2016-07-123-15/+13
* | Merge branch 'move_widgets_code' of https://github.com/npwoods/mame Vas Crabb2016-07-124-99/+175
|\ \
| * | Moved background bitmap/texture back into menu.cpp Nathan Woods2016-07-114-23/+29
| * | Added #include-s to widgets.h requested by Vas Nathan Woods2016-07-101-0/+5
| * | Split "widgets" code out of ui::menu::global_state into a separate module Nathan Woods2016-07-104-125/+190
| |/
* | Merge pull request #1081 from npwoods/core_file_changes Vas Crabb2016-07-121-4/+1
|\ \
| * | Now using core_filename_extract_base() in menu_file_create ctor Nathan Woods2016-07-101-4/+1
* | | vt240: WIP (nw) cracyc2016-07-111-1/+1
* | | whoops (nt) Vas Crabb2016-07-111-2/+2
* | | Reduce repeated string allocation in audit code [Vas Crabb] Vas Crabb2016-07-117-909/+717
|/ /
* / Made menu_file_create::m_ok private (used to be protected) Nathan Woods2016-07-101-2/+1
|/
* avoid another vector copy (nw) Vas Crabb2016-07-103-7/+5
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-1077-1090/+1229
* UI refactoring: move palette menu drawing code out of base into palette menu ... Vas Crabb2016-07-104-200/+199
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-107-231/+205
* plugin path expansion (nw) cracyc2016-07-092-1/+4