| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanup and version bumpmame0175 |  Miodrag Milanovic | 2016-06-29 | 4 | -10/+6 |
| * | A few minor input fixes and cleanups |  Brad Hughes | 2016-06-25 | 2 | -14/+0 |
| * | Introduce dynamic_module |  Giuseppe Gorgoglione | 2016-06-11 | 4 | -1/+278 |
| * | Move window_list to osd_common_t |  Brad Hughes | 2016-06-11 | 2 | -0/+5 |
| * | Fixed video mode opengl duplicated in SDL build. (nw) |  dankan1890 | 2016-06-07 | 1 | -3/+0 |
| * | Placed back old output system as module "-output windows" need more things cl... |  Miodrag Milanovic | 2016-06-05 | 1 | -0/+2 |
| * | ui refactoring [Vas Crabb] |  Vas Crabb | 2016-05-27 | 2 | -3/+3 |
| * | 1. fixed title of fr2; 2. Fixed access violation after getting: |  Robbbert | 2016-05-21 | 1 | -4/+8 |
| * | Move slider_state and ui_menu_item into src/frontend/mame, nw |  therealmogminer@gmail.com | 2016-05-16 | 1 | -2/+1 |
| * | no deps between osd and frontend, internal debugger removed (nw) |  Miodrag Milanovic | 2016-05-06 | 1 | -1/+0 |
| * | Fix OSX compile (nw) |  Miodrag Milanovic | 2016-05-06 | 1 | -4/+0 |
| * | RIP sdlinc.h |  couriersud | 2016-05-06 | 1 | -1/+1 |
| * | Cleanups and version bumpmame0173 |  Miodrag Milanovic | 2016-04-27 | 1 | -1/+1 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 5 | -22/+22 |
| * | enabled internal debugger, but this would need to go in time, it is too coupl... |  Miodrag Milanovic | 2016-04-23 | 1 | -1/+1 |
| * | Split UI and frontend part from core [Miodrag Milanovic] |  Miodrag Milanovic | 2016-04-23 | 1 | -1/+1 |
| * | Isolate CLI part (nw) |  Miodrag Milanovic | 2016-04-20 | 2 | -3/+3 |
| * | Add AVI writing to bgfx, nw |  therealmogminer@gmail.com | 2016-04-17 | 2 | -2/+18 |
| * | Added ImGui based debugger. [Barry Rodewald] |  mahlemiut | 2016-04-17 | 1 | -0/+1 |
| * | renamed class to osd_watchdog (nw) |  Miodrag Milanovic | 2016-04-15 | 2 | -2/+2 |
| * | Update windows to use platform independent watchdog implementation (nw) |  Miodrag Milanovic | 2016-04-15 | 2 | -8/+26 |
| * | moved osdsync to root of OSD, removed osdmini (nw) |  Miodrag Milanovic | 2016-04-15 | 1 | -13/+0 |
| * | Make OSDs return ui_menu_item lists, not slider_state lists |  therealmogminer@gmail.com | 2016-04-10 | 2 | -3/+5 |
| * | Make sliders use an std::vector instead of a linked list, nw |  therealmogminer@gmail.com | 2016-04-10 | 2 | -5/+7 |
| * | Added skeleton for network output (nw) |  Miodrag Milanovic | 2016-04-09 | 1 | -0/+1 |
| * | Added none and console output providers (nw) |  Miodrag Milanovic | 2016-04-09 | 2 | -15/+27 |
| * | Use XAudio2 by default if available. |  Brad Hughes | 2016-04-05 | 1 | -1/+1 |
| * | Hybrid DirectInput/XInput module |  Brad Hughes | 2016-04-04 | 1 | -0/+1 |
| * | Small changes. (nw) |  dankan1890 | 2016-04-03 | 1 | -0/+3 |
| * | Fix linux compile (nw) |  Miodrag Milanovic | 2016-04-03 | 1 | -1/+1 |
| * | move clipboard handling on proper place (nw) |  Miodrag Milanovic | 2016-04-03 | 4 | -0/+194 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2016-03-30 | 4 | -23/+21 |
| * | Final bgfx fixups for release |  therealmogminer@gmail.com | 2016-03-28 | 1 | -1/+1 |
| * | Huge cleanup of render target handling, nw |  therealmogminer@gmail.com | 2016-03-25 | 2 | -6/+0 |
| * | Merge bgfx_shader into master, nw |  therealmogminer@gmail.com | 2016-03-23 | 2 | -6/+29 |
| |\ |
|
| | * | Typo fix, nw |  therealmogminer@gmail.com | 2016-03-23 | 1 | -1/+1 |
| | * | Fix up description of -bgfx_screen_chains, nw |  therealmogminer@gmail.com | 2016-03-23 | 1 | -1/+1 |
| | * | Add screen-specific shader chain support, nw |  therealmogminer@gmail.com | 2016-03-23 | 2 | -3/+3 |
| | * | Merge with master |  therealmogminer@gmail.com | 2016-03-21 | 3 | -48/+9 |
| | |\ |
|
| | * | | Fix lots of issues with bgfx |  therealmogminer@gmail.com | 2016-03-21 | 1 | -2/+2 |
| | * | | Fix screen flipping on opengl targets in bgfx, nw |  therealmogminer@gmail.com | 2016-03-18 | 1 | -1/+1 |
| | * | | Add bgfx_backend and bgfx_debug options, fix compile error on mac, nw |  therealmogminer@gmail.com | 2016-03-18 | 2 | -0/+6 |
| | * | | Some bugfixes for BGFX on SDL, nw |  therealmogminer@gmail.com | 2016-03-18 | 2 | -1/+3 |
| | * | | Polishing up BGFX shader system, nw |  therealmogminer@gmail.com | 2016-03-18 | 2 | -2/+8 |
| | * | | Remove -mt, nw |  therealmogminer@gmail.com | 2016-03-15 | 2 | -3/+0 |
| | * | | Add most of the rest of the D3D HLSL chain, nw |  therealmogminer@gmail.com | 2016-03-15 | 2 | -3/+6 |
| | * | | Add bgfx command line options, major shakeup of organization, nw |  therealmogminer@gmail.com | 2016-03-13 | 2 | -2/+11 |
| * | | | Merge remote-tracking branch 'refs/remotes/mamedev/master' |  Antonio Giner | 2016-03-18 | 1 | -0/+2 |
| |\ \ \
| | |/
| |/| |
|
| | * | | Rewrote overly complex rawinput_device_improve_name function for rawinput mod... |  Brad Hughes | 2016-03-18 | 1 | -0/+2 |
| * | | | Merge remote-tracking branch 'refs/remotes/mamedev/master' |  Antonio Giner | 2016-03-17 | 3 | -47/+5 |
| |\| | |
|