index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-1572
/
+0
*
making logerror part of machine and device classes [Miodrag Milanovic]
Miodrag Milanovic
2015-11-01
1
-1
/
+1
*
Merge pull request #6 from mamedev/master
ImJezze
2015-10-20
1
-1
/
+2
|
\
|
*
Cleanups and version bump
mame0166
Miodrag Milanovic
2015-09-30
1
-1
/
+1
|
*
added 'global_inputs' (disabled by default) to allow MAME to read inputs even...
David Haywood
2015-09-14
1
-0
/
+1
|
*
Fixed GetModuleHandle to be universal.
Vladimir Kryvian
2015-08-25
1
-1
/
+1
*
|
Cleanup
ImJezze
2015-10-18
1
-5
/
+5
*
|
Bloom Overdrive
ImJezze
2015-10-10
1
-0
/
+1
*
|
Smooth Borders
ImJezze
2015-10-09
1
-2
/
+2
|
/
*
HLSL shader improvements
ImJezze
2015-05-03
1
-6
/
+10
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-29
/
+29
*
removed bool conversion and implicit empty check (nw)
Miodrag Milanovic
2015-04-19
1
-2
/
+2
*
Attempt fix of Windows inability to compile (from Vas Crabb) (nw)
Scott Stone
2015-04-14
1
-7
/
+7
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
1
-1
/
+1
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-7
/
+7
*
Honour debugger font choice with Qt debugger
Vas Crabb
2015-04-09
1
-5
/
+0
*
Removed unused variable (nw)
Miodrag Milanovic
2015-03-06
1
-2
/
+0
*
First step to move osd_printf_* into osd again. Callbacks are now
couriersud
2015-03-04
1
-26
/
+37
*
OpenGL on windows now supports glsl options. This worked out of the box
couriersud
2015-02-28
1
-5
/
+0
*
Make OpenGL renderer available in mainline build as well. This needs to
couriersud
2015-02-22
1
-1
/
+1
*
More code alignment for windows and renderer. (nw)
couriersud
2015-02-12
1
-3
/
+1
*
Added BGFX as video output. For now rendering info shown only (nw)
Miodrag Milanovic
2015-02-01
1
-0
/
+1
*
Converted modules/debugger/* to new module infrastructure. (nw)
couriersud
2015-01-25
1
-19
/
+0
*
Converted sound modules to be osd_modules. Simplified code. (nw)
couriersud
2015-01-24
1
-19
/
+0
*
Moved font code into osd/modules/font. Extended osd_font to a proper
couriersud
2015-01-19
1
-222
/
+0
*
Changed osd_font to struct osd_font and removed unnecessary osdepend.h
couriersud
2015-01-17
1
-4
/
+4
*
Untangled options inheritance. Previously code locked in osd_options
couriersud
2015-01-13
1
-3
/
+5
*
Converted back osd_interface into a pure interface.
couriersud
2015-01-12
1
-28
/
+3
*
Fix windows compile and add missing files. (nw)
couriersud
2015-01-10
1
-0
/
+25
*
Moved sync related osd stuff to osd/modules/sync. (nw)
couriersud
2015-01-05
1
-2
/
+0
*
removed duplicated line of code (nw)
Oliver Stöneberg
2014-11-10
1
-3
/
+0
*
Added window to osd_interface (nw)
Miodrag Milanovic
2014-09-01
1
-4
/
+4
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
1
-3
/
+3
*
ok nevermind
Michaël Banaan Ananas
2014-07-19
1
-6
/
+3
*
AvSetMmThreadCharacteristics and friends, this has been commented out since b...
Michaël Banaan Ananas
2014-07-18
1
-16
/
+0
*
don't use timeBeginPeriod if options.sleep is enabled
Michaël Banaan Ananas
2014-07-18
1
-6
/
+9
*
-Reorganized OSD, handling more sound output systems and debuggers, defaults ...
Miodrag Milanovic
2014-05-08
1
-50
/
+55
*
Merged in cleanup changes from osd branch (nw)
Miodrag Milanovic
2014-04-26
1
-1
/
+0
*
-Made osd_interface base class for OSD and moved initialization for each subs...
Miodrag Milanovic
2014-04-25
1
-24
/
+6
*
reverting to classic ui due to lot of issues, as much as I hate reverting som...
Miodrag Milanovic
2014-04-17
1
-40
/
+0
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-2
/
+2
*
Merge of new menubar code
Nathan Woods
2014-04-12
1
-0
/
+40
*
removed mame_* aliases and just use core_* functions (nw)
Oliver Stöneberg
2014-03-24
1
-1
/
+1
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-3
/
+2
*
Switched rgb_t to a class, replacing macros with methods. Mappings are
Aaron Giles
2014-02-19
1
-3
/
+3
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-35
/
+2
*
turn Windows multithreaded blit off by default: shows gfx glitches in drivers...
Michaël Banaan Ananas
2013-10-06
1
-1
/
+1
*
Cleanups and version bump
mame0150
Miodrag Milanovic
2013-09-17
1
-1
/
+1
*
minor shader cleanup, nw
Ryan Holtz
2013-08-28
1
-0
/
+1
*
General code cleanup in HLSL, nw
Ryan Holtz
2013-08-27
1
-1
/
+1
[next]