summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend
Commit message (Expand)AuthorAgeFilesLines
* ui/selgame: fix crash (nw) cracyc2016-09-291-3/+3
* srcclean (nw) Vas Crabb2016-09-263-4/+0
* Fixed an off by one error when identifying best entries for typeahead on the ... Nathan Woods2016-09-242-2/+2
* Merge pull request #1424 from npwoods/input_character_adoption Vas Crabb2016-09-2117-191/+69
|\
| * Fixing issue where a multibyte character could cause the maximum size to be e... Nathan Woods2016-09-201-8/+11
| * Fixed two bugs, and hopefully addressed Vas' concerns regarding the usage of ... Nathan Woods2016-09-192-4/+6
| * Consolidated code that inputs characters into buffers Nathan Woods2016-09-1917-189/+62
* | fixed. dankan18902016-09-201-1/+1
* | Hoping to have understood the request. (nw) dankan18902016-09-201-0/+2
* | Partial fix for MT06383 dankan18902016-09-191-1/+14
* | removed enable_dats() option, no longer needed after the switch to lua plugin... dankan18902016-09-196-11/+10
|/
* custui: fixed custom renderer alignment. (nw) dankan18902016-09-171-19/+15
* Added custom comparator. (nw) dankan18902016-09-141-1/+10
* I forgot these ones. (nw) dankan18902016-09-141-0/+4
* A better solution for sorting of the favorites list. (nw) dankan18902016-09-144-42/+44
* Sort favorites game list by description. (nw) dankan18902016-09-131-19/+23
* Fixed remove favorites via "configure machine" menu. (nw) dankan18902016-09-132-1/+5
* ui/datmenu: fix in game menu data view (nw) cracyc2016-09-071-1/+1
* ui: remove datfile_manager (nw) cracyc2016-09-0612-774/+42
* ui/selgame: get dat info from plugin [Carl] cracyc2016-09-0510-492/+271
* fix File Manager when cfg image directory invalid (nw) Nigel Barnes2016-09-051-2/+2
* More consistent use of integer types in tilemap_t and other graphics-related ... AJR2016-09-031-9/+10
* More new features for UI graphics viewer AJR2016-09-023-34/+122
* srcclean and translation regeneration Vas Crabb2016-08-291-2/+2
* Really fix -debug -cheat crash this time, nw therealmogminer@gmail.com2016-08-271-2/+6
* Show color values in palette viewer AJR2016-08-261-28/+50
* luaengine: remove now unnecessary stuff since a copy of searchpath is made an... cracyc2016-08-192-23/+12
* Save a few lines (nw) Vas Crabb2016-08-191-16/+3
* make path_iterator hold onto its search path Vas Crabb2016-08-191-2/+2
* Moved creation roms list where necessary, this gets back to the menu at accep... dankan18902016-08-161-6/+9
* new not working cracyc2016-08-132-7/+12
* removed printf hap2016-08-131-1/+0
* Fix detection of auto option in submenu.cpp, nw therealmogminer@gmail.com2016-08-131-1/+8
* Merge pull request #1229 from npwoods/fix_bios_menu Vas Crabb2016-08-111-1/+1
|\
| * Fixes a regression in the bios menu that caused all devices to be displayed Nathan Woods2016-08-111-1/+1
* | Fixed an issue that caused softlist device descriptions to be blank Nathan Woods2016-08-111-1/+1
|/
* UI-related cleanup (nw) AJR2016-08-096-289/+379
* Merge pull request #1208 from npwoods/fix_bios_rom_walk hap2016-08-091-2/+1
|\
| * This should fix a regression incurred from the rom_entry changes identified b... Nathan Woods2016-08-081-2/+1
* | Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-0810-26/+27
|\ \ | |/ |/|
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-0210-26/+27
* | Removed unnecessary logical-not operation Nathan Woods2016-08-071-1/+1
* | Merge pull request #1202 from npwoods/use_romentry_vector R. Belmont2016-08-075-39/+39
|\ \
| * | C++-fiied code that iterates over rom_entry arrays (without usage of rom_[fir... Nathan Woods2016-08-075-39/+39
* | | Merge pull request #1188 from npwoods/more_diimage_stdstring R. Belmont2016-08-072-5/+5
|\ \ \
| * | | More conversion of 'const char *' --> std::string in diimage Nathan Woods2016-08-042-5/+5
* | | | Merge pull request #1182 from npwoods/swlist_ui_cleanups R. Belmont2016-08-074-60/+58
|\ \ \ \ | |_|/ / |/| | |
| * | | Moved input_character() template method to ui/utils.h, and changed menu_softw... Nathan Woods2016-08-034-59/+57
| * | | Changed m_entrylist to be std::list; inserts are expensive in std::vector Nathan Woods2016-08-031-1/+1
* | | | Fixes a copy-and-paste error that broke -listxml Nathan Woods2016-08-071-1/+1