| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | Add support for layout item groups, replace simple_list with more |  Vas Crabb | 2017-07-29 | 1 | -33/+36 |
* | Move unemulated/imperfect flags from machines into devices. |  Vas Crabb | 2017-07-27 | 1 | -2/+2 |
* | * Make XML file a class of its own managed with smart poitners |  Vas Crabb | 2017-07-21 | 1 | -7/+8 |
* | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -2/+2 |
* | XML refactoring: |  Vas Crabb | 2016-12-11 | 1 | -16/+16 |
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -47/+47 |
* | Turn xmlfile API into something that looks like C++ |  Vas Crabb | 2016-11-17 | 1 | -48/+48 |
* | Do not use FUNC in delegate where applicable (nw) |  Miodrag Milanovic | 2016-11-06 | 1 | -1/+1 |
* | Reverting part of changes from previous commits as described in mail on list ... |  Miodrag Milanovic | 2016-10-23 | 1 | -8/+8 |
* | there you go (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -2/+2 |
* | more TRUE/FALSE cleanup (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -1/+1 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -47/+47 |
* | use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... |  Miodrag Milanovic | 2016-10-22 | 1 | -1/+1 |
* | some bool <-> int not needed conversions, also cleaned drivenum.* was using m... |  Miodrag Milanovic | 2016-10-21 | 1 | -8/+8 |
* | Fixed several small issues in HLSL/BGFX |  Jezze | 2016-09-28 | 1 | -9/+17 |
* | Consistently apply -intscalex to the long dimension of the target |  Antonio Giner | 2016-08-27 | 1 | -2/+4 |
* | Implement new option -autostretchxy, to automatically apply |  Antonio Giner | 2016-08-27 | 1 | -6/+15 |
* | Implement new option -unevenstretchy (complementary to -unevenstretchx) |  Antonio Giner | 2016-08-27 | 1 | -4/+9 |
* | Change warning flags for Clang build (nw) |  AJR | 2016-08-25 | 1 | -2/+2 |
* | reverted semantic changes of 161a08d |  Jezze | 2016-08-14 | 1 | -20/+2 |
* | - intscalex, intscaley and unevenstretchx now consider the system orientation... |  Jezze | 2016-08-13 | 1 | -18/+27 |
* | fix after pass through the diff |  Vas Crabb | 2016-08-01 | 1 | -2/+2 |
* | win compile fix due to previous changes (nw) |  Miodrag Milanovic | 2016-07-31 | 1 | -2/+2 |
* | fix linux compile (nw) |  Miodrag Milanovic | 2016-07-31 | 1 | -2/+2 |
* | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -12/+12 |
* | This part was not meant to be commited (nw) |  Miodrag Milanovic | 2016-07-23 | 1 | -7/+2 |
* | prevent crashing (nw) |  Miodrag Milanovic | 2016-07-23 | 1 | -2/+9 |
* | Prevent NaN errors by initializing variable in ui::text_layout (nw) |  AJR | 2016-06-18 | 1 | -0/+5 |
* | Fixed MT06222 |  ImJezze | 2016-05-28 | 1 | -11/+38 |
* | plugins/layout: layout embedded script helper plugin [Carl] |  cracyc | 2016-04-27 | 1 | -0/+2 |
* | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -3/+3 |
* | Split UI and frontend part from core [Miodrag Milanovic] |  Miodrag Milanovic | 2016-04-23 | 1 | -1/+1 |
* | Implemented handling for u_screen_scale and u_screen_offset (nw) |  ImJezze | 2016-04-21 | 1 | -2/+2 |