| Commit message (Expand) | Author | Age | Files | Lines |
| * | cking_master, cxg_ch2001: move from chessbase to screenless (nw) |  hap | 2019-06-12 | 1 | -3/+1 |
| * | screen: default svg region (nw) |  hap | 2019-06-12 | 1 | -4/+2 |
| * | fix screen_device::update_now() when drawing partial lines (#5109) |  enikland2 | 2019-05-25 | 1 | -14/+6 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -20/+5 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -5/+20 |
| * | svg screen: add verbose message instead of aspect ratio helper (nw) |  hap | 2019-03-07 | 1 | -20/+5 |
| * | screen: don't assert on update_partial with scanline<0, plenty drivers do upd... |  hap | 2018-11-24 | 1 | -3/+0 |
| * | -screen.cpp: Added a devcb for easier hooking of the scanline timer. [Ryan Ho... |  mooglyguy | 2018-11-17 | 1 | -5/+11 |
| * | luaengine: Added pixel(x,y) function. [Ryan Holtz] |  mooglyguy | 2018-11-04 | 1 | -0/+90 |
| * | -bgfx: Improved rendering with artwork by 5-10x or more. [Ryan Holtz] |  mooglyguy | 2018-08-26 | 1 | -2/+2 |
| * | divideo: Fetch screen to be potentially configured during device_config_compl... |  AJR | 2018-08-21 | 1 | -8/+22 |
| * | ignore SVG dimensions, like we always did (nw) |  Vas Crabb | 2018-07-28 | 1 | -4/+9 |
| * | make rectangle work better with constexpr, change many things to use designat... |  Vas Crabb | 2018-07-28 | 1 | -48/+41 |
| * | Better support for screen orientation/geometry: |  Vas Crabb | 2018-07-26 | 1 | -45/+86 |
| * | fixup, improve validation (nw) |  Vas Crabb | 2018-06-01 | 1 | -8/+7 |
| * | svis_snd cleanups, nw |  mooglyguy | 2018-06-01 | 1 | -26/+7 |
| * | Address performance concerns with previous change to screen.h/.cpp, nw |  mooglyguy | 2018-03-11 | 1 | -2/+4 |
| * | Remove all uses of first_screen() from core files, nw |  Ryan Holtz | 2018-03-11 | 1 | -2/+2 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -153/+0 |
| * | binding reference to nullptr is bad, mkay? (nw) |  Vas Crabb | 2018-01-06 | 1 | -8/+9 |
| * | Various palette and screen improvements (nw) |  AJR | 2017-11-13 | 1 | -28/+33 |
| * | png: make it not leak memory by default, and look a but more like C++ |  Vas Crabb | 2017-08-13 | 1 | -7/+3 |
| * | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -20/+20 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -6/+3 |
| * | New device interface for palettes |  AJR | 2017-04-06 | 1 | -6/+43 |
| * | isa8_device: Provide proper unitmask for address spaces of any data width (nw) |  AJR | 2017-03-30 | 1 | -3/+6 |
| * | Convert screen_device VBLANK callback to devcb_write_line |  AJR | 2017-03-10 | 1 | -16/+4 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+4 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -59/+59 |
| * | Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... |  Miodrag Milanovic | 2016-11-12 | 1 | -1/+1 |
| * | Added IS_ENABLED, so we have compiler check for non used part, it is checked ... |  Miodrag Milanovic | 2016-11-11 | 1 | -1/+1 |
| * | Reverting part of changes from previous commits as described in mail on list ... |  Miodrag Milanovic | 2016-10-23 | 1 | -1/+1 |
| * | there you go (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -1/+1 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -59/+59 |
| * | use std algo instead of manual setting (nw) |  Miodrag Milanovic | 2016-10-21 | 1 | -3/+1 |
| * | some bool <-> int not needed conversions, also cleaned drivenum.* was using m... |  Miodrag Milanovic | 2016-10-21 | 1 | -1/+1 |
| * | More prep for removing pointer/reference duality (nw) |  Vas Crabb | 2016-08-27 | 1 | -1/+1 |
| * | for bool type use true and false (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 | -4/+4 |
| * | simple_list to vector in screen (nw) |  Miodrag Milanovic | 2016-06-19 | 1 | -10/+10 |
| * | ... and analog noise being generated like ass (nw) |  Angelo Salese | 2016-06-17 | 1 | -0/+1 |
| * | Cleanups and version bumpmame0174 |  Miodrag Milanovic | 2016-05-25 | 1 | -12/+12 |
| * | hh*: reduce svg screen size from 4K to 1080p, this gets rid of framerate hicc... |  hap | 2016-05-02 | 1 | -2/+2 |
| * | screen.cpp: only log at start the message about deprecated vblank |  etabeta78 | 2016-05-01 | 1 | -3/+2 |
| * | hh_hmcs40/ucom4: increased screensize |  hap | 2016-04-27 | 1 | -1/+1 |
| * | svg artwork: now that caching is done, we can increase screensize without wor... |  hap | 2016-04-27 | 1 | -0/+17 |
| * | screen: Add svg shapes pre-computation [O. Galibert] |  Olivier Galibert | 2016-04-27 | 1 | -37/+417 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -1/+1 |
| * | Split UI and frontend part from core [Miodrag Milanovic] |  Miodrag Milanovic | 2016-04-23 | 1 | -1/+1 |
| * | screen: Fix alpha handling, cdkong looks good now [O. Galibert] |  Olivier Galibert | 2016-04-14 | 1 | -0/+9 |