summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/text.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug in text layout that could cause text_layout::actual_width() to re... Nathan Woods2016-06-191-2/+2
* Using rgb_t::transparent constant Nathan Woods2016-06-191-1/+1
* Changed mame_ui_manager::draw_text_box() to use ui::text_layout directly Nathan Woods2016-06-181-0/+2
* word_wrapping::TRUNCATE was completely broken; this fixes it Nathan Woods2016-06-181-0/+1
* Incorporating Vas Crabb feedback Nathan Woods2016-06-141-0/+2
* On the file selection dialog, previous paths are now clickable Nathan Woods2016-06-131-1/+6
* Refactored text layout code out of ui.cpp into a separate module Nathan Woods2016-06-131-0/+153