| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups and version bumpmame0173 |  Miodrag Milanovic | 2016-04-27 | 46 | -583/+581 |
| * | Reset menu on toggle fullscreen [barlog] |  Miodrag Milanovic | 2016-04-26 | 2 | -1/+9 |
| * | Clean up extended ASCII (nw) |  balr0g | 2016-04-26 | 1 | -2/+2 |
| * | 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 | 4 | -1/+74 |
| * | Fixed Alt-Enter on SDL (nw) |  Miodrag Milanovic | 2016-04-26 | 2 | -1/+4 |
| * | fix windows compile (nw) |  Miodrag Milanovic | 2016-04-26 | 1 | -0/+1 |
| * | Revert "Fix crash when switching screen chains (nw)" upon request (nw) |  balr0g | 2016-04-25 | 1 | -1/+0 |
| * | Fix for Alt-Enter on Brad code (nw) |  Miodrag Milanovic | 2016-04-25 | 2 | -4/+4 |
| * | Revert "Temp revert of Brad changes (nw)" |  Miodrag Milanovic | 2016-04-25 | 36 | -459/+529 |
| * | Temp revert of Brad changes (nw) |  Miodrag Milanovic | 2016-04-25 | 36 | -529/+459 |
| * | Fix crash when switching screen chains (nw) |  balr0g | 2016-04-25 | 1 | -0/+1 |
| * | debugimgui: added keyboard input for the debug view with focus. |  mahlemiut | 2016-04-25 | 1 | -1/+59 |
| * | bgfx: Ported xBR shaders from libretro. [Ryan Holtz, Hyllian] |  therealmogminer@gmail.com | 2016-04-25 | 118 | -613/+7295 |
| * | Added "selection" parameter to chain input sampler |  ImJezze | 2016-04-24 | 18 | -141/+367 |
| * | Fix Clang build (nw) |  Miodrag Milanovic | 2016-04-24 | 2 | -11/+11 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 104 | -720/+734 |
| * | enabled internal debugger, but this would need to go in time, it is too coupl... |  Miodrag Milanovic | 2016-04-23 | 2 | -3/+3 |
| * | debugimgui: Optimised rendering by drawing text via the window draw list. |  mahlemiut | 2016-04-23 | 1 | -61/+116 |
| * | changes for UWP (nw) |  Miodrag Milanovic | 2016-04-23 | 2 | -3/+1 |
| * | Split UI and frontend part from core [Miodrag Milanovic] |  Miodrag Milanovic | 2016-04-23 | 16 | -26/+19 |
| * | Simplified min, max, default and step value handling for chain configuration |  ImJezze | 2016-04-22 | 6 | -44/+44 |
| * | Small fixes (nw) |  ImJezze | 2016-04-22 | 1 | -14/+14 |
| * | Merge pull request #826 from bradhugh/shared_ptr2 |  Miodrag Milanović | 2016-04-21 | 36 | -459/+529 |
| |\ |
|
| | * | Refactor OSD window. |  Brad Hughes | 2016-04-21 | 36 | -459/+529 |
| * | | works for sub folders of CHAIN folder specified (nw) |  Miodrag Milanovic | 2016-04-21 | 1 | -3/+3 |
| * | | Checkpoint 1, nw |  therealmogminer@gmail.com | 2016-04-21 | 107 | -83/+5170 |
| |/ |
|
| * | compile just one chain with |  Miodrag Milanovic | 2016-04-21 | 1 | -1/+4 |
| * | debugimgui: added sending of mouse clicks to debugger views. Please note tha... |  mahlemiut | 2016-04-21 | 1 | -3/+95 |
| * | Fixed b1c06ac (nw) |  ImJezze | 2016-04-21 | 1 | -5/+2 |
| * | Implemented handling for u_screen_scale and u_screen_offset (nw) |  ImJezze | 2016-04-21 | 9 | -24/+83 |
| * | fix sdl build. (nw) |  dankan1890 | 2016-04-21 | 1 | -1/+1 |
| * | SDL cleanup (nw) |  Miodrag Milanovic | 2016-04-20 | 5 | -47/+5 |
| * | Isolate CLI part (nw) |  Miodrag Milanovic | 2016-04-20 | 3 | -4/+3 |
| * | Merge pull request #823 from ajrhacker/deviter |  Miodrag Milanović | 2016-04-20 | 5 | -48/+21 |
| |\ |
|
| | * | Iterate over devices C++11 style |  AJR | 2016-04-18 | 5 | -48/+21 |
| * | | Refactored BGFX distortion pass (nw) |  ImJezze | 2016-04-19 | 3 | -45/+53 |
| * | | Refactored distortion pass |  ImJezze | 2016-04-19 | 4 | -13/+41 |
| * | | Merge branch 'master' of https://github.com/mamedev/mame |  therealmogminer@gmail.com | 2016-04-19 | 10 | -91/+112 |
| |\ \ |
|
| | * | | Add UWP implementation for cursor methods |  Brad Hughes | 2016-04-18 | 2 | -0/+41 |
| | * | | fix compile (nw) |  David Haywood | 2016-04-18 | 1 | -2/+2 |
| | * | | These init calls all returned false. No need for a return value in this |  couriersud | 2016-04-18 | 8 | -40/+21 |
| | * | | soft is hard and hard is soft. Two is one and one is two. No wonder |  couriersud | 2016-04-18 | 5 | -51/+50 |
| * | | | bgfx: Added SuperEagle shader. [Ryan Holtz] |  therealmogminer@gmail.com | 2016-04-19 | 5 | -0/+250 |
| |/ / |
|
| * | | -Added HQ2x, HQ3x and HQ4x shaders. [MooglyGuy,Jules Blok,Cameron Zemek,Maxim... |  therealmogminer@gmail.com | 2016-04-18 | 16 | -1/+445 |
| * | | Fix *nix compile. |  couriersud | 2016-04-18 | 1 | -1/+1 |
| * | | Check that we have a window before updating cursor state |  Brad Hughes | 2016-04-18 | 1 | -2/+6 |
| * | | Standardize platform window pointer storage in osd_window. |  Brad Hughes | 2016-04-18 | 21 | -151/+221 |
| |/ |
|
| * | Fix crash with -video none, nw |  therealmogminer@gmail.com | 2016-04-18 | 1 | -1/+4 |
| * | debugimgui: added error log window, and limited the debugger console to displ... |  mahlemiut | 2016-04-18 | 1 | -0/+71 |