| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove keepaspect and fullstretch members of osd_video_config | 2020-12-16 | 1 | -1/+0 | |
| | | |||||
| * | fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) | 2020-01-30 | 1 | -1/+1 | |
| | | |||||
| * | fixed some clang-tidy warnings (nw) (#6197) | 2020-01-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | * fixed some bugprone-throw-keyword-missing clang-tidy warnings (nw) * fixed some modernize-use-nullptr clang-tidy warnings (nw) * fixed some readability-delete-null-pointer clang-tidy warnings (nw) * fixed some performance-faster-string-find clang-tidy warnings (nw) * fixed some performance-for-range-copy clang-tidy warnings (nw) * fixed some readability-redundant-string-cstr clang-tidy warnings (nw) | ||||
| * | video: higher maximum prescale (nw) | 2020-01-05 | 1 | -1/+1 | |
| | | |||||
| * | Remove up to one frame of input latency. (#5901) | 2019-11-16 | 1 | -4/+12 | |
| | | | | | | | | | | | * Remove up to one frame of input latency. Makes MAME virtually lagless on VRR monitors. * Use empty parentheses and clean interface member calls * Add new option -instant_blit to make this feature optional * Rename new option to -lowlatency, -ll | ||||
| * | Changed a number of comment declarations to read *.cpp instead of *.c | 2019-06-16 | 1 | -1/+1 | |
| | | |||||
| * | Move special windows.h include directives to build defines (nw) | 2016-12-28 | 1 | -1/+0 | |
| | | |||||
| * | Change window handle storage to template instead of void* (nw) (#1725) | 2016-11-17 | 1 | -1/+1 | |
| | | | | | * Change window handle storage to template instead of void* (nw) | ||||
| * | Small cleanup (nw) | 2016-11-11 | 1 | -1/+1 | |
| | | |||||
| * | Convert OSD monitor info to modules plus add DXGI implementation | 2016-09-14 | 1 | -219/+1 | |
| | | |||||
| * | Cleanups and version bump | 2016-07-27 | 1 | -1/+1 | |
| | | |||||
| * | Changed strconv.[cpp|h] functions to return their results as std::string and ↵ | 2016-07-24 | 1 | -5/+3 | |
| | | | | | std::wstring | ||||
| * | Make monitor list a list of shared_ptr like window_list (nw) | 2016-07-01 | 1 | -33/+37 | |
| | | |||||
| * | Move window_list to osd_common_t | 2016-06-11 | 1 | -2/+2 | |
| | | |||||
| * | Unify window_list in Windows and SDL OSD | 2016-06-10 | 1 | -2/+2 | |
| | | |||||
| * | Added ability to create standalone emulators, added zexall as example (nw) | 2016-05-08 | 1 | -1/+1 | |
| | | |||||
| * | Revert "Temp revert of Brad changes (nw)" | 2016-04-25 | 1 | -2/+2 | |
| | | | | | This reverts commit 5e831f6506ee06f8c30cb113551ee0fec53804db. | ||||
| * | Temp revert of Brad changes (nw) | 2016-04-25 | 1 | -2/+2 | |
| | | |||||
| * | Various cleanups suggested by static analyzer (nw) | 2016-04-24 | 1 | -15/+15 | |
| | | |||||
| * | Split UI and frontend part from core [Miodrag Milanovic] | 2016-04-23 | 1 | -1/+0 | |
| | | |||||
| * | Refactor OSD window. | 2016-04-21 | 1 | -2/+2 | |
| | | | | | | | | | | | Unified renderer in osd_window as std::unique_ptr Made windows all std::shared_ptr<window_type> Made window lists std::list<std::shared_ptr<window_type>> Updated OSD SDL worker_param to not use malloc (not compatible with smart pointers) Made renderer pointer to window a weak reference. May not be available during destruction of the window. | ||||
| * | Standardize platform window pointer storage in osd_window. | 2016-04-18 | 1 | -1/+1 | |
| | | | | | Also encapsulate show/hide capture/release cursor functionality. | ||||
| * | Add AVI writing to bgfx, nw | 2016-04-17 | 1 | -8/+6 | |
| | | |||||
| * | Update windows to use platform independent watchdog implementation (nw) | 2016-04-15 | 1 | -4/+1 | |
| | | |||||
| * | Make sliders use an std::vector instead of a linked list, nw | 2016-04-10 | 1 | -9/+0 | |
| | | |||||
| * | move common struct to common place (nw) | 2016-04-04 | 1 | -1/+1 | |
| | | |||||
| * | Implement integer scaling in core renderer [Calamity] | 2016-03-15 | 1 | -15/+0 | |
| | | |||||
| * | cleanup (nw) | 2016-02-29 | 1 | -1/+0 | |
| | | |||||
| * | Merge input modules work. | 2016-02-28 | 1 | -1/+1 | |
| |\ | |||||
| | * | Refactor OSD input into modules | 2016-02-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix D3D and BGFX fullscreen toggle issues, nw | 2016-02-22 | 1 | -0/+1 | |
| | | | |||||
| * | | Final fixups, get sliders working again, nw | 2016-02-21 | 1 | -22/+2 | |
| | | | |||||
| * | | More reshuffling, nw | 2016-02-21 | 1 | -3/+35 | |
| | | | |||||
| * | | First take on render API reorg, nw | 2016-02-21 | 1 | -1/+4 | |
| | | | |||||
| * | | Dropped ddraw renderer (nw) | 2016-02-17 | 1 | -5/+0 | |
| | | | |||||
| * | | placed back OPENGL check since GL is not same as GLES (nw) | 2016-02-16 | 1 | -44/+48 | |
| | | | |||||
| * | | BGFX mandatory requirement (nw) | 2016-02-16 | 1 | -2/+0 | |
| | | | |||||
| * | | opengl as requirement (nw) | 2016-02-16 | 1 | -48/+44 | |
| |/ | |||||
| * | modernized ui_input_manager (nw) | 2016-01-10 | 1 | -4/+4 | |
| | | |||||
| * | more cleanups and fix (nw) | 2015-11-11 | 1 | -6/+1 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+521 | |
