| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove keepaspect and fullstretch members of osd_video_config | 2020-12-16 | 1 | -2/+0 | |
| | | |||||
| * | Add "Non-Integer Scaling" and "Keep Aspect" settings to UI video options ↵ | 2020-12-17 | 1 | -16/+2 | |
| | | | | | menu and remove SDL hotkeys for same | ||||
| * | video: higher maximum prescale (nw) | 2020-01-05 | 1 | -1/+1 | |
| | | |||||
| * | SDL: -video auto on macOS now selects BGFX rather than OpenGL for ↵ | 2019-11-16 | 1 | -3/+3 | |
| | | | | | future-proofing [R. Belmont] | ||||
| * | 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 | ||||
| * | Cleanup linux OSD (nw) | 2016-10-22 | 1 | -2/+2 | |
| | | |||||
| * | Convert OSD monitor info to modules plus add DXGI implementation | 2016-09-14 | 1 | -167/+1 | |
| | | |||||
| * | Assorted typos fixed (MT #6295, 6296) (nw) | 2016-07-15 | 1 | -1/+1 | |
| | | |||||
| * | Make monitor list a list of shared_ptr like window_list (nw) | 2016-07-01 | 1 | -23/+23 | |
| | | |||||
| * | Move window_list to osd_common_t | 2016-06-11 | 1 | -3/+3 | |
| | | |||||
| * | Unify window_list in Windows and SDL OSD | 2016-06-10 | 1 | -6/+6 | |
| | | |||||
| * | Added ability to create standalone emulators, added zexall as example (nw) | 2016-05-08 | 1 | -1/+1 | |
| | | |||||
| * | RIP sdlinc.h | 2016-05-06 | 1 | -1/+1 | |
| | | |||||
| * | Revert "Temp revert of Brad changes (nw)" | 2016-04-25 | 1 | -10/+4 | |
| | | | | | This reverts commit 5e831f6506ee06f8c30cb113551ee0fec53804db. | ||||
| * | Temp revert of Brad changes (nw) | 2016-04-25 | 1 | -4/+10 | |
| | | |||||
| * | Various cleanups suggested by static analyzer (nw) | 2016-04-24 | 1 | -11/+11 | |
| | | |||||
| * | Split UI and frontend part from core [Miodrag Milanovic] | 2016-04-23 | 1 | -1/+1 | |
| | | |||||
| * | Refactor OSD window. | 2016-04-21 | 1 | -10/+4 | |
| | | | | | | | | | | | 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. | ||||
| * | Add AVI writing to bgfx, nw | 2016-04-17 | 1 | -0/+3 | |
| | | |||||
| * | Update windows to use platform independent watchdog implementation (nw) | 2016-04-15 | 1 | -7/+2 | |
| | | |||||
| * | Make sliders use an std::vector instead of a linked list, nw | 2016-04-10 | 1 | -10/+0 | |
| | | |||||
| * | Fix SDL build on linux: | 2016-04-09 | 1 | -0/+5 | |
| | | | | | | | | - removed inclusion of SDL headers in all headers. - replaced those by forward declarations and in one case by a wrapper class (for a typedef struct). - added -Wno-strict-prototypes to 7z build (gmake target) | ||||
| * | Fix keepaspect & unevenstretch toggles in SDL OSD | 2016-04-07 | 1 | -0/+10 | |
| | | |||||
| * | Copy/paste some code from Windows OSD to get SDL going again - sorry if this ↵ | 2016-03-24 | 1 | -0/+9 | |
| | | | | | is dirty | ||||
| * | Merge bgfx_shader into master, nw | 2016-03-23 | 1 | -3/+4 | |
| |\ | |||||
| | * | Merge with master | 2016-03-21 | 1 | -5/+0 | |
| | |\ | |||||
| | * | | Some bugfixes for BGFX on SDL, nw | 2016-03-18 | 1 | -2/+58 | |
| | | | | |||||
| * | | | Merge remote-tracking branch 'refs/remotes/mamedev/master' into ↵ | 2016-03-20 | 1 | -5/+0 | |
| |\ \ \ | | |/ | |/| | | | | integer_scaling_v2 | ||||
| | * | | Fix SDL input focus tracking bug plus remove references to USE_OLD_SDL_INPUT ↵ | 2016-03-19 | 1 | -5/+0 | |
| | |/ | | | | | | | compiler directive from the input refactor. | ||||
| * / | Implement integer scaling in core renderer [Calamity] | 2016-03-15 | 1 | -24/+0 | |
| |/ | |||||
| * | Merge input modules work. | 2016-02-28 | 1 | -2/+7 | |
| |\ | |||||
| | * | Refactor OSD input into modules | 2016-02-28 | 1 | -2/+7 | |
| | | | |||||
| * | | Fix build on SteamLink and enforce BGFX on it (nw) | 2016-02-27 | 1 | -1/+5 | |
| | | | |||||
| * | | Final fixups, get sliders working again, nw | 2016-02-21 | 1 | -2/+3 | |
| | | | |||||
| * | | placed back OPENGL check since GL is not same as GLES (nw) | 2016-02-16 | 1 | -51/+55 | |
| | | | |||||
| * | | BGFX mandatory requirement (nw) | 2016-02-16 | 1 | -2/+0 | |
| | | | |||||
| * | | opengl as requirement (nw) | 2016-02-16 | 1 | -55/+51 | |
| | | | |||||
| * | | windows compile fix (nw) | 2016-02-16 | 1 | -6/+1 | |
| | | | |||||
| * | | Remove not needed headers (nw) | 2016-02-16 | 1 | -27/+0 | |
| | | | |||||
| * | | Remove SDL 1.2 support (nw) | 2016-02-16 | 1 | -199/+2 | |
| |/ | |||||
| * | modernized ui_input_manager (nw) | 2016-01-10 | 1 | -6/+6 | |
| | | |||||
| * | removed memory tracking (nw) | 2016-01-08 | 1 | -2/+2 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+766 | |
