summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/ui.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-28/+27
* Put the code that launches a save/load state into methods Nathan Woods2016-06-231-0/+2
* Fixed compile error: Robbbert2016-06-191-1/+1
* Changed mame_ui_manager::draw_text_box() to use ui::text_layout directly Nathan Woods2016-06-181-0/+1
* Use ui::text_layout::text_layout and ui::text_layout::word_wrapping enums Nathan Woods2016-06-181-26/+9
* Encapsulated methods that draw UI elements like fps counter, profiler etc Nathan Woods2016-06-181-0/+4
* Refactored text layout code out of ui.cpp into a separate module Nathan Woods2016-06-131-0/+2
* Moved things a bit around to better decouple fulivi2016-06-091-2/+0
* Added template implementations of mame_ui_manager::set_handler(), and changed... Nathan Woods2016-06-041-6/+32
* Changed UI handlers to be stored as std::function(); implemented old set_hand... Nathan Woods2016-06-041-1/+11
* More slider cleanup, nw therealmogminer@gmail.com2016-05-281-1/+85
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-4/+8
* Move slider_state and ui_menu_item into src/frontend/mame, nw therealmogminer@gmail.com2016-05-161-1/+3
* no deps between osd and frontend, internal debugger removed (nw) Miodrag Milanovic2016-05-061-0/+2
* Merge remote-tracking branch 'upstream/master' into mui AJR2016-04-271-2/+2
|\
| * Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-2/+2
* | Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-9/+12
|/
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+223