index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
render.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
-unidasm: Allow input piped from stdin by specifying a bare hyphen as the fil...
Vas Crabb
2020-11-18
1
-1
/
+1
*
rendlay.cpp: Set initial value for bounds callback, it can be called before t...
Vas Crabb
2020-11-13
1
-2
/
+2
*
-render.cpp: Fixed issue causing elements to be clipped on bottom/right.
Vas Crabb
2020-10-14
1
-9
/
+3
*
-emu/render.cpp: Load from all external artwork paths.
Vas Crabb
2020-10-13
1
-38
/
+36
*
Various improvements to image file handling:
Vas Crabb
2020-10-08
1
-13
/
+13
*
-emu/rendlay.cpp: Allow item animation.
Vas Crabb
2020-10-05
1
-17
/
+19
*
emu/rendlay.cpp: Pre-load image components when changing video options.
Vas Crabb
2020-10-03
1
-27
/
+32
*
emu/render.cpp: Consider that screens can be hidden when choosing a default v...
Vas Crabb
2020-10-03
1
-18
/
+15
*
Got rid of global_alloc/global_free.
Vas Crabb
2020-10-03
1
-36
/
+22
*
Cleaned up bitmap API.
Vas Crabb
2020-09-27
1
-3
/
+3
*
emu/rendlay.cpp: Added parameter animation and state masks.
Vas Crabb
2020-09-16
1
-4
/
+2
*
emu/render.cpp: Apply target orientation when mapping points to layout elements.
Vas Crabb
2020-09-12
1
-76
/
+115
*
-Fixed issue that automatically generated unnecessary internal views.
Vas Crabb
2020-09-07
1
-2
/
+13
*
Finished adding new mechanism for allowing parts of views to be hidden.
Vas Crabb
2020-09-07
1
-28
/
+21
*
render.cpp: May need to recompute selected view when loading visibility toggl...
Vas Crabb
2020-09-06
1
-0
/
+3
*
-util/xmlfile: Escape attribute and element content.
Vas Crabb
2020-09-06
1
-120
/
+196
*
render: don't add parent set external artwork if artwork found
hap
2020-07-25
1
-4
/
+7
*
various devices and drivers: removed superfluous semicolons (nw)
Ivan Vangelista
2020-06-29
1
-1
/
+1
*
emu: correct some file headers (nw)
hap
2020-06-19
1
-1
/
+1
*
ui: only warn about external artwork when it wasn't loaded (nw)
hap
2020-06-13
1
-12
/
+14
*
ROM loading cleanup:
Vas Crabb
2020-04-15
1
-22
/
+18
*
render: initialization outer box darkened/less distracting (nw)
hap
2020-04-04
1
-1
/
+1
*
(nw) Cleanup on the way:
Vas Crabb
2020-03-10
1
-6
/
+6
*
fixed some clang-tidy warnings (nw) (#6197)
Oliver Stöneberg
2020-01-22
1
-1
/
+1
*
Clean up render_screen_list code, replacing simple_list with std::list (nw)
AJR
2019-11-24
1
-25
/
+17
*
-bgfx: Fixed Github issues #5830 and #5956. [Ryan Holtz]
MooglyGuy
2019-11-24
1
-1
/
+1
*
Spring cleaning:
Vas Crabb
2019-11-01
1
-5
/
+4
*
-bgfx: Do texture format conversion via a full-screen GPU pass. [Ryan Holtz]
MooglyGuy
2019-10-13
1
-5
/
+8
*
(nw) get rid of the rest of assert_always - it's better to be explicit about ...
Vas Crabb
2019-09-20
1
-4
/
+8
*
render.cpp: print a warning and continue on encountering malformed XML in a l...
Vas Crabb
2019-09-08
1
-1
/
+21
*
-core: Removed TEXFORMAT_PALETTEA16. [Ryan Holtz]
MooglyGuy
2019-07-10
1
-4
/
+2
*
Make layout format more flexible:
Vas Crabb
2019-07-06
1
-156
/
+74
*
Since value is unsigned, it will never be lower than zero (nw)
yz70s
2019-06-17
1
-2
/
+2
*
(nw) hey GLIBC maintainers - how about you use reserved _NAMES like you're su...
Vas Crabb
2018-09-20
1
-2
/
+2
*
Generate layouts for dual-screen machines rather than loading
Vas Crabb
2018-09-18
1
-9
/
+41
*
Remove debug prints, nw
mooglyguy
2018-08-26
1
-2
/
+0
*
-bgfx: Improved rendering with artwork by 5-10x or more. [Ryan Holtz]
mooglyguy
2018-08-26
1
-3
/
+13
*
(nw) more layout documentation
Vas Crabb
2018-07-31
1
-19
/
+18
*
make rectangle work better with constexpr, change many things to use designat...
Vas Crabb
2018-07-28
1
-1
/
+1
*
Better support for screen orientation/geometry:
Vas Crabb
2018-07-26
1
-107
/
+213
*
rendlay: allow user variables and repetition in layouts, also add a few more ...
Vas Crabb
2018-07-22
1
-1
/
+1
*
render: improve behaviour in general for systems with two screens (sorry abou...
Vas Crabb
2018-07-20
1
-89
/
+117
*
Allow per-device internal layouts and remove some more MCFG_ macros.
Vas Crabb
2018-07-16
1
-46
/
+46
*
(nw) misc follow-up
Vas Crabb
2018-05-06
1
-10
/
+12
*
GCC 8 again (nw)
arbee
2018-05-01
1
-1
/
+1
*
better handling for arbitrary numbers of screens (nw)
Vas Crabb
2018-03-12
1
-20
/
+52
*
Override and fallback options for artwork (#2908)
phulshof
2018-01-07
1
-21
/
+63
*
fix unused variable error compiling with MSVC (nw)
smf-
2017-10-01
1
-1
/
+1
*
work around https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81721 (nw)
Vas Crabb
2017-09-30
1
-20
/
+20
*
Generate layouts for systems with three or more screens
Vas Crabb
2017-09-29
1
-21
/
+162
[next]