| Commit message (Expand) | Author | Age | Files | Lines |
| * | cps2.cpp: Added TOURNAMENT board communication simulation. (#9699) [Vas Crabb... |  Vas Crabb | 2022-05-06 | 1 | -0/+1 |
| * | rendlay: remove led8seg_gts1 |  hap | 2022-02-26 | 1 | -1/+1 |
| * | Re-enabled some compiler warnings and cleaned up some Python scripts a little. |  Vas Crabb | 2022-02-24 | 3 | -252/+249 |
| * | emu/render.cpp, emu/rendlay.cpp: Added scroll support for all elements. |  Vas Crabb | 2021-11-18 | 1 | -1/+27 |
| * | Overdue internal UI enhancements (#8674) |  Vas Crabb | 2021-10-09 | 3 | -95/+40 |
| * | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 1 | -1/+20 |
| * | Allow layout files to embed image data. |  Vas Crabb | 2020-10-09 | 1 | -4/+26 |
| * | Various improvements to image file handling: |  Vas Crabb | 2020-10-08 | 1 | -37/+58 |
| * | -emu/rendlay.cpp: Allow item animation. |  Vas Crabb | 2020-10-05 | 1 | -12/+30 |
| * | emu/rendlay.cpp: Added parameter animation and state masks. |  Vas Crabb | 2020-09-16 | 1 | -46/+66 |
| * | Remove last remaining uses of <background> elements in layouts, and print war... |  Vas Crabb | 2020-09-10 | 1 | -7/+5 |
| * | -Eliminate remaining <bezel> elements from internal layouts. |  Vas Crabb | 2020-09-09 | 1 | -5/+26 |
| * | Finished adding new mechanism for allowing parts of views to be hidden. |  Vas Crabb | 2020-09-07 | 1 | -3/+28 |
| * | makedep.py: Deal with loops when there are parent directory references in #in... |  Vas Crabb | 2020-08-29 | 1 | -13/+38 |
| * | (nw) hopefully work around deprecation warning - removing something in 3.9 wh... |  Vas Crabb | 2020-04-06 | 1 | -1/+2 |
| * | compile in the contents of the COPYING file for the about box - safer than as... |  Vas Crabb | 2020-03-22 | 2 | -0/+96 |
| * | Get rid of deprecated universal newlines open flag in Python scripts (io modu... |  Vas Crabb | 2019-12-09 | 1 | -1/+2 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 1 | -2/+2 |
| * | nmk16spr, superfx, makedep: misc cleanup (nw) |  Vas Crabb | 2019-10-05 | 1 | -1/+3 |
| * | Build system maintenance: |  Vas Crabb | 2019-10-04 | 2 | -414/+720 |
| * | (nw) misc cleanup: |  Vas Crabb | 2019-10-02 | 1 | -96/+99 |
| * | Preliminary Mac native OSD. Not working yet. [R. Belmont] |  arbee | 2019-09-15 | 1 | -0/+2 |
| * | complay: allow inputmask=0 when inputraw=1 for canceling input listener secti... |  hap | 2019-08-24 | 1 | -3/+4 |
| * | Make layout format more flexible: |  Vas Crabb | 2019-07-06 | 1 | -6/+10 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -1/+9 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -9/+1 |
| * | complay: spaces instead of tabs for indentation? (nw) |  hap | 2019-03-24 | 1 | -6/+6 |
| * | complay: add inputraw (nw) |  hap | 2019-03-24 | 1 | -1/+9 |
| * | (nw) Further layout work: |  Vas Crabb | 2018-08-02 | 1 | -2/+29 |
| * | (nw) more render work: |  Vas Crabb | 2018-07-31 | 1 | -30/+82 |
| * | allow repeating elements and groups - useful if you need e.g. a lot of number... |  Vas Crabb | 2018-07-22 | 1 | -9/+34 |
| * | rendlay: allow user variables and repetition in layouts, also add a few more ... |  Vas Crabb | 2018-07-22 | 1 | -162/+280 |
| * | Allow per-device internal layouts and remove some more MCFG_ macros. |  Vas Crabb | 2018-07-16 | 1 | -13/+25 |
| * | Allow layouts to specify screen tags rather than indices - makes order of ins... |  Vas Crabb | 2018-07-10 | 1 | -0/+16 |
| * | Apply same flags when building with SOURCES= as when building normally. This ... |  smf- | 2018-03-15 | 1 | -0/+1 |
| * | Fix build failure with SOURCES defined (#3187) |  Julian Sikorski | 2018-02-10 | 1 | -1/+4 |
| * | doc: update MAME short description (nw) |  hap | 2017-11-05 | 1 | -1/+1 |
| * | windows rc: use emulator name for description (this is the application title ... |  hap | 2017-11-05 | 1 | -2/+2 |
| * | make emulator description generic (nw) |  hap | 2017-11-05 | 1 | -2/+2 |
| * | Add support for layout item groups, replace simple_list with more |  Vas Crabb | 2017-07-29 | 1 | -27/+62 |
| * | remove vestigial exception class (nw) |  Vas Crabb | 2017-07-11 | 1 | -6/+0 |
| * | (nw) notes, coverity complaints, INTELLEC 4/MOD 4 layout, detect duplicate bo... |  Vas Crabb | 2017-07-09 | 1 | -1/+24 |
| * | work around python version differences (nw) |  Vas Crabb | 2017-07-09 | 1 | -0/+5 |
| * | Do substantial validation of internal layouts at build time |  Vas Crabb | 2017-07-08 | 1 | -2/+202 |
| * | Cherry-pick some features from self-registering drivers PoC: |  Vas Crabb | 2017-02-16 | 1 | -1/+1 |
| * | coretmpl: add an associative LRU cache with map-like behaviour |  Vas Crabb | 2016-12-15 | 1 | -45/+64 |
| * | Made ldplayer regular driver, same as vgmplay (nw) |  Miodrag Milanovic | 2016-11-23 | 1 | -1/+1 |
| * | python why are you incompatible (nw) |  Vas Crabb | 2016-11-23 | 1 | -2/+2 |
| * | Rewrite complay.py to parse/minify layout XML |  Vas Crabb | 2016-11-20 | 1 | -55/+138 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -1/+1 |