summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui
Commit message (Expand)AuthorAgeFilesLines
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-032-2/+2
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-252-6/+6
* Fixed some suggestions by ReSharper C++ (nw) Miodrag Milanovic2015-11-142-5/+5
* More cleanups (nw) Miodrag Milanovic2015-11-113-5/+5
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-1114-42/+19
* nw, more PVS-Studio fixes therealmogminer@gmail.com2015-11-091-1/+0
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0820-0/+0
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-0520-1/+23
* 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-015-13/+13
* Cleanup and version bumpmame0167 Miodrag Milanovic2015-10-283-22/+22
* Removed some unused variables (nw) Miodrag Milanovic2015-10-272-3/+0
* 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
* pty: seems ok (linux only) fulivi2015-10-134-1/+79
* nw - I do not know why this was there, but it seems dumb. therealmogminer@gmail.com2015-08-191-3/+0
* Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-153-8/+8
* change flags from GAME_ to MACHINE_ David Haywood2015-07-292-35/+35
* didn't merge last time (nw) Cowering2015-07-141-1/+1
* Make 'game' and 'machine' match. Cowering2015-07-081-10/+26
* blame balrog for this :) (NW) Cowering2015-07-082-2/+2
* audit.c: fixed a crash occurring when trying to mount etabeta782015-06-031-0/+1
* ui: when accessing the internal File Manager for a system etabeta782015-06-021-1/+2
* 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-203-5/+5
* Another round of -Wextra -Wdouble-promotion fixes. (nw) couriersud2015-05-201-19/+19
* lot more updated (nw) Miodrag Milanovic2015-05-1139-192/+78
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-0739-0/+78
* moved all to std::string (nw) Miodrag Milanovic2015-04-2220-322/+323
* ui: avoid infinite loop when word-wrapping Luca Bruno2015-04-211-0/+3
* more astring -> std::string (nw) Miodrag Milanovic2015-04-196-31/+31
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-194-5/+5
* more conversions to std::string (nw) Miodrag Milanovic2015-04-191-4/+4
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-1/+1
* updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-131-1/+1
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-124-141/+141
* string -> str part 1 (nw) Miodrag Milanovic2015-04-122-81/+81
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-1215-67/+67
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-119-22/+22
* Start removing the use of OSD macros outside OSD since core objects are share... Vas Crabb2015-04-011-1/+1
* Merge pull request #148 from lucab/lucab/mame-lua/misc Olivier Galibert2015-03-241-2/+2
|\
| * ui: use per-container pixel aspect (LUA draw_text bugfix) Luca Bruno2015-03-161-2/+2
* | made the mandatory image menu a bit more foolproof, by not allowing a reset etabeta782015-03-232-1/+8
|/
* Revert "fix compile on MSVC 2012 (nw)" Oliver Stöneberg2015-01-312-2/+2
* Merge branch 'master' of https://github.com/mamedev/mame.git couriersud2015-01-302-2/+2
|\
| * fix compile on MSVC 2012 (nw) peterferrie2015-01-302-2/+2
* | Converted pcap and taptun network code into modules. (nw) couriersud2015-01-301-1/+1
|/
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-2812-73/+73