summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows (follow)
Commit message (Expand)AuthorAgeFilesLines
* - d3dhlsl.c: Made HLSL switchable at runtime, Ctrl+Alt+F12. [MooglyGuy] Ryan Holtz2013-01-1311-251/+336
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-1136-1266/+1264
* fixed unitialized memory in osd_file (nw) Oliver Stöneberg2013-01-091-0/+1
* MSVC fixes (nw) Nathan Woods2013-01-081-1/+1
* 01234567890123456789012345678901234567890123456789012345678901234567890123456789 Ryan Holtz2013-01-061-16/+17
* - d3dhlsl.c: Free HLSL resources on device reset. Fixes hang when alt-tabbing Ryan Holtz2013-01-053-136/+151
* - d3dhlsl.c: Clamp hlsl_prescale_x/y to a minimum of 1. Fixes crashes when using Ryan Holtz2013-01-052-3/+6
* Enable compiling PortMidi (nw) R. Belmont2013-01-012-3/+8
* portmidi: Initial commit. [R. Belmont] R. Belmont2013-01-011-0/+1
* - render.c: Added new PRIMFLAG macros pertaining to vectors, to be used by the Ryan Holtz2012-12-314-37/+124
* [HLSL] Fixed crash when using presets. [MooglyGuy] Ryan Holtz2012-12-313-16/+32
* MSVC compilation fixes (nw) Nathan Woods2012-12-312-2/+2
* (nw) Fixes HLSL bugs with Rocket Knight Adventures Ryan Holtz2012-12-295-95/+172
* reverted bogus fix (nw) Oliver Stöneberg2012-12-291-8/+4
* removed unnecessary variable initialization added in last commit (nw) Oliver Stöneberg2012-12-291-1/+1
* fixed MT#4846: make sure, that we always get a win_monitor_info* in winwindow... Oliver Stöneberg2012-12-291-5/+9
* 01234567890123456789012345678901234567890123456789012345678901234567890123456789 Ryan Holtz2012-12-294-412/+438
* forgot to add comment in windows.mak (nw) Oliver Stöneberg2012-12-281-0/+3
* added make define MSVC_ANALYSIS to run Visual Studio code analysis (nw) Oliver Stöneberg2012-12-261-0/+4
* MSVC compilation fixes. Nathan Woods2012-12-222-1/+7
* enabled multi-threading by default on Windows Oliver Stöneberg2012-12-181-1/+1
* vconv: bumped Visual Studio warning level to 4 and disabled most of the new w... Oliver Stöneberg2012-12-171-2/+4
* Profiler rewrite; simplified, streamlined and less overhead. Nathan Woods2012-12-091-2/+2
* remove redundant linking with dinput8.lib, it's conditionally added a few lin... smf-2012-10-111-1/+1
* Fix MSVC compilation. Aaron Giles2012-09-186-51/+51
* (MESS) fixed resource data of Windows executable [Oliver Stöneberg] Oliver Stöneberg2012-09-171-1/+1
* Final round of struct/union/enum normalization. Aaron Giles2012-09-169-23/+21
* First pass at modernizing struct definitions. Aaron Giles2012-09-1513-64/+32
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-08-182-6/+6
* fixed debugger window to just use fixed-pitch font and removed fallback since... Oliver Stöneberg2012-08-181-10/+5
* Made UI mouse cursor optional (default is off for now), in games with clickab... Miodrag Milanovic2012-08-171-2/+1
* Added internal mouse cursor visible in menus and when clickable artwork is us... Miodrag Milanovic2012-08-153-5/+2
* removed redundant interlocked function wrappers from Windows code (no whatsnew) Oliver Stöneberg2012-08-072-54/+14
* removed unnecessary strlen() usage (no whatsnew) Oliver Stöneberg2012-07-271-1/+1
* allow "windowname" in win_create_window_ex_utf8() to be NULL to match behavio... Oliver Stöneberg2012-07-271-7/+10
* fixed version check in windows.mak (no whatsnew) Oliver Stöneberg2012-07-261-1/+1
* Clean-ups and version bumpmame0146u3 Miodrag Milanovic2012-07-151-1/+1
* fix for profiler memory leaks mtbug #04094 (no whatsnew) Miodrag Milanovic2012-07-091-1/+3
* Make it compile on windows mingw 4.7.x (no whatsnew) Miodrag Milanovic2012-06-181-1/+3
* fix mistake by me a while ago: sr(syncrefresh) clashed with emuopts sr(sample... Michaël Banaan Ananas2012-06-101-1/+1
* fixed building with Visual Studio 11 RC smf-2012-06-021-0/+3
* fix for -video ddraw causing crash on 16bit video output (no whatsnew) Miodrag Milanovic2012-05-191-2/+2
* Fixed display of icon in windows (no whatsnew) Miodrag Milanovic2012-05-153-3/+3
* end of line was missing (nw) Miodrag Milanovic2012-05-151-1/+1
* MAME windows executable gets it's own icon (no whatsnew) Miodrag Milanovic2012-05-152-0/+2
* fixes for building with visual studio 11 beta. smf-2012-05-102-2/+1
* Clean-ups and version bumpmame0145u8 Miodrag Milanovic2012-05-071-1/+1
* -static is not needed anymore for latest tools (no whatsnew) Miodrag Milanovic2012-05-031-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-032-12/+13