summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/text.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial touch input support: Vas Crabb7 days1-1/+1
* frontend: Better code for carrying justification across when wrapping. Vas Crabb2021-10-171-1/+1
* frontend: Cleaned up rendering of info views. Vas Crabb2021-10-171-68/+27
* C++17 string handling updates (without charconv so as not to break GCC 7) AJR2020-12-081-2/+3
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-2/+3
* Pruning of redundant #includes located in src/devices/machine/* and src/front... Scott Stone2020-07-111-3/+0
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-3/+3
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-1/+1
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-3/+2
* 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