summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Use std::atomic and std::mutex where applicable (nw) Miodrag Milanovic2016-03-011-3/+6
* | | | | Add function for flushing file buffers Vas Crabb2016-03-011-0/+25
* | | | | cleanup (nw) Miodrag Milanovic2016-02-293-17/+0
* | | | | Merge input modules work. Brad Hughes2016-02-285-2295/+91
|\ \ \ \ \
| * | | | | Refactor OSD input into modules Brad Hughes2016-02-285-2296/+92
* | | | | | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-7/+5
* | | | | | fix compile (nw)mame0171 Miodrag Milanovic2016-02-241-5/+2
* | | | | | Cleanups and version bump Miodrag Milanovic2016-02-243-16/+16
* | | | | | Maybe fix nounevenstretch on windows osd therealmogminer@gmail.com2016-02-241-8/+71
* | | | | | Fix -window -r -nokeepaspect behavior on Windows OSD, nw therealmogminer@gmail.com2016-02-231-1/+4
| |_|_|_|/ |/| | | |
* | | | | Fix D3D and BGFX fullscreen toggle issues, nw therealmogminer@gmail.com2016-02-222-6/+30
| |_|_|/ |/| | |
* | | | fix -video none (nw) Miodrag Milanovic2016-02-211-1/+1
| |_|/ |/| |
* | | destroy renderer when needed (nw) Miodrag Milanovic2016-02-211-0/+1
* | | Final fixups, get sliders working again, nw therealmogminer@gmail.com2016-02-213-35/+123
* | | More reshuffling, nw therealmogminer@gmail.com2016-02-213-72/+107
* | | First take on render API reorg, nw therealmogminer@gmail.com2016-02-215-208/+67
* | | Dropped ddraw renderer (nw) Miodrag Milanovic2016-02-174-16/+0
* | | Fix remaining issues with bgfx renderer therealmogminer@gmail.com2016-02-171-2/+0
* | | placed back OPENGL check since GL is not same as GLES (nw) Miodrag Milanovic2016-02-163-44/+54
* | | BGFX mandatory requirement (nw) Miodrag Milanovic2016-02-163-8/+0
* | | opengl as requirement (nw) Miodrag Milanovic2016-02-163-54/+44
* | | Added multi window support for BGFX backend (nw) Miodrag Milanovic2016-02-121-0/+12
* | | make window index part of osd_window (nw) Miodrag Milanovic2016-02-111-0/+1
|/ /
* | Added new options: Michele Fochi2016-02-081-0/+5
* | fix output interface(nw) Miodrag Milanovic2016-02-061-2/+2
* | Initial import of MEWUI to MAME [Dankan1890] Dankan18902016-02-041-3/+11
* | osd/windows: small cleanup hap2016-01-311-4/+3
* | replace osd_lock with std::mutex [Miodrag Milanovic] Miodrag Milanovic2016-01-303-39/+14
* | Use nothrow allocation in these circumstance. dankan18902016-01-301-1/+1
|/
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-272-4/+4
* Merge pull request #587 from ImJezze/pull Miodrag Milanović2016-01-272-8/+12
|\
| * NTSC Refactoring and Options ImJezze2016-01-252-6/+12
| * Fixed YIQ passes ImJezze2016-01-091-3/+1
* | change initialization order, removes need for additional checks (nw) Miodrag Milanovic2016-01-111-5/+0
* | modernized ui_input_manager (nw) Miodrag Milanovic2016-01-102-10/+15
* | disable debugging (nw) Miodrag Milanovic2016-01-101-1/+1
* | modernize output_manager (nw) Miodrag Milanovic2016-01-103-17/+21
* | removed memory tracking (nw) Miodrag Milanovic2016-01-081-2/+2
* | common osd path environment var expansion Jeffrey Clark2016-01-062-1/+20
|/
* Cleanup (nw) ImJezze2015-12-262-6/+6
* Extended Shadow Mask and Bloom functionality ImJezze2015-12-252-0/+6
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-123-6/+6
* fixing some more override (nw) Miodrag Milanovic2015-12-064-25/+25
* clang-modernize part 5 Miodrag Milanovic2015-12-043-45/+45
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-1/+1
* Cleanup ImJezze2015-11-181-73/+73
* Merge remote-tracking branch 'remotes/mamedev/master' ImJezze2015-11-1510-35/+9
|\
| * more cleanups and fix (nw) Miodrag Milanovic2015-11-1110-35/+9
* | Merge remote-tracking branch 'mamedev/master' ImJezze2015-11-0914-2/+2
|\|
| * logerror to osd_printf_verbose for osd (nw) Miodrag Milanovic2015-11-091-2/+2