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
/
window.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
-util/xmlfile: Escape attribute and element content.
Vas Crabb
2020-09-06
1
-1
/
+2
*
srcclean (nw)
Vas Crabb
2019-08-25
1
-4
/
+4
*
Creating an -attach_window command line parameter on Windows to attach to an ...
npwoods
2019-08-04
1
-0
/
+11
*
Merge pull request #5380 from npwoods/winwindow_has_focus_return_bool
R. Belmont
2019-07-22
1
-1
/
+1
|
\
|
*
Changed winwindow_has_focus() to return bool
npwoods
2019-07-22
1
-1
/
+1
*
|
Changing win_window_info::draw_video_contents()'s update parameter to be
npwoods
2019-07-22
1
-1
/
+1
|
/
*
Move special windows.h include directives to build defines (nw)
Brad Hughes
2016-12-28
1
-1
/
+0
*
Change window handle storage to template instead of void* (nw) (#1725)
Brad Hughes
2016-11-17
1
-3
/
+3
*
Small cleanup (nw)
Miodrag Milanovic
2016-11-11
1
-1
/
+1
*
Convert OSD monitor info to modules plus add DXGI implementation
Brad Hughes
2016-09-14
1
-3
/
+1
*
Make monitor list a list of shared_ptr like window_list (nw)
Brad Hughes
2016-07-01
1
-8
/
+8
*
Unify window_list in Windows and SDL OSD
Brad Hughes
2016-06-10
1
-14
/
+2
*
remove some dead threading code (nw)
smf-
2016-05-23
1
-4
/
+1
*
Fix for Alt-Enter on Brad code (nw)
Miodrag Milanovic
2016-04-25
1
-2
/
+2
*
Revert "Temp revert of Brad changes (nw)"
Miodrag Milanovic
2016-04-25
1
-5
/
+8
*
Temp revert of Brad changes (nw)
Miodrag Milanovic
2016-04-25
1
-8
/
+5
*
Refactor OSD window.
Brad Hughes
2016-04-21
1
-5
/
+8
*
Add UWP implementation for cursor methods
Brad Hughes
2016-04-18
1
-0
/
+5
*
Standardize platform window pointer storage in osd_window.
Brad Hughes
2016-04-18
1
-2
/
+8
*
Use std::chrono instead of GetTickCount in window.cpp/h for Windows OSD
Brad Hughes
2016-04-15
1
-3
/
+4
*
winmain compile for UWP
Brad Hughes
2016-04-03
1
-0
/
+8
*
First take on render API reorg, nw
therealmogminer@gmail.com
2016-02-21
1
-0
/
+6
*
replace osd_lock with std::mutex [Miodrag Milanovic]
Miodrag Milanovic
2016-01-30
1
-1
/
+2
*
macro removal INLINE -> static inline (nw)
Miodrag Milanovic
2015-12-12
1
-2
/
+2
*
fixing some more override (nw)
Miodrag Milanovic
2015-12-06
1
-7
/
+7
*
Aligned monitor handling between sdl and baseline. [Couriersud]
couriersud
2015-03-01
1
-4
/
+4
*
Fixed windows baseline build.
couriersud
2015-02-27
1
-4
/
+3
*
Introduced osd_rect and osd_dim to allow for more code alignment. (nw)
couriersud
2015-02-27
1
-5
/
+5
*
C++'d more of window.c (nw)
couriersud
2015-02-26
1
-3
/
+19
*
Moved opengl related stuff to modules/opengl
couriersud
2015-02-26
1
-117
/
+1
*
Cleanups and version bump
mame0159
Miodrag Milanovic
2015-02-25
1
-15
/
+15
*
More alignment of code:
couriersud
2015-02-22
1
-9
/
+13
*
Make OpenGL renderer available in mainline build as well. This needs to
couriersud
2015-02-22
1
-1
/
+10
*
More code alignment for windows and renderer. (nw)
couriersud
2015-02-12
1
-4
/
+8
*
Remove start_viewscreen, fix sdl.mak. (nw)
couriersud
2015-02-12
1
-3
/
+0
*
More osd_window migration. (nw)
couriersud
2015-02-11
1
-8
/
+19
*
Identified window properties/variables which are used by renderers.
couriersud
2015-02-09
1
-24
/
+88
*
A bit more alignment between windows and sdl. (nw)
couriersud
2015-02-06
1
-35
/
+35
*
Introduced a comparable "osd_renderer" interface like it now exists for
couriersud
2015-02-05
1
-10
/
+38
*
Cleanups and version bump
mame0155
Miodrag Milanovic
2014-10-15
1
-2
/
+2
*
Added window to osd_interface (nw)
Miodrag Milanovic
2014-09-01
1
-34
/
+32
*
reverting to classic ui due to lot of issues, as much as I hate reverting som...
Miodrag Milanovic
2014-04-17
1
-7
/
+0
*
Merge of new menubar code
Nathan Woods
2014-04-12
1
-0
/
+7
*
Windows: Fixed D3D multimonitor support. [GroovyMAME]
Michaƫl Banaan Ananas
2013-12-16
1
-0
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-35
/
+2
*
debugqt: prevent threading deadlock in win32 with qt debugger (nw)
cracyc
2013-06-04
1
-1
/
+1
*
- d3dhlsl.c: Made HLSL switchable at runtime, Ctrl+Alt+F12. [MooglyGuy]
Ryan Holtz
2013-01-13
1
-0
/
+2
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-28
/
+28
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
1
-2
/
+1
*
HLSL Updates: [Ryan Holtz, Bat Country Entertainment, austere, SoltanGris42]
Ryan Holtz
2011-05-30
1
-0
/
+4
[next]