summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/ui.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-2484/+0
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-0/+2
* Removed mongoose due to restricted license and webserver wip till code is res... Miodrag Milanovic2015-11-041-1/+0
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-011-4/+4
* Cleanup ImJezze2015-10-261-14/+14
* Fixed Beam Width Options ImJezze2015-10-251-6/+6
* Experimental Dynamic Beam Width ImJezze2015-10-251-8/+46
* Fixed Vector Intensity and Flicker ImJezze2015-10-251-2/+2
* Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-151-3/+3
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-27/+27
* didn't merge last time (nw) Cowering2015-07-141-1/+1
* Make 'game' and 'machine' match. Cowering2015-07-081-10/+26
* ui: Fix corruption when a game status and a pop message appear at the same time. Robbbert2015-05-311-2/+3
* Another round of -Wextra -Wdouble-promotion fixes. (nw) couriersud2015-05-201-3/+3
* Another round of -Wextra -Wdouble-promotion fixes. (nw) couriersud2015-05-201-19/+19
* lot more updated (nw) Miodrag Milanovic2015-05-111-5/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-154/+154
* ui: avoid infinite loop when word-wrapping Luca Bruno2015-04-211-0/+3
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-191-1/+1
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-96/+96
* string -> str part 1 (nw) Miodrag Milanovic2015-04-121-80/+80
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-22/+22
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-4/+4
* Start removing the use of OSD macros outside OSD since core objects are share... Vas Crabb2015-04-011-1/+1
* ui: use per-container pixel aspect (LUA draw_text bugfix) Luca Bruno2015-03-161-2/+2
* ui: split a few more menu entries from miscmenu.c to separate files, etabeta782015-01-201-2/+3
* ui: allow -str run to skip the file manager for systems with mandatory carts.... etabeta782015-01-191-3/+3
* ui: stop the game selector reporting systems with no roms as etabeta782015-01-181-1/+11
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-2/+2
* Do web serving in main thread (nw) Miodrag Milanovic2014-09-081-0/+3
* (MESS) ui.c: added shortcut commands for Tape Start and Tape Stop, Fabio Priuli2014-08-181-1/+22
* reverting to classic ui due to lot of issues, as much as I hate reverting som... Miodrag Milanovic2014-04-171-63/+194
* ScrLock no longer is a menu key; it will now enable/disable keyboard menu sho... Nathan Woods2014-04-161-0/+12
* Readding single step capability Nathan Woods2014-04-151-0/+11
* I really got tired of looking at the text 'UI Select' and 'UI Cancel' in a Nathan Woods2014-04-131-3/+16
* Merge of new menubar code Nathan Woods2014-04-121-194/+40
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-93/+93
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-2/+2
* Revert changes committed by accident. Couriersud2014-02-261-242/+0
* Minor cosmetic changes for netlist Couriersud2014-02-261-0/+242
* Factored out quit/confirmquit logic into ui_manager::request_quit() Nathan Woods2014-02-231-4/+15
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* Introduced a toggle_record_movie() method Nathan Woods2014-02-021-12/+1
* Minor refactorings Nathan Woods2014-01-311-25/+71
* Const correctness Nathan Woods2014-01-301-3/+3
* Made these handlers static methods Nathan Woods2014-01-301-14/+6
* Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... Nathan Woods2014-01-291-0/+2340