summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mame0179' Vas Crabb2016-10-261-1/+1
|\
| * final srccleanmame0179 Vas Crabb2016-10-261-1/+1
| * Fixed linking warning for ASIO (nw) Miodrag Milanovic2016-10-251-1/+0
| * SDL: fixed alt-tab from locking up the window system on Linux and Mac. [Hans ... Olivier Galibert2016-10-241-1/+1
* | Fix visual corruption introduced a few changelists ago by me, nw therealmogminer@gmail.com2016-10-241-11/+25
* | Fixed linking warning for ASIO (nw) Miodrag Milanovic2016-10-241-1/+0
* | fix unused variable error (nw) smf-2016-10-241-1/+0
* | Apollo changes: [Hans Ostermeyer] arbee2016-10-231-1/+1
* | Make d3d9 a little more discerning in what level of bad hardware it will allo... therealmogminer@gmail.com2016-10-232-322/+116
|/
* srcclean (nw) Vas Crabb2016-10-235-55/+55
* Reduced defocus effect to one pass (HLSL/BGFX) Jezze2016-10-222-16/+20
* Disabled clearing of render targets in several passes (HLSL) Jezze2016-10-221-30/+17
* Fixed null reference exception (D3D/HLSL) Jezze2016-10-221-3/+12
* Refactored d3d_render_target (nw) Jezze2016-10-224-308/+124
* -ie15: Improved performance by using a timer to determine hblank. [Ryan Holtz] therealmogminer@gmail.com2016-10-221-24/+1
* final cleanup of TRUE/FALSE, left only in windows section where it represent ... Miodrag Milanovic2016-10-229-44/+31
* Cleanup linux OSD (nw) Miodrag Milanovic2016-10-226-55/+55
* fixed benchmarks build and cleanup U64 and S64 macro definition, it is now in... Miodrag Milanovic2016-10-221-8/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-22106-990/+990
* [[noreturn]] instead of ATTR_NORETURN (nw) Miodrag Milanovic2016-10-221-2/+0
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-2223-107/+96
* Cleanup, TIMER_CALLBACK was only in unused parts (nw) Miodrag Milanovic2016-10-211-4/+0
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Merge remote-tracking branch 'mamedev/master' Tomer Verona2016-10-0971-2162/+1564
|\
| * Misc. keyboard input improvements AJR2016-10-081-1/+5
| * Added more warning disable to support compile on various clang versions (nw) Miodrag Milanovic2016-10-082-0/+4
| * Fix for old GCC on this place as well (nw) Miodrag Milanovic2016-10-071-0/+1
| * Fix compile (nw) Miodrag Milanovic2016-10-071-0/+1
| * Replaced code usage of libuv with asio library (nw) Miodrag Milanovic2016-10-0715-1334/+167
| * Merge pull request #1469 from npwoods/new_strconv_overloads Vas Crabb2016-10-0522-103/+269
| |\
| | * Bulk renaming of Windows string conversion functions Nathan Woods2016-10-0322-117/+131
| | * Collapsing string_source class hierarchy Nathan Woods2016-10-031-34/+17
| | * Eliminated virtual function use in strconv.cpp Nathan Woods2016-10-031-17/+14
| | * Fixing const-ness on prototypes Nathan Woods2016-10-031-2/+2
| | * Refactored to eliminate duplicate logic, sidestepped concerns about writing N... Nathan Woods2016-10-021-34/+78
| | * Adding new string conversion overloads Nathan Woods2016-10-019-22/+150
| * | Fix two leaks (nw) Brad Hughes2016-10-032-10/+41
| * | Fix use of uninitialized stack memory in drawd3d.cpp (nw) Brad Hughes2016-10-031-0/+1
| |/
| * win32_output: Register window messages before creating window (nw) Brad Hughes2016-09-301-15/+16
| * We ran out of room for OSD modules (nw) Brad Hughes2016-09-302-2/+4
| * Fixed aspect ratio of rounded corners (nw) Jezze2016-09-291-11/+12
| * use floorf rather than floor for float->float Vas Crabb2016-09-283-6/+6
| * Fixed several small issues in HLSL/BGFX Jezze2016-09-289-76/+168
| * Changed win_get_window_text_utf8() to return std::string Nathan Woods2016-09-253-21/+20
| * srcclean (nw) Vas Crabb2016-09-267-13/+13
| * Merge pull request #1405 from tverona1/master Brad Hughes2016-09-209-63/+72
| |\
| * | Fix compile for DirectWrite font provider and make it compile with normal win... Brad Hughes2016-09-161-39/+42
| * | Convert OSD monitor info to modules plus add DXGI implementation Brad Hughes2016-09-1422-563/+826
* | | Incorporate product / instance directinput device ids Tomer Verona2016-10-091-2/+15
| |/ |/|
* | Adding id() property to input_device Tomer Verona2016-09-209-73/+74