summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changing maximum width specified in mame_ui_manager::draw_text_box() to allow... Nathan Woods2016-06-191-1/+4
* Fixed a bug in text layout that could cause text_layout::actual_width() to re... Nathan Woods2016-06-192-11/+24
* Using rgb_t::transparent constant Nathan Woods2016-06-191-1/+1
* Fixed menus selection. (nw) dankan18902016-06-191-0/+2
* m_formatlist is now vector (nw) Miodrag Milanovic2016-06-191-1/+1
* Modernized the cassette animation Nathan Woods2016-06-181-12/+21
* Merge branch 'master' of https://github.com/mamedev/mame Robbbert2016-06-193-28/+31
|\
| * Merge pull request #970 from ajrhacker/boxfix R. Belmont2016-06-181-2/+2
| |\
| | * Prevent NaN errors by initializing variable in ui::text_layout (nw) AJR2016-06-181-2/+2
| * | Fixed incorrect icons refresh. (nw) dankan18902016-06-192-26/+29
| |/
* / Fixed compile error: Robbbert2016-06-194-8/+8
|/
* Changed mame_ui_manager::draw_text_box() to use ui::text_layout directly Nathan Woods2016-06-184-43/+65
* 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-1821-290/+275
* Encapsulated methods that draw UI elements like fps counter, profiler etc Nathan Woods2016-06-182-19/+57
* word_wrapping::TRUNCATE was completely broken; this fixes it Nathan Woods2016-06-182-7/+11
* remove all usages of tagmap Miodrag Milanovic2016-06-181-2/+2
* tagged_list to unordered_map in emumem (nw) Miodrag Milanovic2016-06-181-4/+4
* ioport tagged_list to unordered_map (nw) Miodrag Milanovic2016-06-186-33/+33
* tagged_list to unordered_map for slots (nw) Miodrag Milanovic2016-06-183-24/+24
* Fixed crash with icons in main list. (nw) dankan18902016-06-181-0/+2
* gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-162-4/+8
* cleanup. (nw) dankan18902016-06-1514-290/+245
* Incorporating Vas Crabb feedback Nathan Woods2016-06-146-6/+17
* On the file selection dialog, previous paths are now clickable Nathan Woods2016-06-136-40/+172
* Refactored text layout code out of ui.cpp into a separate module Nathan Woods2016-06-134-357/+665
* Fix crashing where cheat enabled (nw) Miodrag Milanovic2016-06-121-2/+4
* Fixed issue #941, crash in attempt to use "Configure Machine" from favorites ... dankan18902016-06-119-43/+47
* Moved things a bit around to better decouple fulivi2016-06-092-54/+13
* Fixed not load for some INI files in the category filter. dankan18902016-06-0814-337/+185
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-083-4/+28
* Changed to C++ comments Nathan Woods2016-06-061-42/+42
* Fixed issue with volume slider likely introduced with ui handler lambda changes Nathan Woods2016-06-063-7/+7
* Procedural texture for vectors in HLSL ImJezze2016-06-051-2/+2
* Fixed loading info for several software lists. (nw) dankan18902016-06-051-1/+1
* Added template implementations of mame_ui_manager::set_handler(), and changed... Nathan Woods2016-06-048-164/+182
* Changed UI handlers to be stored as std::function(); implemented old set_hand... Nathan Woods2016-06-042-7/+36
* using std::vector<std::unique_ptr<xxx>> instead of simple_list<xxx> in cheat ... Miodrag Milanovic2016-06-024-95/+76
* removed not used libraries, and commented portaudio that will be used but no ... Miodrag Milanovic2016-05-311-4/+0
* Changed the backing representation of OPTION_UI from being a string to an enum Nathan Woods2016-05-294-6/+6
* I am very disappointed in you, VS2015 (nw) therealmogminer@gmail.com2016-05-291-48/+24
* More slider cleanup, nw therealmogminer@gmail.com2016-05-285-89/+264
* Fix Visual Studio build (nw) balr0g2016-05-271-1/+1
* ui refactoring [Vas Crabb] Vas Crabb2016-05-2711-367/+429
* ui refactoring [Vas Crabb] Vas Crabb2016-05-2768-2469/+2880
* Merge pull request #892 from ajrhacker/port_optional Miodrag Milanović2016-05-252-1/+24
|\
| * Add flag to mark input fields as optional AJR2016-05-232-1/+24
* | Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-254-4/+4
* | inputmap: (nw) cracyc2016-05-211-1/+1
|/
* Ioport refactoring and cleanups (nw) AJR2016-05-183-10/+9