| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanup and version bumpmame0175 |  Miodrag Milanovic | 2016-06-29 | 1 | -23/+23 |
| * | POSIX implementation for new directory read features, cleanup of Windows impl... |  Vas Crabb | 2016-06-25 | 1 | -3/+1 |
| * | C++-ified osd_directory (now osd::directory), and added last_modified to osd:... |  Nathan Woods | 2016-06-24 | 1 | -5/+5 |
| * | More slider cleanup, nw |  therealmogminer@gmail.com | 2016-05-28 | 1 | -12/+5 |
| * | Fix potential crash when using pillarbox default.lay but not specifying 3 sha... |  therealmogminer@gmail.com | 2016-05-27 | 1 | -2/+8 |
| * | Fix crash when using pillarbox shaders, nw |  therealmogminer@gmail.com | 2016-05-27 | 1 | -2/+4 |
| * | Fix debug crash with bgfx screen chains |  therealmogminer@gmail.com | 2016-05-26 | 1 | -3/+16 |
| * | ui refactoring [Vas Crabb] |  Vas Crabb | 2016-05-27 | 1 | -10/+10 |
| * | Move slider_state and ui_menu_item into src/frontend/mame, nw |  therealmogminer@gmail.com | 2016-05-16 | 1 | -1/+1 |
| * | Cleanups and version bumpmame0173 |  Miodrag Milanovic | 2016-04-27 | 1 | -272/+272 |
| * | Reapply balrog's fix |  therealmogminer@gmail.com | 2016-04-26 | 1 | -0/+1 |
| * | Fix preservation of settings when changing screen chain selection with multip... |  therealmogminer@gmail.com | 2016-04-26 | 1 | -0/+59 |
| * | Revert "Fix crash when switching screen chains (nw)" upon request (nw) |  balr0g | 2016-04-25 | 1 | -1/+0 |
| * | Fix crash when switching screen chains (nw) |  balr0g | 2016-04-25 | 1 | -0/+1 |
| * | bgfx: Ported xBR shaders from libretro. [Ryan Holtz, Hyllian] |  therealmogminer@gmail.com | 2016-04-25 | 1 | -13/+19 |
| * | Added "selection" parameter to chain input sampler |  ImJezze | 2016-04-24 | 1 | -1/+15 |
| * | Split UI and frontend part from core [Miodrag Milanovic] |  Miodrag Milanovic | 2016-04-23 | 1 | -2/+1 |
| * | Checkpoint 1, nw |  therealmogminer@gmail.com | 2016-04-21 | 1 | -5/+47 |
| * | -Added HQ2x, HQ3x and HQ4x shaders. [MooglyGuy,Jules Blok,Cameron Zemek,Maxim... |  therealmogminer@gmail.com | 2016-04-18 | 1 | -1/+1 |
| * | Add pillarboxing shaders and layout for bgfx, nw |  therealmogminer@gmail.com | 2016-04-16 | 1 | -17/+3 |
| * | Reduction code for entries of "enum class ui_menu_item_type" and the use of i... |  dankan1890 | 2016-04-15 | 1 | -3/+3 |
| * | bgfx: Add data-driven render target clearing [Ryan Holtz] |  therealmogminer@gmail.com | 2016-04-14 | 1 | -4/+4 |
| * | Make OSDs return ui_menu_item lists, not slider_state lists |  therealmogminer@gmail.com | 2016-04-10 | 1 | -7/+31 |
| * | Add dividing line to bgfx slider list where applicable, nw |  therealmogminer@gmail.com | 2016-04-10 | 1 | -7/+6 |
| * | Fix compile on linux and windows. |  couriersud | 2016-04-10 | 1 | -12/+0 |
| * | Fix memory leak when changing screen chains, will fix any issues later, nw |  therealmogminer@gmail.com | 2016-04-10 | 1 | -2/+3 |
| * | Make sliders use an std::vector instead of a linked list, nw |  therealmogminer@gmail.com | 2016-04-10 | 1 | -31/+13 |
| * | Fix linux compile. |  couriersud | 2016-04-10 | 1 | -3/+3 |
| * | Fix compile on windows, nw |  therealmogminer@gmail.com | 2016-04-10 | 1 | -1/+13 |
| * | Include modules/osdwindow.h instead of window.h. |  couriersud | 2016-04-09 | 1 | -2/+2 |
| * | Add runtime screen chain selection, nw |  therealmogminer@gmail.com | 2016-04-09 | 1 | -76/+261 |
| * | Try to fix issue on some linux platforms (nw) |  Miodrag Milanovic | 2016-04-08 | 1 | -3/+3 |
| * | Revert "Fix SDL compile on linux. Took the opportunity to remove a number of" |  Miodrag Milanovic | 2016-04-08 | 1 | -3/+4 |
| * | Revert "compile fix on windows (nw)" |  Miodrag Milanovic | 2016-04-08 | 1 | -7/+1 |
| * | compile fix on windows (nw) |  Miodrag Milanovic | 2016-04-08 | 1 | -1/+7 |
| * | Fix SDL compile on linux. Took the opportunity to remove a number of |  couriersud | 2016-04-08 | 1 | -4/+3 |
| * | Pull a bunch of screen chain code from drawbgfx to chainmanager where it belo... |  therealmogminer@gmail.com | 2016-04-06 | 1 | -10/+211 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2016-03-30 | 1 | -5/+5 |
| * | Cleanup in the bgfx aisle, nw |  therealmogminer@gmail.com | 2016-03-25 | 1 | -3/+3 |
| * | Huge cleanup of render target handling, nw |  therealmogminer@gmail.com | 2016-03-25 | 1 | -1/+3 |
| * | Per-screen sliders and some bugfixing, nw |  therealmogminer@gmail.com | 2016-03-23 | 1 | -13/+7 |
| * | Fix lots of issues with bgfx |  therealmogminer@gmail.com | 2016-03-21 | 1 | -1/+21 |
| * | Make JSON error checking a lot more verbose |  therealmogminer@gmail.com | 2016-03-19 | 1 | -1/+1 |
| * | Bugfixes, nw |  therealmogminer@gmail.com | 2016-03-18 | 1 | -1/+5 |
| * | Add most of the rest of the D3D HLSL chain, nw |  therealmogminer@gmail.com | 2016-03-15 | 1 | -1/+1 |
| * | Add bgfx command line options, major shakeup of organization, nw |  therealmogminer@gmail.com | 2016-03-13 | 1 | -7/+7 |
| * | Add dynamic skipping of shader chain passes, nw |  therealmogminer@gmail.com | 2016-03-13 | 1 | -1/+2 |
| * | More work on bgfx data-driven shaders, nw |  therealmogminer@gmail.com | 2016-03-13 | 1 | -7/+5 |
| * | compile with latest bgfx,bx (nw) |  Miodrag Milanovic | 2016-03-08 | 1 | -0/+1 |
| * | Fix up a few things in chain JSON loading, nw |  therealmogminer@gmail.com | 2016-02-27 | 1 | -0/+66 |