summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui
Commit message (Expand)AuthorAgeFilesLines
...
* | Small changes. (nw) dankan18902016-04-032-12/+3
* | submenu lang and cosmetic (nw) Jeffrey Clark2016-04-034-3/+12
* | make it translate (nw) Miodrag Milanovic2016-04-031-10/+10
* | Prevent crashing when compiling with mingw (nw) Miodrag Milanovic2016-04-031-57/+57
* | refactor miscmenu and add adv menu (nw) Jeffrey Clark2016-04-038-135/+479
|/
* Iterate over core classes C++11 style AJR2016-03-3114-198/+188
* Cleanups and version bump Miodrag Milanovic2016-03-3010-63/+62
* added -plugins / -noplugins (to enable or disable plugins in total) [Miodrag... Miodrag Milanovic2016-03-291-2/+6
* ui: icons rendering fix with bgfx. (nw) dankan18902016-03-291-1/+1
* removed disclaimer since it was not shown anyway and it is known fact (nw) Miodrag Milanovic2016-03-282-29/+7
* relaxed warning screen by allowing pressing of any button instead of specific... Miodrag Milanovic2016-03-282-33/+3
* moved emu/ui/util render_load_jpeg to emu/rendutil hap2016-03-271-87/+1
* sliders.cpp: Made Alt+Arrow minimize or maximize value. [MooglyGuy] therealmogminer@gmail.com2016-03-271-6/+13
* Fix silly behaviour of image creation through file manager (thanks to BIOS-D ... Vas Crabb2016-03-261-1/+5
* Added support to "gameinit.dat". dankan18902016-03-257-43/+71
* Made menu for plugins (nw) Miodrag Milanovic2016-03-254-1/+123
* Merge bgfx_shader into master, nw therealmogminer@gmail.com2016-03-234-13/+4
|\
| * Merge with master therealmogminer@gmail.com2016-03-2153-579/+523
| |\
| * | Fix scrolling in slider list, nw therealmogminer@gmail.com2016-03-173-11/+3
| * | Remove -mt, nw therealmogminer@gmail.com2016-03-151-1/+0
| * | More work on bgfx data-driven shaders, nw therealmogminer@gmail.com2016-03-131-1/+1
* | | ui: reverted to old code due to an issue with icons. (nw) dankan18902016-03-211-8/+62
* | | Merge remote-tracking branch 'refs/remotes/mamedev/master' into integer_scali... Antonio Giner2016-03-209-227/+118
|\ \ \ | | |/ | |/|
| * | ui: Fixed image sizing in right panel to vertical orientation. (nw) dankan18902016-03-202-6/+9
| * | ui: reducing the code for managing icons. (nw) dankan18902016-03-202-58/+8
| * | Proper drawing of the panels arrows for vertical orientation. (nw) dankan18902016-03-209-161/+94
| * | Fixed unwanted games unpauses when loading External DATs view. (nw) dankan18902016-03-191-2/+7
* | | Merge remote-tracking branch 'refs/remotes/mamedev/master' Antonio Giner2016-03-1853-207/+224
|\| |
| * | Added support and configuration for the image collection "covers". dankan18902016-03-1852-192/+209
| * | * Remove confusing method from vectorstreams that hide base_ios method (fixes... Vas Crabb2016-03-182-14/+14
| * | fix translation issue on miscmenu Katsuhiko Kagami2016-03-171-1/+1
* | | Merge remote-tracking branch 'refs/remotes/mamedev/master' Antonio Giner2016-03-174-66/+56
|\| |
| * | Move font enumeration to OSD, separate font name from display name as needed ... Vas Crabb2016-03-174-66/+56
* | | Implement integer scaling in core renderer [Calamity] Antonio Giner2016-03-151-2/+1
|/ /
* | ui: further improvement of the layout for viewing in vertical orientation. (n... dankan18902016-03-143-45/+77
* | Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-1415-124/+118
* | ui: some improvements with vertical orientation view. (nw - WIP) dankan18902016-03-143-18/+38
|/
* Removed localized error log. (nw) dankan18902016-03-081-1/+1
* fixed crash when displaying external DATs file in some circumstances. (nw) dankan18902016-03-065-34/+67
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-062-2/+2
* Merge branch 'master' of https://github.com/mamedev/mame dankan18902016-03-061-1/+1
|\
| * Don't bother to localise error log for now Vas Crabb2016-03-061-1/+1
* | Fixed MT06152: "Show mouse pointer" option stays off. (nw) dankan18902016-03-061-2/+6
|/
* fix more unlocalisable stuff and resync translations. nw dankan18902016-03-062-2/+2
* Fix up some bad English, fix more unlocalisable stuff Vas Crabb2016-03-064-6/+6
* menu: added handling of mouse button held down on arrows in the machine list.... dankan18902016-03-053-10/+42
* Fix some more unlocalisable crap Vas Crabb2016-03-051-4/+8
* selsoft: fixed failure to load software from the BIOS menu selection. (nw) dankan18902016-03-051-2/+2
* optsmenu: fixed recently introduced bug. (nw) dankan18902016-03-041-4/+4
* Change %d to %u to correct ARGB settings display Vas Crabb2016-03-041-4/+4