summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/render.cpp
Commit message (Expand)AuthorAgeFilesLines
* -unidasm: Allow input piped from stdin by specifying a bare hyphen as the fil... Vas Crabb2020-11-181-1/+1
* rendlay.cpp: Set initial value for bounds callback, it can be called before t... Vas Crabb2020-11-131-2/+2
* -render.cpp: Fixed issue causing elements to be clipped on bottom/right. Vas Crabb2020-10-141-9/+3
* -emu/render.cpp: Load from all external artwork paths. Vas Crabb2020-10-131-38/+36
* Various improvements to image file handling: Vas Crabb2020-10-081-13/+13
* -emu/rendlay.cpp: Allow item animation. Vas Crabb2020-10-051-17/+19
* emu/rendlay.cpp: Pre-load image components when changing video options. Vas Crabb2020-10-031-27/+32
* emu/render.cpp: Consider that screens can be hidden when choosing a default v... Vas Crabb2020-10-031-18/+15
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-36/+22
* Cleaned up bitmap API. Vas Crabb2020-09-271-3/+3
* emu/rendlay.cpp: Added parameter animation and state masks. Vas Crabb2020-09-161-4/+2
* emu/render.cpp: Apply target orientation when mapping points to layout elements. Vas Crabb2020-09-121-76/+115
* -Fixed issue that automatically generated unnecessary internal views. Vas Crabb2020-09-071-2/+13
* Finished adding new mechanism for allowing parts of views to be hidden. Vas Crabb2020-09-071-28/+21
* render.cpp: May need to recompute selected view when loading visibility toggl... Vas Crabb2020-09-061-0/+3
* -util/xmlfile: Escape attribute and element content. Vas Crabb2020-09-061-120/+196
* render: don't add parent set external artwork if artwork found hap2020-07-251-4/+7
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-1/+1
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* ui: only warn about external artwork when it wasn't loaded (nw) hap2020-06-131-12/+14
* ROM loading cleanup: Vas Crabb2020-04-151-22/+18
* render: initialization outer box darkened/less distracting (nw) hap2020-04-041-1/+1
* (nw) Cleanup on the way: Vas Crabb2020-03-101-6/+6
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-1/+1
* Clean up render_screen_list code, replacing simple_list with std::list (nw) AJR2019-11-241-25/+17
* -bgfx: Fixed Github issues #5830 and #5956. [Ryan Holtz] MooglyGuy2019-11-241-1/+1
* Spring cleaning: Vas Crabb2019-11-011-5/+4
* -bgfx: Do texture format conversion via a full-screen GPU pass. [Ryan Holtz] MooglyGuy2019-10-131-5/+8
* (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