summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/ui.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Put the code that launches a save/load state into methods Nathan Woods2016-06-231-6/+26
* Changing maximum width specified in mame_ui_manager::draw_text_box() to allow... Nathan Woods2016-06-191-1/+4
* Modernized the cassette animation Nathan Woods2016-06-181-12/+21
* Fixed compile error: Robbbert2016-06-191-5/+5
* Changed mame_ui_manager::draw_text_box() to use ui::text_layout directly Nathan Woods2016-06-181-41/+32
* Added rgb_t::transparent constant Nathan Woods2016-06-181-1/+1
* Use ui::text_layout::text_layout and ui::text_layout::word_wrapping enums Nathan Woods2016-06-181-18/+18
* Encapsulated methods that draw UI elements like fps counter, profiler etc Nathan Woods2016-06-181-19/+53
* ioport tagged_list to unordered_map (nw) Miodrag Milanovic2016-06-181-4/+4
* Refactored text layout code out of ui.cpp into a separate module Nathan Woods2016-06-131-357/+37
* Moved things a bit around to better decouple fulivi2016-06-091-52/+13
* Fixed issue with volume slider likely introduced with ui handler lambda changes Nathan Woods2016-06-061-1/+1
* Procedural texture for vectors in HLSL ImJezze2016-06-051-2/+2
* Added template implementations of mame_ui_manager::set_handler(), and changed... Nathan Woods2016-06-041-151/+143
* Changed UI handlers to be stored as std::function(); implemented old set_hand... Nathan Woods2016-06-041-6/+25
* I am very disappointed in you, VS2015 (nw) therealmogminer@gmail.com2016-05-291-48/+24
* More slider cleanup, nw therealmogminer@gmail.com2016-05-281-81/+140
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-19/+19
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-1/+1
* Move slider_state and ui_menu_item into src/frontend/mame, nw therealmogminer@gmail.com2016-05-161-1/+1
* no deps between osd and frontend, internal debugger removed (nw) Miodrag Milanovic2016-05-061-0/+5
* Merge remote-tracking branch 'upstream/master' into mui AJR2016-04-271-24/+24
|\
| * Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-24/+24
* | Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-150/+226
|/
* Merge remote-tracking branch 'upstream/master' into firstrun AJR2016-04-251-15/+14
|\
| * Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-15/+14
* | Machine management cleanups AJR2016-04-251-0/+1
|/
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+2738