| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Use std::atomic and std::mutex where applicable (nw) | 2016-03-01 | 1 | -3/+6 | ||
| * | | | | | Add function for flushing file buffers | 2016-03-01 | 1 | -0/+25 | ||
| * | | | | | cleanup (nw) | 2016-02-29 | 3 | -17/+0 | ||
| * | | | | | Merge input modules work. | 2016-02-28 | 5 | -2295/+91 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Refactor OSD input into modules | 2016-02-28 | 5 | -2296/+92 | ||
| * | | | | | | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... | 2016-02-28 | 1 | -7/+5 | ||
| * | | | | | | fix compile (nw)mame0171 | 2016-02-24 | 1 | -5/+2 | ||
| * | | | | | | Cleanups and version bump | 2016-02-24 | 3 | -16/+16 | ||
| * | | | | | | Maybe fix nounevenstretch on windows osd | 2016-02-24 | 1 | -8/+71 | ||
| * | | | | | | Fix -window -r -nokeepaspect behavior on Windows OSD, nw | 2016-02-23 | 1 | -1/+4 | ||
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | Fix D3D and BGFX fullscreen toggle issues, nw | 2016-02-22 | 2 | -6/+30 | ||
| | |_|_|/ |/| | | | ||||||
| * | | | | fix -video none (nw) | 2016-02-21 | 1 | -1/+1 | ||
| | |_|/ |/| | | ||||||
| * | | | destroy renderer when needed (nw) | 2016-02-21 | 1 | -0/+1 | ||
| * | | | Final fixups, get sliders working again, nw | 2016-02-21 | 3 | -35/+123 | ||
| * | | | More reshuffling, nw | 2016-02-21 | 3 | -72/+107 | ||
| * | | | First take on render API reorg, nw | 2016-02-21 | 5 | -208/+67 | ||
| * | | | Dropped ddraw renderer (nw) | 2016-02-17 | 4 | -16/+0 | ||
| * | | | Fix remaining issues with bgfx renderer | 2016-02-17 | 1 | -2/+0 | ||
| * | | | placed back OPENGL check since GL is not same as GLES (nw) | 2016-02-16 | 3 | -44/+54 | ||
| * | | | BGFX mandatory requirement (nw) | 2016-02-16 | 3 | -8/+0 | ||
| * | | | opengl as requirement (nw) | 2016-02-16 | 3 | -54/+44 | ||
| * | | | Added multi window support for BGFX backend (nw) | 2016-02-12 | 1 | -0/+12 | ||
| * | | | make window index part of osd_window (nw) | 2016-02-11 | 1 | -0/+1 | ||
| |/ / | ||||||
| * | | Added new options: | 2016-02-08 | 1 | -0/+5 | ||
| * | | fix output interface(nw) | 2016-02-06 | 1 | -2/+2 | ||
| * | | Initial import of MEWUI to MAME [Dankan1890] | 2016-02-04 | 1 | -3/+11 | ||
| * | | osd/windows: small cleanup | 2016-01-31 | 1 | -4/+3 | ||
| * | | replace osd_lock with std::mutex [Miodrag Milanovic] | 2016-01-30 | 3 | -39/+14 | ||
| * | | Use nothrow allocation in these circumstance. | 2016-01-30 | 1 | -1/+1 | ||
| |/ | ||||||
| * | Cleanups and version bumpmame0170 | 2016-01-27 | 2 | -4/+4 | ||
| * | Merge pull request #587 from ImJezze/pull | 2016-01-27 | 2 | -8/+12 | ||
| |\ | ||||||
| | * | NTSC Refactoring and Options | 2016-01-25 | 2 | -6/+12 | ||
| | * | Fixed YIQ passes | 2016-01-09 | 1 | -3/+1 | ||
| * | | change initialization order, removes need for additional checks (nw) | 2016-01-11 | 1 | -5/+0 | ||
| * | | modernized ui_input_manager (nw) | 2016-01-10 | 2 | -10/+15 | ||
| * | | disable debugging (nw) | 2016-01-10 | 1 | -1/+1 | ||
| * | | modernize output_manager (nw) | 2016-01-10 | 3 | -17/+21 | ||
| * | | removed memory tracking (nw) | 2016-01-08 | 1 | -2/+2 | ||
| * | | common osd path environment var expansion | 2016-01-06 | 2 | -1/+20 | ||
| |/ | ||||||
| * | Cleanup (nw) | 2015-12-26 | 2 | -6/+6 | ||
| * | Extended Shadow Mask and Bloom functionality | 2015-12-25 | 2 | -0/+6 | ||
| * | macro removal INLINE -> static inline (nw) | 2015-12-12 | 3 | -6/+6 | ||
| * | fixing some more override (nw) | 2015-12-06 | 4 | -25/+25 | ||
| * | clang-modernize part 5 | 2015-12-04 | 3 | -45/+45 | ||
| * | Cleanups and version bumpmame0168 | 2015-11-25 | 1 | -1/+1 | ||
| * | Cleanup | 2015-11-18 | 1 | -73/+73 | ||
| * | Merge remote-tracking branch 'remotes/mamedev/master' | 2015-11-15 | 10 | -35/+9 | ||
| |\ | ||||||
| | * | more cleanups and fix (nw) | 2015-11-11 | 10 | -35/+9 | ||
| * | | Merge remote-tracking branch 'mamedev/master' | 2015-11-09 | 14 | -2/+2 | ||
| |\| | ||||||
| | * | logerror to osd_printf_verbose for osd (nw) | 2015-11-09 | 1 | -2/+2 | ||
