summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/rendlay.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* -emu/rendlay.cpp: Allow item animation. Vas Crabb2020-10-051-172/+302
* emu/rendlay.cpp: Pre-load image components when changing video options. Vas Crabb2020-10-031-24/+85
* emu/render.cpp: Consider that screens can be hidden when choosing a default v... Vas Crabb2020-10-031-1/+12
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-8/+4
* Cleaned up bitmap API. Vas Crabb2020-09-271-21/+21
* rendlay.cpp: Correct output alpha for rect and disk components. Vas Crabb2020-09-201-50/+61
* -emu/rendlay.cpp: Small optimisation for opaque pixels in image component. Vas Crabb2020-09-191-1/+5
* emu/rendlay.cpp: Added parameter animation and state masks. Vas Crabb2020-09-161-228/+495
* emu/render.cpp: Apply target orientation when mapping points to layout elements. Vas Crabb2020-09-121-28/+83
* Remove last remaining uses of <background> elements in layouts, and print war... Vas Crabb2020-09-101-5/+15
* Updated most of the layouts using <bezel> elements Vas Crabb2020-09-091-4/+15
* -emu/rendlay.cpp: Fixed uninitialised variable breaking sdtor. Vas Crabb2020-09-091-9/+29
* -Fix layout regressions in spacezap/ebases and ccompan. Vas Crabb2020-09-091-4/+5
* Finished adding new mechanism for allowing parts of views to be hidden. Vas Crabb2020-09-071-9/+10
* -util/xmlfile: Escape attribute and element content. Vas Crabb2020-09-061-90/+231
* ssystem3: added the new lcd screen to internal artwork hap2020-07-301-2/+2
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* fixed some clang-tidy warnings (nw) (#6229) Oliver Stöneberg2020-01-291-3/+3
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-221-1/+1
|\
| * use C++ library includes (nw) firewave2020-01-221-1/+1
* | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-1/+1
|/
* Save states should not be break when changing output. Also get rid of a few ... Vas Crabb2019-12-131-6/+7
* Clean up render_screen_list code, replacing simple_list with std::list (nw) AJR2019-11-241-11/+14
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-2/+2
* rendlay.cpp: Remove useless c_str calls (nw) AJR2019-09-061-5/+1
* Fix some clang warnings (nw) MoochMcGee2019-08-311-3/+3
* MT07379: better automatic group bounds behaviour Vas Crabb2019-08-201-5/+19
* Allow per-layer blend modes supplied by driver for screens, as required Vas Crabb2019-07-271-13/+7
* rendlay: render 7seg off-segments and background with alpha, this allows lcd ... hap2019-07-261-13/+13
* (nw) handle layouts that wanted screens to be opaque. if you have a layout w... Vas Crabb2019-07-121-9/+20
* don't crash when a layout references a conditional I/O port field (nw) Vas Crabb2019-07-061-9/+19
* (nw) forgot to add that group check Vas Crabb2019-07-061-6/+7
* Make layout format more flexible: Vas Crabb2019-07-061-114/+182
* (nw) Clean up the mess on master Vas Crabb2019-03-261-3/+14
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-14/+3
* hh_tms1k: added switches to simon layout, added buttons to zodiac layout, cha... hap2019-03-231-1/+3
* layout: added "inputraw" parameter, for use with inputtag and inputmask. It s... hap2019-03-231-3/+12
* (nw) apparently msys glibstdc++ doesn't have that std::abs overload... Vas Crabb2018-08-021-6/+7
* (nw) Further layout work: Vas Crabb2018-08-021-95/+173
* (nw) more render work: Vas Crabb2018-07-311-35/+45
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-281-34/+34
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-44/+12
* allow repeating elements and groups - useful if you need e.g. a lot of number... Vas Crabb2018-07-221-25/+58
* remember to unwind if environment changes (nw) Vas Crabb2018-07-221-0/+9
* rendlay: allow user variables and repetition in layouts, also add a few more ... Vas Crabb2018-07-221-346/+909
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-30/+51
* cleanup (nw) Vas Crabb2018-07-121-3/+3
* Allow layouts to specify screen tags rather than indices - makes order of ins... Vas Crabb2018-07-101-1/+4
* 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