summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/render.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) get rid of the rest of assert_always - it's better to be explicit about ... Vas Crabb2019-09-201-4/+8
* render.cpp: print a warning and continue on encountering malformed XML in a l... Vas Crabb2019-09-081-1/+21
* -core: Removed TEXFORMAT_PALETTEA16. [Ryan Holtz] MooglyGuy2019-07-101-4/+2
* Make layout format more flexible: Vas Crabb2019-07-061-156/+74
* Since value is unsigned, it will never be lower than zero (nw) yz70s2019-06-171-2/+2
* (nw) hey GLIBC maintainers - how about you use reserved _NAMES like you're su... Vas Crabb2018-09-201-2/+2
* Generate layouts for dual-screen machines rather than loading Vas Crabb2018-09-181-9/+41
* Remove debug prints, nw mooglyguy2018-08-261-2/+0
* -bgfx: Improved rendering with artwork by 5-10x or more. [Ryan Holtz] mooglyguy2018-08-261-3/+13
* (nw) more layout documentation Vas Crabb2018-07-311-19/+18
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-281-1/+1
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-107/+213
* rendlay: allow user variables and repetition in layouts, also add a few more ... Vas Crabb2018-07-221-1/+1
* render: improve behaviour in general for systems with two screens (sorry abou... Vas Crabb2018-07-201-89/+117
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-46/+46
* (nw) misc follow-up Vas Crabb2018-05-061-10/+12
* GCC 8 again (nw) arbee2018-05-011-1/+1
* better handling for arbitrary numbers of screens (nw) Vas Crabb2018-03-121-20/+52
* Override and fallback options for artwork (#2908) phulshof2018-01-071-21/+63
* fix unused variable error compiling with MSVC (nw) smf-2017-10-011-1/+1
* work around https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81721 (nw) Vas Crabb2017-09-301-20/+20
* Generate layouts for systems with three or more screens Vas Crabb2017-09-291-21/+162
* Add support for layout item groups, replace simple_list with more Vas Crabb2017-07-291-33/+36
* Move unemulated/imperfect flags from machines into devices. Vas Crabb2017-07-271-2/+2
* * Make XML file a class of its own managed with smart poitners Vas Crabb2017-07-211-7/+8
* general cleanup: Vas Crabb2017-05-231-2/+2
* XML refactoring: Vas Crabb2016-12-111-16/+16
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-47/+47
* Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-171-48/+48
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* Reverting part of changes from previous commits as described in mail on list ... Miodrag Milanovic2016-10-231-8/+8
* there you go (nw) Miodrag Milanovic2016-10-221-2/+2
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-47/+47
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* some bool <-> int not needed conversions, also cleaned drivenum.* was using m... Miodrag Milanovic2016-10-211-8/+8
* Fixed several small issues in HLSL/BGFX Jezze2016-09-281-9/+17
* Consistently apply -intscalex to the long dimension of the target Antonio Giner2016-08-271-2/+4
* Implement new option -autostretchxy, to automatically apply Antonio Giner2016-08-271-6/+15
* Implement new option -unevenstretchy (complementary to -unevenstretchx) Antonio Giner2016-08-271-4/+9
* Change warning flags for Clang build (nw) AJR2016-08-251-2/+2
* reverted semantic changes of 161a08d Jezze2016-08-141-20/+2
* - intscalex, intscaley and unevenstretchx now consider the system orientation... Jezze2016-08-131-18/+27
* fix after pass through the diff Vas Crabb2016-08-011-2/+2
* win compile fix due to previous changes (nw) Miodrag Milanovic2016-07-311-2/+2
* fix linux compile (nw) Miodrag Milanovic2016-07-311-2/+2
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-12/+12
* This part was not meant to be commited (nw) Miodrag Milanovic2016-07-231-7/+2
* prevent crashing (nw) Miodrag Milanovic2016-07-231-2/+9
* Prevent NaN errors by initializing variable in ui::text_layout (nw) AJR2016-06-181-0/+5