summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/rendlay.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* cleaner handling of layout parsing errors (nw) Vas Crabb2018-03-291-75/+97
* rendlay image_component: detect image format(png) before loading image. No PN... hap2017-09-021-9/+20
* get rid of string hashes when fetching output values in layout rendering, too Vas Crabb2017-07-301-6/+11
* Add support for layout item groups, replace simple_list with more Vas Crabb2017-07-291-124/+300
* reduce weight of render.h by moving component specialisation declarations int... Vas Crabb2017-07-281-1161/+1196
* forgot these (nw) Vas Crabb2017-07-131-1/+1
* don't drop an entire layout if one view fails to load - it breaks intlc44/int... Vas Crabb2017-07-131-1/+14
* XML refactoring: Vas Crabb2016-12-111-37/+37
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-80/+80
* Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-171-62/+62
* Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... Miodrag Milanovic2016-11-121-3/+3
* Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-111-3/+3
* abuse of auto is bad, mkay? (nw) Vas Crabb2016-11-121-5/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-80/+80
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-3/+3
* More cleanup on the back of Osso's fix for a7e393b36b57cead61978f332135a509b2... Vas Crabb2016-08-301-2/+2
* Use std::map for mapping XML tag name to layout component creation function -... Vas Crabb2016-07-021-71/+76
* simple_list to vector in rendlay (nw) Miodrag Milanovic2016-07-011-30/+29
* Polymorphize layout_element::component (nw) AJR2016-06-301-657/+695
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-7/+7
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* Iterate over devices C++11 style AJR2016-04-181-12/+11
* screen: POC||GTFO of svg rendering from inside the rom. [O. Galibert] Olivier Galibert2016-04-041-0/+2
* Merge pull request #772 from ajrhacker/auto_iterator Miodrag Milanović2016-03-311-39/+43
|\
| * Iterate over core classes C++11 style AJR2016-03-311-39/+43
* | borrow string processing code from ui.cpp so that £ works in layouts (using ... David Haywood2016-03-311-11/+44
|/
* Cleanups and version bump Miodrag Milanovic2016-03-301-1/+1
* moved emu/ui/util render_load_jpeg to emu/rendutil hap2016-03-271-1/+5
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-2/+2
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-63/+63
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-2/+2
* Fixed some suggestions by ReSharper C++ (nw) Miodrag Milanovic2015-11-141-3/+3
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-3/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2493