summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/text.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* UI:fixed a problem with game list when using MS Sans Serif font. Robbbert2016-06-261-1/+1
* Fixed a bug in text layout that could cause text_layout::actual_width() to re... Nathan Woods2016-06-191-9/+22
* Prevent NaN errors by initializing variable in ui::text_layout (nw) AJR2016-06-181-2/+2
* Changed mame_ui_manager::draw_text_box() to use ui::text_layout directly Nathan Woods2016-06-181-2/+30
* word_wrapping::TRUNCATE was completely broken; this fixes it Nathan Woods2016-06-181-7/+10
* Incorporating Vas Crabb feedback Nathan Woods2016-06-141-2/+2
* On the file selection dialog, previous paths are now clickable Nathan Woods2016-06-131-15/+81
* Refactored text layout code out of ui.cpp into a separate module Nathan Woods2016-06-131-0/+473