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