| Commit message (Expand) | Author | Age | Files | Lines |
| * | -render: Added optional per-frame update support to layout elements. [Ryan Ho...rendlay_vid |  mooglyguy | 2020-06-27 | 1 | -3/+11 |
| * | -render, aviio: Added basic uncompressed Y42B support. [Ryan Holtz] |  Ryan Holtz | 2020-06-26 | 1 | -4/+6 |
| * | -rendlay: Added basic video element support. [Ryan Holtz] |  Ryan Holtz | 2020-06-25 | 1 | -0/+1 |
| * | ui: only warn about external artwork when it wasn't loaded (nw) |  hap | 2020-06-13 | 1 | -0/+2 |
| * | use C++ library includes (nw) |  firewave | 2020-01-22 | 1 | -1/+1 |
| * | Clean up render_screen_list code, replacing simple_list with std::list (nw) |  AJR | 2019-11-24 | 1 | -47/+4 |
| * | srcclean (nw) |  Vas Crabb | 2019-10-26 | 1 | -1/+1 |
| * | -bgfx: Do texture format conversion via a full-screen GPU pass. [Ryan Holtz] |  MooglyGuy | 2019-10-13 | 1 | -2/+3 |
| * | MT07379: better automatic group bounds behaviour |  Vas Crabb | 2019-08-20 | 1 | -0/+1 |
| * | render: more caching gone wrong (nw) |  Vas Crabb | 2019-07-06 | 1 | -1/+1 |
| * | Make layout format more flexible: |  Vas Crabb | 2019-07-06 | 1 | -71/+35 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -0/+2 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -2/+0 |
| * | hh_tms1k: added switches to simon layout, added buttons to zodiac layout, cha... |  hap | 2019-03-23 | 1 | -0/+1 |
| * | layout: added "inputraw" parameter, for use with inputtag and inputmask. It s... |  hap | 2019-03-23 | 1 | -0/+1 |
| * | fixup (nw) |  Vas Crabb | 2018-08-27 | 1 | -5/+5 |
| * | -bgfx: Improved rendering with artwork by 5-10x or more. [Ryan Holtz] |  mooglyguy | 2018-08-27 | 1 | -4/+7 |
| * | (nw) Further layout work: |  Vas Crabb | 2018-08-02 | 1 | -4/+11 |
| * | allow repeating elements and groups - useful if you need e.g. a lot of number... |  Vas Crabb | 2018-07-22 | 1 | -0/+11 |
| * | rendlay: allow user variables and repetition in layouts, also add a few more ... |  Vas Crabb | 2018-07-22 | 1 | -83/+98 |
| * | Allow per-device internal layouts and remove some more MCFG_ macros. |  Vas Crabb | 2018-07-16 | 1 | -6/+8 |
| * | better handling for arbitrary numbers of screens (nw) |  Vas Crabb | 2018-03-12 | 1 | -0/+6 |
| * | Generate layouts for systems with three or more screens |  Vas Crabb | 2017-09-29 | 1 | -0/+1 |
| * | get rid of string hashes when fetching output values in layout rendering, too |  Vas Crabb | 2017-07-30 | 1 | -1/+2 |
| * | Add support for layout item groups, replace simple_list with more |  Vas Crabb | 2017-07-29 | 1 | -46/+109 |
| * | reduce weight of render.h by moving component specialisation declarations int... |  Vas Crabb | 2017-07-28 | 1 | -224/+23 |
| * | convenience macro for enum bitwise operators (nw) |  Vas Crabb | 2017-07-22 | 1 | -1/+1 |
| * | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -13/+1 |
| * | Fix obvious bugs found by GCC 7.1 (nw) |  Miodrag Milanovic | 2017-05-15 | 1 | -1/+1 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 1 | -1/+0 |
| * | XML refactoring: |  Vas Crabb | 2016-12-11 | 1 | -26/+26 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -79/+79 |
| * | Fix Visual Studio build (nw) |  Miodrag Milanovic | 2016-11-16 | 1 | -1/+1 |
| * | Turn xmlfile API into something that looks like C++ |  Vas Crabb | 2016-11-17 | 1 | -22/+22 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -66/+66 |
| * | Fixed OSX build as suggested by ajrhacker |  Jezze | 2016-09-28 | 1 | -4/+4 |
| * | Fixed several small issues in HLSL/BGFX |  Jezze | 2016-09-28 | 1 | -5/+8 |
| * | More cleanup on the back of Osso's fix for a7e393b36b57cead61978f332135a509b2... |  Vas Crabb | 2016-08-30 | 1 | -0/+2 |
| * | Implement new option -autostretchxy, to automatically apply |  Antonio Giner | 2016-08-27 | 1 | -0/+1 |
| * | Implement new option -unevenstretchy (complementary to -unevenstretchx) |  Antonio Giner | 2016-08-27 | 1 | -0/+1 |
| * | Use std::map for mapping XML tag name to layout component creation function -... |  Vas Crabb | 2016-07-02 | 1 | -13/+33 |
| * | simple_list to vector in rendlay (nw) |  Miodrag Milanovic | 2016-07-01 | 1 | -6/+1 |
| * | Polymorphize layout_element::component (nw) |  AJR | 2016-06-30 | 1 | -45/+210 |
| * | Fixed MT06222 |  ImJezze | 2016-05-28 | 1 | -1/+1 |
| * | Implemented handling for u_screen_scale and u_screen_offset (nw) |  ImJezze | 2016-04-21 | 1 | -3/+3 |
| * | Make OSDs return ui_menu_item lists, not slider_state lists |  therealmogminer@gmail.com | 2016-04-10 | 1 | -2/+3 |
| * | Add includes for dependency documentation. (nw) |  couriersud | 2016-04-09 | 1 | -0/+1 |
| * | Fix SDL compile on linux. Took the opportunity to remove a number of |  couriersud | 2016-04-08 | 1 | -0/+1 |
| * | Fix keepaspect & unevenstretch toggles in SDL OSD |  Antonio Giner | 2016-04-07 | 1 | -0/+2 |