| Commit message (Expand) | Author | Age | Files | Lines |
* | Various improvements to image file handling: |  Vas Crabb | 2020-10-08 | 1 | -19/+18 |
* | 3rdparty/nanosvg: Re-base on latest upstream. |  Vas Crabb | 2020-10-05 | 1 | -13/+4 |
* | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -16/+16 |
* | screen: fix possible issue if update_now and update_partial are both called f... |  hap | 2020-08-19 | 1 | -0/+8 |
* | screen/update_now(): fix overwriting last pixel of previous update, fix rende... |  hap | 2020-08-08 | 1 | -23/+28 |
* | (nw) Cleanup on the way: |  Vas Crabb | 2020-03-10 | 1 | -6/+3 |
* | -screen: Added a missing break function. Addresses Github #6372. [fasteddo] |  MooglyGuy | 2020-03-01 | 1 | -1/+2 |
* | screen: add note (nw) |  hap | 2020-03-01 | 1 | -1/+2 |
* | screen: leftover debug printf (nw) |  hap | 2019-11-26 | 1 | -1/+0 |
* | srcclean and indentation cleanup (nw) |  Vas Crabb | 2019-11-24 | 1 | -30/+30 |
* | -screen: Only clear or allocate scan bitmaps in excess of the previous height... |  MooglyGuy | 2019-11-05 | 1 | -11/+30 |
* | (nw) be strictly POSIX compliant, reduce fragmentation, get rid of an unused ... |  Vas Crabb | 2019-11-05 | 1 | -16/+16 |
* | Set global locale when parsing with nanosvg - fixes SVG display issues when l... |  Vas Crabb | 2019-11-05 | 1 | -0/+10 |
* | -screen: Fixed out-of-bounds vector accesses on interlaced snes games, nw |  MooglyGuy | 2019-11-03 | 1 | -28/+61 |
* | screen.cpp: remove leftover debug print (nw) |  Vas Crabb | 2019-10-29 | 1 | -5/+0 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -2/+4 |
* | (nw) keep a persistent temporary palette buffer in bgfx chain manager, back o... |  Vas Crabb | 2019-10-25 | 1 | -6/+1 |
* | -screen: Added support for screens that vary horizontal width mid-frame, and ... |  MooglyGuy | 2019-10-24 | 1 | -54/+244 |
* | (nw) clean up more stuff, mostly leftover from MCFG removal |  Vas Crabb | 2019-10-11 | 1 | -5/+4 |
* | Make osd_printf_* use util/strformat semantics. |  Vas Crabb | 2019-09-26 | 1 | -1/+1 |
* | 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 |