index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
osd
/
windows
/
winmain.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang fixes
smf-
2021-11-19
1
-4
/
+1
*
osd/windows: Don't set parent window for error message box - it doesn't appre...
Vas Crabb
2021-11-13
1
-2
/
+4
*
-osd/windows: Fixed stupid potential deadlock on exit.
Vas Crabb
2021-11-13
1
-1
/
+0
*
-osd/windows: Show error message box on a separate thread (see MT08118).
Vas Crabb
2021-11-12
1
-3
/
+64
*
Remove OSD_UWP from rest of code
Miodrag Milanovic
2021-10-26
1
-154
/
+0
*
-ui: Put software description on the left and sort by description by default.
Vas Crabb
2021-10-06
1
-0
/
+2
*
Add -share_directory option. This sets a directory on the host system which ...
arbee
2021-05-08
1
-0
/
+1
*
Disable sleep when using -bench.
Aaron Giles
2021-03-31
1
-0
/
+1
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-3
/
+3
*
Much more core std::string_view modernization
AJR
2021-01-20
1
-12
/
+12
*
there are reasons for things being the way they were (nw)
Vas Crabb
2020-01-31
1
-0
/
+9
*
fixed some modernize-use-auto clang-tidy warnings (nw) (#6238)
Oliver Stöneberg
2020-01-30
1
-1
/
+1
*
fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237)
Oliver Stöneberg
2020-01-30
1
-9
/
+0
*
Merge pull request #6195 from firewave/includes
R. Belmont
2020-01-22
1
-3
/
+3
|
\
|
*
use C++ library includes (nw)
firewave
2020-01-22
1
-3
/
+3
*
|
fixed some clang-tidy warnings (nw) (#6197)
Oliver Stöneberg
2020-01-22
1
-1
/
+1
|
/
*
Make osd_printf_* use util/strformat semantics.
Vas Crabb
2019-09-26
1
-6
/
+5
*
Creating an -attach_window command line parameter on Windows to attach to an ...
npwoods
2019-08-04
1
-0
/
+1
*
Changed a number of comment declarations to read *.cpp instead of *.c
npwoods
2019-06-16
1
-1
/
+1
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-18
/
+15
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-15
/
+18
*
osd/windows: Send logerror to stderr if no debugger is attached and -oslog is...
Vas Crabb
2019-01-13
1
-18
/
+15
*
clean up and improve option descriptions
Vas Crabb
2018-12-13
1
-35
/
+35
*
HLSL Color Transforms and 3D LUT (#4043)
Westley M. Martinez
2018-10-07
1
-1
/
+10
*
Fixed an options overhaul regression (#2530)
npwoods
2017-10-06
1
-0
/
+11
*
Attempted to sanitize/rationalize how we access UTF-8 command line arguments ...
npwoods
2017-09-18
1
-2
/
+4
*
Overhaul to how MAME handles options, take two (#2341)
npwoods
2017-06-25
1
-9
/
+6
*
Revert "Overhaul to how MAME handles options (#2260)"
Vas Crabb
2017-05-07
1
-6
/
+9
*
Overhaul to how MAME handles options (#2260)
npwoods
2017-05-05
1
-9
/
+6
*
Merge pull request #2252 from npwoods/remove_duplicate_option
R. Belmont
2017-04-25
1
-1
/
+1
|
\
|
*
Removed redundant ";global_inputs"
Nathan Woods
2017-04-23
1
-1
/
+1
*
|
Disambiguated the WINOPTION_YIQ_PHASE_COUNT option
Nathan Woods
2017-04-24
1
-1
/
+1
|
/
*
Fixed an issue where device options (e.g. -cart) were reported as unknown whe...
Nathan Woods
2017-02-22
1
-3
/
+3
*
Revert "New phosphor persistence shaders for HLSL"
R. Belmont
2017-01-05
1
-5
/
+1
*
Correct LCD ghosting INI and slider defaults.
Westley M. Martinez
2017-01-03
1
-1
/
+1
*
Add LCD ghosting shader for Direct3D
Westley M. Martinez
2017-01-02
1
-2
/
+3
*
Scale and phosphor persistence sliders.
Westley M. Martinez
2016-12-30
1
-3
/
+2
*
Implement LCD persistence shader.
Westley M. Martinez
2016-12-29
1
-0
/
+1
*
Implement new phosphor shader.
Westley M. Martinez
2016-12-29
1
-1
/
+4
*
Move special windows.h include directives to build defines (nw)
Brad Hughes
2016-12-28
1
-1
/
+0
*
srcclean (nw)
Vas Crabb
2016-11-27
1
-2
/
+2
*
Change window handle storage to template instead of void* (nw) (#1725)
Brad Hughes
2016-11-17
1
-2
/
+2
*
UWP: Output verbose to debug plus turn off view scaling (nw)
Brad Hughes
2016-11-14
1
-1
/
+13
*
added OPTION_HOMEPATH to point to read/write folder,for now used by LUA scrip...
Miodrag Milanovic
2016-11-12
1
-0
/
+1
*
UWP, added support to store files on Local storage (nw)
Miodrag Milanovic
2016-11-12
1
-0
/
+16
*
Small cleanup (nw)
Miodrag Milanovic
2016-11-11
1
-1
/
+1
*
UWP builds again but by no means working (nw)
Brad Hughes
2016-11-10
1
-4
/
+14
*
Bulk renaming of Windows string conversion functions
Nathan Woods
2016-10-03
1
-2
/
+2
*
Convert OSD monitor info to modules plus add DXGI implementation
Brad Hughes
2016-09-14
1
-0
/
+1
*
Make behaviour slightly friendlier with hlsl_write option (nw)
Vas Crabb
2016-07-07
1
-1
/
+1
[next]