| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -2/+2 |
| * | Cleanup, we already have NOMINMAX now in scripts (nw) |  Miodrag Milanovic | 2017-02-11 | 1 | -3/+0 |
| * | Change window handle storage to template instead of void* (nw) (#1725) |  Brad Hughes | 2016-11-17 | 1 | -42/+42 |
| * | Revert "using of IS_ENABLED in files used in tiny build (nw)" |  Miodrag Milanovic | 2016-11-12 | 1 | -1/+1 |
| * | using of IS_ENABLED in files used in tiny build (nw) |  Miodrag Milanovic | 2016-11-11 | 1 | -1/+1 |
| * | Small cleanup (nw) |  Miodrag Milanovic | 2016-11-11 | 1 | -2/+2 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -10/+10 |
| * | use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... |  Miodrag Milanovic | 2016-10-22 | 1 | -1/+1 |
| * | srcclean (nw) |  Vas Crabb | 2016-09-26 | 1 | -1/+1 |
| * | Convert OSD monitor info to modules plus add DXGI implementation |  Brad Hughes | 2016-09-14 | 1 | -46/+40 |
| * | for bool type use true and false (nw) |  Miodrag Milanovic | 2016-07-31 | 1 | -4/+4 |
| * | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -9/+9 |
| * | BGFX: fix crash when bgfx effect folder is not present or incomplete |  Giuseppe Gorgoglione | 2016-07-18 | 1 | -1/+1 |
| * | Make monitor list a list of shared_ptr like window_list (nw) |  Brad Hughes | 2016-07-01 | 1 | -7/+7 |
| * | Cleanup and version bumpmame0175 |  Miodrag Milanovic | 2016-06-29 | 1 | -1/+1 |
| * | fix handling VIDEO_NONE on windows (nw) |  Miodrag Milanovic | 2016-06-12 | 1 | -1/+5 |
| * | Move window_list to osd_common_t |  Brad Hughes | 2016-06-11 | 1 | -26/+26 |
| * | Unify window_list in Windows and SDL OSD |  Brad Hughes | 2016-06-10 | 1 | -49/+43 |
| * | Fix -resolution and -switchres |  Brad Hughes | 2016-05-26 | 1 | -3/+1 |
| * | ui refactoring [Vas Crabb] |  Vas Crabb | 2016-05-27 | 1 | -1/+1 |
| * | remove some dead threading code (nw) |  smf- | 2016-05-23 | 1 | -131/+6 |
| * | window.cpp - Remove dead WM_USER_* events for which handling was causing cras... |  Paul Priest | 2016-05-22 | 1 | -26/+0 |
| * | Move slider_state and ui_menu_item into src/frontend/mame, nw |  therealmogminer@gmail.com | 2016-05-16 | 1 | -0/+1 |
| * | no deps between osd and frontend, internal debugger removed (nw) |  Miodrag Milanovic | 2016-05-06 | 1 | -2/+1 |
| * | leftovers from mt (nw) |  Miodrag Milanovic | 2016-05-06 | 1 | -64/+1 |
| * | Cleanups and version bumpmame0173 |  Miodrag Milanovic | 2016-04-27 | 1 | -3/+3 |
| * | Reset menu on toggle fullscreen [barlog] |  Miodrag Milanovic | 2016-04-26 | 1 | -1/+5 |
| * | Fix for Alt-Enter on Brad code (nw) |  Miodrag Milanovic | 2016-04-25 | 1 | -2/+2 |
| * | Revert "Temp revert of Brad changes (nw)" |  Miodrag Milanovic | 2016-04-25 | 1 | -100/+70 |
| * | Temp revert of Brad changes (nw) |  Miodrag Milanovic | 2016-04-25 | 1 | -70/+100 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -2/+2 |
| * | Refactor OSD window. |  Brad Hughes | 2016-04-21 | 1 | -100/+70 |
| * | Add UWP implementation for cursor methods |  Brad Hughes | 2016-04-18 | 1 | -0/+36 |
| * | fix compile (nw) |  David Haywood | 2016-04-18 | 1 | -2/+2 |
| * | 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 | 1 | -72/+97 |
| * | Fix crash with -video none, nw |  therealmogminer@gmail.com | 2016-04-18 | 1 | -1/+4 |
| * | Add AVI writing to bgfx, nw |  therealmogminer@gmail.com | 2016-04-17 | 1 | -0/+6 |
| * | Use std::chrono instead of GetTickCount in window.cpp/h for Windows OSD |  Brad Hughes | 2016-04-15 | 1 | -8/+12 |
| * | ui: Re-enabled configuration menu for single-machine and added some options. |  dankan1890 | 2016-04-15 | 1 | -0/+8 |
| * | Make OSDs return ui_menu_item lists, not slider_state lists |  therealmogminer@gmail.com | 2016-04-10 | 1 | -1/+1 |
| * | Make sliders use an std::vector instead of a linked list, nw |  therealmogminer@gmail.com | 2016-04-10 | 1 | -23/+4 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2016-03-30 | 1 | -28/+28 |
| * | Merge bgfx_shader into master, nw |  therealmogminer@gmail.com | 2016-03-23 | 1 | -93/+40 |
| |\ |
|
| | * | Per-screen sliders and some bugfixing, nw |  therealmogminer@gmail.com | 2016-03-23 | 1 | -4/+23 |
| | * | Merge with master |  therealmogminer@gmail.com | 2016-03-21 | 1 | -20/+7 |
| | |\ |
|
| | * | | Fix scrolling in slider list, nw |  therealmogminer@gmail.com | 2016-03-17 | 1 | -3/+2 |
| | * | | Remove -mt, nw |  therealmogminer@gmail.com | 2016-03-15 | 1 | -91/+7 |
| | * | | Add most of the rest of the D3D HLSL chain, nw |  therealmogminer@gmail.com | 2016-03-15 | 1 | -1/+15 |
| * | | | Move integer scaling implementation to render_target::compute_visible_area |  Antonio Giner | 2016-03-20 | 1 | -3/+3 |