| Commit message (Expand) | Author | Age | Files | Lines |
| * | (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 |
| * | get rid of string hashes when fetching output values in layout rendering, too |  Vas Crabb | 2017-07-30 | 1 | -6/+11 |
| * | Add support for layout item groups, replace simple_list with more |  Vas Crabb | 2017-07-29 | 1 | -124/+300 |
| * | reduce weight of render.h by moving component specialisation declarations int... |  Vas Crabb | 2017-07-28 | 1 | -1161/+1196 |
| * | forgot these (nw) |  Vas Crabb | 2017-07-13 | 1 | -1/+1 |
| * | don't drop an entire layout if one view fails to load - it breaks intlc44/int... |  Vas Crabb | 2017-07-13 | 1 | -1/+14 |
| * | XML refactoring: |  Vas Crabb | 2016-12-11 | 1 | -37/+37 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -80/+80 |
| * | Turn xmlfile API into something that looks like C++ |  Vas Crabb | 2016-11-17 | 1 | -62/+62 |
| * | Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... |  Miodrag Milanovic | 2016-11-12 | 1 | -3/+3 |
| * | Added IS_ENABLED, so we have compiler check for non used part, it is checked ... |  Miodrag Milanovic | 2016-11-11 | 1 | -3/+3 |
| * | abuse of auto is bad, mkay? (nw) |  Vas Crabb | 2016-11-12 | 1 | -5/+4 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -80/+80 |
| * | use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... |  Miodrag Milanovic | 2016-10-22 | 1 | -3/+3 |
| * | More cleanup on the back of Osso's fix for a7e393b36b57cead61978f332135a509b2... |  Vas Crabb | 2016-08-30 | 1 | -2/+2 |
| * | Use std::map for mapping XML tag name to layout component creation function -... |  Vas Crabb | 2016-07-02 | 1 | -71/+76 |
| * | simple_list to vector in rendlay (nw) |  Miodrag Milanovic | 2016-07-01 | 1 | -30/+29 |
| * | Polymorphize layout_element::component (nw) |  AJR | 2016-06-30 | 1 | -657/+695 |
| * | Cleanups and version bumpmame0173 |  Miodrag Milanovic | 2016-04-27 | 1 | -7/+7 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -1/+1 |
| * | Iterate over devices C++11 style |  AJR | 2016-04-18 | 1 | -12/+11 |
| * | screen: POC||GTFO of svg rendering from inside the rom. [O. Galibert] |  Olivier Galibert | 2016-04-04 | 1 | -0/+2 |
| * | Merge pull request #772 from ajrhacker/auto_iterator |  Miodrag Milanović | 2016-03-31 | 1 | -39/+43 |
| |\ |
|
| | * | Iterate over core classes C++11 style |  AJR | 2016-03-31 | 1 | -39/+43 |
| * | | borrow string processing code from ui.cpp so that £ works in layouts (using ... |  David Haywood | 2016-03-31 | 1 | -11/+44 |
| |/ |
|
| * | Cleanups and version bump |  Miodrag Milanovic | 2016-03-30 | 1 | -1/+1 |
| * | moved emu/ui/util render_load_jpeg to emu/rendutil |  hap | 2016-03-27 | 1 | -1/+5 |
| * | modernize output_manager (nw) |  Miodrag Milanovic | 2016-01-10 | 1 | -2/+2 |
| * | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -63/+63 |
| * | Initial conversion of core to C++14. Note that compilers are now limited to G... |  Miodrag Milanovic | 2015-12-03 | 1 | -2/+2 |
| * | Fixed some suggestions by ReSharper C++ (nw) |  Miodrag Milanovic | 2015-11-14 | 1 | -3/+3 |
| * | Some cleanups and init fixes with help of ReSharper C++ (nw) |  Miodrag Milanovic | 2015-11-11 | 1 | -3/+1 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+2493 |